@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/cormorant-regular-latin.woff2') format('woff2');
}
@font-face {
  font-family: "Cormorant";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/cormorant-italic-latin.woff2') format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('/assets/fonts/montserrat-latin.woff2') format('woff2');
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
img { max-width: 100%; }
img.lazyloaded { opacity: 1 !important; }
.elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}
.elementor-86 .elementor-element.elementor-element-6118da4b {
  background-image: url('/wp-content/uploads/2023/08/TAMARA-CHAMORRO-9680_web.webp') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.elementor-86 .elementor-element.elementor-element-d19c1a1:not(.elementor-motion-effects-element-type-background),
.elementor-86 .elementor-element.elementor-element-d19c1a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: url('/wp-content/uploads/2023/12/TAMARA-CHAMORRO-5054_web.webp?v=2') !important;
  background-position: center center !important;
  background-size: cover !important;
}
.elementor-background-slideshow { display: none !important; }
.swiper-wrapper { transition: none !important; }
#sb_instagram:empty,
.ht-ctc-chat,
#ht-ctc-chat { display: none !important; }
.calco-note {
  background: #171512;
  color: #fff;
  font: 500 13px/1.4 Arial, sans-serif;
  padding: 9px 18px;
  text-align: center;
}
.calco-note a { color: #fff; text-decoration: underline; }
.calco-menu-icon,
.calco-menu-icon svg {
  display: block;
  width: 1em;
  height: 1em;
}
.calco-menu-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.elementor-nav-menu--main .elementor-item,
.elementor-nav-menu--dropdown .elementor-item {
  font-family: "Cormorant", Georgia, serif !important;
}

/* Páginas auxiliares del calco */
.static-page {
  --ink: #1a1815;
  --paper: #f6f1eb;
  --sand: #d7c8b8;
  --white: #fff;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
}
.static-page * { box-sizing: border-box; }
.static-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas: "left brand right";
  align-items: center;
  gap: clamp(22px, 3vw, 50px);
  min-height: 118px;
  padding: 13px clamp(20px, 4vw, 70px);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(26, 24, 21, .12);
  backdrop-filter: blur(12px);
}
.static-brand { grid-area: brand; display: block; line-height: 0; }
.static-logo { display: block; width: clamp(150px, 15vw, 210px); height: auto; filter: brightness(0); }
.static-nav { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.static-nav-left { grid-area: left; justify-content: flex-end; }
.static-nav-right { grid-area: right; justify-content: flex-start; }
.static-nav a {
  color: var(--ink);
  font-family: "Cormorant", Georgia, serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.static-nav a:hover,
.static-nav a:focus-visible,
.static-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
.static-hero {
  display: grid;
  place-items: center;
  min-height: 46vh;
  padding: 70px 24px;
  text-align: center;
  color: var(--white);
  background: linear-gradient(rgba(20,18,15,.38), rgba(20,18,15,.5)), var(--hero-image) center/cover;
}
.static-hero h1,
.static-section h2,
.story-card h2 {
  margin: 0;
  font-family: "Cormorant", Georgia, serif;
  font-weight: 400;
  letter-spacing: .04em;
}
.static-hero h1 { max-width: 900px; font-size: clamp(42px, 7vw, 86px); line-height: .95; }
.static-hero p { margin: 20px 0 0; font: italic 22px/1.4 "Cormorant", Georgia, serif; }
.static-section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 76px 0; }
.static-section h2 { margin-bottom: 28px; font-size: clamp(34px, 5vw, 58px); text-align: center; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery img { width: 100%; height: 430px; object-fit: cover; display: block; }
.stories { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.story-card { min-height: 360px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; color: white; text-decoration: none; background: linear-gradient(transparent, rgba(15,13,10,.78)), var(--story-image) center/cover; }
.story-card h2 { font-size: 34px; text-align: left; }
.story-card span { margin-top: 9px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.stories-original { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.story-original {
  display: block;
  color: var(--ink);
  background: white;
  border: 1px solid #dedbd7;
  text-decoration: none;
}
.story-original img { display: block; width: 100%; aspect-ratio: 800 / 534; object-fit: cover; }
.story-original h2 {
  margin: 0;
  padding: 22px 18px;
  font: italic 17px/1.35 "Cormorant", Georgia, serif;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.stories-title {
  margin: 0 0 34px;
  font: 400 clamp(40px, 5vw, 64px)/1 "Cormorant", Georgia, serif;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 7vw, 90px); align-items: start; }
.contact-copy h2 { text-align: left; }
.contact-copy p { font: 22px/1.55 "Cormorant", Georgia, serif; }
.contact-copy .contact-details { margin-top: 30px; font-size: 19px; }
.contact-details a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form .wide { grid-column: 1 / -1; }
.contact-form label { display: grid; gap: 7px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 3px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8d8175;
  border-radius: 0;
  font: 16px/1.4 Arial, sans-serif;
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form button {
  justify-self: start;
  padding: 14px 28px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--ink);
  cursor: pointer;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-form button:hover { color: var(--ink); background: transparent; }
.privacy { display: flex !important; grid-template-columns: auto 1fr; align-items: start; text-transform: none !important; letter-spacing: 0 !important; font-size: 13px !important; }
.privacy input { width: auto; margin-top: 3px; }
.privacy a,
.privacy-summary a { color: inherit; text-underline-offset: 3px; }
.privacy-summary { margin: 0; font-size: 12px; line-height: 1.65; }
.form-status { padding: 13px 16px; border: 1px solid currentColor; }
.form-status.success { color: #245f35; }
.form-status.error { color: #8f2c2c; }
.form-status.warning { color: #76510c; }
.honeypot { position: absolute !important; left: -9999px !important; }
.static-footer { padding: 34px 24px; color: white; background: var(--ink); text-align: center; font-size: 12px; letter-spacing: .06em; }
.static-footer a { color: white; }
.static-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-top: 12px; }

/* Textos legales del calco temporal */
.legal-page { background: #fff; }
.legal-content {
  width: min(850px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) 0;
}
.legal-content h1,
.legal-content h2 {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 400;
}
.legal-content h1 { margin: 0 0 34px; font-size: clamp(42px, 6vw, 70px); }
.legal-content h2 { margin: 38px 0 12px; font-size: 30px; }
.legal-content p,
.legal-content li { font-size: 15px; line-height: 1.8; }
.legal-content a { color: inherit; text-underline-offset: 4px; }
.legal-pending {
  padding: 16px 18px;
  color: #6d4100;
  background: #fff4dd;
  border: 1px solid #dfbd7a;
}

/* Historias completas: selección fiel de las galerías originales */
.story-detail { background: #fff; }
.story-detail .static-header { background: rgba(255, 255, 255, .96); }
.story-detail-hero {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: min(78vh, 860px);
  padding: clamp(38px, 6vw, 92px);
  color: white;
  background: linear-gradient(180deg, rgba(12, 10, 8, .12) 35%, rgba(12, 10, 8, .7) 100%), var(--hero-image) center/cover;
}
.story-detail-hero div { width: min(100%, 940px); }
.story-detail-hero p {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.story-detail-hero h1 {
  margin: 0;
  font: 400 clamp(38px, 6vw, 76px)/.98 "Cormorant", Georgia, serif;
  text-transform: uppercase;
}
.story-detail-intro {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 64px;
  text-align: center;
}
.story-detail-intro p {
  margin: 0;
  font: italic 400 clamp(25px, 3vw, 38px)/1.35 "Cormorant", Georgia, serif;
}
.story-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(8px, 1.25vw, 20px);
  width: min(1380px, calc(100% - 36px));
  margin: 0 auto;
}
.story-photo { margin: 0; overflow: hidden; background: #eeeae6; }
.story-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.story-photo.landscape { grid-column: 1 / -1; aspect-ratio: 3 / 2; }
.story-photo.portrait { aspect-ratio: 2 / 3; }
.story-photo.portrait + .story-photo.landscape { margin-top: clamp(8px, 1.25vw, 20px); }
.story-detail-cta {
  margin-top: clamp(54px, 8vw, 110px);
  padding: clamp(70px, 10vw, 130px) 24px;
  color: white;
  background: #1a1815;
  text-align: center;
}
.story-detail-cta p {
  margin: 0 0 28px;
  font: 400 clamp(30px, 4vw, 52px)/1.1 "Cormorant", Georgia, serif;
  text-transform: uppercase;
}
.story-detail-cta a {
  display: inline-block;
  padding: 15px 29px;
  color: #1a1815;
  background: white;
  font-size: 11px;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  .static-header {
    position: sticky;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "brand brand" "left right";
    gap: 12px 20px;
    min-height: 0;
    padding: 12px 18px 16px;
  }
  .static-brand { justify-self: center; }
  .static-logo { width: 148px; }
  .static-nav { gap: 9px 14px; }
  .static-nav-left { justify-content: flex-end; }
  .static-nav-right { justify-content: flex-start; }
  .static-nav a { font-size: 12px; }
  .gallery, .stories, .stories-original, .contact-grid { grid-template-columns: 1fr; }
  .gallery img { height: 72vw; max-height: 520px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form > * { grid-column: 1 !important; }
  .story-detail-hero { min-height: 66vh; padding: 30px 22px 42px; }
  .story-gallery { grid-template-columns: 1fr; width: calc(100% - 20px); gap: 10px; }
  .story-photo.landscape { grid-column: auto; }
  .story-photo.landscape,
  .story-photo.portrait { aspect-ratio: auto; }
  .story-photo img { height: auto; }
}
@media (max-width: 520px) {
  .static-header { grid-template-columns: 1fr; grid-template-areas: "brand" "left" "right"; }
  .static-nav-left,
  .static-nav-right { justify-content: center; }
}
