/* Contact V4 — inspired by supplied layouts, implemented with Projects-page DNA */
.contact-v4 {
  background: var(--paper);
  color: var(--white);
}

.contact-v4 .site-header {
  background: rgba(5, 5, 5, .52);
}

.contact-v4 .site-header.is-scrolled {
  background: rgba(5, 5, 5, .9);
}

.contact-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.contact-progress {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 80;
  width: 1px;
  height: 180px;
  transform: translateY(-50%);
  background: rgba(184, 154, 106, .22);
}

.contact-progress span {
  display: block;
  width: 100%;
  height: 0;
  background: var(--gold-light);
}

.contact-line-grid,
.contact-light-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, transparent calc(20% - 1px), rgba(245, 243, 239, .08) calc(20% - 1px), rgba(245, 243, 239, .08) 20%, transparent 20%),
    linear-gradient(to right, transparent calc(40% - 1px), rgba(245, 243, 239, .08) calc(40% - 1px), rgba(245, 243, 239, .08) 40%, transparent 40%),
    linear-gradient(to right, transparent calc(60% - 1px), rgba(245, 243, 239, .08) calc(60% - 1px), rgba(245, 243, 239, .08) 60%, transparent 60%),
    linear-gradient(to right, transparent calc(80% - 1px), rgba(245, 243, 239, .08) calc(80% - 1px), rgba(245, 243, 239, .08) 80%, transparent 80%);
}

.contact-light-grid {
  background-image:
    linear-gradient(to right, transparent calc(20% - 1px), rgba(10, 10, 10, .09) calc(20% - 1px), rgba(10, 10, 10, .09) 20%, transparent 20%),
    linear-gradient(to right, transparent calc(40% - 1px), rgba(10, 10, 10, .09) calc(40% - 1px), rgba(10, 10, 10, .09) 40%, transparent 40%),
    linear-gradient(to right, transparent calc(60% - 1px), rgba(10, 10, 10, .09) calc(60% - 1px), rgba(10, 10, 10, .09) 60%, transparent 60%),
    linear-gradient(to right, transparent calc(80% - 1px), rgba(10, 10, 10, .09) calc(80% - 1px), rgba(10, 10, 10, .09) 80%, transparent 80%);
}

.contact-kicker {
  display: block;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.8;
}

.contact-cover {
  position: relative;
  min-height: 100svh;
  background: #050505;
  overflow: hidden;
  padding: calc(var(--nav-height) + 56px) 0 clamp(70px, 8vh, 100px);
  isolation: isolate;
}

.cover-ghost {
  position: absolute;
  right: -.2em;
  top: 12vh;
  font-family: var(--font-heading);
  font-size: clamp(160px, 28vw, 430px);
  line-height: .72;
  letter-spacing: -.1em;
  color: rgba(245, 243, 239, .035);
  writing-mode: vertical-rl;
  pointer-events: none;
}

.cover-layout {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - var(--nav-height) - 126px);
  display: grid;
  grid-template-columns: 1.02fr 1.08fr;
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
}

.cover-title {
  margin-top: 18px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(74px, 10vw, 168px);
  line-height: .78;
  letter-spacing: -.075em;
  font-weight: 700;
  text-transform: uppercase;
}

.cover-text {
  max-width: 560px;
  margin-top: 38px;
  color: rgba(245, 243, 239, .64);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.8;
}

.cover-actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  align-items: center;
}

.contact-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.contact-arrow-link:before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--gold-light);
}

.contact-small-link {
  color: rgba(245, 243, 239, .58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cover-collage {
  position: relative;
  min-height: 640px;
}

.cover-img {
  position: absolute;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(184, 154, 106, .24);
}

.cover-img img {
  filter: saturate(.82) contrast(1.05);
  transform: scale(1.1);
}

.cover-img-main {
  width: 68%;
  height: 56%;
  left: 8%;
  bottom: 14%;
  z-index: 2;
  border: 10px solid #f5f3ef;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
}

.cover-img-a {
  width: 34%;
  height: 28%;
  right: 4%;
  top: 2%;
}

.cover-img-b {
  width: 34%;
  height: 28%;
  right: 0;
  top: 34%;
}

.cover-black-card {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 4%;
  width: min(56%, 380px);
  min-height: 270px;
  background: #050505;
  border: 1px solid rgba(184, 154, 106, .26);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3vw, 46px);
  color: #fff;
}

.cover-black-card:before,
.cover-black-card:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
}

