/** Shopify CDN: Minification failed

Line 284:58 Invalid escape

**/
  #hjg-amb {
    --paper: #FAFAFA;
    --ink: #141414;
    --accent: #5E1F2C;
    --gris: #8F8F8F;
    --hairline: #E5E5E5;
    --muted-bg: #ECECEC;
    background: var(--paper);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }
  #hjg-amb, #hjg-amb *, #hjg-amb *::before, #hjg-amb *::after { box-sizing: border-box; }
  #hjg-amb a { color: inherit; text-decoration: none; }
  #hjg-amb em { font-style: italic; color: var(--accent); }
  #hjg-amb .hjg-mono { font-family: 'Space Grotesk', sans-serif; font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; }
  #hjg-amb .hjg-script { font-family: 'Caveat', cursive; font-style: italic; }

  /* Utility bar */
  #hjg-amb .hjg-utility {
    background: var(--ink); color: var(--paper);
    padding: 10px 40px;
    display: flex; justify-content: space-between; align-items: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  }
  #hjg-amb .hjg-utility > * { white-space: nowrap; }
  #hjg-amb .hjg-utility__center { display: flex; gap: 36px; flex: 1; justify-content: center; }
  #hjg-amb .hjg-utility__side { opacity: .7; }

  /* Nav */
  #hjg-amb .hjg-nav {
    display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; padding: 22px 40px;
    border-bottom: 1px solid var(--ink); background: var(--paper);
    position: sticky; top: 0; z-index: 60;
  }
  #hjg-amb .hjg-nav__left, #hjg-amb .hjg-nav__right {
    display: flex; gap: 24px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  }
  #hjg-amb .hjg-nav__right { justify-content: flex-end; }
  #hjg-amb .hjg-nav__item { padding-bottom: 3px; position: relative; }
  #hjg-amb .hjg-nav__item.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1.5px; background: var(--accent); }
  #hjg-amb .hjg-nav__logo {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic; font-size: 34px; font-weight: 400;
    text-align: center; letter-spacing: -0.01em;
  }

  /* Chapter chrome */
  #hjg-amb .hjg-ch__num {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic; font-size: 22px;
    color: var(--accent);
  }
  #hjg-amb .hjg-ch__num--abs { position: absolute; top: 32px; left: 80px; }
  #hjg-amb .hjg-ch__kicker {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px; letter-spacing: 0.32em;
    text-transform: uppercase; color: var(--gris);
  }
  #hjg-amb .hjg-ch__kicker--abs { position: absolute; top: 38px; right: 80px; }

  /* I. Hero */
  #hjg-amb .hjg-hero {
    position: relative; display: block; min-height: 100vh; overflow: hidden;
    border-bottom: 1px solid var(--ink); color: var(--paper);
  }
  #hjg-amb .hjg-hero__bg { position: absolute; inset: 0; z-index: 0; background: var(--accent); background-image: repeating-linear-gradient(135deg, transparent 0 11px, rgba(250,250,250,0.10) 11px 11.5px); }
  #hjg-amb .hjg-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  #hjg-amb .hjg-hero__placeholder {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: rgba(250,250,250,0.7); font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  }
  #hjg-amb .hjg-hero__scrim {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(20,20,20,0.45) 0%, rgba(20,20,20,0.25) 35%, rgba(20,20,20,0.15) 55%, rgba(20,20,20,0.75) 100%);
    pointer-events: none;
  }
  #hjg-amb .hjg-hero__chrome {
    position: absolute; top: 36px; left: 0; right: 0; z-index: 3;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 80px; color: var(--paper);
  }
  #hjg-amb .hjg-hero__chrome .hjg-ch__num { font-size: 22px; color: var(--paper); opacity: .9; }
  #hjg-amb .hjg-hero__chrome .hjg-ch__kicker { color: var(--paper); opacity: .85; }
  #hjg-amb .hjg-hero__text {
    position: absolute; left: 80px; right: 80px; bottom: 80px; z-index: 3;
    max-width: 720px; display: flex; flex-direction: column; color: var(--paper);
  }
  #hjg-amb .hjg-hero__pre { color: var(--paper); opacity: .85; margin: 0 0 28px; }
  #hjg-amb .hjg-hero__title {
    font-family: 'Cormorant Garamond', serif; font-weight: 300;
    font-size: clamp(72px, 10vw, 160px); line-height: 0.88;
    letter-spacing: -0.025em; margin: 0 0 32px; color: var(--paper); text-wrap: balance;
  }
  #hjg-amb .hjg-hero__title em { font-style: italic; color: var(--paper); }
  #hjg-amb .hjg-hero__lead {
    font-size: 17px; line-height: 1.55; max-width: 540px;
    margin: 0 0 36px; color: var(--paper); opacity: .92;
  }
  #hjg-amb .hjg-hero__cta {
    display: inline-flex; align-items: center; gap: 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
    padding: 20px 28px; background: var(--paper); color: var(--ink);
    border: 1px solid var(--paper); align-self: start;
    transition: background .15s, color .15s, border-color .15s;
  }
  #hjg-amb .hjg-hero__cta:hover { background: var(--accent); border-color: var(--accent); color: var(--paper); }
  #hjg-amb .hjg-arr { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; }
  #hjg-amb .hjg-hero__deadline { margin-top: 18px; color: var(--paper); opacity: .75; }

  /* II. About */
  #hjg-amb .hjg-about {
    display: grid; grid-template-columns: 0.9fr 1.1fr;
    align-items: start; padding: 130px 80px;
    border-bottom: 1px solid var(--ink); gap: 80px;
  }
  #hjg-amb .hjg-about__lab { display: block; color: var(--accent); margin-bottom: 32px; }
  #hjg-amb .hjg-about__who { padding-top: 12px; }
  #hjg-amb .hjg-about__line {
    font-family: 'Cormorant Garamond', serif; font-weight: 300;
    font-size: clamp(28px, 3vw, 40px); line-height: 1.35;
    letter-spacing: -0.01em; margin: 0; color: var(--ink);
  }
  #hjg-amb .hjg-about__exch { border-left: 1px solid var(--hairline); padding-left: 60px; }
  #hjg-amb .hjg-about__perks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
  #hjg-amb .hjg-about__perk {
    display: grid; grid-template-columns: 60px 1fr;
    gap: 22px; align-items: start; padding: 22px 0;
    border-bottom: 1px solid var(--hairline);
  }
  #hjg-amb .hjg-about__perk:last-child { border-bottom: 0; }
  #hjg-amb .hjg-about__perk:first-child { padding-top: 0; }
  #hjg-amb .hjg-about__perk-n {
    font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300;
    font-size: 36px; line-height: 1; color: var(--accent);
  }
  #hjg-amb .hjg-about__perk-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: 26px; line-height: 1.1; letter-spacing: -0.005em;
    margin: 0 0 6px; color: var(--ink);
  }
  #hjg-amb .hjg-about__perk-copy { font-size: 14px; line-height: 1.55; color: var(--gris); margin: 0; }

  /* V. Formulaire */
  #hjg-amb .hjg-form-section { position: relative; padding: 130px 80px; border-bottom: 1px solid var(--ink); }
  #hjg-amb .hjg-form__wrap { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: start; }
  #hjg-amb .hjg-form__side { position: sticky; top: 100px; }
  #hjg-amb .hjg-form__side__pre { color: var(--accent); }
  #hjg-amb .hjg-form__side__title {
    font-family: 'Cormorant Garamond', serif; font-weight: 300;
    font-size: clamp(52px, 6.5vw, 88px); line-height: 0.95;
    letter-spacing: -0.018em; margin: 20px 0 28px; text-wrap: balance;
  }
  #hjg-amb .hjg-form__side__lead {
    font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300;
    font-size: 20px; line-height: 1.45; color: var(--ink);
    max-width: 360px; margin: 0 0 40px;
  }
  #hjg-amb .hjg-form__side__meta { display: grid; grid-template-columns: 100px 1fr; gap: 12px 24px; padding-top: 28px; border-top: 1px solid var(--hairline); margin: 0; }
  #hjg-amb .hjg-form__side__meta dt { color: var(--gris); margin: 0; align-self: center; }
  #hjg-amb .hjg-form__side__meta dd { font-size: 14px; margin: 0; align-self: center; }

  #hjg-amb .hjg-form { display: flex; flex-direction: column; gap: 40px; }
  #hjg-amb .hjg-form__group { display: flex; flex-direction: column; gap: 22px; padding-bottom: 32px; }
  #hjg-amb .hjg-form__group[hidden] { display: none; }
  #hjg-amb .hjg-form__group__lab {
    font-family: 'Space Grotesk', sans-serif; font-size: 11px;
    letter-spacing: 0.32em; text-transform: uppercase; color: var(--accent);
    margin-bottom: 4px;
  }
  #hjg-amb .hjg-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  #hjg-amb .hjg-field { display: flex; flex-direction: column; gap: 10px; }
  #hjg-amb .hjg-field--full { grid-column: 1 / -1; }
  #hjg-amb .hjg-field[hidden] { display: none; }
  #hjg-amb .hjg-field label {
    font-family: 'Space Grotesk', sans-serif; font-size: 10px;
    letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink);
  }
  #hjg-amb .hjg-field input[type="text"],
  #hjg-amb .hjg-field input[type="email"],
  #hjg-amb .hjg-field input[type="number"],
  #hjg-amb .hjg-field textarea,
  #hjg-amb .hjg-field select {
    width: 100%; background: transparent; border: 0;
    border-bottom: 1px solid var(--ink); padding: 12px 0;
    font-family: 'DM Sans', sans-serif; font-size: 17px; color: var(--ink);
    outline: none; transition: border-color .15s; appearance: none;
  }
  #hjg-amb .hjg-field input::placeholder, #hjg-amb .hjg-field textarea::placeholder {
    font-family: 'Cormorant Garamond', serif; font-style: italic;
    color: var(--gris); font-size: 17px;
  }
  #hjg-amb .hjg-field input:focus, #hjg-amb .hjg-field textarea:focus, #hjg-amb .hjg-field select:focus { border-color: var(--accent); }
  #hjg-amb .hjg-field textarea { resize: vertical; min-height: 130px; }
  #hjg-amb .hjg-field select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23141414' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 4px center;
    padding-right: 28px; cursor: pointer;
  }
  #hjg-amb .hjg-field__hint { font-size: 11px; line-height: 1.5; color: var(--gris); margin: 0; }

  #hjg-amb .hjg-chips { display: flex; flex-wrap: wrap; gap: 8px; }
  #hjg-amb .hjg-chip {
    display: inline-flex; align-items: center; cursor: pointer;
    border: 1px solid var(--ink); padding: 12px 18px;
    font-family: 'Space Grotesk', sans-serif; font-size: 10px;
    letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink);
    transition: background .15s, color .15s; position: relative;
  }
  #hjg-amb .hjg-chip input { position: absolute; opacity: 0; pointer-events: none; }
  #hjg-amb .hjg-chip:has(input:checked) { background: var(--ink); color: var(--paper); }
  #hjg-amb .hjg-chip:hover { background: rgba(0,0,0,0.04); }
  #hjg-amb .hjg-chip:has(input:checked):hover { background: var(--accent); border-color: var(--accent); }

  #hjg-amb .hjg-upload {
    border: 1px dashed var(--ink); padding: 22px 24px;
    display: flex; align-items: center; gap: 16px;
    font-family: 'Space Grotesk', sans-serif; font-size: 10px;
    letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink);
  }
  #hjg-amb .hjg-upload .hjg-icon {
    font-family: 'Cormorant Garamond', serif; font-style: italic;
    font-size: 28px; color: var(--accent);
  }

  #hjg-amb .hjg-checkrow {
    display: flex; gap: 14px; align-items: flex-start; cursor: pointer;
    font-size: 14px; line-height: 1.55; color: var(--ink);
  }
  #hjg-amb .hjg-checkrow[hidden] { display: none; }
  #hjg-amb .hjg-checkrow input {
    appearance: none; width: 18px; height: 18px; border: 1px solid var(--ink);
    margin-top: 3px; flex-shrink: 0; cursor: pointer; position: relative;
  }
  #hjg-amb .hjg-checkrow input:checked { background: var(--ink); }
  #hjg-amb .hjg-checkrow input:checked::after {
    content: ""; position: absolute; left: 5px; top: 1px;
    width: 6px; height: 11px; border: solid var(--paper);
    border-width: 0 1.5px 1.5px 0; transform: rotate(45deg);
  }

  #hjg-amb .hjg-form__submit, #hjg-amb .hjg-form__back {
    font-family: 'Space Grotesk', sans-serif; font-size: 11px;
    letter-spacing: 0.32em; text-transform: uppercase; cursor: pointer;
    display: inline-flex; align-items: center; gap: 12px;
    transition: background .15s, color .15s;
  }
  #hjg-amb .hjg-form__submit {
    background: var(--ink); color: var(--paper); border: 1px solid var(--ink);
    padding: 24px 28px; justify-content: space-between;
    border-color: var(--ink);
  }
  #hjg-amb .hjg-form__submit:hover { background: var(--accent); border-color: var(--accent); }
  #hjg-amb .hjg-form__submit[hidden] { display: none; }
  #hjg-amb .hjg-form__back {
    background: transparent; border: 1px solid var(--ink); color: var(--ink);
    padding: 18px 22px;
  }
  #hjg-amb .hjg-form__back:hover { background: var(--ink); color: var(--paper); }
  #hjg-amb .hjg-form__back[hidden] { display: none; }
  #hjg-amb .hjg-form__back .hjg-arr,
  #hjg-amb .hjg-form__submit .hjg-arr { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; }

  /* Stepper */
  #hjg-amb .hjg-stepper {
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
    margin-bottom: 8px;
  }
  #hjg-amb .hjg-stepper__seg {
    padding: 18px 16px; border-right: 1px solid var(--hairline);
    display: flex; flex-direction: column; gap: 6px;
    opacity: .35; transition: opacity .2s, background .2s;\
  }
  #hjg-amb .hjg-stepper__seg:last-child { border-right: 0; }
  #hjg-amb .hjg-stepper__seg.is-done { opacity: .7; }
  #hjg-amb .hjg-stepper__seg.is-current { opacity: 1; background: var(--ink); color: var(--paper); }
  #hjg-amb .hjg-stepper__seg.is-current .hjg-stepper__lab { color: var(--paper); }
  #hjg-amb .hjg-stepper__seg.is-current .hjg-stepper__n { color: var(--accent); }
  #hjg-amb .hjg-stepper__n { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 24px; line-height: 1; color: var(--ink); }
  #hjg-amb .hjg-stepper__lab { font-family: 'Space Grotesk', sans-serif; font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink); }

  #hjg-amb .hjg-form__nav { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 16px; margin-top: 12px; }
  #hjg-amb .hjg-form__progress { color: var(--gris); text-align: center; }
  #hjg-amb .hjg-form__err { color: var(--accent); text-align: center; margin: 8px 0 -8px; }
  #hjg-amb .hjg-form__err[hidden] { display: none; }

  #hjg-amb .hjg-form__sent { text-align: center; padding: 60px 20px; }
  #hjg-amb .hjg-form__sent .hjg-mono { color: var(--accent); display: block; margin-bottom: 18px; }
  #hjg-amb .hjg-form__sent h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 56px; line-height: 1; margin: 0 0 16px; letter-spacing: -0.015em; }
  #hjg-amb .hjg-form__sent h3 em { font-style: italic; color: var(--accent); }
  #hjg-amb .hjg-form__sent p { font-size: 15px; line-height: 1.6; max-width: 460px; margin: 0 auto; color: #2a2a2a; }
  #hjg-amb .hjg-form__sent .hjg-script { display: block; margin-top: 20px; font-size: 32px; color: var(--accent); }

  /* VI. Signature */
  #hjg-amb .hjg-signature { padding: 130px 80px; text-align: center; border-bottom: 1px solid var(--ink); }
  #hjg-amb .hjg-signature__pre { color: var(--accent); display: block; margin-bottom: 28px; }
  #hjg-amb .hjg-signature__line {
    font-family: 'Cormorant Garamond', serif; font-weight: 300;
    font-size: clamp(40px, 5vw, 72px); line-height: 1.1;
    letter-spacing: -0.015em; margin: 0; text-wrap: balance;
  }
  #hjg-amb .hjg-signature__caveat {
    display: block; margin-top: 32px;
    font-family: 'Caveat', cursive; font-size: 38px; color: var(--accent);
  }

  /* Footer */
  #hjg-amb .hjg-foot { background: var(--ink); color: var(--paper); padding: 80px 80px 40px; }
  #hjg-amb .hjg-foot__top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; padding-bottom: 56px; border-bottom: 1px solid #2a2a2a; }
  #hjg-amb .hjg-foot__title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 44px; line-height: 1; margin: 0 0 18px; }
  #hjg-amb .hjg-foot__intro { font-size: 13px; line-height: 1.65; color: #b8b8b8; max-width: 360px; }
  #hjg-amb .hjg-foot__col h4 { font-family: 'Space Grotesk', sans-serif; font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; margin: 0 0 18px; color: #b8b8b8; }
  #hjg-amb .hjg-foot__col a { display: block; font-size: 13px; color: var(--paper); margin: 0 0 10px; }
  #hjg-amb .hjg-foot__bottom { padding-top: 40px; display: flex; justify-content: space-between; font-family: 'Space Grotesk', sans-serif; font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: #8F8F8F; }

  /* Mobile */
  @media (max-width: 749px) {
    #hjg-amb .hjg-utility { padding: 8px 14px; font-size: 7px; letter-spacing: 0.22em; }
    #hjg-amb .hjg-utility__center { gap: 14px; }
    #hjg-amb .hjg-utility__side { display: none; }
    #hjg-amb .hjg-nav { padding: 14px 16px; }
    #hjg-amb .hjg-nav__left .hjg-nav__item:not(.hjg-menu),
    #hjg-amb .hjg-nav__right .hjg-nav__item:not(.hjg-icons) { display: none; }
    #hjg-amb .hjg-nav__logo { font-size: 24px; }

    #hjg-amb .hjg-hero { min-height: 0; aspect-ratio: 3/4; }
    #hjg-amb .hjg-hero__chrome { padding: 0 22px; top: 20px; }
    #hjg-amb .hjg-hero__chrome .hjg-ch__kicker { font-size: 8px; letter-spacing: 0.22em; }
    #hjg-amb .hjg-hero__chrome .hjg-ch__num { font-size: 16px; }
    #hjg-amb .hjg-hero__text { left: 22px; right: 22px; bottom: 36px; }
    #hjg-amb .hjg-hero__pre { font-size: 8px; letter-spacing: 0.22em; margin-bottom: 16px; }
    #hjg-amb .hjg-hero__title { font-size: 48px; margin-bottom: 20px; }
    #hjg-amb .hjg-hero__lead { font-size: 13px; margin-bottom: 22px; }
    #hjg-amb .hjg-hero__cta { padding: 14px 18px; font-size: 10px; letter-spacing: 0.26em; }
    #hjg-amb .hjg-hero__deadline { font-size: 8px; letter-spacing: 0.22em; margin-top: 12px; }

    #hjg-amb .hjg-about { display: flex; flex-direction: column; padding: 60px 24px 64px; gap: 48px; text-align: center; }
    #hjg-amb .hjg-about__exch { order: 1; border-left: 0; padding-left: 0; text-align: left; }
    #hjg-amb .hjg-about__who { order: 2; padding-top: 0; text-align: center; }
    #hjg-amb .hjg-about__who .hjg-about__lab { display: block; margin: 0 auto 22px; }
    #hjg-amb .hjg-about__line {
      font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic;
      font-size: 32px; line-height: 1.32; letter-spacing: -0.01em;
      text-wrap: balance; margin: 0 auto; max-width: 22ch; text-align: center;
    }
    #hjg-amb .hjg-about__perks { border: 0; }
    #hjg-amb .hjg-about__perk { grid-template-columns: 64px 1fr; gap: 22px; padding: 18px 0; align-items: center; border-bottom: 0; }
    #hjg-amb .hjg-about__perk-n { font-size: 44px; line-height: 0.85; }
    #hjg-amb .hjg-about__perk-title { font-size: 26px; }
    #hjg-amb .hjg-about__perk-copy { font-size: 14px; line-height: 1.55; }

    #hjg-amb .hjg-form-section { padding: 56px 22px; }
    #hjg-amb .hjg-ch__num--abs { top: 22px; left: 22px; font-size: 16px; }
    #hjg-amb .hjg-ch__kicker--abs { top: 28px; right: 22px; font-size: 8px; letter-spacing: 0.24em; }
    #hjg-amb .hjg-form__wrap { grid-template-columns: 1fr; gap: 32px; }
    #hjg-amb .hjg-form__side { position: static; }
    #hjg-amb .hjg-form__side__title { font-size: 42px; }
    #hjg-amb .hjg-form__side__lead { font-size: 17px; }
    #hjg-amb .hjg-form__row { grid-template-columns: 1fr; gap: 22px; }
    #hjg-amb .hjg-stepper__seg { padding: 12px 8px; gap: 4px; }
    #hjg-amb .hjg-stepper__n { font-size: 18px; }
    #hjg-amb .hjg-stepper__lab { font-size: 7px; letter-spacing: 0.18em; }
    #hjg-amb .hjg-form__nav { grid-template-columns: 1fr 1fr; gap: 8px; }
    #hjg-amb .hjg-form__progress { grid-column: 1 / -1; order: -1; margin-bottom: 4px; }
    #hjg-amb .hjg-form__back, #hjg-amb .hjg-form__submit { padding: 14px 14px; font-size: 10px; letter-spacing: 0.24em; }

    #hjg-amb .hjg-signature { padding: 60px 22px; }
    #hjg-amb .hjg-signature__line { font-size: 30px; }

    #hjg-amb .hjg-foot { padding: 50px 22px 28px; }
    #hjg-amb .hjg-foot__top { grid-template-columns: 1fr; gap: 24px; padding-bottom: 32px; }
    #hjg-amb .hjg-foot__bottom { flex-direction: column; gap: 8px; padding-top: 24px; }
  }
