/* =========================================================
   v133 — Boutique contact experience
   ========================================================= */
body.gfr-signature-theme .gfr-v133-contact {
  --contact-ink: #071d16;
  --contact-deep: #031710;
  --contact-emerald: #082b21;
  --contact-emerald-light: #0d3a2d;
  --contact-gold: #dfb746;
  --contact-gold-soft: #f1ce6c;
  --contact-ivory: #fbf8ef;
  --contact-muted: #aebdb5;
  color: var(--contact-ivory);
  background: var(--contact-deep);
  overflow: hidden;
}

body.gfr-signature-theme .gfr-v133-contact a,
body.gfr-signature-theme .gfr-v133-contact button,
body.gfr-signature-theme .gfr-v133-contact input,
body.gfr-signature-theme .gfr-v133-contact select,
body.gfr-signature-theme .gfr-v133-contact textarea {
  font: inherit;
}

body.gfr-signature-theme .gfr-v133-kicker {
  margin: 0;
  color: var(--contact-gold-soft);
  font-family: var(--gfr-sans);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .24em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Hero — deliberately typographic, with no decorative destination dot. */
body.gfr-signature-theme .gfr-v133-hero {
  position: relative;
  min-height: clamp(650px, 78vh, 850px);
  border-bottom: 1px solid rgba(223, 183, 70, .34);
  background:
    radial-gradient(ellipse at 77% 40%, rgba(24, 83, 64, .58), transparent 43%),
    radial-gradient(ellipse at 13% 92%, rgba(223, 183, 70, .055), transparent 31%),
    linear-gradient(116deg, #02130d 0%, #061f18 55%, #0a3126 100%);
  isolation: isolate;
}

body.gfr-signature-theme .gfr-v133-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .34;
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(223, 183, 70, .055) 11% calc(11% + 1px), transparent calc(11% + 1px) 100%),
    linear-gradient(90deg, transparent 0 88%, rgba(223, 183, 70, .045) 88% calc(88% + 1px), transparent calc(88% + 1px) 100%);
}

body.gfr-signature-theme .gfr-v133-hero__inner {
  position: relative;
  min-height: clamp(650px, 78vh, 850px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(90px, 12vh, 150px) clamp(100px, 14vh, 165px);
}

body.gfr-signature-theme .gfr-v133-hero h1 {
  max-width: 1230px;
  margin: clamp(28px, 4vh, 48px) 0 31px;
  color: var(--contact-ivory);
  font-family: var(--gfr-serif);
  font-size: clamp(4.5rem, 8.5vw, 9.1rem);
  font-weight: 400;
  letter-spacing: -.061em;
  line-height: .82;
}

body.gfr-signature-theme .gfr-v133-hero h1 > span {
  display: block;
}

body.gfr-signature-theme .gfr-v133-conversation {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: 100%;
  color: var(--contact-gold-soft);
  font-style: normal;
}

body.gfr-signature-theme .gfr-v133-letter-i {
  position: relative;
  display: inline-block;
  width: .205em;
  height: .82em;
  margin-inline: .008em -.002em;
  vertical-align: -.015em;
}

body.gfr-signature-theme .gfr-v133-i-stem {
  position: absolute;
  inset: auto 0 -.005em;
  display: block;
  color: var(--contact-gold-soft);
  line-height: 1;
}

body.gfr-signature-theme .gfr-v133-i-dot {
  position: absolute;
  z-index: 3;
  top: .018em;
  left: 50%;
  width: .072em;
  height: .072em;
  border-radius: 50%;
  background: var(--contact-gold-soft);
  transform: translateX(-48%);
  transform-origin: center;
}

body.gfr-signature-theme .gfr-v133-envelope {
  position: absolute;
  z-index: 5;
  top: .005em;
  left: 50%;
  display: block;
  width: .20em;
  height: .142em;
  opacity: 0;
  border: .012em solid var(--contact-gold-soft);
  border-radius: .012em;
  background: #082b21;
  box-shadow: 0 .035em .09em rgba(0, 0, 0, .22);
  transform: translateX(-50%) scale(.15);
  transform-origin: 50% 50%;
}

body.gfr-signature-theme .gfr-v133-envelope::before,
body.gfr-signature-theme .gfr-v133-envelope::after {
  position: absolute;
  top: 15%;
  width: 58%;
  height: .012em;
  content: "";
  background: var(--contact-gold-soft);
  transform-origin: top;
}

body.gfr-signature-theme .gfr-v133-envelope::before {
  left: 2%;
  transform: rotate(31deg);
}

body.gfr-signature-theme .gfr-v133-envelope::after {
  right: 2%;
  transform: rotate(-31deg);
}

body.gfr-signature-theme .gfr-v133-envelope > span {
  position: absolute;
  inset: 29% 10% auto;
  height: 1px;
  background: rgba(241, 206, 108, .45);
}

body.gfr-signature-theme .gfr-v133-hero__lead {
  max-width: 675px;
  margin: 0;
  color: rgba(238, 242, 237, .72);
  font-family: var(--gfr-serif);
  font-size: clamp(1.02rem, 1.35vw, 1.3rem);
  line-height: 1.62;
}

body.gfr-signature-theme .gfr-v133-scroll-cue {
  position: absolute;
  bottom: 39px;
  left: var(--gfr-shell-padding, 24px);
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: rgba(238, 242, 237, .68);
  font-family: var(--gfr-sans);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-decoration: none;
  text-transform: uppercase;
}

body.gfr-signature-theme .gfr-v133-scroll-cue span {
  color: var(--contact-gold-soft);
  font-size: 1rem;
  transition: transform .25s ease;
}

body.gfr-signature-theme .gfr-v133-scroll-cue:hover span,
body.gfr-signature-theme .gfr-v133-scroll-cue:focus-visible span {
  transform: translateY(4px);
}

body.gfr-signature-theme .gfr-v133-route {
  position: absolute;
  z-index: 1;
  top: 43%;
  left: 77%;
  width: 1px;
  height: 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(223, 183, 70, 0), rgba(223, 183, 70, .72) 20%, rgba(223, 183, 70, .16));
  transform-origin: top;
}

