:root {
  --ink: #0a0a08;
  --cream: #f5f0e6;
  --muted: #b9b4aa;
  --yellow: #f5c400;
  --line: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(22px, 3.6vw, 54px) clamp(20px, 5.4vw, 84px) 24px;
  display: flex;
  flex-direction: column;
}

.mural,
.shade {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.mural {
  z-index: -3;
  background: url("assets/big-cheese-urban-mural.jpg") center center / cover no-repeat;
  opacity: 0.48;
  filter: saturate(0.9) contrast(1.12);
  transform: scale(1.015);
}

.shade {
  z-index: -2;
  background:
    radial-gradient(circle at 70% 42%, rgba(245, 196, 0, 0.06), transparent 31%),
    linear-gradient(90deg, rgba(8, 8, 6, 0.76) 0%, rgba(8, 8, 6, 0.49) 50%, rgba(8, 8, 6, 0.72) 100%),
    linear-gradient(180deg, rgba(8, 8, 6, 0.14), rgba(8, 8, 6, 0.63));
}

.site-header {
  width: min(1480px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: block;
  text-decoration: none;
}

.brand img {
  display: block;
  width: clamp(178px, 16vw, 245px);
  height: auto;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #ded9ce;
  background: rgba(8, 8, 6, 0.45);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(245, 196, 0, 0.12);
}

.hero {
  width: min(1480px, 100%);
  margin: auto;
  padding: clamp(48px, 7vh, 90px) 0 clamp(40px, 6vh, 80px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.72fr);
  align-items: center;
  gap: clamp(56px, 8vw, 140px);
}

.intro {
  max-width: 790px;
}

.eyebrow,
.card-kicker {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 760px;
  color: #fffdf6;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(68px, 9.1vw, 148px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.32);
}

h1 em {
  position: relative;
  z-index: 0;
  color: var(--ink);
  font-style: normal;
  display: inline-block;
  padding: 0 0.07em 0.04em;
}

h1 em::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0.03em -0.04em -0.01em;
  background: var(--yellow);
  transform: rotate(-1.2deg) skewX(-2deg);
  clip-path: polygon(1% 5%, 99% 0, 97% 96%, 0 100%);
}

.lead {
  max-width: 630px;
  margin: clamp(27px, 4vh, 42px) 0 0;
  color: #d5d0c6;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.6;
}

.direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 18px clamp(22px, 3vw, 42px);
  margin-top: 36px;
}

.direct-contact a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fffdf6;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  overflow-wrap: anywhere;
}

.direct-contact a:hover,
.direct-contact a:focus-visible {
  color: var(--yellow);
}

.direct-contact a span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-card {
  position: relative;
  padding: clamp(28px, 3.2vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px 30px 3px 3px;
  background: rgba(15, 15, 12, 0.84);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.contact-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 92px;
  height: 5px;
  background: var(--yellow);
}

.contact-card h2 {
  margin: 0;
  max-width: 400px;
  font-size: clamp(28px, 2.3vw, 39px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.contact-card > p {
  margin: 13px 0 25px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

form,
label {
  display: grid;
}

form {
  gap: 15px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

label {
  gap: 7px;
}

label > span {
  color: #dad5cc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

label > span small {
  color: #8f8b84;
  font-size: 9px;
}

input,
textarea,
button {
  width: 100%;
  border: 0;
  border-radius: 2px;
  font: inherit;
}

input,
textarea {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.065);
  color: #fffdf6;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

input {
  min-height: 48px;
  padding: 0 13px;
}

textarea {
  min-height: 102px;
  padding: 13px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #77746e;
}

input:focus,
textarea:focus {
  border-color: var(--yellow);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 3px rgba(245, 196, 0, 0.12);
}

button {
  min-height: 52px;
  margin-top: 2px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease;
}

button:hover {
  background: #ffda25;
  transform: translateY(-2px);
}

button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

button span {
  font-size: 21px;
  line-height: 1;
}

.privacy-note {
  margin: -3px 0 0;
  color: #7d7972;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.website-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-notice {
  margin: -6px 0 18px;
  padding: 11px 13px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.45;
}

.form-notice--success {
  border: 1px solid rgba(135, 225, 139, 0.4);
  background: rgba(68, 156, 72, 0.16);
  color: #bdf0c0;
}

.form-notice--error {
  border: 1px solid rgba(255, 120, 106, 0.4);
  background: rgba(170, 57, 45, 0.17);
  color: #ffc1b9;
}

footer {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #89867f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .page-shell {
    overflow: visible;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 74px;
  }

  .intro {
    max-width: 760px;
  }

  .contact-card {
    width: min(640px, 100%);
  }
}

@media (max-width: 620px) {
  .page-shell {
    padding: 19px 17px 22px;
  }

  .status-pill {
    max-width: 142px;
    justify-content: center;
    padding: 8px 10px;
    text-align: center;
    line-height: 1.25;
  }

  .hero {
    padding: 64px 0 46px;
  }

  h1 {
    font-size: clamp(58px, 20vw, 92px);
  }

  .lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .direct-contact {
    flex-direction: column;
  }

  .contact-card {
    padding: 29px 21px 25px;
    border-radius: 3px 23px 3px 3px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

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