@font-face {
  font-family: "Kingvoon";
  src: url("assets/fonts/kingvoon-regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "GodOfWar";
  src: url("assets/fonts/god-of-war.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  color-scheme: dark;
  --page-black: #050609;
  --page-charcoal: #0d1118;
  --page-navy: #071728;
  --page-blue: #1d5d91;
  --page-red: #c31d37;
  --page-red-deep: #67111e;
  --page-white: #f7f4ef;
  --page-silver: #e0e4e9;
  --page-muted: #b8c0ca;
  --page-gold: #efcf7c;
  --page-border: rgb(247 244 239 / 24%);
  --page-panel: rgb(17 23 33 / 84%);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background: var(--page-black);
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background: var(--page-black);
  color: var(--page-white);
  font-family: "Segoe UI", Arial, sans-serif;
}

.umbrella {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 43%, rgb(69 79 94 / 34%) 0%, rgb(30 38 51 / 18%) 38%, transparent 67%),
    linear-gradient(115deg, rgb(255 255 255 / 3%), transparent 34%),
    radial-gradient(circle at 86% 14%, rgb(34 111 171 / 54%), transparent 35%),
    radial-gradient(circle at 9% 92%, rgb(130 21 41 / 60%), transparent 38%),
    linear-gradient(145deg, var(--page-black), var(--page-charcoal) 53%, var(--page-navy));
}

.umbrella::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 2%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2%) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 34%, #000 76%, transparent);
}

.umbrella__orb {
  position: absolute;
  z-index: -1;
  width: min(48vw, 600px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(44px);
  opacity: 0.28;
  pointer-events: none;
}

.umbrella__orb--red {
  bottom: -34%;
  left: -18%;
  background: radial-gradient(circle, var(--page-red), transparent 66%);
}

.umbrella__orb--blue {
  top: -32%;
  right: -16%;
  background: radial-gradient(circle, var(--page-blue), transparent 67%);
}

.umbrella__content {
  --section-gap: clamp(2rem, 5vh, 3.6rem);

  position: relative;
  display: grid;
  width: min(100%, 1040px);
  min-width: 0;
  max-width: 100%;
  justify-items: center;
  gap: var(--section-gap);
  padding: clamp(2.5rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 3.5rem) 2rem;
  text-align: center;
}

.umbrella__content > *,
.brand-lockup,
.umbrella__message,
.umbrella__intro,
.local-brand,
.umbrella__footer {
  min-width: 0;
  max-width: 100%;
}

.umbrella__content::before {
  position: absolute;
  z-index: -1;
  inset: 6% -4% 10%;
  border-radius: 48%;
  background: radial-gradient(ellipse at center, rgb(93 105 122 / 14%), rgb(21 28 39 / 8%) 48%, transparent 74%);
  content: "";
  filter: blur(24px);
  pointer-events: none;
}

.brand-lockup {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
}

.brand-lockup__rule {
  width: clamp(11rem, 38vw, 28rem);
  height: 3px;
  margin-top: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--page-red), var(--page-gold), transparent);
  box-shadow: 0 0 1.2rem rgb(195 29 55 / 28%);
}