body.gfr-signature-theme .gfr-v133-contact.is-launching .gfr-v133-i-dot {
  animation: gfr-v133-dot-out .26s ease forwards;
}

body.gfr-signature-theme .gfr-v133-contact.is-launching .gfr-v133-envelope {
  animation: gfr-v133-envelope-flight 1.28s cubic-bezier(.38, .01, .18, 1) .12s forwards;
}

body.gfr-signature-theme .gfr-v133-contact.is-launching .gfr-v133-route {
  animation: gfr-v133-route-draw .85s cubic-bezier(.3, .1, .25, 1) .42s forwards;
}

body.gfr-signature-theme .gfr-v133-contact.is-complete .gfr-v133-i-dot {
  opacity: 1;
}

@keyframes gfr-v133-dot-out {
  0% { opacity: 1; transform: translateX(-48%) scale(1); }
  100% { opacity: 0; transform: translateX(-48%) scale(.12); }
}

@keyframes gfr-v133-envelope-flight {
  0% { opacity: 0; transform: translateX(-50%) scale(.15) rotate(0); }
  12% { opacity: 1; transform: translateX(-50%) scale(1) rotate(0); }
  46% { opacity: 1; transform: translate(calc(7vw - 50%), 1.18em) scale(.8) rotate(4deg); }
  82% { opacity: .95; transform: translate(calc(15vw - 50%), 2.9em) scale(.63) rotate(-2deg); }
  100% { opacity: 0; transform: translate(calc(17vw - 50%), 3.65em) scale(.45) rotate(0); }
}

@keyframes gfr-v133-route-draw {
  0% { height: 0; opacity: 0; }
  15% { opacity: 1; }
  100% { height: 57%; opacity: .7; }
}

/* Enquiry desk — architectural rather than card-based. */
body.gfr-signature-theme .gfr-v133-desk {
  position: relative;
  padding-block: clamp(88px, 10vw, 145px) clamp(100px, 11vw, 155px);
  color: var(--contact-ivory);
  border-bottom: 1px solid rgba(223, 183, 70, .28);
  background:
    linear-gradient(rgba(223, 183, 70, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 183, 70, .023) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(24, 88, 67, .3), transparent 40%),
    #041b14;
  background-size: 56px 56px, 56px 56px, auto, auto;
  transition: clip-path .85s cubic-bezier(.35, .01, .2, 1), opacity .6s ease, transform .85s cubic-bezier(.35, .01, .2, 1);
}