.cover-black-card:before {
  right: 16px;
  top: 16px
}

.cover-black-card:after {
  left: 16px;
  bottom: 16px
}

.cover-black-card span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cover-black-card p {
  margin-top: 20px;
  max-width: 270px;
  color: rgba(245, 243, 239, .66);
  font-size: 13px;
  line-height: 1.75;
}

/* impact inspired layout */
.contact-impact {
  position: relative;
  background: #050505;
  overflow: hidden;
  padding: clamp(100px, 10vw, 155px) 0;
}

.impact-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 840px;
}

.center-title {
  text-align: center;
}

.section-title {
  margin-top: 8px;
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(42px, 5vw, 82px);
  line-height: 1;
  letter-spacing: -.07em;
  font-weight: 800;
}

.impact-intro {
  max-width: 740px;
  margin: 24px auto 0;
  color: rgba(245, 243, 239, .64);
  font-size: 15px;
  line-height: 1.8;
}

.impact-layout {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(280px, 470px) 1fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.impact-accordion {
  border-top: 1px solid rgba(245, 243, 239, .16);
}

.impact-row {
  width: 100%;
  min-height: 86px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px 16px;
  align-items: center;
  text-align: left;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(245, 243, 239, .16);
  padding: 22px 0;
}

.impact-row i {
  grid-row: 1/3;
  font-style: normal;
  color: var(--gold-light);
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
}

.impact-row span {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 800;
}

.impact-row p {
  display: none;
  color: rgba(245, 243, 239, .65);
  font-size: 13px;
  line-height: 1.65;
}

.impact-row.is-active p {
  display: block;
}

.impact-row.is-active span {
  color: var(--gold-light);
}

.impact-visual {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
}

.impact-main {
  position: relative;
  z-index: 2;
  width: min(72%, 650px);
  height: 430px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(184, 154, 106, .24);
  background: #111;
}

.impact-main img {
  transition: opacity .35s ease, transform .7s var(--ease);
  transform: scale(1.08);
  filter: saturate(.82) contrast(1.05);
}

.impact-side {
  position: absolute;
  top: 42px;
  width: 18%;
  height: 430px;
  overflow: hidden;
  border-radius: 14px;
  opacity: .46;
  filter: brightness(.65);
}

.impact-side.is-left {
  left: 0
}

.impact-side.is-right {
  right: 0
}

/* dark recipe / process */
.contact-recipe {
  position: relative;
  background: #050505;
  color: #fff;
  overflow: hidden;
  padding: clamp(100px, 10vw, 150px) 0 clamp(80px, 8vw, 120px);
  border-top: 1px solid rgba(184, 154, 106, .16);
}

.recipe-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(44px, 6vw, 100px);
}

.recipe-title {
  margin-top: 10px;
  font-family: var(--font-heading);
  font-size: clamp(70px, 10vw, 168px);
  line-height: .78;
  letter-spacing: -.075em;
  font-weight: 700;
  text-transform: uppercase;
}

.recipe-measures {
  display: grid;
  gap: 0;
  align-self: start;
  border-top: 1px solid rgba(245, 243, 239, .14);
}

.measure-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(245, 243, 239, .14);
  padding: 26px 0;
}

.measure-row span {
  color: rgba(245, 243, 239, .46);
  font-size: 12px;
  text-transform: uppercase;
}

.measure-row strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.recipe-lower {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: minmax(250px, 340px) minmax(300px, 470px) 1fr;
  gap: 16px;
  align-items: end;
  margin-top: 80px;
}

