:root {
  --ink: #17110f;
  --wine: #5a0610;
  --paper: #efe3d6;
  --line: rgba(255, 250, 244, 0.86);
  --white: #fffaf4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

figure {
  margin: 0;
}

.site-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 18px clamp(18px, 4vw, 48px);
  color: var(--white);
  background: rgba(23, 17, 15, 0.96);
  border-bottom: 1px solid rgba(255, 250, 244, 0.14);
}

.brand {
  display: grid;
  gap: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.brand span {
  color: #dbcab8;
  font-size: 0.72rem;
  font-weight: 800;
}

.brand strong {
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 950;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 30px);
  font-size: 0.92rem;
  font-weight: 850;
}

.nav-links a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-color: currentColor;
}

.language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid rgba(255, 250, 244, 0.24);
}

.language-switcher button {
  min-width: 42px;
  min-height: 34px;
  padding: 7px 10px;
  color: rgba(255, 250, 244, 0.72);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.language-switcher button:hover,
.language-switcher button:focus-visible {
  color: var(--white);
  background: rgba(255, 250, 244, 0.12);
}

.language-switcher button:focus-visible {
  outline: 2px solid #d5a24b;
  outline-offset: 2px;
}

.language-switcher button.is-active {
  color: var(--ink);
  background: #d5a24b;
}

.site-main {
  min-height: 0;
  padding: 0;
  background: var(--paper);
}

.campaign-board {
  display: grid;
  width: 100%;
  overflow: hidden;
  background: var(--paper);
}

.top-mosaic {
  display: grid;
  grid-template-columns: 52% 48%;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 25 / 8;
  min-height: clamp(180px, 32vw, 420px);
  border-bottom: 2px solid var(--line);
}

.license-panel {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  border-right: 2px solid var(--line);
}

.license-map-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  isolation: isolate;
}

.license-panel img {
  object-fit: contain;
  object-position: center;
  transition:
    filter 220ms ease,
    transform 220ms ease;
}

.license-map-link:hover img,
.license-map-link:focus-visible img {
  filter: brightness(1.04) contrast(1.02);
  transform: scale(1.015);
}

.license-map-link:focus-visible {
  outline: 3px solid #d5a24b;
  outline-offset: -5px;
}

.license-map-message {
  position: absolute;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 26px);
  left: clamp(14px, 3vw, 28px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(23, 17, 15, 0.82);
  border: 1px solid rgba(255, 250, 244, 0.32);
  font-size: clamp(0.78rem, 1.35vw, 0.95rem);
  font-weight: 850;
  line-height: 1.35;
  backdrop-filter: blur(10px);
}

.license-map-message > span[aria-hidden="true"] {
  flex: 0 0 auto;
  color: #d5a24b;
  font-size: 1.15em;
}

.lookbook-mosaic {
  overflow: hidden;
  background: var(--line);
}

.lookbook-mosaic img {
  object-fit: contain;
  object-position: center;
}

.runway-panel {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1916 / 821;
  overflow: hidden;
  background: var(--paper);
  border-bottom: 2px solid var(--line);
}

.runway-panel img {
  object-fit: contain;
  object-position: center;
}

.climate-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 100%;
  aspect-ratio: 8 / 3;
  border-bottom: 0;
}

.benefit-panel {
  position: relative;
  overflow: hidden;
  background: #9c9288;
}

.benefit-panel + .benefit-panel {
  border-left: 2px solid var(--line);
}

.benefit-panel img {
  object-fit: contain;
  object-position: center;
}

.sustainability-panel,
.heat-panel {
  isolation: isolate;
}

.sustainability-copy,
.benefit-copy {
  position: absolute;
  top: clamp(18px, 4vw, 48px);
  left: clamp(18px, 4vw, 54px);
  z-index: 1;
  display: grid;
  gap: clamp(5px, 0.9vw, 12px);
  width: min(36%, 270px);
  color: #fffaf4;
  text-shadow: 0 2px 18px rgba(23, 17, 15, 0.58);
  text-transform: uppercase;
}

.heat-copy {
  width: min(42%, 300px);
}

.sustainability-copy::before,
.benefit-copy::before {
  content: "";
  position: absolute;
  inset: -18px -16px -20px;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(23, 17, 15, 0.74), rgba(90, 6, 16, 0.24)),
    rgba(23, 17, 15, 0.18);
  border: 1px solid rgba(255, 250, 244, 0.34);
  box-shadow: 0 20px 50px rgba(23, 17, 15, 0.24);
  backdrop-filter: blur(8px);
}