body.gfr-signature-theme .gfr-v133-contact.is-animating .gfr-v133-desk:not(.is-open) {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(-34px);
}

body.gfr-signature-theme .gfr-v133-contact.is-animating .gfr-v133-desk.is-open {
  opacity: 1;
  clip-path: inset(0);
  transform: none;
}

body.gfr-signature-theme .gfr-v133-section-heading {
  display: grid;
  grid-template-columns: 72px minmax(310px, .85fr) minmax(320px, .75fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: end;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(223, 183, 70, .34);
}

body.gfr-signature-theme .gfr-v133-section-number {
  color: var(--contact-gold);
  font-family: var(--gfr-serif);
  font-size: 1.17rem;
  line-height: 1;
}

body.gfr-signature-theme .gfr-v133-section-heading h2,
body.gfr-signature-theme .gfr-v133-direct h2 {
  margin: 11px 0 0;
  color: var(--contact-ivory);
  font-family: var(--gfr-serif);
  font-size: clamp(3.1rem, 5.2vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -.052em;
  line-height: .9;
}

body.gfr-signature-theme .gfr-v133-section-heading > p:last-child {
  max-width: 530px;
  margin: 0 0 3px;
  color: rgba(229, 236, 231, .67);
  font-family: var(--gfr-serif);
  font-size: 1.05rem;
  line-height: 1.66;
}

body.gfr-signature-theme .gfr-v133-desk__layout {
  display: grid;
  grid-template-columns: minmax(230px, .37fr) minmax(0, 1fr);
  gap: clamp(55px, 8vw, 126px);
  padding-top: 65px;
}

body.gfr-signature-theme .gfr-v133-pathways > p:first-child {
  margin: 0 0 25px;
  color: rgba(229, 236, 231, .58);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

body.gfr-signature-theme .gfr-v133-pathway-list {
  border-top: 1px solid rgba(223, 183, 70, .25);
}

body.gfr-signature-theme .gfr-v133-pathway {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 15px;
  align-items: center;
  padding: 19px 7px 19px 0;
  color: rgba(229, 236, 231, .61);
  border: 0;
  border-bottom: 1px solid rgba(223, 183, 70, .2);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color .25s ease, padding-left .25s ease;
}

body.gfr-signature-theme .gfr-v133-pathway::after {
  position: absolute;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  background: var(--contact-gold-soft);
  transition: width .3s ease;
}

body.gfr-signature-theme .gfr-v133-pathway span {
  color: rgba(223, 183, 70, .64);
  font-family: var(--gfr-serif);
  font-size: .77rem;
}

body.gfr-signature-theme .gfr-v133-pathway:hover,
body.gfr-signature-theme .gfr-v133-pathway:focus-visible,
body.gfr-signature-theme .gfr-v133-pathway.is-active {
  padding-left: 8px;
  color: var(--contact-ivory);
  outline: 0;
}

body.gfr-signature-theme .gfr-v133-pathway.is-active::after {
  width: 27px;
}

body.gfr-signature-theme .gfr-v133-pathway-note {
  min-height: 68px;
  margin: 26px 0 0;
  color: rgba(229, 236, 231, .52);
  font-family: var(--gfr-serif);
  font-size: .87rem;
  line-height: 1.62;
}

body.gfr-signature-theme .gfr-v133-form-wrap {
  min-width: 0;
}

body.gfr-signature-theme .gfr-v133-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 62px);
}

body.gfr-signature-theme .gfr-v133-field {
  position: relative;
  margin-bottom: 36px;
}

body.gfr-signature-theme .gfr-v133-field label {
  display: block;
  margin-bottom: 10px;
  color: var(--contact-gold-soft);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

body.gfr-signature-theme .gfr-v133-field input,
body.gfr-signature-theme .gfr-v133-field select,
body.gfr-signature-theme .gfr-v133-field textarea {
  width: 100%;
  min-height: 53px;
  padding: 8px 32px 11px 0;
  color: var(--contact-ivory);
  border: 0;
  border-bottom: 1px solid rgba(223, 183, 70, .42);
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--gfr-serif);
  font-size: 1.06rem;
  transition: border-color .25s ease, background .25s ease;
}

body.gfr-signature-theme .gfr-v133-field input::placeholder,
body.gfr-signature-theme .gfr-v133-field textarea::placeholder {
  color: rgba(226, 234, 228, .37);
  opacity: 1;
}

body.gfr-signature-theme .gfr-v133-field input:focus,
body.gfr-signature-theme .gfr-v133-field select:focus,
body.gfr-signature-theme .gfr-v133-field textarea:focus {
  border-color: var(--contact-gold-soft);
  box-shadow: 0 1px 0 var(--contact-gold-soft);
}

body.gfr-signature-theme .gfr-v133-field select {
  color-scheme: dark;
  appearance: none;
  cursor: pointer;
}

body.gfr-signature-theme .gfr-v133-field--select::after {
  position: absolute;
  right: 3px;
  bottom: 22px;
  color: var(--contact-gold-soft);
  content: "⌄";
  font-size: .95rem;
  pointer-events: none;
}

body.gfr-signature-theme .gfr-v133-field select option {
  color: var(--contact-ivory);
  background: #08271e;
}

body.gfr-signature-theme .gfr-v133-field textarea {
  min-height: 126px;
  padding-top: 12px;
  resize: vertical;
}

body.gfr-signature-theme .gfr-v133-form-footer {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
}

body.gfr-signature-theme .gfr-v133-form-footer p {
  max-width: 330px;
  margin: 0;
  color: rgba(229, 236, 231, .44);
  font-size: .68rem;
  line-height: 1.55;
}

body.gfr-signature-theme .gfr-v133-submit,
body.gfr-signature-theme .gfr-v133-direct__action a {
  min-height: 55px;
  display: inline-flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  color: #082218;
  border: 1px solid var(--contact-gold-soft);
  border-radius: 0;
  background: var(--contact-gold-soft);
  cursor: pointer;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

body.gfr-signature-theme .gfr-v133-submit:hover,
body.gfr-signature-theme .gfr-v133-submit:focus-visible,
body.gfr-signature-theme .gfr-v133-direct__action a:hover,
body.gfr-signature-theme .gfr-v133-direct__action a:focus-visible {
  color: var(--contact-ivory);
  background: transparent;
  outline: 0;
  transform: translateY(-2px);
}

body.gfr-signature-theme .gfr-v133-status {
  margin: 0 0 38px;
  padding: 16px 19px;
  color: #f3d4bf;
  border-left: 2px solid #c98a5d;
  background: rgba(153, 81, 34, .13);
}

body.gfr-signature-theme .gfr-v133-status--success {
  color: #d9eddf;
  border-color: var(--contact-gold-soft);
  background: rgba(223, 183, 70, .09);
}

body.gfr-signature-theme .gfr-v133-shortcode-form {
  color: var(--contact-ivory);
}

/* Direct route — uses the established collaboration-panel palette. */
body.gfr-signature-theme .gfr-v133-direct {
  padding-block: clamp(75px, 8vw, 120px);
  background: #f4f0e6;
}

body.gfr-signature-theme .gfr-v133-direct__panel {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(330px, .58fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(45px, 6vw, 78px);
  color: var(--contact-ivory);
  border: 1px solid rgba(223, 183, 70, .63);
  background:
    radial-gradient(circle at 92% 7%, rgba(223, 183, 70, .12), transparent 31%),
    linear-gradient(135deg, #061a13, #0b3428);
  box-shadow: 0 30px 70px rgba(7, 25, 19, .14);
}

body.gfr-signature-theme .gfr-v133-direct h2 {
  max-width: 650px;
  font-size: clamp(2.9rem, 4.6vw, 5.05rem);
}

body.gfr-signature-theme .gfr-v133-direct__copy > p:last-child {
  max-width: 640px;
  margin: 23px 0 0;
  color: rgba(225, 234, 228, .72);
  font-family: var(--gfr-serif);
  font-size: 1rem;
  line-height: 1.62;
}

body.gfr-signature-theme .gfr-v133-direct__action {
  display: grid;
  padding-left: clamp(25px, 4vw, 62px);
  border-left: 1px solid rgba(223, 183, 70, .31);
}

body.gfr-signature-theme .gfr-v133-direct__action > span {
  margin-bottom: 8px;
  color: rgba(225, 234, 228, .46);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

body.gfr-signature-theme .gfr-v133-direct__action strong {
  margin-bottom: 26px;
  color: var(--contact-ivory);
  font-family: var(--gfr-serif);
  font-size: clamp(1.02rem, 1.6vw, 1.34rem);
  font-weight: 400;
  overflow-wrap: anywhere;
}

body.gfr-signature-theme .gfr-v133-direct__action a {
  width: 100%;
}

@media (max-width: 1040px) {
  body.gfr-signature-theme .gfr-v133-section-heading {
    grid-template-columns: 55px 1fr;
  }

  body.gfr-signature-theme .gfr-v133-section-heading > p:last-child {
    grid-column: 2;
  }

  body.gfr-signature-theme .gfr-v133-desk__layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  body.gfr-signature-theme .gfr-v133-pathway-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gfr-signature-theme .gfr-v133-pathway:nth-child(odd) {
    border-right: 1px solid rgba(223, 183, 70, .2);
  }

  body.gfr-signature-theme .gfr-v133-pathway-note {
    min-height: auto;
  }

  body.gfr-signature-theme .gfr-v133-direct__panel {
    grid-template-columns: 55px 1fr;
  }

  body.gfr-signature-theme .gfr-v133-direct__action {
    grid-column: 2;
    padding: 30px 0 0;
    border-top: 1px solid rgba(223, 183, 70, .31);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  body.gfr-signature-theme .gfr-v133-hero,
  body.gfr-signature-theme .gfr-v133-hero__inner {
    min-height: 665px;
  }

  body.gfr-signature-theme .gfr-v133-hero h1 {
    margin-top: 24px;
    font-size: clamp(3.55rem, 16.2vw, 5.5rem);
    line-height: .87;
  }

  body.gfr-signature-theme .gfr-v133-conversation {
    width: auto;
  }

  body.gfr-signature-theme .gfr-v133-route {
    left: 87%;
  }

  @keyframes gfr-v133-envelope-flight {
    0% { opacity: 0; transform: translateX(-50%) scale(.15) rotate(0); }
    12% { opacity: 1; transform: translateX(-50%) scale(1) rotate(0); }
    50% { opacity: 1; transform: translate(calc(3vw - 50%), 1.6em) scale(.72) rotate(3deg); }
    100% { opacity: 0; transform: translate(calc(8vw - 50%), 4.2em) scale(.4) rotate(0); }
  }

  body.gfr-signature-theme .gfr-v133-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.gfr-signature-theme .gfr-v133-section-heading > p:last-child {
    grid-column: 1;
    margin-top: 7px;
  }

  body.gfr-signature-theme .gfr-v133-pathway-list,
  body.gfr-signature-theme .gfr-v133-form-grid {
    grid-template-columns: 1fr;
  }

  body.gfr-signature-theme .gfr-v133-pathway:nth-child(odd) {
    border-right: 0;
  }

  body.gfr-signature-theme .gfr-v133-form-grid {
    gap: 0;
  }

  body.gfr-signature-theme .gfr-v133-form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  body.gfr-signature-theme .gfr-v133-submit {
    width: 100%;
  }

  body.gfr-signature-theme .gfr-v133-direct__panel {
    grid-template-columns: 1fr;
  }

  body.gfr-signature-theme .gfr-v133-direct__action {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gfr-signature-theme .gfr-v133-contact *,
  body.gfr-signature-theme .gfr-v133-contact *::before,
  body.gfr-signature-theme .gfr-v133-contact *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  body.gfr-signature-theme .gfr-v133-route,
  body.gfr-signature-theme .gfr-v133-envelope {
    display: none;
  }
}

/* =========================================================
   v134 — Contact aligned to the About and Research system
   ========================================================= */
body.gfr-signature-theme .gfr-v133-contact .gfr-v134-hero {
  min-height: 640px;
  background:
    radial-gradient(circle at 77% 44%, rgba(30, 91, 70, .46), transparent 36%),
    radial-gradient(circle at 13% 82%, rgba(223, 183, 70, .045), transparent 28%),
    linear-gradient(116deg, #02150f 0%, #06231b 54%, #0d3a2d 100%);
}

body.gfr-signature-theme .gfr-v133-contact .gfr-v134-hero::before {
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 58px 58px;
}

body.gfr-signature-theme .gfr-v134-hero__inner {
  position: relative;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  gap: clamp(58px, 7vw, 98px);
  align-items: center;
  padding-block: 72px 64px;
}

body.gfr-signature-theme .gfr-v134-hero__copy {
  position: relative;
  z-index: 5;
  max-width: 630px;
}

body.gfr-signature-theme .gfr-v133-contact .gfr-v134-hero h1 {
  max-width: 610px;
  margin: 25px 0 29px;
  font-size: clamp(4.75rem, 6.7vw, 7rem);
  letter-spacing: -.056em;
  line-height: .82;
}

body.gfr-signature-theme .gfr-v133-contact .gfr-v134-hero h1 > span {
  width: max-content;
  max-width: 100%;
}

body.gfr-signature-theme .gfr-v134-conversation {
  position: relative;
  color: var(--contact-gold-soft);
}

body.gfr-signature-theme .gfr-v134-letter-i {
  position: relative;
  display: inline;
  color: inherit;
}

body.gfr-signature-theme .gfr-v134-message-token {
  position: absolute;
  z-index: 20;
  top: .055em;
  left: 50%;
  width: 7px;
  height: 7px;
  margin: -3.5px 0 0 -3.5px;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

body.gfr-signature-theme .gfr-v134-message-token > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  display: block;
  border: 1px solid transparent;
  border-radius: 50%;
  background: var(--contact-gold-soft);
  box-shadow: 0 0 0 4px rgba(223, 183, 70, .06);
  transform: translate(-50%, -50%);
  transition: none;
}

body.gfr-signature-theme .gfr-v134-message-token > span::before,
body.gfr-signature-theme .gfr-v134-message-token > span::after {
  position: absolute;
  content: "";
  opacity: 0;
}

body.gfr-signature-theme .gfr-v134-message-token > span::before {
  inset: 5px 4px auto;
  height: 1px;
  background: var(--contact-gold-soft);
  transform: rotate(29deg);
  transform-origin: left center;
}

body.gfr-signature-theme .gfr-v134-message-token > span::after {
  inset: 5px 4px auto;
  height: 1px;
  background: var(--contact-gold-soft);
  transform: rotate(-29deg);
  transform-origin: right center;
}

body.gfr-signature-theme .gfr-v133-contact.is-sending .gfr-v134-message-token {
  animation: gfr-v134-message-travel 1.45s cubic-bezier(.32, .02, .18, 1) .08s forwards;
}

body.gfr-signature-theme .gfr-v133-contact.is-sending .gfr-v134-message-token > span {
  animation: gfr-v134-dot-to-letter 1.45s cubic-bezier(.32, .02, .18, 1) .08s forwards;
}

@keyframes gfr-v134-message-travel {
  0%, 8% { opacity: 1; transform: translate3d(0, 0, 0); }
  72% { opacity: 1; transform: translate3d(var(--gfr-send-x-mid, 0px), var(--gfr-send-y-mid, 0px), 0); }
  94% { opacity: 1; transform: translate3d(var(--gfr-send-x, 0px), var(--gfr-send-y, 0px), 0); }
  100% { opacity: 0; transform: translate3d(var(--gfr-send-x, 0px), var(--gfr-send-y, 0px), 0) scale(.82); }
}

@keyframes gfr-v134-dot-to-letter {
  0%, 12% {
    width: 7px;
    height: 7px;
    border-color: transparent;
    border-radius: 50%;
    background: var(--contact-gold-soft);
    box-shadow: 0 0 0 4px rgba(223, 183, 70, .06);
  }
  27%, 100% {
    width: 30px;
    height: 20px;
    border-color: var(--contact-gold-soft);
    border-radius: 1px;
    background: #082b21;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
  }
  26% { transform: translate(-50%, -50%) rotate(0); }
  55% { transform: translate(-50%, -50%) rotate(2deg); }
  78% { transform: translate(-50%, -50%) rotate(-1deg); }
  100% { transform: translate(-50%, -50%) rotate(0); }
}

body.gfr-signature-theme .gfr-v133-contact.is-sending .gfr-v134-message-token > span::before,
body.gfr-signature-theme .gfr-v133-contact.is-sending .gfr-v134-message-token > span::after {
  animation: gfr-v134-letter-fold 1.45s ease .08s forwards;
}

@keyframes gfr-v134-letter-fold {
  0%, 22% { opacity: 0; }
  30%, 100% { opacity: 1; }
}

body.gfr-signature-theme .gfr-v133-contact .gfr-v134-hero__lead {
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.58;
}

body.gfr-signature-theme .gfr-v134-hero__button {
  min-width: 246px;
  margin-top: 28px;
  justify-content: space-between;
}

body.gfr-signature-theme .gfr-v134-correspondence {
  position: relative;
  width: min(465px, 100%);
  aspect-ratio: 1 / .94;
  justify-self: end;
  color: rgba(241, 235, 214, .7);
  border: 1px solid rgba(223, 183, 70, .36);
  background:
    linear-gradient(rgba(223, 183, 70, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 183, 70, .035) 1px, transparent 1px),
    rgba(3, 25, 18, .25);
  background-size: 42px 42px;
  box-shadow: inset 0 0 70px rgba(5, 47, 35, .34), 0 28px 70px rgba(0, 0, 0, .13);
}

body.gfr-signature-theme .gfr-v134-correspondence::before,
body.gfr-signature-theme .gfr-v134-correspondence::after {
  position: absolute;
  width: 34px;
  height: 34px;
  content: "";
  pointer-events: none;
}

body.gfr-signature-theme .gfr-v134-correspondence::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--contact-gold-soft);
  border-left: 2px solid var(--contact-gold-soft);
}

body.gfr-signature-theme .gfr-v134-correspondence::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--contact-gold-soft);
  border-bottom: 2px solid var(--contact-gold-soft);
}

body.gfr-signature-theme .gfr-v134-correspondence__head,
body.gfr-signature-theme .gfr-v134-correspondence__foot {
  position: absolute;
  right: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--gfr-sans);
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

body.gfr-signature-theme .gfr-v134-correspondence__head {
  top: 22px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(223, 183, 70, .25);
}

body.gfr-signature-theme .gfr-v134-correspondence__head span {
  color: var(--contact-gold-soft);
  font-family: var(--gfr-serif);
  font-size: .84rem;
  font-weight: 400;
  letter-spacing: 0;
}

body.gfr-signature-theme .gfr-v134-correspondence__head strong {
  font: inherit;
}

body.gfr-signature-theme .gfr-v134-correspondence__foot {
  bottom: 21px;
  padding-top: 17px;
  border-top: 1px solid rgba(223, 183, 70, .25);
}

body.gfr-signature-theme .gfr-v134-correspondence__field {
  position: absolute;
  inset: 76px 25px 66px;
  overflow: hidden;
}

body.gfr-signature-theme .gfr-v134-correspondence__rail {
  position: absolute;
  display: block;
  opacity: .58;
  background: rgba(223, 183, 70, .3);
  transform-origin: left center;
}

body.gfr-signature-theme .gfr-v134-correspondence__rail--horizontal {
  top: 51%;
  left: 8%;
  width: 84%;
  height: 1px;
}

body.gfr-signature-theme .gfr-v134-correspondence__rail--vertical {
  top: 12%;
  left: 69%;
  width: 1px;
  height: 76%;
  transform-origin: center bottom;
}

body.gfr-signature-theme .gfr-v134-correspondence__target {
  position: absolute;
  z-index: 3;
  top: 51%;
  left: 69%;
  width: 94px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(223, 183, 70, .72);
  background: #092c21;
  box-shadow: 0 0 0 11px rgba(223, 183, 70, .035), 0 18px 38px rgba(0, 0, 0, .18);
  transform: translate(-50%, -50%);
}

body.gfr-signature-theme .gfr-v134-correspondence__envelope {
  position: relative;
  width: 42px;
  height: 28px;
  display: block;
  border: 1px solid var(--contact-gold-soft);
}

body.gfr-signature-theme .gfr-v134-correspondence__envelope::before,
body.gfr-signature-theme .gfr-v134-correspondence__envelope::after {
  position: absolute;
  top: 5px;
  width: 23px;
  height: 1px;
  content: "";
  background: var(--contact-gold-soft);
  transition: transform .5s cubic-bezier(.4, .05, .2, 1), top .5s ease;
}

body.gfr-signature-theme .gfr-v134-correspondence__envelope::before {
  left: 2px;
  transform: rotate(31deg);
  transform-origin: left center;
}

body.gfr-signature-theme .gfr-v134-correspondence__envelope::after {
  right: 2px;
  transform: rotate(-31deg);
  transform-origin: right center;
}

body.gfr-signature-theme .gfr-v134-correspondence__envelope > span {
  position: absolute;
  right: 7px;
  bottom: 5px;
  left: 7px;
  height: 1px;
  background: rgba(223, 183, 70, .55);
  transition: transform .45s ease .12s;
}

body.gfr-signature-theme .gfr-v134-correspondence__signal {
  position: absolute;
  top: calc(51% - 11px);
  left: 8%;
  color: rgba(241, 235, 214, .48);
  font-size: .54rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  transform: translateY(-100%);
}

body.gfr-signature-theme .gfr-v133-contact.is-received .gfr-v134-correspondence__target {
  animation: gfr-v134-target-receive .7s ease forwards;
}

body.gfr-signature-theme .gfr-v133-contact.is-received .gfr-v134-correspondence__envelope::before {
  top: -1px;
  transform: rotate(-19deg);
}

body.gfr-signature-theme .gfr-v133-contact.is-received .gfr-v134-correspondence__envelope::after {
  top: -1px;
  transform: rotate(19deg);
}

body.gfr-signature-theme .gfr-v133-contact.is-received .gfr-v134-correspondence__envelope > span {
  transform: scaleX(1.35);
}

@keyframes gfr-v134-target-receive {
  0% { box-shadow: 0 0 0 11px rgba(223, 183, 70, .035), 0 18px 38px rgba(0, 0, 0, .18); }
  45% { box-shadow: 0 0 0 18px rgba(223, 183, 70, .12), 0 18px 38px rgba(0, 0, 0, .18); }
  100% { box-shadow: 0 0 0 11px rgba(223, 183, 70, .055), 0 18px 38px rgba(0, 0, 0, .18); }
}

body.gfr-signature-theme .gfr-v133-contact .gfr-v133-desk {
  padding-block: clamp(82px, 8vw, 118px) clamp(92px, 9vw, 132px);
  background:
    linear-gradient(rgba(223, 183, 70, .021) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 183, 70, .021) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(24, 88, 67, .25), transparent 38%),
    #041b14;
  background-size: 58px 58px, 58px 58px, auto, auto;
}

body.gfr-signature-theme .gfr-v133-contact .gfr-v133-section-heading h2 {
  font-size: clamp(3.2rem, 4.8vw, 5.1rem);
}

body.gfr-signature-theme .gfr-v133-contact.is-received .gfr-v133-section-heading {
  animation: gfr-v134-desk-arrive .65s cubic-bezier(.25, .1, .2, 1) both;
}

@keyframes gfr-v134-desk-arrive {
  from { opacity: .62; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  body.gfr-signature-theme .gfr-v134-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
    gap: 48px;
  }

  body.gfr-signature-theme .gfr-v133-contact .gfr-v134-hero h1 {
    font-size: clamp(4.35rem, 7.4vw, 5.8rem);
  }

  body.gfr-signature-theme .gfr-v134-correspondence {
    width: min(390px, 100%);
  }
}

@media (max-width: 780px) {
  body.gfr-signature-theme .gfr-v133-contact .gfr-v134-hero,
  body.gfr-signature-theme .gfr-v134-hero__inner {
    min-height: auto;
  }

  body.gfr-signature-theme .gfr-v134-hero__inner {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-block: 66px 72px;
  }

  body.gfr-signature-theme .gfr-v133-contact .gfr-v134-hero h1 {
    font-size: clamp(4rem, 15vw, 5.8rem);
  }

  body.gfr-signature-theme .gfr-v134-correspondence {
    width: min(430px, 92vw);
    justify-self: start;
  }
}

@media (max-width: 520px) {
  body.gfr-signature-theme .gfr-v133-contact .gfr-v134-hero h1 {
    font-size: clamp(3.35rem, 15.5vw, 4.7rem);
  }

  body.gfr-signature-theme .gfr-v134-correspondence {
    display: none;
  }

  body.gfr-signature-theme .gfr-v134-hero__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gfr-signature-theme .gfr-v134-message-token {
    display: none;
  }
}
