@layer components {
  /* Preserve the six selected blocks over the original visual design. */
  .hero-grid { grid-template-columns:1.05fr 1fr; gap:16px; padding-block:44px 28px; }
  .hero h1 { font-size:clamp(62px,7.2vw,104px); letter-spacing:-5px; line-height:.99; }
  .hero h1 em { display:block; position:relative; width:fit-content; }
  .hero h1 em::after { content:''; position:absolute; left:0; right:0; bottom:-7px; height:3px; background:var(--lime); transform:rotate(-2deg) scaleX(.97); transform-origin:left; }
  .hero-copy>p { margin-top:32px; }
  .hero-visual { position:relative; min-width:0; width:100%; }
  .hero-pill { position:absolute; font-size:12px; font-weight:600; padding:13px 18px; border-radius:30px; box-shadow:0 8px 22px #0004; }
  .pill-idea { left:2%; top:19%; background:#f7f9fc; color:var(--ink); transform:rotate(-8deg); animation:pill-drift 7s ease-in-out infinite; }
  .ticker { transform:rotate(-1deg); position:relative; z-index:2; margin-block:10px; box-shadow:0 10px 0 #3867ff; }
  .ticker-track { animation-duration:44s; }

  .idea-lab { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; padding-bottom:112px; }
  .lab-copy>p:not(.eyebrow) { font-size:16px; color:var(--muted); max-width:460px; margin-top:24px; }
  .lab-controls { display:grid; gap:10px; margin-top:30px; max-width:465px; }
  .lab-controls button { display:flex; align-items:center; gap:18px; width:100%; min-height:62px; padding:16px 20px; border:1px solid #ffffff25; border-radius:8px; color:var(--white); background:var(--surface); text-align:left; font-size:16px; transition:background .25s,color .25s,transform .25s; }
  .lab-controls button>span:first-child { font:11px 'Courier New',monospace; color:#b0bdd2; }
  .lab-controls button>span:last-child { margin-left:auto; font-size:24px; }
  .lab-controls button[aria-pressed=true] { background:var(--lime); color:var(--ink); border-color:var(--lime); transform:translateX(8px); }
  .lab-controls button[aria-pressed=true]>span:first-child { color:#40551a; }
  .lab-controls button:hover:not([aria-pressed=true]) { border-color:var(--lime); }
  .lab-stage { min-width:0; }
  .scene-copy { color:var(--white); padding:30px 0; min-height:191px; border-block:1px solid var(--line); }
  .scene-index { font:10px 'Courier New',monospace; letter-spacing:1px; color:var(--lime); }
  .scene-copy h3 { font-size:26px; line-height:1.12; letter-spacing:-.7px; margin:14px 0 12px; }
  .scene-copy p { font-size:14px; color:#bac4d2; }

  .process { background:linear-gradient(115deg,#172649,#121922 65%); }
  .process-steps { gap:0; }
  .process-steps li { padding:30px 30px 12px 0; border-top:2px dashed #8196b456; }
  .process-steps li:last-child { padding-right:0; }
  .process-steps li::before { width:13px; height:13px; top:-7px; box-shadow:0 0 0 7px #19253c; }
  .process-steps li::after { content:'↗'; position:absolute; right:24px; top:32px; color:#5c7297; font-size:32px; transition:color .4s,transform .5s; }
  .process-steps li.step-reached { border-top-color:var(--lime); }
  .process-steps li.step-reached::after { color:var(--lime); transform:rotate(45deg); }
  .step-number { font-size:60px; color:transparent; -webkit-text-stroke:1px #8ea3c7; transition:color .6s; }
  .step-reached .step-number { color:var(--lime); -webkit-text-stroke:0; }

  .brand-logo { display:block; width:auto; max-width:190px; height:40px; object-fit:contain; }
  .site-header .brand-logo { height:52px; max-width:246px; }
  .brand-icon { display:block; width:24px; height:24px; object-fit:contain; }
  .contact-form-section { background:var(--ink); color:var(--white); color-scheme:dark; position:relative; isolation:isolate; border-top:1px solid #c7ff3d45; overflow:hidden; }
  .contact-form-section::before { content:''; position:absolute; z-index:-1; inset:0; background:radial-gradient(ellipse at 5% 45%,#3867ff24,transparent 55%),radial-gradient(ellipse at 95% 90%,#c7ff3d10,transparent 45%); }
  .contact-layout { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:80px; align-items:start; }
  .contact-intro { padding-top:12px; }
  .contact-form-section .contact-intro .eyebrow { color:var(--lime); }
  .contact-form-section .contact-intro h2 { font-size:clamp(48px,5.2vw,74px); letter-spacing:-3.4px; line-height:1.02; max-width:none; }
  .contact-form-section .contact-intro h2 em { color:var(--lime); }
  .contact-form-section .contact-intro h2 .contact-title-end { display:inline; float:none; color:#f7f9fc; text-decoration:underline; text-decoration-color:var(--blue); text-decoration-thickness:4px; text-underline-offset:8px; }
  .contact-intro>p:not(.eyebrow) { margin-top:28px; color:#b9c4d3; font-size:16px; max-width:425px; }
  .contact-doodle { color:var(--lime); width:min(100%,330px); height:90px; margin-top:24px; position:relative; }
  .contact-doodle svg { width:220px; height:85px; display:block; }
  .contact-doodle>span { position:absolute; top:0; left:20px; transform:rotate(-5deg); font:9px 'Courier New',monospace; letter-spacing:1px; }
  .contact-doodle>b { font-weight:400; font-size:76px; position:absolute; right:10px; top:0; line-height:1; color:#7c9aff; animation:spark-turn 24s linear infinite; }
  .contact-details { margin-top:22px; border-top:1px solid var(--line); }
  .contact-details>a { display:flex; gap:14px; align-items:center; border-bottom:1px solid var(--line); padding:20px 0; min-width:0; }
  .contact-details>a>span:nth-child(2) { flex:1; min-width:0; }
  .contact-details small { display:block; font:9px 'Courier New',monospace; letter-spacing:1px; color:#9badc4; margin-bottom:8px; }
  .contact-details strong { font-size:15px; font-weight:500; overflow-wrap:anywhere; }
  .contact-details>a>span:last-child { font-size:22px; color:var(--lime); transition:transform .2s; }
  .contact-details>a:hover>span:last-child { transform:translate(3px,-3px); }
  .contact-detail-icon { display:grid; place-items:center; flex:0 0 40px; width:40px; height:40px; color:var(--lime); background:#c7ff3d10; border:1px solid #c7ff3d50; border-radius:50%; font-size:20px; }
  .contact-detail-icon .brand-icon { width:21px; height:21px; }
  .contact-reassurance { display:flex; align-items:center; gap:16px; margin-top:26px; }
  .contact-reassurance>span { font-size:35px; color:var(--lime); }
  .contact-reassurance p { font-size:12px; line-height:1.65; color:#b8c4d5; }
  .contact-form-card { padding:38px; border:1px solid #677b9b66; border-top:4px solid var(--lime); border-radius:14px; background:linear-gradient(140deg,#1c283b,#141a24 60%); box-shadow:15px 18px 0 -4px #3867ff35; min-width:0; }
  .form-kicker { display:block; color:var(--lime); font:9px 'Courier New',monospace; letter-spacing:1.2px; margin-bottom:16px; }
  .form-heading h3 { font-size:29px; letter-spacing:-1px; line-height:1.15; }
  .form-heading>p { color:#afbdd0; font-size:12px; margin-top:12px; }
  .form-heading { margin-bottom:30px; }
  .contact-form-card .form-grid { gap:24px 18px; }
  .contact-form-card .form-grid label { font-size:12px; gap:10px; min-width:0; line-height:1.3; color:#e9eef7; }
  .contact-form-card .form-grid label>span { color:var(--lime); }
  .contact-form-card .form-grid label>small { font-size:10px; font-weight:400; color:#a2b2c9; position:absolute; top:0; right:0; }
  .contact-form-card input:not([type=checkbox]),.contact-form-card select,.contact-form-card textarea { width:100%; min-width:0; background:#0b1220; border:1px solid #586c896e; border-radius:6px; font:16px Arial,Helvetica,sans-serif; color:var(--white); padding:14px 12px; outline-offset:2px; min-height:52px; transition:border-color .2s,box-shadow .2s; }
  .contact-form-card input::placeholder,.contact-form-card textarea::placeholder { color:#8d9fb8; }
  .contact-form-card select option { background:#101725; color:var(--white); }
  .contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus { outline:2px solid var(--lime); outline-offset:2px; border-color:var(--lime); box-shadow:0 0 0 5px #c7ff3d12; }
  .contact-form-card textarea { resize:vertical; min-height:108px; line-height:1.5; }
  .contact-form-card .human-check { padding:18px 16px; background:#c7ff3d10; border:1px solid #c7ff3d40; border-radius:6px; gap:12px; margin:24px 0 16px; }
  .contact-form-card .human-check strong { display:block; font-size:13px; font-weight:600; line-height:1.5; }
  .contact-form-card .human-check small { display:block; font-size:12px; font-weight:400; margin-top:4px; color:#b8c8a4; line-height:1.5; }
  .contact-form-card input[type=checkbox] { margin-top:1px; accent-color:var(--lime); }
  .contact-form-card .form-hint { color:#aebdd0; font-size:12px; margin:22px 0; }
  .contact-form-card .privacy-check { font-size:11px; color:#b8c5d5; }
  .contact-form-card .contact-submit { width:100%; border:0; font-size:16px; padding:19px 20px; border-radius:6px; }
  .contact-form-card .contact-submit:disabled { opacity:.65; cursor:wait; transform:none; }
  .contact-availability { padding:15px; border:1px solid #ffb39f55; border-radius:6px; background:#ff927e0c; margin-top:20px; }
  .contact-availability strong { font-size:13px; font-weight:600; color:#ffd0bf; }
  .contact-availability p { font-size:12px; line-height:1.6; color:#c4cedc; margin-top:6px; }
  .contact-availability a { color:var(--lime); text-decoration:underline; text-underline-offset:3px; }
  .contact-form-card .success-panel h3 { font-size:30px; letter-spacing:-.8px; color:var(--lime); }
  .contact-form-card .success-panel p { font-size:15px; color:#c1cfde; }
  .contact-form-card #form-status { font-size:12px; margin-top:14px; color:#c4d1df; }
  .contact-form-card #form-status:empty { margin:0; }
  .contact-form-card #form-status[data-error=true] { color:#ffc0aa; }
  .floating-icon { display:grid; place-items:center; }

  @keyframes pill-drift { 50% { translate:0 -10px; } }
  @keyframes spark-turn { to { transform:rotate(360deg); } }
  .art-sleeping *, .art-sleeping { animation-play-state:paused!important; }
  html.motion-paused { scroll-behavior:auto; }
}
@layer responsive {
  @media(max-width:1100px) {
    .site-header .brand-logo { max-width:200px; }
    .hero h1 { font-size:clamp(62px,7.4vw,82px); letter-spacing:-4px; }
    .hero-grid { grid-template-columns:1.05fr 1fr; }
    .hero-pill { font-size:10px; padding:11px 14px; }
    .idea-lab { gap:38px; }
    .scene-copy { padding:24px; min-height:204px; }
    .scene-copy h3 { font-size:24px; }
    .contact-layout { gap:42px; grid-template-columns:minmax(0,.87fr) minmax(0,1.13fr); }
    .contact-form-card { padding:30px; }
    .contact-form-section .contact-intro h2 { font-size:58px; letter-spacing:-2.8px; }
  }
  @media(max-width:800px) {
    .site-header .brand-logo { height:44px; max-width:min(214px,calc(100vw - 150px)); }
    .hero h1 { font-size:clamp(53px,7.5vw,67px); letter-spacing:-3px; }
    .hero-pill { font-size:9px; padding:9px 11px; }
    .pill-idea { top:25%; left:5%; }
    .idea-lab { gap:28px; padding-bottom:76px; }
    .lab-copy h2 { font-size:35px; }
    .lab-copy>p:not(.eyebrow) { font-size:14px; }
    .lab-controls button { padding:14px; font-size:14px; min-height:55px; }
    .scene-copy { padding:22px; min-height:242px; }
    .scene-copy h3 { font-size:22px; }
    .process-steps { gap:36px 0; }
    .process-steps li { padding-right:28px; }
    .process-steps li:nth-child(even) { padding-right:0; }
    .step-number { font-size:48px; }
    .contact-layout { grid-template-columns:1fr; gap:42px; }
    .contact-form-section .contact-intro h2 { font-size:65px; }
    .contact-intro>p:not(.eyebrow) { max-width:560px; }
    .contact-doodle { position:absolute; right:8%; top:115px; width:200px; }
    .contact-doodle svg,.contact-doodle>span { display:none; }
    .contact-doodle>b { font-size:130px; }
    .contact-details { display:grid; grid-template-columns:1fr 1fr; column-gap:25px; margin-top:30px; }
    .contact-details strong { font-size:13px; }
    .contact-form-card { padding:36px; }
  }
  @media(max-width:600px) {
    .hero-grid { display:flex; gap:12px; padding-block:34px 8px; }
    .hero h1 { font-size:clamp(47px,12vw,72px); letter-spacing:-2.8px; }
    .hero-copy>p { margin-top:26px; }
    .hero-pill { font-size:10px; }
    .pill-idea { left:1%; top:20%; }
    .hero-bottom { margin-top:12px; }
    .idea-lab { grid-template-columns:1fr; gap:30px; padding-bottom:64px; }
    .lab-copy h2 { font-size:36px; }
    .lab-controls { max-width:none; }
    .lab-controls button[aria-pressed=true] { transform:none; }
    .lab-controls button { min-height:56px; font-size:15px; }
    .scene-copy { padding:25px; min-height:202px; }
    .process-steps { grid-template-columns:1fr; gap:0; }
    .process-steps li,.process-steps li:nth-child(even),.process-steps li:last-child { padding:0 0 35px 30px; border-top:0; border-left:2px dashed #8196b456; margin-left:9px; }
    .process-steps li.step-reached { border-left-color:var(--lime); }
    .process-steps li:last-child { border-left-color:transparent; padding-bottom:0; }
    .process-steps li::before { top:8px; left:-7px; }
    .process-steps li::after { top:0; right:0; }
    .process-steps h3 { min-height:0; font-size:22px; }
    .process-steps p { font-size:14px; max-width:360px; }
    .step-number { font-size:42px; margin-bottom:16px; }
    .step-deliverable { font-size:9px; }
    .contact-form-section .contact-intro h2 { font-size:clamp(46px,12vw,68px); letter-spacing:-2.6px; max-width:none; }
    .contact-doodle { display:none; }
    .contact-intro { padding-top:0; }
    .contact-intro>p:not(.eyebrow) { font-size:15px; margin-top:28px; }
    .contact-details { grid-template-columns:1fr; margin-top:25px; }
    .contact-details>a { padding-block:18px; }
    .contact-details strong { font-size:14px; }
    .contact-form-card { padding:27px 20px; box-shadow:7px 10px 0 -3px #3867ff35; }
    .form-heading h3 { font-size:26px; }
    .contact-form-card .form-grid { grid-template-columns:1fr; gap:22px; }
    .contact-form-card .human-check { padding:16px 13px; }
    .contact-form-card .contact-submit { font-size:15px; }
    .brand-logo { height:34px; max-width:165px; }
  }

}

/* Keep the uploaded wordmark at the approved header/footer scale.
   Its transparent outer margin is cropped in presentation; the file is unchanged. */
@layer responsive {
  .wordmark .brand-logo-kepalta { width:4em; height:1.2em; max-width:calc(100vw - 150px); object-fit:cover; object-position:50% 65%; }
}


/* Kepalta 2026 final lockup.
   LOGOTIPO.png is the source master (Ke verde + palta oscuro).
   On dark surfaces the manual requires Ke verde + palta blanco. */
.brand-lockup {
  position:relative;
  display:inline-block;
  width:190px;
  aspect-ratio:1841 / 405;
  overflow:hidden;
  flex:0 0 auto;
  vertical-align:middle;
}
.brand-lockup img {
  position:absolute;
  display:block;
  width:111.24%;
  height:auto;
  max-width:none;
  left:-6.03%;
  top:-25.43%;
  pointer-events:none;
  user-select:none;
}
.brand-lockup-white { filter:brightness(0) invert(1); }
.brand-lockup-green { clip-path:inset(0 62.03% 0 0); }
.site-header .brand-lockup { width:190px; }
.site-footer .brand-lockup { width:180px; }
@media(max-width:800px) {
  .site-header .brand-lockup { width:168px; }
}

/* Header/footer: full approved lockup with claim.
   Dark surfaces use Ke in Kepalta Green and all remaining artwork,
   including “TU IDEA EN MOVIMIENTO”, in white. */
.brand-lockup-full {
  aspect-ratio:1752 / 496;
}
.brand-lockup-full img {
  width:116.9%;
  left:-8.5%;
  top:-20.8%;
}
.brand-lockup-full .brand-lockup-green {
  clip-path:inset(0 60% 20% 0);
}
.site-header .brand-lockup-full { width:260px; }
.site-footer .brand-lockup-full { width:240px; }

@media(max-width:800px) {
  .site-header .brand-lockup-full { width:200px; }
  .site-footer .brand-lockup-full { width:210px; }
}


/* Redes sociales · acceso fijo lateral */
.social-rail {
  position:fixed;
  right:18px;
  top:50%;
  z-index:18;
  display:flex;
  flex-direction:column;
  gap:10px;
  transform:translateY(-50%);
  padding:8px;
  border:1px solid #ffffff30;
  border-radius:18px;
  background:#26344ae8;
  box-shadow:0 14px 42px #0005;
  backdrop-filter:blur(14px);
}
.social-rail-link {
  position:relative;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid #ffffff14;
  border-radius:14px;
  overflow:visible;
  background:#111923;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.social-rail-link img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:12px;
}
.social-rail-link::before {
  content:attr(data-social);
  position:absolute;
  top:50%;
  right:calc(100% + 12px);
  transform:translate(8px,-50%);
  opacity:0;
  pointer-events:none;
  white-space:nowrap;
  padding:8px 10px;
  border:1px solid #ffffff18;
  border-radius:9px;
  background:#0b0f14e8;
  color:var(--white);
  font-size:11px;
  font-weight:700;
  box-shadow:0 8px 24px #0004;
  transition:opacity .2s ease,transform .2s ease;
}
.social-rail-link:hover,
.social-rail-link:focus-visible {
  transform:translateX(-4px);
  border-color:#c7ff3d9a;
  background:#17202b;
  box-shadow:0 0 0 3px #c7ff3d12,0 10px 28px #0005;
}
.social-rail-link:hover::before,
.social-rail-link:focus-visible::before {
  opacity:1;
  transform:translate(0,-50%);
}
@media(max-width:800px) {
  .social-rail {
    right:10px;
    gap:8px;
    padding:6px;
    border-radius:15px;
  }
  .social-rail-link {
    width:44px;
    height:44px;
    border-radius:12px;
  }
  .social-rail-link img { border-radius:10px; }
  .social-rail-link::before { display:none; }
}
@media(max-width:480px) {
  .social-rail {
    right:6px;
    gap:6px;
    padding:5px;
    background:#26344ae0;
  }
  .social-rail-link {
    width:42px;
    height:42px;
  }
}


/* Cabecera · CTA pastilla + mascota Kepalta */
.site-header .header-cta-cluster {
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}
.site-header .header-talk-pill {
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  min-height:54px;
  padding:7px 7px 7px 22px;
  border-radius:999px;
  white-space:nowrap;
}
.site-header .header-talk-pill>span {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  margin:0;
  border-radius:50%;
  background:var(--ink);
  color:var(--white);
  font-size:18px;
  line-height:1;
  transition:transform .22s ease,background .22s ease;
}
.site-header .header-talk-pill:hover>span,
.site-header .header-talk-pill:focus-visible>span {
  transform:translate(2px,-2px) rotate(5deg);
  background:#111923;
}
.site-header .header-mascot-capsule {
  display:grid;
  place-items:center;
  width:76px;
  height:76px;
  padding:5px;
  flex:0 0 auto;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(18,24,36,.96),rgba(7,11,18,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 6px 18px rgba(0,0,0,.24);
  pointer-events:none;
}
.site-header .header-mascot {
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:cover;
  object-position:center;
  border:0;
  border-radius:14px;
  background:transparent;
  transform:scale(1.18);
  transform-origin:center;
  filter:brightness(.78) saturate(.86) contrast(.96);
  mix-blend-mode:screen;
  pointer-events:none;
}

/* Redes sociales · menú responsive y footer */
.header-socials { display:none; }

.footer-socials {
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:18px;
}
.footer-socials-label {
  color:#8e9bad;
  font:10px 'Courier New',monospace;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.footer-social-links,
.header-social-links {
  display:flex;
  align-items:center;
  gap:9px;
}
.footer-social-links a,
.header-social-links a {
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid #ffffff18;
  background:#111923;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.footer-social-links a {
  width:36px;
  height:36px;
  border-radius:10px;
}
.header-social-links a {
  width:44px;
  height:44px;
  border-radius:12px;
}
.footer-social-links img,
.header-social-links img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.footer-social-links img { border-radius:8px; }
.header-social-links img { border-radius:10px; }

@media(hover:hover) and (pointer:fine) {
  .footer-social-links a:hover,
  .header-social-links a:hover {
    transform:translateY(-3px);
    border-color:#c7ff3d85;
    background:#17202b;
  }
}

@media(max-width:1100px) {
  /* En móvil y tablet el rail fijo desaparece y las redes pasan al menú. */
  .social-rail { display:none; }

  .menu-toggle {
    display:flex;
    align-items:center;
    gap:14px;
    color:var(--white);
    border:1px solid var(--line);
    background:transparent;
    border-radius:4px;
    padding:10px 13px;
    font-size:13px;
  }
  .menu-toggle>span { font-size:19px; }

  .site-header nav {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    padding:24px 32px 28px;
    background:#0b0f14f7;
    border-bottom:1px solid var(--line);
    flex-direction:column;
    align-items:stretch;
    gap:0;
    backdrop-filter:blur(16px);
  }
  .site-header nav.is-open { display:flex; }
  .site-header nav>a { padding:15px 12px; }
  .site-header nav .nav-cta { margin-top:0; }
  .site-header nav .header-cta-cluster {
    margin-top:12px;
    padding:0 12px;
    width:100%;
  }
  .site-header nav .header-talk-pill {
    flex:1 1 auto;
    justify-content:space-between;
    min-width:0;
  }
  .site-header .header-mascot-capsule {
    width:62px;
    height:62px;
    padding:4px;
    border-radius:16px;
  }
  .site-header .header-mascot {
    border-radius:12px;
    transform:scale(1.16);
  }

  .header-socials {
    display:block;
    margin-top:10px;
    padding:18px 12px 8px;
    border-top:1px solid var(--line);
  }
  .header-socials-label {
    display:block;
    margin-bottom:11px;
    color:#95a2b3;
    font:10px 'Courier New',monospace;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
}

@media(max-width:600px) {
  .site-header nav .header-cta-cluster { gap:8px; padding-inline:8px; }
  .site-header .header-talk-pill {
    min-height:50px;
    padding:6px 6px 6px 18px;
  }
  .site-header .header-talk-pill>span {
    width:37px;
    height:37px;
    font-size:17px;
  }
  .site-header .header-mascot-capsule {
    width:54px;
    height:54px;
    padding:4px;
    border-radius:14px;
  }
  .site-header .header-mascot {
    border-radius:10px;
    transform:scale(1.14);
  }

  .footer-socials {
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    margin-top:16px;
  }
  .footer-social-links a {
    width:38px;
    height:38px;
  }
}

@media(max-width:380px) {
  .site-header .header-talk-pill { padding-left:15px; }
  .site-header .header-mascot-capsule {
    width:48px;
    height:48px;
    padding:3px;
    border-radius:12px;
  }
}