.sustainability-copy__kicker,
.benefit-copy__kicker {
  color: #f0c76e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.88rem, 1.9vw, 1.52rem);
  font-style: italic;
  font-weight: 700;
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.sustainability-copy__stat,
.benefit-copy__stat {
  font-size: clamp(1.05rem, 2.85vw, 2.34rem);
  font-weight: 950;
  line-height: 0.92;
}

.campaign-slogan {
  display: grid;
  place-items: center;
  min-height: clamp(78px, 11vw, 120px);
  padding: 10px 18px 14px;
  color: var(--wine);
  background: #f8efe8;
  border-top: 2px solid var(--line);
  text-align: center;
}

.campaign-slogan h1 {
  margin: 0;
  font-size: clamp(1.28rem, 4vw, 2rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.slogan-mark {
  display: block;
  margin-top: 8px;
  color: var(--wine);
  font-size: 1.15rem;
  line-height: 1;
}

.site-footer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(18px, 4vw, 48px);
  color: var(--white);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  margin-bottom: 4px !important;
  color: var(--white);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.site-footer p:not(.footer-brand),
.site-footer a {
  color: rgba(255, 250, 244, 0.74);
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
}

.site-footer a {
  font-weight: 800;
}

.site-footer a:hover {
  color: var(--white);
}

.license-request-page {
  min-height: 100vh;
  background: #fffaf4;
}

.license-request-page .site-main {
  background:
    linear-gradient(180deg, rgba(23, 17, 15, 0) 0%, rgba(90, 6, 16, 0.08) 100%),
    #fffaf4;
}

.license-hero {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 6vw, 76px)
    clamp(36px, 6vw, 68px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 17, 15, 0.96), rgba(90, 6, 16, 0.9)),
    var(--ink);
}

.license-hero-copy,
.license-form-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.license-kicker,
.license-form-label {
  margin: 0 0 14px;
  color: #d5a24b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.license-hero h1 {
  max-width: 860px;
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 8vw, 5.3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.license-hero p:not(.license-kicker) {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 250, 244, 0.78);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.75;
}

.license-form-section {
  padding: clamp(38px, 7vw, 78px) clamp(18px, 5vw, 64px);
}

.license-form-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.5fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.license-form-intro h2 {
  margin: 0 0 16px;
  color: var(--wine);
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.license-form-intro p:not(.license-form-label) {
  margin: 0;
  color: #5f514b;
  font-size: 1rem;
  line-height: 1.75;
}

.license-form {
  padding: clamp(20px, 4vw, 34px);
  background: rgba(255, 250, 244, 0.84);
  border: 1px solid rgba(90, 6, 16, 0.16);
  box-shadow: 0 24px 70px rgba(23, 17, 15, 0.1);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label {
  color: #2b211e;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-field label span[aria-hidden="true"] {
  color: var(--wine);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffaf4;
  border: 1px solid rgba(23, 17, 15, 0.2);
  border-radius: 0;
  font: inherit;
  line-height: 1.35;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--wine);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(213, 162, 75, 0.32);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #9e1f2f;
}

.field-error {
  min-height: 1.2em;
  margin: 0;
  color: #9e1f2f;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

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

.form-actions {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.license-submit {
  min-height: 52px;
  padding: 14px 22px;
  color: var(--white);
  background: var(--wine);
  border: 1px solid var(--wine);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.license-submit:hover,
.license-submit:focus-visible {
  color: var(--ink);
  background: #d5a24b;
  border-color: #d5a24b;
  transform: translateY(-1px);
}

.license-submit:focus-visible {
  outline: 3px solid rgba(90, 6, 16, 0.28);
  outline-offset: 3px;
}

.license-submit:disabled {
  cursor: progress;
  opacity: 0.72;
  transform: none;
}

.license-email-note {
  margin: 0;
  color: #5f514b;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.license-email-link {
  color: var(--wine);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.license-email-link:hover,
.license-email-link:focus-visible {
  color: var(--ink);
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: #5f514b;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.5;
}

.form-status-success {
  color: #35623c;
}

.form-status-error {
  color: #9e1f2f;
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: 68px;
    padding: 14px 18px;
  }

  .top-mosaic {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    min-height: 0;
  }

  .license-panel {
    aspect-ratio: 3 / 4;
    border-right: 0;
    border-bottom: 2px solid var(--line);
  }

  .lookbook-mosaic {
    aspect-ratio: 3 / 2;
  }

  .climate-panels {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
  }

  .benefit-panel {
    aspect-ratio: 4 / 3;
  }

  .sustainability-copy,
  .benefit-copy {
    top: clamp(18px, 6vw, 34px);
    left: clamp(18px, 6vw, 34px);
    width: min(42%, 230px);
  }

  .benefit-panel + .benefit-panel {
    border-top: 2px solid var(--line);
    border-left: 0;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.84rem;
  }

  .language-switcher {
    margin-left: auto;
  }

  .license-map-message {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 11px 12px;
  }

  .license-form-shell {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .license-form {
    padding: 18px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .nav-links {
    gap: 13px;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .language-switcher button {
    min-width: 38px;
    padding-inline: 8px;
  }
}