.recipe-photo {
  height: 300px;
  overflow: hidden;
  background: #111;
}

.recipe-note {
  min-height: 300px;
  background: #f5f3ef;
  color: #111;
  padding: 42px;
}

.recipe-note h3 {
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1;
  margin-bottom: 24px;
}

.recipe-note ol {
  padding-left: 18px;
  color: rgba(10, 10, 10, .62);
  font-size: 13px;
  line-height: 1.85;
  text-transform: uppercase;
}

.recipe-mini-card {
  height: 120px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #171717;
  border: 1px solid rgba(184, 154, 106, .20);
  padding: 0 28px;
}

.recipe-mini-card span {
  font-family: var(--font-heading);
  font-size: 42px;
  color: var(--gold-light);
}

.recipe-mini-card b {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

/* white entry rows inspired by event/tasting */
.contact-entry {
  position: relative;
  background: #f5f3ef;
  color: #0a0a0a;
  overflow: hidden;
  padding: clamp(90px, 9vw, 140px) 0;
}

.entry-head {
  position: relative;
  z-index: 1;
}

.entry-title {
  margin-top: 14px;
  font-family: var(--font-heading);
  font-size: clamp(60px, 8vw, 128px);
  line-height: .86;
  letter-spacing: -.07em;
  font-weight: 700;
}

.entry-title em {
  font-style: italic;
  font-weight: 500;
}

.entry-list {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(10, 10, 10, .22);
}

.entry-row {
  min-height: 290px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 56px minmax(260px, 380px);
  gap: clamp(24px, 4vw, 70px);
  align-items: center;
  border-bottom: 1px solid rgba(10, 10, 10, .22);
  padding: 34px 0;
}

.entry-row-center {
  grid-template-columns: minmax(240px, 380px) minmax(280px, 1fr) 56px;
}

.entry-row h3 {
  font-family: var(--font-heading);
  font-size: clamp(42px, 5vw, 68px);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 600;
}

.entry-row p {
  max-width: 430px;
  margin-top: 14px;
  color: rgba(10, 10, 10, .55);
  font-size: 13px;
  line-height: 1.65;
  text-transform: uppercase;
}

.entry-row button {
  width: 48px;
  height: 48px;
  background: #050505;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  transition: transform .25s var(--ease), background .25s ease;
}

.entry-row button:hover {
  background: var(--gold);
  color: #050505;
  transform: translateX(4px);
}

.entry-row figure {
  height: 250px;
  overflow: hidden;
  background: #111;
}

.entry-row figure img {
  filter: saturate(.85) contrast(1.04);
  transition: transform .9s var(--ease);
}

.entry-row:hover figure img {
  transform: scale(1.06);
}

/* form + wheel kept */
.contact-form-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 10vw, 170px) 0;
  background: #f2eee6;
}

.form-panel-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--gutter);
  align-items: start;
}

.form-panel-left {
  grid-column: 1/5;
  position: sticky;
  top: calc(var(--nav-height) + 42px);
}

.form-title {
  margin-top: 18px;
  color: #0a0a0a;
  font-family: var(--font-body);
  font-size: clamp(38px, 4.8vw, 76px);
  line-height: 1.02;
  letter-spacing: -.07em;
  font-weight: 800;
}

.request-wheel {
  margin-top: 44px;
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1;
  border: 1px solid rgba(10, 10, 10, .14);
  border-radius: 50%;
}

.request-wheel:before,
.request-wheel:after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(184, 154, 106, .28);
  border-radius: 50%;
}

.request-wheel:after {
  inset: 37%;
  background: rgba(184, 154, 106, .12);
}

.request-wheel button {
  --a: 0deg;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  margin: -48px;
  border-radius: 50%;
  border: 1px solid rgba(184, 154, 106, .42);
  background: #f2eee6;
  color: #111;
  transform: rotate(var(--a)) translateY(-145px) rotate(calc(var(--a)*-1));
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .35s var(--ease);
}

