.briefing {
  --briefing-paper: #f3ebdf;
  --briefing-ink: #2a1614;
  --briefing-muted: #755f52;
  --briefing-gold: #b57d2d;
  --briefing-gold-soft: rgba(181, 125, 45, 0.58);
  --briefing-coral: #e53d24;
  --briefing-coral-deep: #c92314;
  position: relative;
  isolation: isolate;
  min-height: max(100svh, 720px);
  overflow: hidden;
  color: var(--briefing-ink);
  background: var(--briefing-paper);
  scroll-margin-top: 0;
}

.briefing__art,
.briefing__art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.briefing__art {
  z-index: 0;
  pointer-events: none;
}

.briefing__art img {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.briefing__layout {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: max(100svh, 720px);
  margin: 0 auto;
  overflow: hidden;
}

.briefing__statement,
.briefing__form-column {
  position: absolute;
}

.briefing__statement {
  top: 8.2%;
  left: 5.15%;
  width: min(35%, 70svh);
  color: #f4ecdf;
}

.briefing__eyebrow,
.briefing__form-eyebrow {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  color: #d99d30;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(11px, 1.45svh, 18px);
  font-weight: 750;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.briefing__eyebrow > span,
.briefing__form-eyebrow > span {
  flex: 0 0 auto;
}

.briefing__eyebrow > i,
.briefing__form-eyebrow > i {
  height: 1px;
  flex: 1 1 auto;
  margin-left: clamp(14px, 1.2vw, 28px);
  background: linear-gradient(90deg, rgba(211, 151, 45, 0.72), rgba(211, 151, 45, 0.18));
}

.briefing__eyebrow > b,
.briefing__form-eyebrow > b {
  width: clamp(13px, 1.35svh, 18px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  margin-left: -1px;
  background: linear-gradient(145deg, #e7b64f, #a86716);
  clip-path: polygon(50% 0, 61% 37%, 100% 50%, 61% 63%, 50% 100%, 39% 63%, 0 50%, 39% 37%);
}

.briefing__statement h2 {
  margin: clamp(24px, 3.25svh, 48px) 0 0;
  color: #f2e9dc;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(64px, 10.7svh, 154px);
  font-stretch: condensed;
  font-weight: 610;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.04), 0 7px 20px rgba(0, 0, 0, 0.22);
}

.briefing__statement h2 span {
  display: block;
  white-space: nowrap;
}

.briefing__statement h2 .briefing__accent {
  color: var(--briefing-coral);
}

.briefing__support {
  margin: clamp(20px, 2.9svh, 40px) 0 0;
  color: #e3b63a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 2.3svh, 32px);
  font-style: italic;
  font-weight: 450;
  letter-spacing: -0.018em;
  line-height: 1.25;
}

.briefing__support span {
  display: block;
}

.briefing__support::after {
  content: "";
  display: block;
  width: min(82%, 420px);
  height: 1px;
  margin-top: clamp(12px, 1.8svh, 24px);
  background: linear-gradient(90deg, rgba(213, 158, 55, 0.92), rgba(213, 158, 55, 0.12));
}

.briefing__form-column {
  top: 13.15%;
  right: 5.35%;
  width: min(42%, 76svh);
}

.briefing__form-eyebrow {
  width: 52%;
  color: var(--briefing-gold);
}

.briefing__form {
  display: grid;
  gap: clamp(13px, 1.85svh, 27px);
  margin-top: clamp(28px, 4.2svh, 58px);
}

.briefing__field {
  display: grid;
  gap: clamp(6px, 0.9svh, 11px);
  min-width: 0;
}

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

.briefing__field label {
  color: #321915;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(11px, 1.35svh, 17px);
  font-weight: 760;
  letter-spacing: 0.28em;
  line-height: 1.1;
  text-transform: uppercase;
}

.briefing__field label span {
  white-space: nowrap;
}

.briefing__field input,
.briefing__field textarea {
  width: 100%;
  border: 1px solid var(--briefing-gold-soft);
  border-radius: 0;
  color: var(--briefing-ink);
  background: rgba(255, 252, 247, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(15px, 1.8svh, 22px);
  line-height: 1.4;
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.briefing__field input {
  min-height: clamp(50px, 7.3svh, 78px);
  padding: 0 clamp(18px, 1.65vw, 30px);
}

.briefing__field textarea {
  min-height: clamp(92px, 13.7svh, 138px);
  padding: clamp(14px, 1.7svh, 22px) clamp(18px, 1.65vw, 30px);
  resize: vertical;
}

.briefing__field input::placeholder,
.briefing__field textarea::placeholder {
  color: rgba(91, 72, 61, 0.76);
  opacity: 1;
}

.briefing__field input:hover,
.briefing__field textarea:hover {
  border-color: rgba(163, 104, 30, 0.78);
  background: rgba(255, 252, 247, 0.22);
}

.briefing__field input:focus-visible,
.briefing__field textarea:focus-visible {
  border-color: #a76b1e;
  background: rgba(255, 252, 247, 0.38);
  box-shadow: 0 0 0 3px rgba(181, 125, 45, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.briefing__field input[aria-invalid="true"],
.briefing__field textarea[aria-invalid="true"] {
  border-color: #a42b24;
  box-shadow: 0 0 0 3px rgba(164, 43, 36, 0.13);
}

.briefing__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(66px, 10svh, 100px);
  margin-top: clamp(2px, 0.7svh, 10px);
  padding: 0 clamp(24px, 2.5vw, 44px);
  border: 2px solid #a96816;
  border-radius: 0;
  color: #fff7ec;
  background:
    linear-gradient(180deg, rgba(255, 91, 46, 0.13), transparent 52%),
    linear-gradient(100deg, #dd2d19 0%, #c92514 62%, #d6331a 100%);
  box-shadow:
    inset 0 0 0 2px rgba(237, 170, 54, 0.5),
    0 9px 18px rgba(75, 32, 15, 0.2);
  cursor: pointer;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(12px, 1.55svh, 19px);
  font-weight: 720;
  letter-spacing: 0.26em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.briefing__submit span {
  flex: 1 1 auto;
}

.briefing__submit svg {
  width: clamp(26px, 2.1vw, 38px);
  margin-left: clamp(15px, 1.4vw, 26px);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.briefing__submit:hover {
  filter: saturate(1.08) brightness(1.04);
  box-shadow:
    inset 0 0 0 2px rgba(249, 190, 75, 0.68),
    0 13px 24px rgba(75, 32, 15, 0.25);
  transform: translateY(-2px);
}

.briefing__submit:hover svg {
  transform: translateX(5px);
}

.briefing__submit:active {
  transform: translateY(0);
}

.briefing__submit:disabled {
  cursor: wait;
  filter: saturate(.72) brightness(.93);
  opacity: .86;
  transform: none;
}

.briefing__submit:focus-visible {
  outline: 3px solid #1b65bf;
  outline-offset: 4px;
}

.briefing__form--submitted .briefing__submit {
  display: none;
}

.briefing__privacy {
  margin: -2px 0 0;
  color: rgba(74, 50, 40, 0.84);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(12px, 1.15svh, 14px);
  line-height: 1.45;
}

.briefing__privacy a {
  color: #6f321f;
  font-weight: 700;
  text-decoration-color: rgba(111, 50, 31, 0.46);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.briefing__privacy a:hover {
  color: #941f17;
  text-decoration-color: currentColor;
}

.briefing__privacy a:focus-visible {
  border-radius: 2px;
  outline: 3px solid #1b65bf;
  outline-offset: 3px;
}

.briefing__status {
  margin: -2px 0 0;
  color: #5e3f31;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(12px, 1.3svh, 16px);
  font-weight: 580;
  line-height: 1.4;
}

.briefing__status:empty {
  display: none;
}

.briefing__status[data-state="error"] {
  color: #8c211b;
}

.briefing__status[data-state="review"] {
  color: #69461d;
}

.briefing__status[data-state="success"] {
  color: #356449;
}

.briefing__whatsapp-continuation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(58px, 8svh, 80px);
  padding: clamp(13px, 1.8svh, 20px) clamp(20px, 2.4vw, 38px);
  border: 2px solid #a96816;
  border-radius: 5px;
  color: #fffaf2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 54%),
    linear-gradient(100deg, #1f7a6d 0%, #17675c 62%, #1d7468 100%);
  box-shadow:
    inset 0 0 0 2px rgba(229, 184, 81, 0.32),
    0 9px 18px rgba(35, 57, 45, 0.2);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(12px, 1.45svh, 17px);
  font-weight: 760;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.briefing__whatsapp-continuation[hidden] {
  display: none;
}

.briefing__whatsapp-continuation:hover {
  color: #fffaf2;
  filter: saturate(1.08) brightness(1.04);
  box-shadow:
    inset 0 0 0 2px rgba(237, 194, 93, 0.46),
    0 13px 24px rgba(35, 57, 45, 0.25);
  transform: translateY(-2px);
}

.briefing__whatsapp-continuation:focus-visible {
  outline: 3px solid #1b65bf;
  outline-offset: 4px;
}

@media (min-width: 1100px) and (max-aspect-ratio: 3 / 2) {
  .briefing__art img {
    object-position: 48% 50%;
  }

  .briefing__statement {
    left: 4.3%;
    width: 38%;
  }

  .briefing__form-column {
    right: 4.2%;
    width: 44%;
  }
}

@media (min-width: 1100px) and (min-aspect-ratio: 2 / 1) {
  .briefing__art img {
    object-position: 50% 50%;
  }

  .briefing__statement {
    left: max(5.15%, calc((100vw - 2600px) / 2 + 4.5%));
  }

  .briefing__form-column {
    right: max(5.35%, calc((100vw - 2600px) / 2 + 4.5%));
  }
}

@media (max-width: 1099px) and (orientation: portrait) {
  .briefing {
    min-height: max(100svh, 1024px);
  }

  .briefing__layout {
    min-height: max(100svh, 1024px);
  }

  .briefing__art img {
    object-position: 50% 50%;
  }

  .briefing__statement {
    top: 4.8%;
    left: 9.6%;
    width: 55%;
  }

  .briefing__statement h2 {
    margin-top: clamp(22px, 2.2svh, 31px);
    font-size: clamp(63px, 8.5vw, 92px);
    line-height: 0.9;
  }

  .briefing__support {
    margin-top: clamp(18px, 1.8svh, 26px);
    font-size: clamp(18px, 2.05vw, 26px);
  }

  .briefing__support::after {
    width: 78%;
  }

  .briefing__form-column {
    top: 54.4%;
    right: auto;
    left: 17%;
    width: 66%;
  }

  .briefing__form-eyebrow {
    display: none;
  }

  .briefing__form {
    gap: clamp(10px, 1.05svh, 15px);
    margin-top: 0;
  }

  .briefing__form--with-continuation {
    transform: translateY(-18px);
  }

  .briefing__field {
    gap: clamp(5px, 0.5svh, 8px);
  }

  .briefing__field label {
    font-size: clamp(11px, 1.35vw, 15px);
  }

  .briefing__field input,
  .briefing__field textarea {
    font-size: clamp(15px, 1.8vw, 20px);
  }

  .briefing__field input {
    min-height: clamp(52px, 5.1svh, 70px);
    padding-inline: clamp(17px, 2.6vw, 27px);
  }

  .briefing__field textarea {
    min-height: clamp(84px, 8.8svh, 120px);
    padding: clamp(12px, 1.15svh, 17px) clamp(17px, 2.6vw, 27px);
  }

  .briefing__submit {
    min-height: clamp(62px, 6.5svh, 88px);
    margin-top: clamp(2px, 0.35svh, 6px);
    font-size: clamp(12px, 1.45vw, 16px);
  }
}

@media (max-width: 699px) and (orientation: portrait) {
  .briefing {
    min-height: max(100svh, 844px);
  }

  .briefing__layout {
    min-height: max(100svh, 844px);
  }

  .briefing__statement {
    top: 5.05%;
    left: 8.7%;
    width: 81.5%;
  }

  .briefing__eyebrow {
    width: 76%;
    font-size: clamp(9px, 2.65vw, 12px);
    letter-spacing: 0.29em;
  }

  .briefing__statement h2 {
    margin-top: clamp(18px, 2.4svh, 25px);
    font-size: clamp(46px, 13.35vw, 58px);
    line-height: 0.91;
  }

  .briefing__support {
    margin-top: clamp(13px, 1.75svh, 18px);
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.22;
  }

  .briefing__support::after {
    width: 64%;
    margin-top: clamp(9px, 1.2svh, 13px);
  }

  .briefing__form-column {
    top: 50.7%;
    left: 8.7%;
    width: 82.6%;
  }

  .briefing__form-eyebrow {
    display: flex;
    width: 66%;
    font-size: clamp(9px, 2.45vw, 11px);
    letter-spacing: 0.29em;
  }

  .briefing__form {
    gap: clamp(7px, 0.9svh, 9px);
    margin-top: clamp(12px, 1.55svh, 16px);
  }

  .briefing__field {
    gap: 4px;
  }

  .briefing__field label {
    font-size: clamp(9px, 2.35vw, 11px);
    letter-spacing: 0.23em;
  }

  .briefing__field input,
  .briefing__field textarea {
    font-size: clamp(13px, 3.6vw, 16px);
  }

  .briefing__field input {
    min-height: clamp(44px, 5.7svh, 52px);
    padding-inline: clamp(13px, 4vw, 18px);
  }

  .briefing__field textarea {
    min-height: clamp(68px, 8.7svh, 80px);
    padding: clamp(9px, 1.2svh, 11px) clamp(13px, 4vw, 18px);
    line-height: 1.28;
  }

  .briefing__submit {
    min-height: clamp(52px, 6.8svh, 60px);
    margin-top: clamp(2px, 0.45svh, 5px);
    padding-inline: clamp(16px, 4.3vw, 22px);
    font-size: clamp(10px, 2.75vw, 12px);
    letter-spacing: 0.2em;
  }

  .briefing__submit svg {
    width: clamp(22px, 6vw, 27px);
    margin-left: clamp(10px, 3vw, 14px);
  }

  .briefing__status {
    margin-top: 0;
    font-size: 11px;
  }

  .briefing__privacy {
    margin-top: -4px;
    font-size: 11px;
    line-height: 1.32;
  }

  .briefing__whatsapp-continuation {
    min-height: clamp(52px, 6.8svh, 60px);
    padding: 11px clamp(14px, 4vw, 20px);
    font-size: clamp(10px, 2.65vw, 12px);
    letter-spacing: 0.11em;
  }
}

@media (max-width: 1099px) and (orientation: landscape) {
  .briefing,
  .briefing__layout {
    min-height: max(100svh, 620px);
  }

  .briefing__art img {
    object-position: 47% 50%;
  }

  .briefing__statement {
    top: 7.5%;
    left: 4.2%;
    width: 39%;
  }

  .briefing__statement h2 {
    margin-top: 20px;
    font-size: clamp(54px, 10.3svh, 74px);
  }

  .briefing__support {
    margin-top: 15px;
    font-size: clamp(16px, 2.75svh, 20px);
  }

  .briefing__form-column {
    top: 9%;
    right: 3.8%;
    width: 45%;
  }

  .briefing__form-eyebrow {
    width: 58%;
  }

  .briefing__form {
    gap: 10px;
    margin-top: 20px;
  }

  .briefing__field {
    gap: 5px;
  }

  .briefing__field input {
    min-height: 46px;
  }

  .briefing__field textarea {
    min-height: 76px;
    padding-block: 10px;
  }

  .briefing__submit {
    min-height: 56px;
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .briefing__field input,
  .briefing__field textarea,
  .briefing__submit,
  .briefing__submit svg,
  .briefing__whatsapp-continuation {
    transition: none;
  }

  .briefing__submit:hover {
    transform: none;
  }

  .briefing__submit:hover svg {
    transform: none;
  }

  .briefing__whatsapp-continuation:hover {
    transform: none;
  }
}
