:root {
  --cassiopeia-color-primary: #ff7a00;
  --cassiopeia-color-link: #ff8a00;
  --cassiopeia-color-hover: #ffb45a;
  --dawcito-bg: #050505;
  --dawcito-panel: rgba(18, 18, 18, 0.78);
  --dawcito-panel-strong: rgba(10, 10, 10, 0.9);
  --dawcito-line: rgba(255, 122, 0, 0.42);
  --dawcito-line-soft: rgba(255, 255, 255, 0.12);
  --dawcito-text: #f7f4ef;
  --dawcito-muted: #c8c1b7;
  --dawcito-orange: #ff7a00;
  --dawcito-orange-hot: #ff9b1f;
}

html {
  background: var(--dawcito-bg);
}

body.site {
  color: var(--dawcito-text);
  background:
    radial-gradient(circle at 9% 6%, rgba(255, 122, 0, 0.18), transparent 27rem),
    radial-gradient(circle at 82% 88%, rgba(255, 122, 0, 0.13), transparent 26rem),
    linear-gradient(135deg, #000 0%, #080808 45%, #030303 100%);
}

a {
  color: var(--dawcito-orange-hot);
}

a:hover,
a:focus {
  color: #ffd0a0;
}

.site-grid {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255, 122, 0, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
}

.container-header {
  background: rgba(0, 0, 0, 0.82);
  border-bottom: 1px solid rgba(255, 122, 0, 0.32);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(18px);
}

.container-header .navbar-brand,
.container-header .site-description,
.container-header .mod-menu a {
  color: #fff;
}

.container-header .navbar-brand img,
.brand-logo img,
.logo {
  max-height: 58px;
  filter: drop-shadow(0 0 18px rgba(255, 122, 0, 0.32));
}

.container-header .mod-menu a:hover,
.container-header .mod-menu a:focus,
.container-header .mod-menu .active > a {
  color: var(--dawcito-orange-hot);
}

.container-component,
.blog-featured,
.com-content-article,
.item-page {
  background: transparent;
}

.blog-featured .page-header,
.blog-featured .item-title,
.blog-featured .article-info,
.blog-featured .readmore,
.dawcito-landing + .article-info {
  display: none;
}

.com-content-category-blog__item,
.blog-item {
  background: transparent;
  border: 0;
}

.dawcito-landing {
  position: relative;
  width: min(1180px, calc(100vw - 2rem));
  min-height: calc(100vh - 150px);
  margin: clamp(1.2rem, 4vw, 3.5rem) auto;
  overflow: hidden;
  color: var(--dawcito-text);
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.96), rgba(19, 19, 19, 0.86)),
    radial-gradient(circle at 21% 38%, rgba(255, 122, 0, 0.22), transparent 26rem),
    #050505;
  border: 1px solid var(--dawcito-line);
  border-radius: 28px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.055) inset,
    0 28px 90px rgba(0, 0, 0, 0.72),
    0 0 80px rgba(255, 122, 0, 0.08);
}

.dawcito-landing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 122, 0, 0.2), transparent 1px) 0 0 / 96px 96px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.04), transparent 1px) 0 0 / 96px 96px,
    radial-gradient(circle at 23% 61%, rgba(255, 122, 0, 0.18), transparent 19rem);
  opacity: 0.65;
  mask-image: linear-gradient(to bottom, black 0%, transparent 86%);
}

.dawcito-landing::after {
  content: "";
  position: absolute;
  left: clamp(2rem, 8vw, 7rem);
  bottom: clamp(2rem, 7vw, 5rem);
  width: min(380px, 42vw);
  height: min(220px, 25vw);
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(255, 122, 0, 0.78), rgba(255, 122, 0, 0.16) 64%, transparent) 0 100% / 26px 42% no-repeat,
    linear-gradient(to top, rgba(255, 122, 0, 0.84), rgba(255, 122, 0, 0.18) 70%, transparent) 46px 100% / 26px 62% no-repeat,
    linear-gradient(to top, rgba(255, 122, 0, 0.95), rgba(255, 122, 0, 0.2) 72%, transparent) 92px 100% / 26px 82% no-repeat,
    linear-gradient(to top, rgba(255, 122, 0, 0.72), rgba(255, 122, 0, 0.12) 66%, transparent) 138px 100% / 26px 50% no-repeat,
    linear-gradient(to top, rgba(255, 122, 0, 0.64), rgba(255, 122, 0, 0.1) 66%, transparent) 184px 100% / 26px 68% no-repeat,
    linear-gradient(to top, rgba(255, 122, 0, 0.44), rgba(255, 122, 0, 0.07) 66%, transparent) 230px 100% / 26px 39% no-repeat;
  filter: drop-shadow(0 0 18px rgba(255, 122, 0, 0.45));
  opacity: 0.55;
}

