.damas-brand-hero,
.damas-brand-hero * {
  box-sizing: border-box;
}

body {
  background: linear-gradient(180deg, #fff7f8 0%, #f7f8fb 48%, #ffffff 100%) !important;
}

.damas-brand-hero {
  min-height: auto !important;
  display: block !important;
  align-items: initial !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #fff7f8 0%, #fffafc 62%, #ffffff 100%) !important;
  color: #071642 !important;
  border-bottom: 1px solid #eadfbf;
}

.damas-brand-hero .hero-inner {
  width: min(1180px, calc(100% - 32px)) !important;
  padding: 18px 0 24px;
}

.damas-brand-hero .top-links {
  margin: 0 0 18px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf0f6;
}

.damas-brand-hero .top-links a {
  color: #071642 !important;
  background: #fff !important;
  border-color: #d9dfef !important;
}

.damas-brand-hero .top-links a:hover {
  border-color: #f2b120 !important;
  color: #17458f !important;
}

.damas-brand-banner {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(220px, .72fr) minmax(112px, .34fr);
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  min-height: 210px;
}

.damas-brand-main {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.damas-brand-main > div {
  min-width: 0;
}

.damas-brand-kicker {
  margin: 0;
  color: #071642;
  font-size: clamp(24px, 3.4vw, 39px);
  line-height: 1.05;
  font-weight: 400;
}

.damas-brand-title {
  margin: 0;
  color: #071642;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 8vw, 88px);
  line-height: .92;
  font-weight: 700;
  letter-spacing: 0;
}

.damas-brand-city {
  margin: 12px 0 0;
  color: #071642;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  text-align: right;
  font-weight: 400;
}

.damas-brand-logo {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.damas-brand-divider {
  width: 1px;
  height: 170px;
  background: #d79d24;
  justify-self: center;
}

.damas-brand-motto {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1px 1fr;
  align-items: center;
  gap: clamp(20px, 3vw, 34px);
}

.damas-brand-motto-text {
  min-width: 0;
}

.damas-brand-motto p {
  margin: 0;
  color: #071642;
  font-size: clamp(31px, 4.6vw, 50px);
  line-height: 1.05;
  font-weight: 400;
}

.damas-brand-motto strong {
  display: block;
  margin: 3px 0 6px;
  color: #d99a10;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(44px, 6vw, 72px);
  line-height: .9;
  font-weight: 400;
}

.damas-brand-underline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.damas-brand-underline::before {
  content: "";
  width: min(230px, 72%);
  height: 18px;
  border-top: 4px solid #d99a10;
  border-radius: 50%;
  transform: translateY(8px);
}

.damas-brand-heart {
  color: #d99a10;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
}

.damas-brand-silhouette {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  width: min(165px, 100%);
  height: 260px;
}

.damas-brand-silhouette img,
.damas-brand-silhouette svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  overflow: visible;
}

.damas-brand-silhouette img {
  filter: drop-shadow(0 4px 12px rgba(217, 154, 16, .16));
}

.damas-brand-silhouette path {
  fill: none;
  stroke: #071642;
  stroke-width: 5.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.damas-brand-page-title {
  margin: 18px 0 0 !important;
  max-width: 900px !important;
  color: #071642 !important;
  font-size: clamp(27px, 4vw, 45px) !important;
  line-height: 1.05 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.damas-brand-page-lead {
  margin: 8px 0 0 !important;
  max-width: 860px !important;
  color: #4e5b73 !important;
}

@media (max-width: 900px) {
  .damas-brand-banner {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 138px);
    min-height: 0;
  }

  .damas-brand-main {
    grid-column: 1;
    grid-row: 1;
  }

  .damas-brand-motto {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .damas-brand-divider {
    display: none;
  }

  .damas-brand-silhouette {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    height: 205px;
  }
}

@media (max-width: 620px) {
  .damas-brand-hero .hero-inner {
    width: min(100% - 22px, 1180px) !important;
    padding: 12px 0 18px;
  }

  .damas-brand-hero .top-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .damas-brand-hero .top-links a {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
  }

  .damas-brand-banner {
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 14px;
  }

  .damas-brand-main {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .damas-brand-kicker {
    font-size: 25px;
  }

  .damas-brand-title {
    font-size: 52px;
  }

  .damas-brand-logo {
    justify-self: start;
    width: 68px;
    height: 68px;
  }

  .damas-brand-city {
    font-size: 27px;
    text-align: left;
  }

  .damas-brand-motto p {
    font-size: 31px;
  }

  .damas-brand-motto strong {
    font-size: 42px;
  }

  .damas-brand-silhouette {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 92px;
    height: 164px;
  }

  .damas-brand-motto {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}