.request-wheel button:nth-child(1) {
  --a: 0deg
}

.request-wheel button:nth-child(2) {
  --a: 72deg
}

.request-wheel button:nth-child(3) {
  --a: 144deg
}

.request-wheel button:nth-child(4) {
  --a: 216deg
}

.request-wheel button:nth-child(5) {
  --a: 288deg
}

.request-wheel button:hover,
.request-wheel button.is-active {
  background: #111;
  color: var(--gold-light);
}

.form-note {
  margin-top: 42px;
  color: rgba(10, 10, 10, .58);
  font-size: 14px;
  line-height: 1.8;
  max-width: 360px;
  display: grid;
  gap: 12px;
}

.form-note a {
  color: #111;
  width: max-content;
  border-bottom: 1px solid rgba(184, 154, 106, .55);
}

.dossier-form {
  grid-column: 6/13;
  background: rgba(255, 255, 255, .54);
  border: 1px solid rgba(184, 154, 106, .42);
  padding: clamp(28px, 4vw, 54px);
}

.dossier-form-head {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 310px);
  gap: 30px;
  align-items: end;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(184, 154, 106, .32);
}

.dossier-form-head span {
  color: #111;
  font-family: var(--font-heading);
  font-size: clamp(40px, 4.6vw, 78px);
  line-height: .82;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.dossier-form-head p {
  color: rgba(10, 10, 10, .52);
  font-size: 13px;
  line-height: 1.75;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gutter);
}

