:root {
  --ink: #151515;
  --ink-soft: #62625f;
  --line: rgba(21, 21, 21, 0.11);
  --paper: #f7f6f2;
  --white: #ffffff;
  --fog: #ecebe6;
  --whatsapp: #1f8f58;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  background: #333330;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.68), rgba(13, 13, 13, 0.2)),
    url("../img/tampa vestidor 2.webp") center / cover fixed no-repeat;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 570px);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  width: min(1240px, calc(100% - 64px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 48px 0;
}

.brand-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: min(780px, calc(100svh - 96px));
  padding: 18px 0;
  color: var(--white);
}

.wordmark {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  width: max-content;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.wordmark svg {
  width: 42px;
  height: 42px;
}

.wordmark rect,
.wordmark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wordmark--light {
  color: var(--white);
}

.brand-copy {
  max-width: 610px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.eyebrow,
.profile-kicker {
  margin: 0 0 14px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-copy h1 {
  max-width: 690px;
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(43px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.brand-copy > p:last-child {
  max-width: 520px;
  margin: 25px 0 0;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.brand-note {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hub-card {
  overflow: hidden;
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 32px;
  background: rgba(247, 246, 242, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.profile {
  position: relative;
  min-height: 193px;
  padding: 35px 26px 24px 136px;
  overflow: hidden;
  border-radius: 20px;
  color: var(--white);
  background: #272725;
}

.profile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(12, 12, 12, 0.28), rgba(12, 12, 12, 0.88) 42%, rgba(12, 12, 12, 0.76));
}

.profile-photo {
  position: absolute;
  inset: 0;
  background: url("../img/IMG-8104.webp") 18% 46% / cover no-repeat;
}

.profile-mark,
.profile-kicker,
.profile h2,
.profile > p:last-child {
  position: relative;
  z-index: 1;
}

.profile-mark {
  position: absolute;
  top: 50%;
  left: 28px;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.12);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  transform: translateY(-50%);
  backdrop-filter: blur(9px);
}

.profile-kicker {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
}

.profile h2 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 31px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.profile > p:last-child {
  max-width: 300px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.45;
}

.link-stack {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.action,
.contact-pill,
.explore-grid a,
.socials a {
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.action {
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  gap: 13px;
  align-items: center;
  min-height: 70px;
  padding: 11px 17px 11px 12px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.82);
}

.action--primary {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.action-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: var(--ink);
  background: var(--fog);
}

.action--primary .action-icon {
  color: var(--white);
  background: var(--whatsapp);
}

.action-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.action--primary .action-icon svg {
  fill: currentColor;
  stroke: none;
}

.action-copy,
.contact-pill span,
.explore-grid span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.action-copy strong,
.contact-pill strong,
.explore-grid strong {
  overflow: hidden;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.action-copy small,
.contact-pill small,
.explore-grid small {
  overflow: hidden;
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 11.5px;
  line-height: 1.45;
  text-overflow: ellipsis;
}

.action--primary .action-copy small {
  color: rgba(255, 255, 255, 0.62);
}

.action-arrow {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.5;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
}

.contact-pill {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 61px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: transparent;
}

.contact-pill > svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-pill small {
  white-space: nowrap;
}

.section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 21px 2px 11px;
  color: var(--ink-soft);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading span:last-child {
  height: 1px;
  background: var(--line);
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.explore-grid a {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 65px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.46);
}

.explore-grid svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 15px;
}

.socials a {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 14px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
}

.socials a:nth-child(1) {
  background:
    radial-gradient(circle at 28% 112%, #ffd56b 0 22%, #ff5b45 43%, #d62976 63%, #8a3ab9 82%, #4f5bd5 100%);
}

.socials a:nth-child(2) {
  background: #0866ff;
}

.socials a:nth-child(3) {
  background: linear-gradient(135deg, #25f4ee 0 7%, #121212 7% 93%, #fe2c55 93% 100%);
}

.socials svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials svg .fill,
.socials a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.socials a:nth-child(3) svg {
  filter: drop-shadow(-1.3px 0 #25f4ee) drop-shadow(1.3px 0 #fe2c55);
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 18px 0 2px;
  color: #7b7b77;
  font-size: 9.5px;
}

footer a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}

.footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

.powered-by {
  flex-basis: 100%;
  margin-top: 1px;
  text-align: center;
  font-size: 8.5px;
  letter-spacing: 0.02em;
  opacity: 0.72;
}

.powered-by a {
  font-weight: 600;
}

@media (hover: hover) {
  .action:hover,
  .contact-pill:hover,
  .explore-grid a:hover {
    border-color: rgba(21, 21, 21, 0.28);
    background: var(--white);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
  }

  .action--primary:hover {
    color: var(--white);
    border-color: #30302e;
    background: #30302e;
    transform: translateY(-2px);
  }

  .socials a:hover {
    filter: brightness(1.08) saturate(1.05);
    transform: translateY(-2px);
  }

  footer a:hover {
    color: var(--ink);
    text-decoration-color: currentColor;
  }
}

a:focus-visible {
  outline: 3px solid #79a8ff;
  outline-offset: 3px;
}

@media (max-width: 979px) {
  body {
    background:
      linear-gradient(rgba(12, 12, 12, 0.54), rgba(12, 12, 12, 0.76)),
      url("../img/tampa vestidor 2.webp") center / cover fixed no-repeat;
  }

  .page-shell {
    display: block;
    width: min(620px, calc(100% - 32px));
    padding: max(24px, env(safe-area-inset-top)) 0 max(24px, env(safe-area-inset-bottom));
  }

  .brand-panel {
    display: none;
  }
}

@media (max-width: 560px) {
  body {
    background: var(--paper);
  }

  .page-shell {
    width: 100%;
    padding: 0;
  }

  .hub-card {
    min-height: 100svh;
    padding: 12px max(14px, env(safe-area-inset-left)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-right));
    border: 0;
    border-radius: 0;
    background: var(--paper);
    box-shadow: none;
  }

  .profile {
    min-height: 188px;
    padding: 93px 21px 20px;
    border-radius: 22px;
  }

  .profile::after {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.04), rgba(12, 12, 12, 0.88) 68%, rgba(12, 12, 12, 0.94));
  }

  .profile-photo {
    background-image: url("../img/tampa vestidor 2.webp");
    background-position: center 45%;
  }

  .profile-mark {
    top: 18px;
    left: 19px;
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 14px;
    transform: none;
  }

  .profile-kicker {
    margin-bottom: 5px;
  }

  .profile h2 {
    font-size: 25px;
  }

  .profile > p:last-child {
    margin-top: 5px;
  }

  .link-stack {
    margin-top: 11px;
  }

  .action {
    min-height: 68px;
  }

  .action-copy strong,
  .contact-pill strong,
  .explore-grid strong {
    font-size: 13.5px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-pill {
    min-height: 57px;
  }

  .contact-pill small {
    white-space: normal;
  }

  .section-heading {
    margin-top: 19px;
  }

  .explore-grid a {
    grid-template-columns: 25px minmax(0, 1fr);
    padding: 10px;
  }

  .explore-grid svg {
    width: 20px;
    height: 20px;
  }

  .socials a {
    min-height: 51px;
  }
}

@media (max-width: 390px) {
  .explore-grid {
    grid-template-columns: 1fr;
  }

  .socials a {
    font-size: 0;
  }

  .socials svg {
    width: 19px;
    height: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