.dawcito-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(1.75rem, 5vw, 4rem);
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.dawcito-kicker,
.dawcito-landing h1,
.dawcito-lead,
.dawcito-download-panel {
  grid-column: 1;
}

.dawcito-copy {
  grid-column: 2;
  grid-row: 1 / span 5;
}

.dawcito-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
  margin: 0;
  padding: 0.48rem 0.78rem;
  color: var(--dawcito-orange-hot);
  background: rgba(255, 122, 0, 0.08);
  border: 1px solid rgba(255, 122, 0, 0.24);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dawcito-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--dawcito-orange);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(255, 122, 0, 0.95);
}

.dawcito-landing h1 {
  max-width: 520px;
  margin: 1rem 0 0;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 5.15rem);
  line-height: 0.95;
  font-weight: 900;
  text-wrap: balance;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.08);
}

.dawcito-landing h1 span {
  color: #fff;
}

.dawcito-lead {
  max-width: 560px;
  margin: 1rem 0 0;
  color: var(--dawcito-muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.68;
}

.dawcito-lead:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 176px;
  margin: 1.65rem 0 0;
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.dawcito-lead img {
  display: block;
  width: min(190px, 52vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 26px rgba(255, 122, 0, 0.32));
}

.dawcito-download-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.8rem;
  margin: 1.25rem 0 0;
  color: #cfc6bc;
  font-weight: 650;
}

.dawcito-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  width: 100%;
  padding: 1rem 1.65rem;
  color: #fff;
  background: linear-gradient(180deg, #ff9d1f 0%, #ff7900 48%, #e45b00 100%);
  border: 1px solid rgba(255, 190, 112, 0.65);
  border-radius: 10px;
  box-shadow:
    0 12px 34px rgba(255, 122, 0, 0.28),
    0 0 0 4px rgba(255, 122, 0, 0.08);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.dawcito-download::after {
  content: "→";
  margin-left: 0.85rem;
  font-size: 1.45em;
  line-height: 1;
}

.dawcito-download:hover,
.dawcito-download:focus {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow:
    0 18px 44px rgba(255, 122, 0, 0.34),
    0 0 0 4px rgba(255, 122, 0, 0.13);
}

.dawcito-copy {
  display: grid;
  gap: 0.82rem;
  align-content: start;
  max-height: none;
  padding: clamp(1rem, 2vw, 1.45rem);
  background: linear-gradient(145deg, rgba(22, 22, 22, 0.88), rgba(8, 8, 8, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    -1px 0 0 rgba(255, 122, 0, 0.14);
  backdrop-filter: blur(16px);
}

.dawcito-copy p {
  margin: 0;
  padding: 1rem 1.05rem;
  color: #ddd6cd;
  background:
    linear-gradient(90deg, rgba(255, 122, 0, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 12px;
  line-height: 1.66;
}

.dawcito-copy p:first-child {
  border-color: rgba(255, 122, 0, 0.25);
}

.footer {
  color: #a79c91;
  background: #000;
  border-top: 1px solid rgba(255, 122, 0, 0.22);
}

.btn-primary,
.button-primary {
  background-color: var(--dawcito-orange);
  border-color: var(--dawcito-orange);
}

.btn-primary:hover,
.button-primary:hover {
  background-color: #ff9b1f;
  border-color: #ff9b1f;
}

@media (max-width: 920px) {
  .dawcito-landing {
    width: min(100% - 1rem, 680px);
    border-radius: 22px;
  }

  .dawcito-shell {
    grid-template-columns: 1fr;
    padding: clamp(1.35rem, 6vw, 2.5rem);
  }

  .dawcito-kicker,
  .dawcito-landing h1,
  .dawcito-lead,
  .dawcito-download-panel,
  .dawcito-copy {
    grid-column: 1;
  }

  .dawcito-copy {
    grid-row: auto;
  }

  .dawcito-landing::after {
    width: 70vw;
    height: 120px;
    opacity: 0.28;
  }
}

@media (max-width: 560px) {
  .dawcito-landing {
    width: 100%;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .dawcito-landing h1 {
    font-size: clamp(2.25rem, 14vw, 3.35rem);
  }

  .dawcito-copy {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
}
