/* ============================================================
   bycarla · Portfolio UI Kit styles
   Layout + component classes. Tokens come from colors_and_type.css
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

.kit-root { min-height: 100vh; position: relative; overflow-x: hidden; }

/* ---------- Shared primitives ------------------------------ */
.eyebrow { font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); }
.stamp   { font-size: 13px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--graphite); }

.btn { font-size: 14.5px; cursor: pointer; border: none; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
       border-radius: var(--radius-pill); padding: 14px 28px; letter-spacing: 0.01em;
       transition: background var(--dur-fast) var(--ease-soft), color var(--dur-fast) var(--ease-soft), transform var(--dur-fast) var(--ease-soft); }
.btn:active { transform: scale(0.985); }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--clay); }
.btn-rose { background: var(--rose); color: #fff; }
.btn-rose:hover { background: var(--clay); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-ghost:hover { background: rgba(50,42,34,0.04); }
.btn .arr { transition: transform var(--dur-base) var(--ease-soft); }
.btn:hover .arr { transform: translateX(4px); }

.chip { font-size: 13px; padding: 8px 17px; border-radius: var(--radius-pill); letter-spacing: 0.01em; cursor: pointer;
        border: 1px solid var(--line); color: var(--graphite); background: transparent;
        transition: all var(--dur-fast) var(--ease-soft); }
.chip:hover { border-color: var(--taupe); color: var(--ink); }
.chip.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chip.chip-soon { opacity: 0.45; cursor: default; pointer-events: none; }

.linkarrow { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; color: var(--ink); cursor: pointer; }
.linkarrow .arr { transition: transform var(--dur-base) var(--ease-soft); }
.linkarrow:hover .arr { transform: translateX(4px); }

/* ---------- Leather scrapbook cover (pre-home) ------------- */
.cover { position: fixed; inset: 0; z-index: 40; display: flex; align-items: center; justify-content: center;
         padding: clamp(10px, 2.5vw, 36px); perspective: 2600px; overflow-y: auto;
         background: #2C1E14;
         background-image: radial-gradient(130% 130% at 50% 38%, rgba(0,0,0,0) 36%, rgba(0,0,0,0.5) 100%); }
.book { position: relative; width: 100%; height: 100%; max-width: 1200px; max-height: 770px;
        display: flex; align-items: center; justify-content: center;
        border-radius: 10px 16px 16px 10px; overflow: hidden; transform-origin: left center;
        background:
          radial-gradient(135% 115% at 30% 15%, rgba(230,184,134,0.26), rgba(230,184,134,0) 48%),
          radial-gradient(150% 140% at 84% 95%, rgba(10,6,2,0.66), rgba(10,6,2,0) 60%),
          var(--cover-ground, #463122);
        box-shadow:
          0 60px 130px rgba(8,5,2,0.72), 0 18px 44px rgba(8,5,2,0.5),
          inset 0 3px 2px rgba(255,232,200,0.18),
          inset 0 -7px 14px rgba(6,3,1,0.6),
          inset 0 0 190px rgba(6,3,1,0.52);
        transition: transform var(--dur-slow) var(--ease-soft), opacity var(--dur-slow) var(--ease-soft); }
.cover.opening .book { transform: rotateY(-128deg); opacity: 0; pointer-events: none; }
.leather-grain { position: absolute; inset: 0; opacity: 0.75; mix-blend-mode: overlay; pointer-events: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.17'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='540' height='540'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.32' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23m)' opacity='0.10'/%3E%3C/svg%3E");
  background-size: 200px 200px, 540px 540px; }
.leather-sheen { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(118deg, rgba(255,238,214,0.12) 0%, rgba(255,238,214,0) 32%),
              radial-gradient(80% 50% at 50% -10%, rgba(255,240,218,0.10), rgba(255,240,218,0) 70%); }
/* debossed stitched border panel */
.book-stitch { position: absolute; inset: clamp(14px,2.2vw,28px); border-radius: 7px; z-index: 3; pointer-events: none;
  border: 2px dashed rgba(26,15,7,0.5);
  box-shadow: 0 1px 0 rgba(255,234,205,0.12), inset 0 1px 0 rgba(255,234,205,0.07); }
.book-stitch::after { content: ""; position: absolute; inset: 7px; border-radius: 5px;
  box-shadow: inset 0 0 26px rgba(6,3,1,0.22); }
/* page fore-edge on the right */
.pages { position: absolute; top: 6%; bottom: 6%; right: 0; width: 12px; z-index: 2; pointer-events: none;
  background: repeating-linear-gradient(180deg, #F1E9D8 0 2px, #D6C8B0 2px 3.4px);
  box-shadow: inset 2px 0 5px rgba(12,7,3,0.45), -2px 0 6px rgba(12,7,3,0.4); }
.book::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 26px; z-index: 8;
  background: linear-gradient(90deg, rgba(10,6,2,0.6), rgba(10,6,2,0) 100%),
              linear-gradient(90deg, rgba(255,232,200,0.10) 0 1.5px, rgba(255,232,200,0) 2px); }
/* fold seam where the flap closes (right third) */
.book-fold { position: absolute; top: 0; bottom: 0; left: 64%; width: 2px; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, rgba(18,10,4,0) 0%, rgba(18,10,4,0.4) 12%, rgba(18,10,4,0.4) 88%, rgba(18,10,4,0) 100%);
  box-shadow: 1px 0 0 rgba(255,230,200,0.06); }

/* paper clip, top-right flap */
.clip { position: absolute; top: clamp(30px,6vw,66px); right: clamp(80px,16vw,180px); z-index: 7;
  width: 24px; height: 54px; border-radius: 12px; transform: rotate(22deg);
  border: 3px solid #CFD3D8; border-bottom-color: #AEB3B9;
  box-shadow: 0 3px 7px rgba(14,8,3,0.5); }
.clip::after { content: ""; position: absolute; left: 50%; top: 8px; transform: translateX(-50%);
  width: 3px; height: 30px; background: #CFD3D8; border-radius: 3px; }
.clip::before { content: ""; position: absolute; left: 50%; top: -7px; transform: translateX(-50%);
  width: 13px; height: 13px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #EEF0F2, #B6BBC1);
  box-shadow: 0 1px 3px rgba(14,8,3,0.5); }

/* stars */
.star { position: absolute; z-index: 7; }
.star-a { right: 6%; bottom: 11%; width: 34px; height: 34px; color: #C8A35A; fill: #C8A35A; transform: rotate(-8deg); }
.star-b { right: 10.5%; bottom: 19%; width: 17px; height: 17px; color: #7E8B5A; fill: #7E8B5A; }

/* elastic band across the cover (decoration, behind card) */
.band { position: absolute; left: 0; right: 0; top: 50%; height: 12px; z-index: 1;
  background: linear-gradient(180deg, #241A12 0%, #4A3826 45%, #1A120A 100%);
  box-shadow: 0 10px 18px rgba(14,8,3,0.45), inset 0 1px 0 rgba(255,230,200,0.14); }
.charm { position: absolute; top: 100%; z-index: 1; display: flex; flex-direction: column; align-items: center;
  transform: rotate(var(--rot, 0deg)); transform-origin: top center; }
.charm-ring { width: 11px; height: 11px; margin-top: -5px; border: 2.5px solid #C7CBD0; border-radius: 50%;
  background: transparent; box-shadow: 0 1px 2px rgba(14,8,3,0.4); }
.charm-body { margin-top: var(--drop, 46px); width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, #EDEFF1, #A4A9AF 62%, #CDD1D6);
  box-shadow: 0 6px 12px rgba(14,8,3,0.5), inset 0 1px 0 rgba(255,255,255,0.85), inset 0 -2px 4px rgba(80,86,94,0.4);
  position: relative; }
.charm-body::before { content: ""; position: absolute; top: -15px; width: 2px; height: 15px;
  background: linear-gradient(180deg, #C7CBD0, #9DA2A8); }
.charm-body i { width: 21px; height: 21px; color: #4A5058; }

/* content stage — in normal flow, centered; never overlaps */
.cover-stage { position: relative; z-index: 5; display: flex; align-items: center; justify-content: center;
  gap: clamp(18px, 2.5vw, 30px); width: 100%; padding: clamp(24px,5vw,48px); }

/* cream planner card with title + CTA */
.planner { position: relative; flex: 0 1 auto; width: min(58vw, 440px);
  padding: clamp(28px,3.4vw,46px) clamp(26px,3vw,40px) clamp(30px,3.4vw,42px);
  background: var(--cream, #EDE6D6);
  background-image: repeating-linear-gradient(0deg, rgba(166,85,95,0.05) 0 1px, transparent 1px 26px),
                    repeating-linear-gradient(90deg, rgba(166,85,95,0.05) 0 1px, transparent 1px 26px);
  border-radius: 2px; display: flex; flex-direction: column; gap: 14px;
  transform: rotate(-2deg); box-shadow: 0 30px 56px rgba(14,8,3,0.55), 0 6px 14px rgba(14,8,3,0.4); }
.planner-edge { position: absolute; left: 0; right: 0; bottom: 0; height: 10px;
  background: repeating-linear-gradient(90deg, var(--cream,#EDE6D6) 0 11px, transparent 11px 12px);
  -webkit-mask: radial-gradient(circle at 50% 0, transparent 0 5px, #000 5px) repeat-x 0 100% / 12px 10px;
          mask: radial-gradient(circle at 50% 0, transparent 0 5px, #000 5px) repeat-x 0 100% / 12px 10px; }
.cover-lbl { font-size: clamp(9px,1vw,11px); letter-spacing: 0.3em; text-transform: uppercase; color: var(--dusty-rose,#A6555F); }
.cover-wm { font-family: var(--font-sans); font-size: clamp(44px, 5.4vw, 72px); line-height: 0.92;
  color: var(--ink); margin: 2px 0; display: inline-flex; align-items: center; }
.cover-wm .wm-by { font-weight: 300; letter-spacing: -0.03em; margin-right: 0.015em; }
.cover-wm .wm-name { font-weight: 600; letter-spacing: -0.005em; }
.cover-wm .wm-dot { width: 0.16em; height: 0.16em; border-radius: 50%; background: var(--rose);
  margin-left: 0.14em; align-self: flex-end; margin-bottom: 0.14em; }
.cover-slogan { font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(15px,1.7vw,20px); color: #5A4129; line-height: 1.3; }
.cover-yr { font-size: clamp(10px,1.1vw,12px); letter-spacing: 0.3em; color: rgba(90,65,41,0.7); }
.planner-div { height: 1px; margin: 4px 0 2px;
  background: repeating-linear-gradient(90deg, rgba(139,46,60,0.4) 0 6px, transparent 6px 11px); }

/* photobooth strip — user photos (in flow beside the card) */
.strip { position: relative; flex: 0 0 auto; align-self: flex-start; margin: clamp(40px,5vw,64px) 0 0;
  padding: 9px 9px 14px; width: clamp(96px,11vw,124px);
  background: #FBFAF7; border-radius: 2px; display: flex; flex-direction: column; gap: 7px;
  transform: rotate(4deg); box-shadow: 0 22px 40px rgba(14,8,3,0.5); }
.strip .strip-img { display: block; width: 100%; aspect-ratio: 1/1; border-radius: 1px;
  background: #DED3C2; filter: grayscale(1) contrast(1.02); }
.bow { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); z-index: 7; width: 54px; height: 25px; }
.bow-l, .bow-r { position: absolute; top: 0; width: 23px; height: 23px; background: #C9A23C;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.35) 0 4px, transparent 4px 8px);
  border-radius: 60% 40% 50% 50%; box-shadow: 0 2px 4px rgba(14,8,3,0.25); }
.bow-l { left: 2px; transform: rotate(-18deg); }
.bow-r { right: 2px; transform: rotate(18deg) scaleX(-1); }
.bow-knot { position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 12px; height: 14px;
  background: #B8902F; border-radius: 4px; z-index: 8; }

/* clasp closure — CTA (in flow inside the card) */
.clasp { align-self: flex-start; margin-top: 8px; display: inline-flex; cursor: pointer; background: none; border: none; padding: 0; }
.clasp-tag { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: var(--radius-pill);
  background: linear-gradient(180deg, #6E4F38, #46301F); color: #F4E7D5;
  border: 1px solid rgba(255,238,214,0.22);
  font-size: clamp(12px,1.3vw,14px); letter-spacing: 0.12em; text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(14,8,3,0.5), inset 0 1px 0 rgba(255,255,255,0.18);
  transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.clasp:hover .clasp-tag { transform: translateY(-2px); box-shadow: 0 18px 32px rgba(14,8,3,0.58), inset 0 1px 0 rgba(255,255,255,0.24); }
.clasp:active .clasp-tag { transform: translateY(0) scale(0.98); }
.clasp .arr { transition: transform var(--dur-base) var(--ease-soft); }
.clasp:hover .arr { transform: translateX(4px); }

/* tablet */
@media (max-width: 860px) {
  .clip, .band, .charm { display: none; }
  .cover-stage { gap: clamp(14px,3vw,26px); }
  .planner { width: min(70vw, 400px); }
  .strip { width: clamp(86px,13vw,112px); }
  .star-a { right: 7%; bottom: 9%; } .star-b { right: 11%; bottom: 15%; }
}
/* phone */
@media (max-width: 560px) {
  .cover { padding: 0; align-items: stretch; }
  .book { border-radius: 0; max-height: none; }
  .cover-stage { flex-direction: column; gap: 26px; padding: clamp(36px,9vw,56px) 24px; }
  .planner { width: min(86vw, 360px); transform: rotate(-1.5deg); align-items: center; text-align: center; }
  .cover-slogan { max-width: 26ch; }
  .planner-div { width: 70%; align-self: center; }
  .clasp { align-self: center; }
  .strip { flex-direction: row; gap: 8px; width: min(86vw, 320px); transform: rotate(-1.5deg); margin: 0;
    padding: 8px; align-self: center; }
  .strip .strip-img { aspect-ratio: 1/1; }
  .star-a, .star-b { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .cover.opening .book { transition: opacity var(--dur-base) linear; transform: none; }
}

/* ---------- Cortina de transición entre páginas ------------ */
#cortina { position: fixed; inset: 0; z-index: 99999;
  background: var(--cover-ground, #4A3526);
  display: flex; justify-content: center; align-items: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s ease; }
#cortina.activa { opacity: 1; pointer-events: all; }
.cortina-logo { font-family: var(--font-sans); font-size: clamp(56px, 10vw, 96px);
  color: #F4E7D5; display: inline-flex; align-items: center; white-space: nowrap; line-height: 1;
  opacity: 0; transform: scale(8); }
#cortina.activa .cortina-logo {
  animation: cortinaZoom 700ms cubic-bezier(0.22, 1, 0.3, 1) both; }
.cortina-logo .wm-by { font-weight: 300; letter-spacing: -0.03em; margin-right: 0.015em; }
.cortina-logo .wm-name { font-weight: 600; letter-spacing: -0.005em; }
.cortina-logo .wm-dot { width: 0.16em; height: 0.16em; border-radius: 50%;
  background: var(--rose-ref, #E9C2B5); margin-left: 0.14em; align-self: flex-end; margin-bottom: 0.14em; }
@keyframes cortinaZoom {
  0%   { opacity: 0; transform: scale(8); }
  12%  { opacity: 1; }
  100% { opacity: 1; transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) { #cortina { display: none; } }

/* ---------- Notebook shell (open) -------------------------- */
.notebook { position: relative; min-height: 100vh; overflow-x: clip; }
.notebook-spine { position: fixed; left: 0; top: 0; bottom: 0; width: 16px; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(50,42,34,0.10), rgba(50,42,34,0) 100%); }
@media (max-width: 900px) { .notebook-spine { display: none; } }

/* ---------- Nav -------------------------------------------- */
.nav { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between;
       padding: 22px clamp(24px, 6vw, 88px); background: #E8CFC8;
       border-bottom: 1px solid var(--line); }
.nav-wm { font-family: var(--font-sans); font-size: 22px; color: var(--ink); cursor: pointer;
  display: inline-flex; align-items: center; white-space: nowrap; line-height: 1;
  animation: wmBounceIn 900ms var(--ease-soft) 600ms both; }
.nav-wm .wm-by { font-weight: 300; letter-spacing: -0.03em; margin-right: 0.015em; }
.nav-wm .wm-name { font-weight: 600; letter-spacing: -0.005em; }
.nav-wm .wm-dot { width: 0.16em; height: 0.16em; border-radius: 50%; background: var(--rose);
  margin-left: 0.14em; align-self: flex-end; margin-bottom: 0.14em;
  animation: dotPop 500ms var(--ease-soft) 1300ms both; }
@keyframes wmBounceIn {
  0%   { opacity: 0; transform: scale(2.2); }
  45%  { opacity: 1; transform: scale(0.88); }
  65%  { transform: scale(1.08); }
  80%  { transform: scale(0.97); }
  100% { transform: scale(1); }
}
@keyframes dotPop {
  0%   { opacity: 0; transform: scale(0); }
  50%  { transform: scale(1.6); }
  75%  { transform: scale(0.85); }
  100% { opacity: 1; transform: scale(1); }
}
.nav-links { display: flex; gap: 34px; align-items: center; }
.nav-link { font-size: 14px; font-weight: 600; color: var(--graphite); cursor: pointer; position: relative; padding-bottom: 2px; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--rose); transition: width var(--dur-base) var(--ease-soft); }
.nav-link:hover { color: var(--ink); }
.nav-link:hover::after { width: 100%; }

/* ---------- Layout shells ---------------------------------- */
.page-area { padding: 0 clamp(24px, 6vw, 88px); }
.page { padding: 0; }
section { animation: rise var(--dur-slow) var(--ease-soft) both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  section { animation: none; }
  .cover { transition: opacity var(--dur-base) linear; }
  .nav-wm { animation: none; }
  .nav-wm .wm-dot { animation: none; }
}

/* ---------- Full-bleed color bands ------------------------- */
.sec-bleed { position: relative; }
.sec-bleed::before { content: ""; position: absolute; top: 0; bottom: 0;
  left: calc(-1 * clamp(24px, 6vw, 88px)); width: 100vw; z-index: -1; }
.sec-bleed.bg-blush::before { background: linear-gradient(180deg, var(--blush), var(--paper)); }
.sec-bleed.bg-cream::before { background: var(--cream); }
.sec-bleed.bg-paper2::before { background: var(--paper-2); }
.sec-bleed.bg-ink::before { background: var(--ink); }
.sec-bleed.bg-ink { color: var(--paper); }
.sec-bleed.bg-ink .eyebrow { color: var(--rose-ref); }
.sec-bleed.bg-ink h2 { color: var(--paper); }
.sec-bleed.bg-ink p { color: rgba(247,241,233,.75); }

/* ---------- Hero ------------------------------------------- */
.hero { padding: clamp(56px, 11vw, 132px) 0 clamp(40px, 7vw, 88px); max-width: 1000px;
  position: relative; }
.hero::before { content: ""; position: absolute; top: calc(-1 * clamp(48px, 8vw, 96px)); bottom: 0;
  left: calc(-1 * clamp(24px, 6vw, 88px)); width: 100vw;
  z-index: -1;
  background: linear-gradient(180deg, var(--blush) 0%, var(--paper) 70%); opacity: 0.45; }
.hero h1 { font-size: clamp(40px, 6.4vw, 76px); font-weight: 300; line-height: 1.06; letter-spacing: -0.02em; margin: 22px 0 0; }
.hero h1 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--clay); }
.hero .lead { margin-top: 30px; max-width: 560px; font-size: 18px; font-weight: 300; line-height: 1.6; color: var(--graphite); }
.hero-actions { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- Section header --------------------------------- */
.sec { padding: clamp(24px, 4vw, 48px) 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 38px; flex-wrap: wrap; }
.sec-head h2 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 300; letter-spacing: -0.02em; margin: 10px 0 0; }
.filters { display: flex; gap: 10px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }

/* ---------- Project scrapbook grid ------------------------- */
/* ---------- Marquee de proyectos ---------- */
.proj-marquee { overflow: hidden; margin: clamp(16px,3vw,32px) 0 clamp(32px,5vw,56px);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%); }
.proj-marquee-track { display: flex; gap: 6px; width: max-content;
  animation: marquee 30s linear infinite; }
.proj-marquee:hover .proj-marquee-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.proj-marquee-item { flex: none; display: block; width: 200px; height: 150px;
  border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; }
.proj-marquee-item img { width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 400ms var(--ease-soft); }
.proj-marquee-item:hover img { transform: scale(1.06); }
@media (max-width: 600px) { .proj-marquee-item { width: 140px; height: 105px; } }

/* ---------- Home: banner bienvenida ------------------------ */
.home-banner {
  text-align: center;
  padding: clamp(64px,10vw,120px) 0 clamp(48px,7vw,80px);
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(40px,6vw,72px);
}
.home-banner-eyebrow { display: flex; align-items: center; justify-content: center;
                        gap: 16px; margin-bottom: 20px; }
.hbe-text { font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
            color: var(--stone); white-space: nowrap; }
.hbe-line { flex: 0 0 24px; height: 1px; background: var(--rose); opacity: 0.7; }
.home-banner-title { font-size: clamp(36px,6vw,76px); font-weight: 300; letter-spacing: -0.03em;
                     color: var(--ink); line-height: 1.06; margin: 0 0 20px; }
.home-banner-title em { font-style: normal; font-family: var(--font-sans); font-weight: 500;
                         color: #C4A09A; }
.home-banner-sub { font-family: var(--font-sans); font-size: clamp(14px,1.4vw,18px);
                   font-weight: 300; color: var(--stone); margin: 0; }

/* ---------- Home: split izq/dcha -------------------------- */
.home-split { display: grid; grid-template-columns: 280px 1fr auto; gap: clamp(24px,4vw,56px);
              align-items: start; padding-bottom: clamp(56px,9vw,110px); }

/* Polaroid + bio */
.home-left { display: flex; flex-direction: column; align-items: center; gap: 0; }
.home-polaroid { flex-shrink: 0; }
.polaroid { background: #fff; padding: 12px 12px 48px; box-shadow: 3px 6px 28px rgba(50,42,34,0.18);
            transform: rotate(-2deg); width: 100%; max-width: 280px; }
.polaroid-img { aspect-ratio: 4/5; overflow: hidden; background: var(--beige); }
.polaroid-ph { display: flex; align-items: center; justify-content: center;
               color: var(--stone); font-size: 11px; letter-spacing: 0.06em; }
.polaroid-cap { text-align: center; font-family: 'Satisfy', cursive; font-size: 14px;
                color: var(--graphite); margin-top: 10px; }
.home-bio { text-align: left; width: 100%; }
.home-bio-title { font-size: clamp(18px,2vw,24px); font-weight: 300; color: var(--ink);
                  letter-spacing: -0.02em; margin-bottom: 12px; }
.home-bio p { font-size: 14px; color: var(--graphite); line-height: 1.75; margin-bottom: 10px; }

/* Tablón de corcho */
.home-cork {
  position: relative;
  max-width: 420px;
  margin-left: auto;
  background-color: #C19A6B;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0.3'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E"),
    repeating-linear-gradient(105deg, transparent 0px, transparent 12px, rgba(0,0,0,0.018) 12px, rgba(0,0,0,0.018) 13px),
    repeating-linear-gradient(15deg,  transparent 0px, transparent 10px, rgba(255,255,255,0.022) 10px, rgba(255,255,255,0.022) 11px),
    radial-gradient(ellipse at 15% 20%, rgba(255,255,255,0.10) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 80%, rgba(0,0,0,0.12) 0%, transparent 45%);
  border-radius: var(--radius-lg);
  padding: clamp(16px,3vw,28px);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(10px,1.8vw,16px);
  align-items: start;
  box-shadow: inset 0 3px 14px rgba(0,0,0,0.20), inset 0 -2px 8px rgba(0,0,0,0.10),
              0 8px 28px rgba(0,0,0,0.14);
  border: 6px solid #8B6535;
  outline: 2px solid rgba(0,0,0,0.08);
}

/* Desorden vertical — cada celda se desplaza distinto */
.home-cork > *:nth-child(2)  { margin-top: 16px; }
.home-cork > *:nth-child(3)  { margin-top: -6px; }
.home-cork > *:nth-child(5)  { margin-top: 20px; }
.home-cork > *:nth-child(6)  { margin-top: 4px;  }
.home-cork > *:nth-child(8)  { margin-top: 12px; }

/* Foto del proyecto */
.cork-item { position: relative; display: block; transform: rotate(var(--rot));
             transition: transform 0.25s var(--ease-soft), box-shadow 0.25s var(--ease-soft);
             background: #fff; padding: 4px 4px 18px;
             box-shadow: 2px 3px 12px rgba(0,0,0,0.28); }
.cork-item:hover { transform: rotate(0deg) scale(1.07); z-index: 6;
                   box-shadow: 5px 10px 28px rgba(0,0,0,0.32); }
.cork-item img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.cork-ttl { display: block; text-align: center; font-size: 7px; font-weight: 600;
            letter-spacing: 0.06em; color: var(--graphite); margin-top: 3px;
            white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Nota de papel */
.cork-note { position: relative; transform: rotate(var(--rot));
             background: var(--nbg); padding: 10px 8px 8px;
             box-shadow: 2px 3px 10px rgba(0,0,0,0.22);
             display: flex; flex-direction: column; justify-content: center; min-height: 60px; }
.cork-note p { font-family: 'Nothing You Could Do', cursive; font-size: clamp(8px,0.85vw,10px);
               color: #3A2D28; line-height: 1.4; margin: 0; text-align: center;
               -webkit-text-stroke: 0.3px #3A2D28; }

/* Chincheta */
.cork-pin, .cork-pin--small { position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
            border-radius: 50%; z-index: 5;
            background: radial-gradient(circle at 38% 35%, #E85C52, #8B1A1A);
            box-shadow: 0 2px 5px rgba(0,0,0,0.4); }
.cork-pin { width: 16px; height: 16px; }
.cork-pin--small { width: 12px; height: 12px; top: -7px; }
.cork-pin::after, .cork-pin--small::after { content: ''; position: absolute; bottom: -7px; left: 50%;
  transform: translateX(-50%); width: 2px; height: 8px;
  background: rgba(0,0,0,0.22); border-radius: 1px; }

@media (max-width: 768px) {
  .home-split { grid-template-columns: 1fr; }
  .home-polaroid { margin: 0 auto; }
  .home-cork { grid-template-columns: repeat(3,1fr); }
}

/* ---------- Frase entre marquee y proyectos ---------------- */
.proj-tagline {
  margin: clamp(16px,2vw,24px) 0 clamp(12px,1.5vw,20px);
  display: flex;
  justify-content: center;
}
.proj-tagline-inner {
  width: min(560px, 88%);
  height: 96px; /* exactamente 3 líneas de 32px */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDFAF5;
  background-image:
    linear-gradient(to right, transparent 44px, rgba(213,169,157,0.4) 44px, rgba(213,169,157,0.4) 46px, transparent 46px),
    repeating-linear-gradient(
      to bottom,
      transparent 0px,
      transparent 31px,
      rgba(180,164,148,0.28) 31px,
      rgba(180,164,148,0.28) 32px
    );
  border-top: 1px solid rgba(180,164,148,0.35);
  border-bottom: 1px solid rgba(180,164,148,0.35);
}
.proj-tagline p {
  font-family: 'Satisfy', cursive;
  font-weight: 400;
  font-size: clamp(18px,2.2vw,26px);
  color: var(--garnet);
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.work-sec { position: relative; }

.work-group { margin-top: clamp(28px,4vw,48px); }
.work-group:first-of-type { margin-top: 8px; }
.group-label { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; }
.group-label .gl-star { width: 10px; height: 10px; border-radius: 50%; background: var(--rose); flex: none; display: inline-block; }
.group-label .gl-name { font-family: var(--font-sans); font-size: clamp(13px,1.4vw,16px); font-weight: 600; color: var(--garnet); line-height: 1; letter-spacing: 0.14em; text-transform: uppercase; }
.group-label .gl-rule { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, var(--line) 0 7px, transparent 7px 12px); }

/* uniform grid for project cards */
.scrap-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: clamp(16px,2.4vw,32px); }
@media (max-width: 900px) { .scrap-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .scrap-grid { grid-template-columns: 1fr; } }

.scard { display: flex; flex-direction: column; position: relative; cursor: pointer;
  padding: 12px 12px 14px; background: #FFFDF9;
  border-radius: 2px; box-shadow: var(--shadow-md);
  transform: rotate(var(--tilt, -1.4deg));
  transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.scard:nth-child(3n+2) { --tilt: 1.6deg; }
.scard:nth-child(3n+3) { --tilt: -0.8deg; }
.scard:hover { transform: rotate(0deg) translateY(-4px); box-shadow: var(--shadow-lg); z-index: 2; }
.scard-tape { position: absolute; top: -13px; left: 50%; transform: translateX(-50%) rotate(-2.5deg); z-index: 3;
  width: clamp(72px,9vw,104px); height: 26px; background: rgba(213,169,157,0.6);
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.22) 0 6px, transparent 6px 12px);
  box-shadow: 0 2px 5px rgba(50,42,34,0.12); }
.scard:nth-child(2n) .scard-tape { transform: translateX(-50%) rotate(3deg); background: rgba(233,194,181,0.6); }
.scard-photo { position: relative; overflow: hidden; border: 1px solid var(--line-soft); background: var(--paper); aspect-ratio: 4/3; flex: none; }
.scard-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

/* Slideshow por categoría (scard legacy) */
.scard-slideshow { position: absolute; inset: 0; }
.scard-slideshow img { opacity: 0; transition: opacity 0.8s ease; }
.scard-slideshow img.ss-active { opacity: 1; }

/* Grid de categorías — 3 columnas, formato horizontal */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 28px);
  padding: clamp(12px, 2vw, 20px) 0;
}
.cat-polaroid {
  transition: transform 0.3s var(--ease-soft);
}
.cat-polaroid:hover { transform: translateY(-5px); }
.cat-pol-inner {
  display: block;
  text-decoration: none;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.cat-pol-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--beige);
}
.cat-slideshow { position: absolute; inset: 0; z-index: 1; }
.cat-slideshow img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.cat-slideshow img.ss-active { opacity: 1; }
.cat-overlay {
  position: absolute; inset: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cat-pol-inner:hover .cat-overlay { opacity: 0.5; }
.cat-pol-soon { cursor: default; }
.cat-pol-soon .cat-pol-photo { background: var(--beige); }
.cat-soon-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(92,66,49,0.70);
}
.cat-soon-ph span {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251,247,242,0.6);
}
.cat-pol-label {
  display: block;
  padding: 12px 16px 14px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--paper);
}
@media (max-width: 640px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
}
.scard-photo .ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.scard-photo .ph span { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(74,59,44,0.5); }
.scard-cap { padding: 12px 6px 4px; text-align: center; flex: 0 0 auto; }
.scard-title { display: block; font-family: 'Outfit', sans-serif; font-size: clamp(19px,2.1vw,25px); font-weight: 300; color: var(--garnet); line-height: 1.2; letter-spacing: 0; }
.scard-sub { display: block; margin-top: 5px; font-size: 12px; letter-spacing: 0.04em; color: var(--stone); }

/* "clean" card variant (Tweaks) */
.cards-clean .scard { transform: none; box-shadow: var(--shadow-sm); padding: 0; background: transparent; }
.cards-clean .scard-tape { display: none; }
.cards-clean .scard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cards-clean .scard-photo { border-radius: var(--radius-lg); border: none; }
.cards-clean .scard-cap { text-align: left; padding: 14px 2px 0; }
.cards-clean .scard-title { font-family: var(--font-sans); font-weight: 500; font-size: 20px; color: var(--ink); }

/* ---------- Motion: category reveals ----------------------- */
@media (prefers-reduced-motion: no-preference) {
  .scard { animation: scardIn 560ms var(--ease-soft) both; animation-delay: calc(var(--i, 0) * 70ms); }
  @keyframes scardIn { from { opacity: 0; transform: translateY(20px) rotate(var(--tilt, -1.4deg)); }
                       to   { opacity: 1; transform: rotate(var(--tilt, -1.4deg)); } }
  .work-group .group-label { animation: labelIn 520ms var(--ease-soft) backwards; }
  @keyframes labelIn { from { opacity: 0; transform: translateX(-16px); } to { opacity: 1; transform: none; } }
  .group-label .gl-star { animation: none; }
  .group-label .gl-rule { transform-origin: left center; animation: ruleGrow 720ms var(--ease-soft) backwards; }
  @keyframes ruleGrow { from { transform: scaleX(0.15); opacity: 0; } to { transform: none; opacity: 1; } }
  .filters .chip { animation: chipIn 460ms var(--ease-soft) backwards; }
  .filters .chip:nth-child(2){animation-delay:40ms} .filters .chip:nth-child(3){animation-delay:80ms}
  .filters .chip:nth-child(4){animation-delay:120ms} .filters .chip:nth-child(5){animation-delay:160ms}
  .filters .chip:nth-child(6){animation-delay:200ms} .filters .chip:nth-child(7){animation-delay:240ms}
  @keyframes chipIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
}

/* ---------- Sobre mí · modern editorial ------------------- */
.about2 { position: relative; }
.a2-grid { display: grid; grid-template-columns: minmax(150px, 0.8fr) 1.2fr; gap: clamp(32px,5vw,80px); align-items: start; }
@media (max-width: 820px) { .a2-grid { grid-template-columns: 1fr; gap: 40px; } }

.a2-media { position: relative; padding-top: clamp(28px, 3.5vw, 44px); }
.a2-portrait { margin: 0; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg);
  background: linear-gradient(150deg, var(--accent-wash), var(--rose)); }
.a2-portrait .a2-img { display: block; width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center top; }
.a2-portrait { height: 100%; }
.a2-grid { align-items: stretch; }
.a2-media { overflow: visible; }
.a2-arrow-label {
  position: absolute;
  bottom: -90px;
  left: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  transform: rotate(-5deg);
}
.a2-arrow-text {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 22px;
  color: var(--garnet);
  -webkit-text-stroke: 0.4px var(--garnet);
  white-space: nowrap;
  line-height: 1;
  margin-left: 4px;
}
.a2-arrow-svg {
  width: 70px;
  height: 100px;
}
.a2-doodle { position: absolute; bottom: -14px; right: -10px; width: 30px; height: 30px; color: var(--accent); z-index: 3; }
@media (max-width: 820px) { .a2-media { max-width: 360px; } }

.a2-body { min-width: 0; }
.a2-title { font-family: var(--font-sans); font-size: clamp(30px,4.4vw,52px); font-weight: 300;
  letter-spacing: -0.02em; line-height: 1.08; margin: 12px 0 0; }
.a2-title .scr { font-family: var(--font-sans); font-style: normal; font-weight: 500; color: #C4A09A; letter-spacing: 0; }
.a2-lead { margin: 22px 0 0; font-size: clamp(17px,1.5vw,19px); font-weight: 300; line-height: 1.6; color: var(--graphite); }
.a2-text { margin: 16px 0 0; font-size: 16px; line-height: 1.7; color: var(--graphite); }

.a2-facts { margin: clamp(28px,3.5vw,40px) 0 0; border-top: 1px solid var(--line); }
.a2-fact { display: grid; grid-template-columns: 132px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
@media (max-width: 520px) { .a2-fact { grid-template-columns: 1fr; gap: 4px; } }
.a2-fact dt { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); padding-top: 3px; }
.a2-fact dd { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink); }
.a2-sign { display: block; margin-top: clamp(24px,3vw,34px); font-family: var(--font-sans); font-size: 18px; font-weight: 400; letter-spacing: 0.08em; color: #C4A09A; }

@media (prefers-reduced-motion: no-preference) {
  .a2-portrait { animation: photoIn 640ms var(--ease-soft) backwards; }
  @keyframes photoIn { from { opacity: 0; transform: translateY(18px) scale(0.98); } to { opacity: 1; transform: none; } }
  .a2-sticker { animation: stickPop 560ms var(--ease-soft) 200ms backwards; }
  @keyframes stickPop { from { opacity: 0; transform: rotate(-12deg) scale(0.4); } to { opacity: 1; transform: rotate(-12deg) scale(1); } }
  .a2-doodle { animation: floaty 3.4s ease-in-out infinite; }
  .a2-fact { animation: labelIn 520ms var(--ease-soft) backwards; }
  .a2-fact:nth-child(2){animation-delay:60ms} .a2-fact:nth-child(3){animation-delay:120ms} .a2-fact:nth-child(4){animation-delay:180ms}
}

/* ---------- Identity showcase (Sobre mí) -------------------- */
.id-sec { margin-top: clamp(48px, 7vw, 84px); }
.id-sec > .eyebrow { margin-bottom: 6px; }
.id-sec > h2 { font-weight: 300; font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.01em; margin: 0 0 8px; }
.id-sec > .id-sub { font-size: 14px; color: var(--graphite); margin: 0 0 clamp(24px, 3vw, 36px); }

.id-block-label { margin-bottom: 14px; }
.id-block-title { display: block; font-family: var(--font-sans); font-size: 15px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--clay); }
.id-block-desc { display: block; margin-top: 4px; font-size: 14px; color: var(--graphite); line-height: 1.5; }

.id-scene { background: #fff; border-radius: 18px; box-shadow: 0 20px 48px rgba(50,42,34,.10);
  padding: clamp(24px, 4vw, 48px); display: flex; flex-wrap: wrap; gap: clamp(20px, 3vw, 40px);
  align-items: center; justify-content: center; }
.id-scene.warm { background: linear-gradient(150deg, #F3EADD, #ECDDCB); }

.id-card { width: 320px; height: 188px; border-radius: 12px; flex-shrink: 0;
  box-shadow: 0 14px 30px rgba(50,42,34,.16); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; }
.id-card.front { background: var(--paper-2, #F7F1E9); }
.id-card.front .id-logo { font-family: var(--font-sans); font-size: 34px; display: inline-flex; align-items: center; }
.id-card.front .id-logo .wm-by { font-weight: 300; letter-spacing: -0.03em; margin-right: 0.015em; }
.id-card.front .id-logo .wm-name { font-weight: 600; }
.id-card.front .id-logo .wm-dot { width: 0.16em; height: 0.16em; border-radius: 50%;
  background: var(--rose); margin-left: 0.14em; align-self: flex-end; margin-bottom: 0.14em; }
.id-card.front .id-corner { position: absolute; top: 14px; right: 16px; width: 7px; height: 7px; border-radius: 50%; background: var(--rose); }
.id-card.front .id-tag { position: absolute; bottom: 18px; left: 0; right: 0; text-align: center;
  font-size: 9px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--stone); }
.id-card.back { background: var(--ink, #322A22); color: var(--paper, #F7F1E9);
  flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 22px 24px; gap: 0;
  border-radius: 12px; }
.id-card.back .id-logo { font-family: var(--font-sans); font-size: 21px; display: inline-flex; align-items: center; }
.id-card.back .id-logo .wm-by { font-weight: 300; letter-spacing: -0.03em; margin-right: 0.015em; color: var(--paper); }
.id-card.back .id-logo .wm-name { font-weight: 600; color: var(--paper); }
.id-card.back .id-logo .wm-dot { width: 0.16em; height: 0.16em; border-radius: 50%;
  background: var(--rose-ref, #E9C2B5); margin-left: 0.14em; align-self: flex-end; margin-bottom: 0.14em; }
.id-card.back .id-rows { margin-top: auto; display: flex; flex-direction: column; gap: 6px; }
.id-card.back .id-rows span { font-size: 11.5px; color: rgba(247,241,233,.8); letter-spacing: 0.02em; }
.id-card.back .id-rows b { color: var(--rose-ref, #E9C2B5); font-weight: 500; }
.id-card.tilt-a { transform: rotate(-3deg); }
.id-card.tilt-b { transform: rotate(3deg); }

.id-sheet { width: 280px; height: 380px; background: #fff; border-radius: 6px;
  box-shadow: 0 18px 40px rgba(50,42,34,.14); padding: 26px; display: flex; flex-direction: column; }
.id-sheet .id-logo { font-family: var(--font-sans); font-size: 22px; display: inline-flex; align-items: center; }
.id-sheet .id-logo .wm-by { font-weight: 300; letter-spacing: -0.03em; margin-right: 0.015em; }
.id-sheet .id-logo .wm-name { font-weight: 600; }
.id-sheet .id-logo .wm-dot { width: 0.16em; height: 0.16em; border-radius: 50%;
  background: var(--rose); margin-left: 0.14em; align-self: flex-end; margin-bottom: 0.14em; }
.id-sheet .id-lines { margin-top: 30px; display: flex; flex-direction: column; gap: 10px; }
.id-sheet .id-lines i { display: block; height: 6px; border-radius: 4px; background: var(--line-soft, #EDE7DD); font-style: normal; }
.id-sheet .id-lines i.short { width: 50%; }
.id-sheet .id-lines i.mid { width: 78%; }
.id-sheet .id-foot { margin-top: auto; display: flex; justify-content: space-between;
  font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone);
  border-top: 1px solid var(--line); padding-top: 10px; }

.id-social { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; justify-content: center; }
.id-avatar { width: 110px; height: 110px; border-radius: 50%; background: var(--blush, #F3DDD4);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 26px rgba(50,42,34,.14); }
.id-avatar .id-ic { display: inline-flex; flex-direction: column; align-items: center; gap: 2px; }
.id-avatar .id-ic .by { font-weight: 500; color: var(--dusty-rose, #C19B8E); font-size: 9px; letter-spacing: 0.4em; padding-left: 0.4em; }
.id-avatar .id-ic .ca { font-weight: 600; color: var(--ink); font-size: 26px; line-height: 0.9; display: inline-flex; align-items: flex-end; }
.id-avatar .id-ic .dot { width: 0.14em; height: 0.14em; border-radius: 50%; background: var(--rose); margin-left: 0.08em; margin-bottom: 0.1em; }
.id-post { width: 220px; height: 220px; border-radius: 14px;
  box-shadow: 0 18px 36px rgba(50,42,34,.16); overflow: hidden;
  background: var(--ink); color: var(--cream, #F4E7D5);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px; padding: 26px; text-align: center; box-sizing: border-box; }
.id-post .id-q { font-family: var(--font-serif); font-style: italic; font-size: 16px; line-height: 1.35; }
.id-post .id-q b { color: var(--rose-ref, #E9C2B5); font-weight: 400; }
.id-post .id-logo { font-family: var(--font-sans); font-size: 17px; display: inline-flex; align-items: center; }
.id-post .id-logo .wm-by { font-weight: 300; letter-spacing: -0.03em; margin-right: 0.015em; }
.id-post .id-logo .wm-name { font-weight: 600; }
.id-post .id-logo .wm-dot { width: 0.16em; height: 0.16em; border-radius: 50%;
  background: var(--rose-ref, #E9C2B5); margin-left: 0.14em; align-self: flex-end; margin-bottom: 0.14em; }
.id-post.alt { background: var(--blush, #F3DDD4); color: var(--ink); }
.id-post.alt .id-q b { color: var(--clay, #A27E6F); }

.id-stickers { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; justify-content: center; }
.id-sticker { background: #fff; box-shadow: 0 10px 22px rgba(50,42,34,.16); }
.id-sticker.round { width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--blush, #F3DDD4); }
.id-sticker.round .id-ic { display: inline-flex; flex-direction: column; align-items: center; gap: 2px; }
.id-sticker.round .by { font-weight: 500; color: var(--dusty-rose, #C19B8E); font-size: 8px; letter-spacing: 0.4em; padding-left: 0.4em; }
.id-sticker.round .ca { font-weight: 600; color: var(--ink); font-size: 22px; line-height: 0.9; display: inline-flex; align-items: flex-end; }
.id-sticker.round .dot { width: 0.14em; height: 0.14em; border-radius: 50%; background: var(--rose); margin-left: 0.08em; margin-bottom: 0.1em; }
.id-sticker.pill { padding: 12px 20px; border-radius: 999px; background: var(--rose); color: #fff;
  font-family: var(--font-script); font-size: 20px; }
.id-sticker.tag-st { padding: 13px 18px; border-radius: 8px; background: var(--cream, #F4E7D5);
  font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--dusty-rose, #C19B8E); }

@media (max-width: 600px) {
  .id-card { width: 100%; max-width: 320px; height: 170px; }
  .id-sheet { width: 100%; max-width: 280px; }
  .id-post { width: 100%; max-width: 220px; height: 200px; }
}

/* ---------- Values strip ----------------------------------- */
.values { display: flex; flex-wrap: wrap; gap: 14px 34px; }
.values span { font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--graphite); }
.values .dot { color: var(--rose); }

/* ---------- About teaser ----------------------------------- */
.about { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
@media (max-width: 760px) { .about { grid-template-columns: 1fr; } }
.about-portrait { aspect-ratio: 4 / 5; border-radius: var(--radius-lg); background: linear-gradient(150deg, #ECDDCB, #EBD0C8);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.about-portrait span { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(74,59,44,0.45); }
.about p { font-size: 17px; line-height: 1.65; color: var(--graphite); font-weight: 300; }
.about p + p { margin-top: 18px; }

/* ---------- Contact band ----------------------------------- */
.contact { text-align: center; padding: clamp(64px, 11vw, 140px) 0; }
.contact .serif { font-family: var(--font-serif); font-weight: 300; font-style: italic; color: var(--clay); }
.contact h2 { font-size: clamp(34px, 5.2vw, 64px); font-weight: 300; letter-spacing: -0.02em; line-height: 1.1; margin: 0 auto; max-width: 760px; }
.contact .btn { margin-top: 38px; }

/* ---------- Footer ----------------------------------------- */
.footer { border-top: none; background: var(--ink); color: var(--paper); }
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: clamp(32px, 5vw, 64px);
  padding: clamp(28px, 4vw, 44px) clamp(24px, 6vw, 88px) clamp(24px, 4vw, 40px);
  align-items: start;
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-wm { font-family: var(--font-sans); font-size: 22px; display: inline-flex; align-items: center;
  white-space: nowrap; line-height: 1; color: #F4E7D5; }
.footer-wm .wm-by { font-weight: 300; letter-spacing: -0.03em; margin-right: 0.015em; }
.footer-wm .wm-name { font-weight: 600; letter-spacing: -0.005em; }
.footer-wm .wm-dot { width: 0.16em; height: 0.16em; border-radius: 50%; background: var(--rose-ref, #E9C2B5);
  margin-left: 0.14em; align-self: flex-end; margin-bottom: 0.14em; }
.footer-tagline { font-size: 13px; color: rgba(247,241,233,0.55); line-height: 1.6; margin: 0; max-width: 240px; }
.footer-nav { display: flex; flex-direction: column; gap: 12px; padding-top: 4px; }
.footer-nav a { font-size: 13.5px; color: rgba(247,241,233,0.7); transition: color 0.2s; }
.footer-nav a:hover { color: var(--paper); }
.footer-contact { display: flex; flex-direction: column; gap: 12px; padding-top: 4px; }
.footer-social { font-size: 13.5px; color: rgba(247,241,233,0.7); display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s; }
.footer-social:hover { color: var(--paper); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px clamp(24px, 6vw, 88px);
  border-top: 1px solid rgba(247,241,233,0.1);
  font-size: 12px; color: rgba(247,241,233,0.4);
}
.footer i[data-lucide] { width: 15px; height: 15px; flex-shrink: 0; }
.footer-icon { width: 18px; height: 18px; flex-shrink: 0; }
@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
}

/* ---------- Project detail --------------------------------- */
.detail { padding-top: 28px; }
.detail-back { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--graphite); cursor: pointer;
  padding: 8px 16px; border-radius: var(--radius-pill); border: 1px solid var(--line);
  transition: all var(--dur-fast) var(--ease-soft); }
.detail-back:hover { color: var(--ink); background: var(--paper-2); border-color: var(--taupe); }
.detail-back .arr { transition: transform var(--dur-base) var(--ease-soft); }
.detail-back:hover .arr { transform: translateX(-4px); }
.detail-head { max-width: 860px; padding: clamp(28px,5vw,56px) 0 clamp(32px,5vw,56px); }
.detail-head h1 { font-size: clamp(34px, 5.4vw, 64px); font-weight: 300; letter-spacing: -0.02em; line-height: 1.08; margin: 16px 0 0; }
.detail-head .lead { margin-top: 24px; font-size: 19px; font-weight: 300; line-height: 1.6; color: var(--graphite); max-width: 620px; }
.detail-metarow { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-top: 6px; }
.detail-metarow .m { display: flex; align-items: baseline; gap: 6px; padding-bottom: 6px; border-bottom: 1.5px solid var(--rose); }
.detail-metarow .m .k { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone); }
.detail-metarow .m .v { font-size: 13px; color: var(--ink); font-weight: 400; }
.detail-metarow .m + .m::before { content: none; }
/* ---------- Layout dividido: foto + info ---------- */
.detail-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,72px);
  align-items: center; min-height: calc(100vh - 80px); margin: clamp(16px,2vw,24px) 0; }
@media (max-width: 820px) { .detail-split { grid-template-columns: 1fr; min-height: auto; } }

.split-image { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg);
  background: var(--paper-2); height: clamp(400px, 75vh, 800px); }
.split-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-image-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(74,59,44,0.45); }

.split-info { display: flex; flex-direction: column; gap: 14px; padding-top: 8px; }
.split-info h1 { font-size: clamp(28px,4vw,48px); font-weight: 300; letter-spacing: -0.02em; line-height: 1.1; margin: 4px 0 0; }
.detail-intro { font-size: clamp(16px,1.4vw,18px); font-weight: 300; line-height: 1.7; color: var(--graphite); }

.btn-explore { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px;
  font-family: var(--font-sans); font-size: 13px; font-weight: 500; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--garnet); text-decoration: none;
  border-bottom: 1px solid var(--rose); padding-bottom: 4px;
  transition: gap var(--dur-base) var(--ease-soft), color var(--dur-base); }
.btn-explore:hover { gap: 16px; color: var(--clay); }
.detail-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px,2vw,22px); margin: clamp(32px,5vw,56px) 0; }
@media (max-width: 720px) { .detail-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .detail-gallery { grid-template-columns: 1fr; } }
.detail-gallery .gitem { margin: 0; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); background: var(--paper-2);
  transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.detail-gallery .gitem:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.detail-gallery .gitem { aspect-ratio: 4/3; }
.detail-gallery .gitem img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-body { max-width: 680px; margin: clamp(48px,7vw,88px) auto; }
.detail-body p { font-size: 17px; line-height: 1.7; color: var(--graphite); font-weight: 300; }
.detail-body p + p { margin-top: 22px; }
.detail-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: clamp(32px,5vw,56px) 0; }
@media (max-width: 720px) { .detail-duo { grid-template-columns: 1fr; } }
.detail-tile { aspect-ratio: 1 / 1; border-radius: var(--radius-lg); display:flex; align-items:center; justify-content:center; box-shadow: var(--shadow-sm); }
.detail-tile span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(74,59,44,0.4); }
.detail-footer { display: grid; grid-template-columns: 1fr auto; align-items: center;
  gap: 24px; border-top: 1px solid var(--line); padding: 28px 0 48px; margin-top: 16px; }
.next { display: flex; flex-direction: column; gap: 4px; cursor: pointer;
  transition: background var(--dur-base) var(--ease-soft); }
.next:hover { background: var(--blush); }
.next:hover .next-ttl { color: var(--clay); }
.next-ttl { font-size: clamp(15px,1.8vw,20px); font-weight: 400; letter-spacing:-0.01em; transition: color var(--dur-base) var(--ease-soft); }

/* Botón volver arriba */
.back-to-top { display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ink); color: var(--paper); text-decoration: none; font-size: 18px;
  transition: background var(--dur-base), transform var(--dur-base); cursor: pointer; }
.back-to-top:hover { background: var(--garnet); transform: translateY(-3px); }

/* ---------- Retouch variants (driven by Tweaks) ------------ */
.serif-heads .hero h1,
.serif-heads .sec-head h2,
.serif-heads .about-title,
.serif-heads .skills-title,
.serif-heads .contact-title,
.serif-heads .detail-head h1 {
  font-family: var(--font-serif); font-weight: 400; letter-spacing: -0.005em; line-height: 1.05;
}
.serif-heads .hero h1 { font-size: clamp(48px, 7.6vw, 92px); }
.serif-heads .hero h1 em { font-style: italic; }

.air-compacto .hero { padding: clamp(40px,7vw,84px) 0 clamp(28px,5vw,56px); }
.air-compacto .sec  { padding: clamp(36px,6vw,64px) 0; }
.air-compacto .contact { padding: clamp(48px,8vw,96px) 0; }

/* ---------- Nav: active + mobile --------------------------- */
.nav-link.active { color: var(--ink); }
.nav-link.active::after { width: 100%; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--ink); padding: 6px; }
.nav-toggle i { width: 22px; height: 22px; }
@media (max-width: 760px) {
  .nav { flex-wrap: wrap; padding: 18px clamp(20px,6vw,40px); }
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; width: 100%; flex-direction: column; gap: 4px; align-items: flex-start; padding-top: 14px; }
  .nav-links.open { display: flex; }
  .nav-link { font-size: 16px; padding: 8px 0; }
}

/* ---------- About title ------------------------------------ */
.about-title { font-size: clamp(26px,3.4vw,40px); font-weight: 300; letter-spacing: -0.02em; margin: 12px 0 20px; line-height: 1.15; }
.about .values { margin-top: 28px; }

/* ---------- Habilidades ------------------------------------ */
.skills-title { font-size: clamp(28px,3.8vw,48px); font-weight: 300; letter-spacing: -0.02em; margin: 12px 0 0; }
.skills-lead { max-width: 640px; margin: 20px 0 0; font-size: 18px; font-weight: 300; line-height: 1.6; color: var(--graphite); }
.disc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px,2.5vw,28px); margin-top: clamp(36px,5vw,64px); }
@media (max-width: 820px) { .disc-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .disc-grid { grid-template-columns: 1fr; } }
.disc { padding: clamp(22px, 2.5vw, 32px); border-radius: var(--radius-lg);
  background: var(--paper-2); border: 1px solid var(--line-soft);
  transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.disc:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.disc-icon { width: 36px; height: 36px; color: var(--rose); margin-bottom: 14px; }
.disc-num { font-size: 11px; letter-spacing: 0.1em; color: var(--dusty-rose); }
.disc h4 { font-size: 20px; font-weight: 500; margin: 10px 0 8px; }
.disc p { font-size: 14.5px; color: var(--graphite); line-height: 1.55; }
.tools { margin-top: clamp(44px,6vw,72px); }
.tools-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.tool { font-size: 13.5px; padding: 10px 20px; border-radius: var(--radius-pill); border: 1px solid var(--line);
  color: var(--graphite); background: var(--paper-2);
  transition: all var(--dur-fast) var(--ease-soft); }
.tool:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.skills-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(28px,4vw,48px); }
.skill-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; padding: 12px 22px;
  border-radius: var(--radius-pill); background: var(--paper-2); border: 1px solid var(--line);
  color: var(--ink); transition: all var(--dur-fast) var(--ease-soft); }
.skill-pill i { width: 18px; height: 18px; color: var(--rose); }
.skill-pill:hover { background: var(--blush); border-color: var(--rose); }

.cual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px,2vw,22px); margin-top: clamp(28px,4vw,48px); }
@media (max-width: 820px) { .cual-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .cual-grid { grid-template-columns: 1fr; } }
.cual { display: flex; align-items: center; gap: 14px; padding: clamp(16px,2vw,22px);
  border-radius: var(--radius-lg); background: rgba(255,255,255,.7); border: 1px solid var(--line-soft);
  transition: transform var(--dur-fast) var(--ease-soft); }
.cual:hover { transform: translateY(-2px); }
.cual-icon { width: 28px; height: 28px; color: var(--clay); flex: none; }
.cual span { font-size: 15px; font-weight: 500; color: var(--ink); }

/* ---------- Habilidades rediseño -------------------------- */
.hab-intro { max-width: 560px; margin-bottom: clamp(32px,5vw,56px); }
.hab-title { font-size: clamp(22px,2.6vw,34px); font-weight: 300; letter-spacing: -0.01em; margin: 10px 0 12px; }
.hab-lead { font-size: 15px; color: var(--graphite); line-height: 1.7; }

/* Disciplinas — filas horizontales */
.hab-disc-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 clamp(32px,5vw,72px); }
@media (max-width: 720px) { .hab-disc-list { grid-template-columns: 1fr; } }
.hab-disc {
  display: grid;
  grid-template-columns: 48px 52px 1fr;
  align-items: center;
  gap: clamp(16px,3vw,36px);
  padding: clamp(20px,3vw,32px) 0;
  border-bottom: 1px solid var(--line-soft);
  transition: background 0.2s;
}
.hab-disc:nth-child(-n+2) { border-top: 1px solid var(--line-soft); }
.hab-num { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; color: #C4A09A; }
.hab-disc-icon { width: 36px; height: 36px; color: var(--garnet); }
.hab-disc-icon i { width: 36px; height: 36px; }
.hab-disc-name { font-size: clamp(18px,2vw,24px); font-weight: 400; color: var(--ink); margin: 0 0 4px; letter-spacing: -0.02em; }
.hab-disc-desc { font-size: 14px; color: var(--graphite); line-height: 1.6; margin: 0; }

/* Herramientas — fondo marrón cálido */
.hab-tools-sec { background: linear-gradient(to bottom, #E8CFC8, #FBF7F2); color: var(--ink); }
.hab-tools-sec::before { background: linear-gradient(to bottom, #E8CFC8, #FBF7F2) !important; }
.hab-tools-sec .eyebrow { color: var(--graphite); }
.hab-tools-sec h2 { color: var(--ink); }
.hab-tools {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: clamp(28px,4vw,44px);
  overflow-x: auto;
  padding-bottom: 4px;
}
.hab-tool {
  font-size: clamp(13px,1.3vw,16px);
  font-weight: 300;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(58,45,40,0.25);
  color: rgba(58,45,40,0.85);
  letter-spacing: 0.02em;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.hab-tool:hover { background: rgba(58,45,40,0.08); border-color: rgba(58,45,40,0.5); color: var(--ink); }

/* Cualidades */
.hab-cual-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(12px,2vw,20px);
  margin-top: clamp(28px,4vw,48px);
}
.hab-cual {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: clamp(18px,2.5vw,28px);
  background: var(--paper-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hab-cual:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.hab-cual-icon { width: 32px; height: 32px; color: var(--rose); }
.hab-cual-icon i { width: 32px; height: 32px; }
.hab-cual-name { font-size: 18px; font-weight: 500; color: var(--ink); }

/* Valores */
.hab-valores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: clamp(40px,6vw,72px);
}
.hab-val {
  font-family: var(--font-sans);
  font-size: clamp(13px,1.3vw,17px);
  font-weight: 300;
  font-style: normal;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.hab-val-dot { font-size: 24px; color: var(--rose); }

@media (max-width: 640px) {
  .hab-disc { grid-template-columns: 36px 1fr; }
  .hab-num { display: none; }
  .hab-cual-grid { grid-template-columns: repeat(2,1fr); }
}

/* ---------- Contacto --------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,6vw,80px); align-items: start; }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-title { font-size: clamp(28px,4vw,52px); font-weight: 300; letter-spacing: -0.02em; margin: 12px 0 0; line-height: 1.08; white-space: nowrap; }
.contact-title .serif { font-family: var(--font-sans); font-style: normal; font-weight: 500; color: #C4A09A; }
.contact-lead { margin-top: 22px; font-size: 17px; font-weight: 300; line-height: 1.6; color: var(--graphite); max-width: 420px; }
.contact-meta { margin-top: 34px; display: flex; flex-direction: column; gap: 16px; }
.contact-meta a { display: flex; flex-direction: column; gap: 3px; }
.contact-meta .k { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone); }
.contact-meta .v { font-size: 17px; color: var(--ink); }
.contact-meta a:hover .v { color: var(--clay); }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form .field { display: flex; flex-direction: column; gap: 8px; }
.contact-form label { font-size: 12px; font-weight: 500; letter-spacing: 0.02em; color: var(--graphite); }
.contact-form input, .contact-form textarea { font-family: var(--font-sans); font-size: 15px; color: var(--ink);
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 13px 16px; outline: none;
  resize: vertical; transition: border var(--dur-fast) var(--ease-soft), box-shadow var(--dur-fast) var(--ease-soft); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--taupe); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(213,169,157,0.22); }
.contact-form .btn { align-self: flex-start; margin-top: 4px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(213,169,157,0.22); }
/* ===========================================================
   Ajustes para contexto WordPress (tema clásico)
   =========================================================== */
/* Bloqueo de scroll mientras la cubierta está activa */
body.cover-lock { overflow: hidden; }
/* La cubierta cubre toda la ventana hasta que se abre */
.is-front .cover { position: fixed; }
/* strip-img como hueco cuando no hay imagen aún */
.strip .strip-img:empty { display: block; width: 100%; aspect-ratio: 1/1; background: #DED3C2; border-radius: 1px; }
/* el retrato de Sobre mí: si no hay imagen, gradiente de marca */
.a2-portrait:empty, .a2-img:empty { background: linear-gradient(150deg, var(--accent-wash), var(--rose)); }
/* enlaces de botón heredan estilo aunque sean <a> */
a.btn { text-decoration: none; }
/* grupos de proyectos en archivo */
.work-group { margin-top: clamp(28px,4vw,48px); }


/* Entrada: carpeta de portfolio (movido desde front-page.php para aligerar) */
#cover {
  background: radial-gradient(130% 110% at 50% 0%, #F3DCD4 0%, #EBD0C8 52%, #DAB3A8 100%);
  transition: opacity 0.64s cubic-bezier(0.22,1,0.36,1);
}
.ent-stage { position:fixed; inset:0; overflow:hidden; }
.ent-scene { position:absolute; left:50%; top:50%; width:1500px; height:950px; transform-origin:center center; will-change:transform; }
.ent-mat {
  position:absolute; inset:0; border-radius:10px;
  background: radial-gradient(80% 120% at 28% 12%, #FCF8F1 0%, #F4ECDE 55%, #EADCC6 100%);
  box-shadow: 0 40px 90px rgba(20,14,8,0.55), 0 8px 24px rgba(20,14,8,0.35), inset 0 0 0 1px rgba(255,255,255,0.6);
}
.ent-mat::after {
  content:""; position:absolute; inset:0; border-radius:10px;
  background-image: radial-gradient(rgba(176,122,108,0.10) 1.4px, transparent 1.6px);
  background-size:26px 26px; opacity:0.7; pointer-events:none;
}
.ent-lace { position:absolute; background:rgba(255,255,255,0.92); z-index:2; filter:drop-shadow(0 1px 1px rgba(120,90,60,0.15)); }
.ent-lace.top,.ent-lace.bot { left:22px; right:22px; height:26px;
  -webkit-mask:radial-gradient(circle 13px at 13px 13px,transparent 12px,#000 12.5px) repeat-x;
  mask:radial-gradient(circle 13px at 13px 13px,transparent 12px,#000 12.5px) repeat-x;
  -webkit-mask-size:26px 26px; mask-size:26px 26px; }
.ent-lace.top { top:14px; transform:scaleY(-1); }
.ent-lace.bot { bottom:14px; }
.ent-lace.lft,.ent-lace.rgt { top:22px; bottom:22px; width:26px;
  -webkit-mask:radial-gradient(circle 13px at 13px 13px,transparent 12px,#000 12.5px) repeat-y;
  mask:radial-gradient(circle 13px at 13px 13px,transparent 12px,#000 12.5px) repeat-y;
  -webkit-mask-size:26px 26px; mask-size:26px 26px; }
.ent-lace.lft { left:14px; transform:scaleX(-1); }
.ent-lace.rgt { right:14px; }
.ent-lace-dots { position:absolute; inset:40px; border:2px dotted rgba(176,122,108,0.28); border-radius:6px; z-index:2; pointer-events:none; }
.ent-folder {
  position:absolute; left:96px; top:96px; right:96px; bottom:96px;
  border-radius:14px; transform:rotate(-1.4deg);
  background:linear-gradient(160deg,#3C2A1C 0%,#322419 55%,#261A10 100%);
  box-shadow: 0 36px 66px rgba(18,12,6,0.5), 0 12px 24px rgba(18,12,6,0.34), inset 0 2px 0 rgba(255,255,255,0.08), inset 0 -7px 16px rgba(0,0,0,0.45);
  z-index:3;
}
.ent-inner-page {
  position:absolute; inset:15px; border-radius:8px; z-index:1;
  background:linear-gradient(165deg,#5E4534 0%,#4C3726 100%);
  box-shadow:0 3px 8px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.06);
}
.ent-flap {
  position:absolute; left:0; top:0; bottom:0; right:104px; z-index:2;
  border-radius:14px 6px 6px 14px;
  background: radial-gradient(130% 120% at 26% 16%,rgba(255,255,255,0.10),rgba(255,255,255,0) 42%),
              linear-gradient(160deg,#4A3728 0%,#3C2B1D 52%,#2C1E13 100%);
  box-shadow: 22px 0 38px rgba(0,0,0,0.62), 8px 0 0 rgba(0,0,0,0.6), inset 0 2px 0 rgba(255,255,255,0.07), inset -3px 0 0 rgba(255,255,255,0.16), inset 0 -30px 60px rgba(0,0,0,0.32);
}
.ent-stitch { position:absolute; inset:24px; border-radius:8px; z-index:3; border:1.5px dashed rgba(236,221,203,0.30); pointer-events:none; }
.ent-note {
  position:absolute; right:360px; top:120px; z-index:6; width:500px;
  padding:52px 56px 44px; transform:rotate(1.4deg); border-radius:4px;
  background:
    linear-gradient(rgba(176,122,108,0.09) 1px,transparent 1px) 0 0/26px 26px,
    linear-gradient(90deg,rgba(176,122,108,0.09) 1px,transparent 1px) 0 0/26px 26px,
    linear-gradient(165deg,#FCF8F2 0%,#F6EFE2 100%);
  box-shadow: 0 26px 46px rgba(20,12,6,0.42), 0 8px 16px rgba(20,12,6,0.3), inset 0 1px 0 rgba(255,255,255,0.8);
}
.ent-note-eyebrow { font-family:'Hanken Grotesk',sans-serif; font-weight:500; font-size:15px; letter-spacing:0.32em; text-transform:uppercase; color:#B07A6C; margin-bottom:18px; }
.ent-note-brand { margin:0 0 6px; }
.ent-note-brand .bycarla-logo { font-size:94px; }
.ent-note-sub { font-family:'Cormorant Garamond',Georgia,serif; font-style:italic; font-weight:400; font-size:25px; line-height:1.28; color:#5E5346; margin-top:10px; }
.ent-note-year { font-family:'Hanken Grotesk',sans-serif; font-weight:400; font-size:15px; letter-spacing:0.3em; color:#8E8273; margin-top:26px; }
.ent-note-hr { height:1px; margin:16px 0 26px; background:repeating-linear-gradient(90deg,#D5A99D 0 9px,transparent 9px 16px); opacity:0.7; }
.ent-enter {
  display:inline-flex; align-items:center; gap:10px; padding:10px 22px; border:none; cursor:pointer; border-radius:999px;
  font-family:'Hanken Grotesk',sans-serif; font-weight:600; font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:#FBF7F1;
  background:linear-gradient(180deg,#6E4F3A 0%,#4A3526 100%);
  box-shadow:0 10px 20px rgba(20,12,6,0.35), inset 0 1px 0 rgba(255,255,255,0.18);
  transition:transform 180ms cubic-bezier(0.22,1,0.36,1), box-shadow 180ms cubic-bezier(0.22,1,0.36,1);
}
.ent-enter:hover { transform:translateY(-2px); box-shadow:0 16px 28px rgba(20,12,6,0.42), inset 0 1px 0 rgba(255,255,255,0.22); }
.ent-enter:active { transform:translateY(0) scale(0.98); }
.ent-arrow { font-size:18px; color:#E9C2B5; transition:transform 320ms cubic-bezier(0.22,1,0.36,1); }
.ent-enter:hover .ent-arrow { transform:translateX(5px); }
.ent-washi {
  position:absolute; width:116px; height:34px; z-index:7;
  background: repeating-linear-gradient(90deg,rgba(255,255,255,0.35) 0 7px,transparent 7px 14px), linear-gradient(180deg,#EBD0C8,#D5A99D);
  opacity:0.92; box-shadow:0 2px 5px rgba(80,40,40,0.25);
}
.ent-washi::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(255,255,255,0.5),transparent 50%); }
.ent-photo-wrap { position:absolute; left:230px; top:178px; z-index:6; transform:rotate(-2.2deg); }
.ent-doily {
  position:absolute; left:-34px; top:-30px; width:150px; height:150px; z-index:-1; border-radius:50%; background:#FBF7F1;
  -webkit-mask:radial-gradient(circle 9px at 9px 9px,transparent 8px,#000 8.5px) repeat;
  mask:radial-gradient(circle 9px at 9px 9px,transparent 8px,#000 8.5px) repeat;
  -webkit-mask-size:18px 18px; mask-size:18px 18px; box-shadow:0 2px 6px rgba(80,55,30,0.2);
}
.ent-strip { position:relative; width:236px; padding:16px 16px 44px; background:linear-gradient(#FFFDF9,#FBF5EC); box-shadow:0 16px 30px rgba(20,12,6,0.45), 0 4px 10px rgba(20,12,6,0.3); border-radius:4px; }
.ent-slot { display:block; width:100%; height:196px; margin-bottom:10px; border-radius:2px; overflow:hidden; background:#E8D8CC; }
.ent-slot:last-of-type { margin-bottom:0; }
.ent-slot img { width:100%; height:100%; object-fit:cover; display:block; }
.ent-slot-ph { display:flex; align-items:center; justify-content:center; font-size:11px; color:rgba(90,70,55,0.4); letter-spacing:0.05em; }
.ent-cap { position:absolute; left:0; right:0; bottom:14px; text-align:center; font-family:'Nothing You Could Do',cursive; font-size:22px; color:#B07A6C; }
.ent-strip-washi-t { position:absolute; left:60px; top:-16px; transform:rotate(-7deg); }
.ent-strip-washi-b { position:absolute; left:70px; bottom:-14px; transform:rotate(6deg); }
.ent-band {
  position:absolute; left:90px; right:90px; top:624px; height:18px; z-index:8;
  background:linear-gradient(180deg,#6E4F3A 0%,#4A3526 48%,#2E2016 100%); border-radius:4px;
  box-shadow:0 8px 14px rgba(20,12,6,0.5), inset 0 1px 0 rgba(255,255,255,0.18), inset 0 -2px 3px rgba(0,0,0,0.45);
  transform:rotate(-1.4deg);
}
.ent-band::before { content:""; position:absolute; left:0; right:0; top:18px; height:18px; background:linear-gradient(180deg,rgba(0,0,0,0.32),transparent); filter:blur(3px); }
.ent-band-wrap { position:absolute; top:612px; width:22px; height:64px; z-index:2; background:linear-gradient(90deg,#2A1C11,#4A3526); border-radius:4px; box-shadow:0 6px 12px rgba(20,12,6,0.5); transform:rotate(-1.4deg); }
.ent-band-wrap.l { left:80px; }
.ent-band-wrap.r { right:80px; background:linear-gradient(270deg,#2A1C11,#4A3526); }
.ent-hint { position:absolute; left:0; right:0; bottom:30px; text-align:center; z-index:6; font-family:'Hanken Grotesk',sans-serif; font-size:13px; letter-spacing:0.2em; text-transform:uppercase; color:rgba(94,83,70,0.6); }
</content>
C:\Users\Carla\Desktop\bycarla\bycarla\wp-theme\bycarla\assets\css\theme.cssC:\Users\Carla\Desktop\bycarla\bycarla\wp-theme\bycarla\assets\csstheme.cssArrayArray1

/* ---- Home intro (polaroid + texto) ---- */
.home-intro {
	max-width: 880px;
	margin: clamp(28px, 5vw, 56px) auto;
	display: grid;
	grid-template-columns: minmax(150px, 0.8fr) 1.2fr;
	gap: clamp(32px, 5vw, 80px);
	align-items: center;
}
@media (max-width: 360px) {
	.home-intro { grid-template-columns: 1fr; gap: 32px; text-align: center; }
}
.home-intro-photo { position: relative; }
.home-intro-photo .polaroid {
	background: #fff;
	padding: 12px 12px 32px;
	border-radius: 6px;
	box-shadow: var(--shadow-lg);
	transform: rotate(-3deg);
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.home-intro-photo .polaroid-img {
	width: 100%;
	aspect-ratio: 4/5;
	border-radius: 2px;
	overflow: hidden;
}
.home-intro-photo .polaroid-img .polaroid-real-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.home-intro-photo .polaroid-cap {
	margin: 14px 0 0;
	text-align: center;
	font-family: var(--font-script, inherit);
	font-size: 1.05rem;
	color: var(--ink-soft, #555);
}
.home-intro-text {
	min-width: 0;
	text-align: left;
}
.home-intro-icon {
	width: 28px;
	height: 28px;
	color: var(--accent, #8B2E3C);
	margin-bottom: 10px;
}
.home-intro-title {
	margin: 0 0 10px;
	font-size: clamp(1.4rem, 2.4vw, 1.9rem);
}
.home-intro-text p { margin: 0 0 18px; }
@media (max-width: 360px) {
	.home-intro-text { text-align: center; max-width: 100%; }
	.home-intro-photo .polaroid { transform: none; }
}

.home-intro2 .home-portrait {
	max-width: 280px;
	margin: 0;
	background: #fff;
	padding: 12px 12px 56px;
	border-radius: 6px;
	box-shadow: var(--shadow-lg);
	transform: rotate(-3deg);
	overflow: visible;
}
.home-intro2 .home-portrait .a2-img {
	display: block;
	width: 100%;
	aspect-ratio: 4/5;
	border-radius: 2px;
	object-fit: cover;
	object-position: center top;
}
.home-intro2 .a2-grid {
	gap: clamp(12px, 1.6vw, 24px);
	grid-template-columns: max-content minmax(0, 480px);
	justify-content: center;
	max-width: 760px;
	margin: 0 auto;
}
.home-intro2 .a2-media { padding-top: 0; max-width: none; }
.home-intro2 .home-intro-icon { width: 26px; height: 26px; color: var(--accent, #8B2E3C); margin-bottom: 8px; display: inline-block; }
.home-intro2 .home-intro-title { margin: 0 0 10px; font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
@media (max-width: 820px) {
	.home-intro2 .home-portrait { margin: 0 auto; }
}
.home-portrait-cap {
	margin: 14px 0 0;
	text-align: center;
	font-family: var(--font-script, inherit);
	font-size: 1.05rem;
	color: var(--ink-soft, #555);
}
.home-intro2 .a2-info .btn {
	margin-top: 22px;
	padding: 10px 20px;
	font-size: 0.92rem;
}

/* ---- Muestra de trabajos (estilo chincheta) en la home, con franja de color a sangre completa ---- */
.home-sample-sec {
	background: var(--rose, #F6E9E4);
	margin-top: clamp(28px, 5vw, 56px);
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-top: clamp(20px, 4vw, 40px);
	padding-bottom: clamp(20px, 4vw, 40px);
}
.home-sample-sec .sec-head h2 {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}
.home-sample-sec > .page.wide {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 clamp(24px, 6vw, 88px);
	box-sizing: border-box;
}
.home-sample-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: clamp(14px, 2vw, 26px);
	margin-top: clamp(20px, 3vw, 36px);
}
.home-sample-grid .cork-item { max-width: 160px; margin: 0 auto; }
@media (max-width: 900px) {
	.home-sample-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
	.home-sample-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Colaboraciones ---- */
.home-collab-sec { margin-top: clamp(28px, 5vw, 56px); }
.home-collab-sec .sec-head h2 { font-size: clamp(1.1rem, 1.8vw, 1.4rem); }
.home-collab-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(20px, 3vw, 48px);
	margin-top: clamp(20px, 3vw, 36px);
}
.home-collab-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(14px, 2vw, 24px);
	background: #fff;
	border-radius: 10px;
	padding: clamp(20px, 3vw, 32px);
	box-shadow: var(--shadow-lg);
	text-align: center;
}
.home-collab-logo {
	max-width: 180px;
	width: 100%;
	height: 70px;
	object-fit: contain;
}
.home-collab-photo {
	width: 220px;
	height: 220px;
	border-radius: 8px;
	object-fit: cover;
}
.home-collab-text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--ink-soft, #555);
	max-width: 38ch;
}
@media (max-width: 700px) {
	.home-collab-grid { grid-template-columns: 1fr; }
}

/* Chincheta sustituyendo al lazo en la tira de fotos de la cubierta */
.strip-pin {
	top: -8px;
	z-index: 9;
}
.strip .strip-img {
	object-fit: cover;
	object-position: center;
}
.strip .strip-img--zoom {
	transform: scale(1.8);
}