.dossier-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(10, 10, 10, .66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dossier-form input,
.dossier-form select,
.dossier-form textarea {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(10, 10, 10, .22);
  background: transparent;
  color: #111;
  outline: 0;
  padding: 8px 0 12px;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.dossier-form textarea {
  min-height: 170px;
  resize: vertical;
}

.dossier-form input:focus,
.dossier-form select:focus,
.dossier-form textarea:focus {
  border-color: var(--gold-dark);
  box-shadow: 0 1px 0 var(--gold-dark);
}

.dossier-consent {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.6;
}

.dossier-consent input {
  min-height: auto;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.dossier-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 8px;
}

.dossier-submit {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #050505;
  padding: 0 24px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s var(--ease);
}

.dossier-submit:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}

.dossier-status {
  color: var(--gold-dark);
  font-size: 13px;
  line-height: 1.5;
}

.dossier-status.is-visible {
  display: block
}

.contact-close {
  position: relative;
  overflow: hidden;
  min-height: 82vh;
  display: grid;
  align-items: center;
  background: #050505;
  padding: clamp(100px, 10vw, 150px) 0;
}

.contact-close:after {
  content: "CONTACT";
  position: absolute;
  left: 50%;
  bottom: -.16em;
  transform: translateX(-50%);
  color: rgba(245, 243, 239, .045);
  font-size: clamp(90px, 20vw, 300px);
  line-height: .75;
  letter-spacing: -.09em;
  font-weight: 300;
  text-transform: uppercase;
}

.contact-close-layout {
  position: relative;
  z-index: 1;
}

.contact-close-title {
  max-width: 1120px;
  margin-top: 18px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(58px, 8.8vw, 146px);
  line-height: .84;
  letter-spacing: -.07em;
  text-transform: uppercase;
  font-weight: 700;
}

.close-details {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 34px;
  color: rgba(245, 243, 239, .58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.close-details a:hover {
  color: #fff
}

.contact-min-footer {
  background: #050505;
  color: rgba(245, 243, 239, .48);
  border-top: 1px solid rgba(184, 154, 106, .20);
  padding: 24px 0;
}

.contact-min-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.image-reveal {
  clip-path: inset(12% 0 12% 0);
}

@media(max-width:1060px) {

  .cover-layout,
  .impact-layout,
  .recipe-layout,
  .form-panel-layout {
    display: block;
  }

  .cover-collage {
    margin-top: 54px;
    min-height: 560px;
  }

  .impact-visual {
    margin-top: 38px;
  }

  .recipe-measures {
    margin-top: 40px;
  }

  .recipe-lower {
    grid-column: auto;
    grid-template-columns: 1fr 1fr;
  }

  .recipe-mini-card {
    grid-column: 1/3;
  }

  .entry-row,
  .entry-row-center {
    grid-template-columns: 1fr 56px;
  }

  .entry-row figure,
  .entry-row-center figure {
    grid-column: 1/3;
    order: 3;
  }

  .form-panel-left {
    position: static;
  }

  .dossier-form {
    margin-top: 46px;
  }
}

@media(max-width:760px) {
  .contact-progress {
    display: none
  }

  .contact-cover {
    padding-top: calc(var(--nav-height) + 40px);
  }

  .cover-title,
  .recipe-title,
  .entry-title,
  .contact-close-title {
    font-size: clamp(58px, 16vw, 86px);
  }

  .cover-collage {
    min-height: 520px;
  }

  .cover-img-main {
    width: 84%;
    left: 0;
    bottom: 18%;
  }

  .cover-img-a {
    width: 44%;
    right: 0;
  }

  .cover-img-b {
    width: 44%;
    right: 5%;
  }

  .cover-black-card {
    width: 76%;
    right: 0;
    bottom: 0;
  }

  .contact-impact,
  .contact-recipe,
  .contact-entry,
  .contact-form-panel,
  .contact-close {
    padding: 82px 0;
  }

  .section-title,
  .form-title {
    font-size: clamp(40px, 12vw, 64px);
  }

  .impact-main {
    width: 86%;
    height: 340px;
  }

  .impact-side {
    display: none;
  }

  .recipe-lower {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .recipe-mini-card {
    grid-column: auto;
  }

  .recipe-photo,
  .recipe-note {
    min-height: auto;
    height: auto;
  }

  .entry-row,
  .entry-row-center {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .entry-row figure,
  .entry-row-center figure {
    grid-column: auto;
  }

  .request-wheel {
    width: min(310px, 100%);
  }

  .request-wheel button {
    width: 84px;
    height: 84px;
    margin: -42px;
    transform: rotate(var(--a)) translateY(-125px) rotate(calc(var(--a)*-1));
  }

  .dossier-form-head,
  .form-grid {
    display: block;
  }

  .dossier-form-head p {
    margin-top: 14px;
  }

  .dossier-actions {
    display: grid;
  }

  .dossier-submit {
    width: 100%;
  }

  .contact-min-footer .container {
    display: grid;
  }
}

@media(max-width:430px) {
  .cover-collage {
    min-height: 460px;
  }

  .cover-black-card {
    width: 88%;
    min-height: 220px;
  }

  .request-wheel {
    width: 280px;
  }

  .request-wheel button {
    width: 76px;
    height: 76px;
    margin: -38px;
    transform: rotate(var(--a)) translateY(-112px) rotate(calc(var(--a)*-1));
    font-size: 9px;
  }

  .dossier-form,
  .recipe-note {
    padding: 24px;
  }
}


/* --- V4 refinement: light first section + smoother second-section interaction --- */
.contact-v4 .site-header:not(.is-scrolled) {
  background: rgba(245, 243, 239, .78);
  border-bottom: 1px solid rgba(10, 10, 10, .10);
  backdrop-filter: blur(18px);
}

.contact-v4 .site-header:not(.is-scrolled) .brand-copy span,
.contact-v4 .site-header:not(.is-scrolled) .nav-links,
.contact-v4 .site-header:not(.is-scrolled) .nav-links a {
  color: rgba(10, 10, 10, .72);
}

.contact-v4 .site-header:not(.is-scrolled) .brand-copy small {
  color: rgba(10, 10, 10, .45);
}

.contact-v4 .site-header:not(.is-scrolled) .header-cta {
  color: #0a0a0a;
  border-color: rgba(10, 10, 10, .24);
}

.contact-v4 .site-header:not(.is-scrolled) .header-cta:hover {
  background: #0a0a0a;
  color: #fff;
  border-color: #0a0a0a;
}

.contact-v4 .site-header:not(.is-scrolled) .language-switch {
  border-color: rgba(10, 10, 10, .20);
  background: rgba(255, 255, 255, .38);
}

.contact-v4 .site-header:not(.is-scrolled) .lang-btn {
  color: rgba(10, 10, 10, .52);
}

.contact-v4 .site-header:not(.is-scrolled) .lang-btn+.lang-btn {
  border-left-color: rgba(10, 10, 10, .12);
}

.contact-v4 .site-header:not(.is-scrolled) .lang-btn.is-active {
  background: #0a0a0a;
  color: #fff;
}

.contact-cover {
  background: #f5f3ef;
  color: #0a0a0a;
}

.contact-cover .contact-line-grid {
  background-image:
    linear-gradient(to right, transparent calc(20% - 1px), rgba(10, 10, 10, .09) calc(20% - 1px), rgba(10, 10, 10, .09) 20%, transparent 20%),
    linear-gradient(to right, transparent calc(40% - 1px), rgba(10, 10, 10, .09) calc(40% - 1px), rgba(10, 10, 10, .09) 40%, transparent 40%),
    linear-gradient(to right, transparent calc(60% - 1px), rgba(10, 10, 10, .09) calc(60% - 1px), rgba(10, 10, 10, .09) 60%, transparent 60%),
    linear-gradient(to right, transparent calc(80% - 1px), rgba(10, 10, 10, .09) calc(80% - 1px), rgba(10, 10, 10, .09) 80%, transparent 80%);
}

.cover-ghost {
  color: rgba(10, 10, 10, .035);
}

.cover-title {
  color: #0a0a0a;
}

.cover-text {
  color: rgba(10, 10, 10, .62);
}

.contact-cover .contact-kicker {
  color: var(--gold-dark);
}

.contact-arrow-link {
  color: #0a0a0a;
}

.contact-arrow-link:before {
  background: var(--gold-dark);
}

.contact-small-link {
  color: rgba(10, 10, 10, .54);
}

.contact-small-link:hover,
.contact-arrow-link:hover {
  color: var(--gold-dark);
}

.cover-img {
  border-color: rgba(10, 10, 10, .10);
}

.cover-img-main {
  border-color: #fff;
  box-shadow: 0 30px 90px rgba(10, 10, 10, .16);
}

.cover-black-card {
  box-shadow: 0 28px 80px rgba(10, 10, 10, .22);
}

/* Second section refined animation states */
.contact-impact {
  --impact-active: 0;
}

.impact-row {
  position: relative;
  overflow: hidden;
  transition: padding .35s var(--ease), border-color .35s ease, opacity .35s ease;
}

.impact-row:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(184, 154, 106, .18), transparent);
  transition: width .45s var(--ease);
  pointer-events: none;
}

.impact-row.is-active {
  padding-left: 18px;
  border-color: rgba(184, 154, 106, .38);
}

.impact-row.is-active:before {
  width: 100%;
}

.impact-row p {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  margin: 0;
  will-change: height, opacity, transform;
}

.impact-row.is-active p {
  height: auto;
  opacity: 1;
  margin-top: 2px;
}

.impact-row i,
.impact-row span {
  position: relative;
  z-index: 1;
}

.impact-visual {
  perspective: 1200px;
}

.impact-main {
  clip-path: inset(10% 0 10% 0 round 18px);
  transform-origin: center;
  will-change: clip-path, transform;
}

.impact-main img {
  will-change: opacity, transform, filter;
}

.impact-side {
  will-change: transform, opacity, filter;
}

.impact-side img {
  transform: scale(1.08);
  filter: saturate(.75) contrast(1.05);
}

.impact-visual:after {
  content: "";
  position: absolute;
  inset: 10% 12%;
  border: 1px solid rgba(184, 154, 106, .22);
  border-radius: 22px;
  transform: translate(14px, 14px);
  opacity: .42;
  pointer-events: none;
}