.brand-lockup__name {
  margin: 0;
  background: linear-gradient(180deg, #fff 0%, #dfe3e8 32%, #8f98a3 68%, #c5cbd3 100%);
  background-clip: text;
  color: var(--page-white);
  filter:
    drop-shadow(0 0.45rem 0.28rem rgb(0 0 0 / 68%))
    drop-shadow(0 0 0.55rem rgb(255 255 255 / 8%));
  font-family: "Kingvoon", Georgia, "Times New Roman", serif;
  font-size: clamp(4.1rem, 11vw, 9.25rem);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 0.88;
  padding-left: 0.09em;
  text-shadow:
    0 1px 0 rgb(255 255 255 / 68%),
    0 0.16rem 0 rgb(5 7 11 / 82%),
    0 0.8rem 1.8rem rgb(0 0 0 / 58%),
    -0.6rem 0 3rem rgb(195 29 55 / 30%),
    0.6rem 0 3.2rem rgb(29 93 145 / 34%),
    0 0 1.2rem rgb(255 255 255 / 13%);
  text-transform: uppercase;
  -webkit-text-stroke: 0.8px rgb(255 255 255 / 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-lockup__signature {
  margin: 0.55rem 0 0;
  color: var(--page-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  font-style: italic;
  letter-spacing: 0.2em;
  text-shadow: 0 0 1.25rem rgb(239 207 124 / 20%);
  text-transform: uppercase;
}

.umbrella__message {
  display: grid;
  max-width: 900px;
  justify-items: center;
  gap: 1rem;
  margin-top: calc(1.45rem - var(--section-gap));
}

.umbrella__eyebrow {
  margin: 0;
  color: var(--page-muted);
  font-size: clamp(0.78rem, 1.45vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--page-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, calc(1.45rem + 3.2vw), 4.25rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

h1 span {
  display: block;
  color: #e5e8ed;
}

.umbrella__intro {
  max-width: 700px;
  margin: 0;
  color: var(--page-silver);
  font-size: clamp(1rem, calc(0.92rem + 0.36vw), 1.2rem);
  line-height: 1.75;
  text-wrap: balance;
}

.local-brand {
  display: grid;
  width: min(100%, 760px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem 1.4rem;
  padding: clamp(1.2rem, 3vw, 1.7rem);
  border: 1px solid rgb(247 244 239 / 30%);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 12% 18%, rgb(224 45 76 / 24%), transparent 38%),
    radial-gradient(circle at 88% 82%, rgb(36 112 171 / 26%), transparent 42%),
    linear-gradient(125deg, rgb(83 16 32 / 94%), rgb(25 29 42 / 96%) 50%, rgb(9 46 72 / 94%));
  box-shadow:
    -1rem 1rem 3.25rem rgb(103 17 30 / 22%),
    1rem 1rem 3.25rem rgb(29 93 145 / 18%),
    0 1.25rem 4rem rgb(0 0 0 / 38%),
    inset 0 1px 0 rgb(255 255 255 / 14%);
  text-align: left;
  backdrop-filter: blur(16px);
}

.local-brand__identity {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.4rem;
  border-radius: 0.5rem;
  color: inherit;
  text-decoration: none;
}

.local-brand__identity:focus-visible {
  outline: 3px solid var(--page-gold);
  outline-offset: 5px;
}

.local-brand__mark {
  width: clamp(4.5rem, 7vw, 5.5rem);
  height: auto;
  filter:
    drop-shadow(0 0.65rem 0.9rem rgb(0 0 0 / 46%))
    drop-shadow(0 0 1.1rem rgb(195 29 55 / 22%));
}

.local-brand__copy {
  display: grid;
  min-width: 0;
  gap: 0.3rem;
}

.local-brand__label,
.local-brand__copy p,
.local-brand__copy h2 {
  margin: 0;
}

.local-brand__label {
  color: var(--page-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.local-brand__copy h2 {
  color: var(--page-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.58rem, 3.2vw, 2.15rem);
  letter-spacing: 0.035em;
}

.local-brand__copy p:last-child {
  color: #c9d0d9;
  font-size: 0.92rem;
  line-height: 1.5;
}

.local-brand__action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid rgb(195 29 55 / 70%);
  border-radius: 999px;
  background: linear-gradient(135deg, #d82744, #a6132b);
  box-shadow: 0 0.8rem 2rem rgb(103 17 30 / 28%);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  white-space: nowrap;
}

.local-brand__arrow {
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke: 0.7px currentColor;
  transition: transform 160ms ease;
}

.local-brand__action:focus-visible {
  outline: 3px solid var(--page-white);
  outline-offset: 4px;
}

.umbrella__footer {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #939da9;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .local-brand__action:hover {
    filter: brightness(1.1);
    box-shadow: 0 1rem 2.4rem rgb(195 29 55 / 35%);
    transform: translateY(-2px);
  }

  .local-brand__action:hover .local-brand__arrow {
    transform: translateX(3px);
  }
}

@media (min-width: 1600px) and (min-height: 900px) {
  .umbrella__content {
    width: min(100%, 1240px);
  }

  .brand-lockup__name {
    font-size: clamp(9rem, 9vw, 12.5rem);
  }
}

@media (min-width: 1200px) and (min-height: 851px) and (max-height: 950px) {
  .umbrella__content {
    --section-gap: 1.8rem;

    padding-top: 1.75rem;
    padding-bottom: 1rem;
    transform: translateY(-1rem);
  }
}

@media (min-width: 3000px) and (min-height: 1700px) {
  .umbrella__content {
    transform: scale(1.5);
  }

  .umbrella__eyebrow {
    font-size: 1.25rem;
  }

  .brand-lockup__signature {
    font-size: 2.1rem;
  }
}

@media (min-width: 3600px) and (min-height: 2000px) {
  .umbrella__content {
    transform: scale(1.8);
  }
}

@media (min-width: 721px) and (max-height: 850px) {
  .umbrella__content {
    --section-gap: 1.25rem;

    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }

  .brand-lockup__name {
    font-size: clamp(5.5rem, 9vw, 7.75rem);
  }

  .brand-lockup__signature {
    margin-top: 0.25rem;
  }

  .brand-lockup__rule {
    margin-top: 0.45rem;
  }

  .umbrella__message {
    gap: 0.6rem;
    margin-top: calc(0.75rem - var(--section-gap));
  }

  h1 {
    font-size: clamp(2.9rem, 4.4vw, 3.55rem);
  }

  .umbrella__intro {
    line-height: 1.55;
  }

  .local-brand {
    padding: 1rem 1.2rem;
  }

}

@media (min-width: 721px) and (max-width: 1024px) {
  .brand-lockup__name {
    font-size: clamp(6rem, 14vw, 7.5rem);
  }

  .umbrella__eyebrow {
    font-size: 0.95rem;
  }

  .brand-lockup__signature {
    font-size: 1.5rem;
  }
}

@media (max-width: 720px) {
  .umbrella__content {
    --section-gap: 2.25rem;

    padding: 2.5rem 1.15rem 1.5rem;
  }

  .brand-lockup__name {
    font-size: clamp(4.1rem, 20vw, 6.8rem);
    letter-spacing: 0.075em;
    padding-left: 0.075em;
  }

  .brand-lockup__signature {
    font-size: clamp(1.15rem, 5vw, 1.3rem);
    letter-spacing: 0.12em;
  }

  .local-brand__copy h2 {
    font-size: clamp(1.7rem, 8.9vw, 2.35rem);
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .local-brand__details {
    display: grid;
    justify-items: center;
    gap: 0.15rem;
  }

  .local-brand__separator {
    display: none;
  }

  .local-brand {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .local-brand__identity {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .local-brand__mark {
    width: 8.75rem;
    margin-bottom: -0.35rem;
  }

  .local-brand__action {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .brand-lockup__signature {
    font-size: 1.1rem;
  }

  .umbrella__eyebrow {
    letter-spacing: 0.14em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-brand__action,
  .local-brand__arrow {
    transition: none;
  }

  .local-brand__action:hover,
  .local-brand__action:hover .local-brand__arrow {
    transform: none;
  }
}
