/* Dirección "producto": simple, luminosa y con movimiento sutil. */
:root {
  --apple-paper: #171a23;
  --apple-ink: #f5f6f8;
}

body {
  background: var(--apple-paper);
  color: var(--apple-ink);
}

.site-header {
  background: rgba(10, 11, 15, .88);
  backdrop-filter: saturate(180%) blur(18px);
  position: sticky;
  top: 0;
}

.brand {
  width: auto;
  gap: 8px;
  overflow: visible;
}

.brand img {
  width: 42px;
}

.brand span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.02em;
}

nav a {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.header-contact {
  background: #fff;
  border-color: #fff;
  color: #111;
  padding: 9px 15px;
  letter-spacing: 0;
  text-transform: none;
}

.hero {
  min-height: calc(100vh - 82px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: clamp(70px, 10vh, 115px) 22px 50px;
  background: radial-gradient(circle at 50% 73%, #293d91 0, #111b43 22%, #090a0e 58%);
}

.hero::after {
  display: none;
}

.hero .eyebrow {
  color: #b5c5ff;
  margin-bottom: 17px;
}

.hero h1 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(47px, 7.4vw, 112px);
  font-weight: 700;
  letter-spacing: -.072em;
  line-height: .92;
  text-transform: none;
}

.hero h1 em {
  color: #91adff;
}

.hero-title-main {
  color: #fff;
  text-shadow: 0 0 28px #9eb3ff45;
}

.hero-copy {
  color: #bbc1d3;
  max-width: 485px;
  font-size: 17px;
  margin: 27px 0;
}

.hero-actions {
  justify-content: center;
}

.button {
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.button-primary {
  border-radius: 999px;
  box-shadow: none;
  padding: 13px 19px;
}

.button-text {
  color: #92aeff;
}

.hero-orbit {
  border-color: #7698ff42;
}

.orbit-one {
  width: min(61vw, 720px);
  right: auto;
  left: calc(50% - min(30.5vw, 360px));
  top: auto;
  bottom: -41%;
}

.orbit-two {
  width: min(39vw, 460px);
  right: auto;
  left: calc(50% - min(19.5vw, 230px));
  top: auto;
  bottom: -27%;
}

.hero-frame {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 27px;
  width: max-content;
}

.hero-frame b {
  color: #ff4d4d;
}

.hero-side {
  display: none;
}

.section {
  padding: 145px clamp(22px, 8vw, 125px);
}

.about {
  background: #1c202b;
  color: #f5f6f8;
}

.about > .eyebrow {
  color: #91adff;
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 10vw, 160px);
  align-items: start;
}

.about h2 {
  margin: 0;
}

.about-copy {
  color: #c0c5d0;
  font-size: 17px;
  line-height: 1.65;
}

.about-copy p {
  margin: 0 0 22px;
}

.about-signature {
  color: #f5f6f8;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.about-clients {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 72px;
  padding-top: 22px;
  border-top: 1px solid #3b4253;
  color: #f5f6f8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
}

.about-clients i {
  color: #6389fb;
  font-style: normal;
}

.services {
  background: var(--apple-paper);
}

.section-intro {
  margin: auto;
  text-align: center;
}

.section-intro .eyebrow,
.studio-content .eyebrow {
  color: #91adff;
}

.section-intro h2,
.section h2 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(38px, 5.8vw, 74px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.065em;
  text-transform: none;
}

.section-intro h2 em,
.section h2 em {
  color: #91adff;
}

.section-intro > p:last-child {
  color: #abb1c0;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

.service-grid {
  max-width: 1180px;
  margin: 60px auto 0;
  border: 0;
  gap: 16px;
}

.service-card {
  min-height: 365px;
  background: #222633;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 3px 14px #00000024;
  padding: 30px;
}

.service-card:hover {
  background: #292f3e;
  transform: scale(1.015);
  box-shadow: 0 14px 35px #00000050;
}

.service-card.featured {
  background: linear-gradient(145deg, #4c7cff, #2d4cae);
}

.service-card h3 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 700;
  letter-spacing: -.06em;
  text-transform: none;
}

.service-card p {
  color: #b2b8c6;
}

.service-card.featured p {
  color: #e5ebff;
}

.service-number {
  color: #a2a8b6;
}

.service-card.events-card {
  grid-column: 1 / -1;
  min-height: 245px;
  align-items: flex-start;
}

.events-card h3 {
  max-width: 470px;
}

.events-card p {
  max-width: 500px;
}

.events-card .service-icon {
  font-size: 54px;
  right: 34px;
  bottom: 31px;
}

.studio {
  background: #222633;
  color: #f5f6f8;
  padding: 18px;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(45px, 7vw, 100px);
}

.studio-visual {
  min-height: 630px;
  border-radius: 26px;
}

.studio-symbol {
  position: absolute;
  width: min(78%, 510px);
  height: auto;
  right: -8%;
  top: 8%;
  filter: drop-shadow(0 0 42px #4a78f570);
  animation: studio-symbol-float 6s ease-in-out infinite;
}

@keyframes studio-symbol-float {
  50% {
    transform: translate(-12px, 10px) rotate(-1deg);
  }
}

.studio-content {
  padding: 50px 35px 50px 0;
}

.studio-content > p:not(.eyebrow) {
  color: #b8beca;
  font-size: 17px;
}

.studio-content ul {
  color: #f5f6f8;
}

.ticker {
  background: #1c202b;
  color: #f5f6f8;
  border-top: 1px solid #343a4a;
  border-bottom: 1px solid #343a4a;
}

.ticker i {
  color: var(--blue);
}

.ticker .ticker-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: ticker-loop 28s linear infinite;
}

.ticker-track > span {
  display: block;
  flex: none;
  white-space: nowrap;
  padding-right: 0;
}

@keyframes ticker-loop {
  to {
    transform: translate3d(-25%, 0, 0);
  }
}

.contact {
  background: #12141b;
  color: var(--apple-ink);
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact .eyebrow {
  color: #91adff;
}

.contact-heading > p:not(.eyebrow),
.whatsapp-link {
  color: #aeb4c1;
}

.whatsapp-link strong {
  color: #f5f6f8;
}

.quote-form {
  background: #20242f;
  border-radius: 24px;
  padding: 32px;
}

.quote-form label {
  color: #c2c7d1;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  color: #f5f6f8;
  border-bottom-color: #596171;
}

.quote-form input:-webkit-autofill,
.quote-form input:-webkit-autofill:hover,
.quote-form input:-webkit-autofill:focus,
.quote-form textarea:-webkit-autofill,
.quote-form textarea:-webkit-autofill:hover,
.quote-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #f5f6f8;
  -webkit-box-shadow: 0 0 0 1000px #20242f inset;
  box-shadow: 0 0 0 1000px #20242f inset;
  caret-color: #f5f6f8;
  transition: background-color 9999s ease-out 0s;
}

.service-select-label {
  position: relative;
}

.custom-select {
  position: relative;
}

.custom-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #20242f;
  border: 0;
  border-bottom: 1px solid #596171;
  color: #f5f6f8;
  cursor: pointer;
  font: 14px "DM Sans", sans-serif;
  padding: 11px 0;
  text-align: left;
}

.custom-select-trigger span {
  color: #91adff;
  font-size: 20px;
  line-height: .7;
  transition: transform .2s ease;
}

.custom-select.is-open .custom-select-trigger,
.custom-select-trigger:focus {
  border-bottom-color: var(--blue);
  outline: 0;
}

.custom-select.is-open .custom-select-trigger span {
  transform: rotate(180deg);
}

.custom-select-menu {
  position: absolute;
  z-index: 5;
  top: calc(100% + 9px);
  left: -13px;
  right: -13px;
  display: grid;
  gap: 2px;
  background: #2a3040;
  border: 1px solid #46516b;
  border-radius: 14px;
  box-shadow: 0 18px 45px #00000070;
  opacity: 0;
  padding: 7px;
  pointer-events: none;
  transform: translateY(-5px) scale(.98);
  transition: opacity .16s ease, transform .16s ease;
}

.custom-select.is-open .custom-select-menu {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.custom-select-menu button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: #e7eaf1;
  cursor: pointer;
  font: 14px "DM Sans", sans-serif;
  padding: 10px 12px;
  text-align: left;
}

.custom-select-menu button:hover,
.custom-select-menu button:focus {
  background: #4a78f5;
  color: #fff;
  outline: 0;
}

.custom-select.is-invalid .custom-select-trigger {
  border-bottom-color: #ff7474;
}

.quote-form .button {
  margin-top: 8px;
}

.form-note {
  color: #aeb4c1;
}

.form-success {
  display: none;
  grid-column: 1 / -1;
  margin: 0;
  color: #b9c9ff;
  font-size: 13px;
  font-weight: 700;
}

.quote-form.is-sent .form-success {
  display: block;
}

footer {
  background: #0b0c10;
  color: #aeb4c1;
  border-top: 1px solid #292c35;
}

footer div {
  color: #f5f6f8;
}

@media (max-width: 760px) {
  .brand span {
    font-size: 11px;
  }

  .hero {
    min-height: 680px;
  }

  .orbit-one {
    width: 110vw;
    left: -5vw;
    bottom: -27%;
  }

  .orbit-two {
    width: 76vw;
    left: 12vw;
    bottom: -12%;
  }

  .section {
    padding: 90px 20px;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-copy {
    font-size: 16px;
  }

  .about-clients {
    margin-top: 45px;
  }

  .service-grid {
    gap: 10px;
  }

  .service-card {
    border-radius: 18px;
    padding: 20px;
  }

  .service-card.events-card {
    min-height: 260px;
    grid-column: 1 / -1;
  }

  .studio {
    padding: 10px;
  }

  .studio-visual {
    min-height: 430px;
    border-radius: 18px;
  }

  .studio-symbol {
    width: min(85%, 400px);
    right: -6%;
    top: 8%;
  }

  .studio-content {
    padding: 48px 18px;
  }

  .contact {
    padding: 90px 20px;
  }

  .quote-form {
    padding: 24px;
    border-radius: 18px;
  }
}
