:root {
  --io-service-paper: #f8f0e5;
  --io-service-paper-light: #fffaf3;
  --io-service-ink: #201a17;
  --io-service-muted: #76685f;
  --io-service-wine: #7b1438;
  --io-service-wine-dark: #580d29;
  --io-service-gold: #b88443;
  --io-service-navy: #15233b;
  --io-service-line: rgba(92, 70, 46, 0.16);
}

.io-service-page,
.io-service-page * {
  box-sizing: border-box;
}

/* =========================================================
   PAGE AND ASTRA RESET
   ========================================================= */

body.io-inner-site {
  margin: 0;
  padding: 0;
}

body.io-inner-site .io-inner-header {
  margin: 0 !important;
}

body.io-inner-site .io-inner-header::after {
  display: none !important;
}

#primary.io-service-page,
.io-service-page,
.io-service-entry,
.io-service-content {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

#primary.io-service-page {
  float: none;
  clear: both;
}

.io-service-page {
  overflow: hidden;
  background: var(--io-service-paper-light);
  color: var(--io-service-ink);
}

.io-service-entry {
  max-width: none;
}

.io-service-content {
  min-height: 260px;
  background: #fffdf8;
}

.io-service-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.io-service-container {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 72px));
  margin-right: auto;
  margin-left: auto;
}

/* =========================================================
   COMMON TYPOGRAPHY
   ========================================================= */

.io-service-eyebrow,
.io-section-eyebrow {
  margin: 0 0 14px;
  color: var(--io-service-wine);
  font-family: "Lato", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.io-personal-opening .io-section-eyebrow,
.io-personal-outcomes .io-section-eyebrow,
.io-personal-private .io-section-eyebrow,
.io-personal-faq .io-section-eyebrow,
.io-personal-closing .io-section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.19em;
}

/* =========================================================
   SERVICE PAGE TITLE
   ========================================================= */

.io-service-title-section {
  position: relative;
  display: flex;
  min-height: 230px;
  align-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(255, 255, 255, 0.7) 0 1px,
      transparent 1px
    ),
    linear-gradient(135deg, #fffaf2 0%, #f1e6d8 100%);
  background-size: 24px 24px, auto;
  border-bottom: 1px solid var(--io-service-line);
}

.io-service-title-section::after {
  content: "";
  position: absolute;
  top: -125px;
  right: -70px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(184, 132, 67, 0.22);
  transform: rotate(45deg);
}

.io-service-title-folds {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.io-service-title-folds span {
  position: absolute;
  display: block;
  border: 1px solid rgba(184, 132, 67, 0.18);
  transform: rotate(45deg);
}

.io-service-title-folds span:nth-child(1) {
  top: 22px;
  right: 10%;
  width: 160px;
  height: 160px;
}

.io-service-title-folds span:nth-child(2) {
  top: 82px;
  right: 20%;
  width: 95px;
  height: 95px;
}

.io-service-title-folds span:nth-child(3) {
  bottom: -34px;
  left: 6%;
  width: 64px;
  height: 64px;
}

.io-service-title-section h1 {
  max-width: none;
  margin: 0;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.io-service-title-line {
  display: block;
  width: 68px;
  height: 2px;
  margin-top: 20px;
  background: var(--io-service-gold);
}

/* =========================================================
   OPENING SECTION
   ========================================================= */

.io-personal-opening {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 88px 0 96px;
  background:
    linear-gradient(
      135deg,
      #fffdf8 0%,
      var(--io-service-paper-light) 52%,
      #f4e9dc 100%
    );
}

.io-personal-opening::before {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -140px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(184, 132, 67, 0.12);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(58px, 6.5vw, 100px);
  align-items: center;
}

.io-personal-opening-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.io-personal-opening-copy h2,
.io-personal-signature-heading h2,
.io-personal-outcomes-head h2 {
  margin: 0;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.io-personal-opening-copy h2 {
  max-width: 700px;
  margin-bottom: 34px;
  font-size: clamp(48px, 4.4vw, 70px);
}

.io-personal-opening-copy p,
.io-personal-signature-copy p {
  margin: 0 0 20px;
  color: #5f554e;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
}

.io-personal-opening-copy .io-personal-lead {
  color: #302925;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1.48;
}

.io-personal-cta {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 0 26px;
  background: var(--io-service-wine);
  color: #fffaf2;
  font-family: "Lato", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.135em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.io-personal-cta:hover {
  background: var(--io-service-wine-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(94, 14, 43, 0.18);
}

.io-personal-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 24px;
  padding: 0;
  list-style: none;
}

.io-personal-pill-list li {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(123, 20, 56, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.84);
  color: var(--io-service-wine-dark);
  font-family: "Lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =========================================================
   OPENING IMAGE
   ========================================================= */

.io-personal-opening-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  height: 590px;
}

.io-personal-opening-visual::before {
  content: "";
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 3;
  width: 78%;
  height: 72%;
  border: 1px solid rgba(184, 132, 67, 0.35);
  pointer-events: none;
}

.io-personal-opening-visual::after {
  content: none;
  display: none;
}

.io-personal-image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #eadfd3;
  border: 1px solid rgba(92, 70, 46, 0.12);
}

.io-personal-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.io-personal-image-wrap:hover img {
  transform: scale(1.035);
}

/* =========================================================
   SIGNATURE SECTION
   ========================================================= */

.io-personal-signature {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 92px 0 96px;
  background: #f1e6da;
  border-top: 1px solid rgba(92, 70, 46, 0.1);
  border-bottom: 1px solid rgba(92, 70, 46, 0.1);
}

.io-personal-signature::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -90px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(123, 20, 56, 0.1);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-signature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(65px, 8vw, 130px);
  align-items: start;
}

.io-personal-signature-heading,
.io-personal-signature-copy {
  min-width: 0;
}

.io-personal-signature-heading h2 {
  max-width: 570px;
  font-size: clamp(42px, 4vw, 62px);
}

.io-personal-signature-heading::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 28px;
  background: var(--io-service-gold);
}

.io-personal-signature-copy {
  padding-top: 28px;
}

.io-personal-signature-copy p:first-child {
  color: #342d29;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1.5;
}

.io-personal-signature-copy .io-personal-signature-emphasis {
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(184, 132, 67, 0.4);
  color: var(--io-service-wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  line-height: 1.35;
}

/* =========================================================
   THREE-IMAGE OUTCOMES SECTION
   ========================================================= */

.io-personal-outcomes {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 104px 0 118px;
  background: #fffdf8;
}

.io-personal-outcomes::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -120px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(184, 132, 67, 0.14);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-outcomes::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(123, 20, 56, 0.1);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-outcomes-head {
  display: block;
  max-width: 780px;
  margin-bottom: 64px;
}

.io-personal-outcomes-head .io-section-eyebrow {
  grid-column: 1 / -1;
}

.io-personal-outcomes-head h2 {
  max-width: 800px;
  font-size: clamp(48px, 4.8vw, 72px);
}

.io-personal-outcomes-head > p:not(.io-section-eyebrow):last-child {
  max-width: 440px;
  margin: 22px 0 0;
  color: #655b54;
  font-family: "Lato", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.io-personal-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 38px);
  align-items: start;
}

.io-personal-outcome-card {
  position: relative;
  min-width: 0;
}

.io-personal-outcome-card-raised {
  transform: translateY(-32px);
}

.io-personal-outcome-image {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.92),
      rgba(224, 207, 190, 0.92)
    );
  border: 1px solid rgba(92, 70, 46, 0.12);
}

.io-personal-outcome-card:nth-child(1) .io-personal-outcome-image {
  height: auto;
}

.io-personal-outcome-card:nth-child(2) .io-personal-outcome-image {
  height: auto;
}

.io-personal-outcome-card:nth-child(3) .io-personal-outcome-image {
  height: auto;
}

.io-personal-outcome-image::before {
  content: "";
  position: absolute;
  top: -85px;
  right: -95px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(123, 20, 56, 0.13);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-outcome-image::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -75px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(184, 132, 67, 0.18);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-outcome-image span {
  position: relative;
  z-index: 2;
  color: #8d796c;
  font-family: "Lato", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.io-personal-outcome-image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 750ms cubic-bezier(.22, 1, .36, 1),
    filter 500ms ease;
}

.io-personal-outcome-card:hover .io-personal-outcome-image img {
  transform: scale(1.045);
}

.io-personal-outcome-copy {
  position: relative;
  padding: 29px 8px 0;
}

.io-personal-outcome-copy > span {
  display: block;
  margin-bottom: 14px;
  color: var(--io-service-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1;
}

.io-personal-outcome-copy h3 {
  margin: 0 0 13px;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.io-personal-outcome-copy p {
  max-width: 340px;
  margin: 0;
  color: #665c55;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.io-personal-outcome-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 46px;
  height: 1px;
  background: rgba(184, 132, 67, 0.62);
}

/* =========================================================
   PRIVATE ENGAGEMENT SECTION
   ========================================================= */

.io-personal-private {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 112px 0;
  background: #2a221e;
}

.io-personal-private::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -110px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(184, 132, 67, 0.18);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-private::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -90px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 247, 235, 0.07);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-private-stage {
  position: relative;
  min-height: 630px;
}

.io-personal-private-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 72%;
  overflow: hidden;
  background: #493c33;
}

.io-personal-private-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(25, 19, 16, 0.05) 0%,
      rgba(25, 19, 16, 0.08) 52%,
      rgba(25, 19, 16, 0.38) 100%
    );
  pointer-events: none;
}

.io-personal-private-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 900ms cubic-bezier(.22, 1, .36, 1),
    filter 600ms ease;
}

.io-personal-private-stage:hover .io-personal-private-image img {
  transform: scale(1.025);
}

.io-personal-private-panel {
  position: relative;
  z-index: 3;
  width: min(520px, 46%);
  margin-left: auto;
  padding: 70px 64px 66px;
  background: #f5eadc;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.io-personal-private-panel::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 110px;
  height: 110px;
  border-top: 1px solid rgba(184, 132, 67, 0.58);
  border-right: 1px solid rgba(184, 132, 67, 0.58);
  pointer-events: none;
}

.io-personal-private-panel::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: -38px;
  width: 76px;
  height: 1px;
  background: var(--io-service-gold);
  pointer-events: none;
}

.io-personal-private-panel .io-section-eyebrow {
  margin-bottom: 20px;
}

.io-personal-private-panel h2 {
  max-width: 430px;
  margin: 0 0 30px;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(47px, 4.2vw, 68px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.io-personal-private-panel p {
  margin: 0 0 20px;
  color: #5e534c;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.io-personal-private-summary {
  max-width: 430px;
  margin-bottom: 26px !important;
}

.io-personal-private-panel .io-personal-pill-list {
  gap: 9px;
  margin: 26px 0 0;
}

.io-personal-private-panel .io-personal-pill-list li {
  min-height: 40px;
  padding: 0 16px;
  border-color: rgba(184, 132, 67, 0.42);
  background: rgba(255, 250, 243, 0.76);
  color: var(--io-service-wine);
  font-size: 10px;
  letter-spacing: 0.095em;
}

.io-personal-private-emphasis {
  margin-top: 32px !important;
  margin-bottom: 0 !important;
  padding-top: 23px;
  border-top: 1px solid rgba(184, 132, 67, 0.42);
  color: var(--io-service-wine) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 25px !important;
  line-height: 1.35 !important;
}

/* =========================================================
   FAQ SECTION
   ========================================================= */

.io-personal-faq {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 108px 0 112px;
  background: #f4e9dc;
}

.io-personal-faq::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -100px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(184, 132, 67, 0.16);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-faq::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -145px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(123, 20, 56, 0.1);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-personal-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(70px, 9vw, 145px);
  align-items: start;
}

.io-personal-faq-intro {
  position: sticky;
  top: 110px;
}

.io-personal-faq-intro h2 {
  max-width: 500px;
  margin: 0 0 28px;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 4.5vw, 70px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.io-personal-faq-intro > p:not(.io-section-eyebrow):last-child {
  max-width: 420px;
  margin: 0;
  color: #655a53;
  font-family: "Lato", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.82;
}

.io-personal-faq-list {
  border-top: 1px solid rgba(92, 70, 46, 0.17);
}

.io-faq-item {
  border-bottom: 1px solid rgba(92, 70, 46, 0.17);
}

.io-faq-question {
  appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 22px;
  gap: 18px;
  align-items: center;
  padding: 28px 0;
  border: 0;
  background: transparent;
  color: var(--io-service-navy);
  text-align: left;
  cursor: pointer;
}

.io-faq-number {
  color: var(--io-service-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1;
}

.io-faq-question-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.22;
}

.io-faq-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.io-faq-icon::before,
.io-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: var(--io-service-wine);
  transform: translate(-50%, -50%);
  transition: transform 260ms ease, opacity 260ms ease;
}

.io-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.io-faq-item.is-open .io-faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.io-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 360ms cubic-bezier(.22, 1, .36, 1);
}

.io-faq-answer > div {
  overflow: hidden;
}

.io-faq-item.is-open .io-faq-answer {
  grid-template-rows: 1fr;
}

.io-faq-answer p {
  max-width: 720px;
  margin: 0;
  padding: 0 58px 30px 54px;
  color: #61564f;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

/* =========================================================
   FINAL IMAGE CTA
   Full-bleed image with blended wall and burgundy panel
   ========================================================= */

.io-personal-closing {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin: 0;
  background: #2a221e;
  isolation: isolate;
}

.io-personal-closing-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #2a221e;
}

.io-personal-closing-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: none;
  transform: none;
}

.io-personal-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(123, 20, 56, 0.84) 0%,
      rgba(88, 13, 41, 0.88) 18%,
      rgba(54, 30, 30, 0.76) 36%,
      rgba(42, 34, 30, 0.46) 52%,
      rgba(42, 34, 30, 0.16) 66%,
      rgba(42, 34, 30, 0) 78%
    );
}

.io-personal-closing::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: 58%;
  background:
    linear-gradient(
      35deg,
      transparent 0 49.75%,
      rgba(184, 132, 67, 0.10) 49.85% 50.1%,
      transparent 50.2% 100%
    );
  background-size: 164px 164px;
  pointer-events: none;
}

.io-personal-closing > .io-service-container {
  display: flex;
  min-height: 780px;
  align-items: center;
}

.io-personal-closing-copy {
  position: relative;
  width: min(570px, 46%);
  margin: 74px 0;
  padding: 58px 54px 60px;
  border-left: 2px solid var(--io-service-gold);
  background: var(--io-service-wine);
  box-shadow: 24px 28px 58px rgba(32, 26, 23, 0.28);
}

.io-personal-closing-copy::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  width: 56px;
  height: 56px;
  border-top: 1px solid rgba(184, 132, 67, 0.58);
  border-right: 1px solid rgba(184, 132, 67, 0.58);
  pointer-events: none;
}

.io-personal-closing-copy::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: 52px;
  width: 96px;
  height: 1px;
  background: rgba(184, 132, 67, 0.72);
  pointer-events: none;
}

.io-personal-closing-copy .io-section-eyebrow {
  margin-bottom: 23px;
  color: #e0b66f;
}

.io-personal-closing-copy h2 {
  max-width: 475px;
  margin: 0 0 24px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(56px, 4.45vw, 70px);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.038em;
}

.io-personal-closing-copy > p {
  max-width: 455px;
  margin: 0 0 26px;
  color: rgba(255, 248, 238, 0.92);
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.io-personal-closing-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.io-personal-closing-pills li {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 248, 238, 0.26);
  border-radius: 999px;
  background: rgba(88, 13, 41, 0.28);
  color: #fff8ee;
  font-family: "Lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.io-personal-closing-cta {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: var(--io-service-gold);
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.135em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.io-personal-closing-cta:hover {
  background: #9d7038;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.26);
}

/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1180px) {
  .io-service-container {
    width: min(100% - 48px, 1180px);
  }

  .io-service-title-section h1 {
    font-size: clamp(40px, 4.6vw, 56px);
  }

  .io-personal-opening-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr);
    gap: 52px;
  }

  .io-personal-outcomes-head {
    max-width: 740px;
  }

  .io-personal-outcome-card:nth-child(1) .io-personal-outcome-image {
    height: auto;
  }

  .io-personal-outcome-card:nth-child(2) .io-personal-outcome-image {
    height: auto;
  }

  .io-personal-outcome-card:nth-child(3) .io-personal-outcome-image {
    height: auto;
  }

  .io-personal-private-panel {
    width: min(500px, 48%);
    padding: 58px 50px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .io-service-title-section {
    min-height: 220px;
  }

  .io-service-container {
    width: min(100% - 40px, 1180px);
  }

  .io-service-title-section h1 {
    font-size: clamp(40px, 7vw, 58px);
    white-space: normal;
  }

  .io-service-title-section::after {
    right: -150px;
  }

  .io-service-title-folds span:nth-child(1) {
    right: -30px;
  }

  .io-personal-opening,
  .io-personal-signature {
    padding: 72px 0;
  }

  .io-personal-opening-grid,
  .io-personal-signature-grid {
    grid-template-columns: 1fr;
  }

  .io-personal-opening-visual {
    width: min(100%, 620px);
    height: 580px;
    margin: 20px auto 0;
  }

  .io-personal-signature-copy {
    padding-top: 0;
  }

  .io-personal-outcomes {
    padding: 82px 0 92px;
  }

  .io-personal-outcomes-head {
    display: block;
    margin-bottom: 58px;
  }

  .io-personal-outcomes-head h2 {
    max-width: 720px;
    margin-bottom: 22px;
  }

  .io-personal-outcomes-head > p:last-child {
    max-width: 650px;
  }

  .io-personal-outcomes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 26px;
  }

  .io-personal-outcome-card-raised {
    transform: none;
  }

  .io-personal-outcome-card:nth-child(1) .io-personal-outcome-image,
  .io-personal-outcome-card:nth-child(2) .io-personal-outcome-image,
  .io-personal-outcome-card:nth-child(3) .io-personal-outcome-image {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .io-personal-outcome-card:nth-child(3) {
    grid-column: 1 / -1;
    width: min(100%, calc(50% - 13px));
    margin: 0 auto;
  }

  .io-personal-private {
    padding: 80px 0;
  }

  .io-personal-private-stage {
    display: grid;
    min-height: 0;
  }

  .io-personal-private-image {
    position: relative;
    width: 100%;
    height: 540px;
  }

  .io-personal-private-panel {
    width: calc(100% - 70px);
    margin: -90px auto 0;
    padding: 58px 52px;
  }

  .io-personal-faq {
    padding: 82px 0 90px;
  }

  .io-personal-faq-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .io-personal-faq-intro {
    position: static;
  }

  .io-personal-faq-intro > p:last-child {
    max-width: 650px;
  }

  .io-personal-closing {
    min-height: 0;
    display: block;
  }

  .io-personal-closing-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 600px;
    clip-path: none;
  }

  .io-personal-closing-media img {
    object-position: center 38%;
  }

  .io-personal-closing::before {
    inset: auto 0 0;
    width: 100%;
    height: 54%;
  }

  .io-personal-closing::after {
    top: auto;
    right: -140px;
    bottom: -180px;
    left: auto;
  }

  .io-personal-closing > .io-service-container {
    width: 100%;
    min-height: 0;
  }

  .io-personal-closing-copy {
    width: 100%;
    margin: 0;
    padding: 58px max(40px, calc((100vw - 900px) / 2)) 64px;
    border-left: 0;
    border-top: 1px solid rgba(184, 132, 67, 0.65);
    background: var(--io-service-wine);
  }

  .io-personal-closing-copy h2 {
    max-width: 650px;
    font-size: clamp(52px, 7vw, 68px);
  }

  .io-personal-closing-copy > p {
    max-width: 620px;
  }

  .io-personal-closing-copy::after {
    display: none;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
  .io-service-title-section {
    min-height: 205px;
  }

  .io-service-container {
    width: min(100% - 32px, 1180px);
  }

  .io-service-eyebrow,
  .io-section-eyebrow {
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 0.2em;
  }

  .io-personal-opening .io-section-eyebrow,
  .io-personal-outcomes .io-section-eyebrow,
  .io-personal-private .io-section-eyebrow,
  .io-personal-faq .io-section-eyebrow,
  .io-personal-closing .io-section-eyebrow {
    font-size: 10px;
    letter-spacing: 0.17em;
  }

  .io-service-title-section h1 {
    font-size: 38px;
    line-height: 1;
  }

  .io-service-title-line {
    margin-top: 17px;
  }

  .io-service-title-folds span:nth-child(1) {
    right: -80px;
  }

  .io-service-title-folds span:nth-child(2) {
    display: none;
  }

  .io-personal-opening,
  .io-personal-signature {
    padding: 58px 0;
  }

  .io-personal-opening-copy h2,
  .io-personal-signature-heading h2 {
    font-size: 44px;
  }

  .io-personal-opening-copy .io-personal-lead,
  .io-personal-signature-copy p:first-child {
    font-size: 22px;
  }

  .io-personal-opening-visual {
    height: 500px;
  }

  .io-personal-opening-visual::before {
    right: -12px;
  }

  .io-personal-cta {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    font-size: 11px;
    text-align: center;
  }

  .io-personal-pill-list {
    gap: 8px;
    margin: 24px 0 22px;
  }

  .io-personal-pill-list li {
    min-height: 38px;
    padding: 0 14px;
    font-size: 10px;
    letter-spacing: 0.085em;
  }

  .io-personal-private-panel .io-personal-pill-list li {
    min-height: 34px;
    padding: 0 12px;
  }

  .io-personal-outcomes {
    padding: 64px 0 72px;
  }

  .io-personal-outcomes-head {
    margin-bottom: 42px;
  }

  .io-personal-outcomes-head h2 {
    font-size: 46px;
  }

  .io-personal-outcomes-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .io-personal-outcome-card:nth-child(3) {
    grid-column: auto;
    width: 100%;
  }

  .io-personal-outcome-card:nth-child(1) .io-personal-outcome-image,
  .io-personal-outcome-card:nth-child(2) .io-personal-outcome-image,
  .io-personal-outcome-card:nth-child(3) .io-personal-outcome-image {
    height: auto;
    min-height: 470px;
    aspect-ratio: 4 / 5;
  }

  .io-personal-outcome-copy {
    padding-right: 0;
    padding-left: 0;
  }

  .io-personal-outcome-copy::before {
    left: 0;
  }

  .io-personal-outcome-copy h3 {
    font-size: 34px;
  }

  .io-personal-private {
    padding: 60px 0;
  }

  .io-personal-private-image {
    height: 420px;
  }

  .io-personal-private-panel {
    width: calc(100% - 28px);
    margin-top: -50px;
    padding: 42px 28px;
  }

  .io-personal-private-panel h2 {
    font-size: 44px;
  }

  .io-personal-private-panel::after {
    display: none;
  }

  .io-personal-private-emphasis {
    font-size: 23px !important;
  }

  .io-personal-faq {
    padding: 62px 0 68px;
  }

  .io-personal-faq-grid {
    gap: 38px;
  }

  .io-personal-faq-intro h2 {
    font-size: 44px;
  }

  .io-faq-question {
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 23px 0;
  }

  .io-faq-question-text {
    font-size: 25px;
  }

  .io-faq-answer p {
    padding: 0 0 26px 40px;
    font-size: 16px;
    line-height: 1.72;
  }

  .io-personal-closing-media {
    height: 500px;
  }

  .io-personal-closing-media img {
    object-position: center 34%;
  }

  .io-personal-closing-copy {
    padding: 44px 24px 50px;
  }

  .io-personal-closing-copy::before {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
  }

  .io-personal-closing-copy h2 {
    max-width: 100%;
    font-size: 52px;
  }

  .io-personal-closing-copy > p {
    font-size: 17px;
    line-height: 1.68;
  }

  .io-personal-closing-pills {
    gap: 8px;
    margin-bottom: 28px;
  }

  .io-personal-closing-pills li {
    min-height: 37px;
    padding: 0 13px;
    font-size: 9px;
    letter-spacing: 0.085em;
  }

  .io-personal-closing-cta {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 11px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .io-personal-image-wrap img,
  .io-personal-outcome-image img,
  .io-personal-private-image img,
  .io-personal-cta,
  .io-personal-closing-cta,
  .io-faq-answer,
  .io-faq-icon::before,
  .io-faq-icon::after {
    transition: none;
  }
}

/* =========================================================
   FAQ ACTIVE COLOUR CORRECTION
   ========================================================= */

.io-personal-faq .io-faq-question {
  background: transparent !important;
  color: var(--io-service-navy) !important;
}

.io-personal-faq .io-faq-item.is-open .io-faq-question {
  padding-right: 18px;
  padding-left: 18px;
  background: var(--io-service-wine) !important;
  color: #fffaf3 !important;
}

.io-personal-faq .io-faq-item.is-open .io-faq-number {
  color: #d4a75f;
}

.io-personal-faq .io-faq-item.is-open .io-faq-icon::before,
.io-personal-faq .io-faq-item.is-open .io-faq-icon::after {
  background: #fffaf3;
}

/* =========================================================
   PROFESSIONAL PRESENCE HERO
   ========================================================= */

.io-professional-hero {
  position: relative;
  min-height: 790px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin: 0;
  background: #3a1d1e;
  isolation: isolate;
}

.io-professional-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 52%;
  background:
    radial-gradient(circle at 14% 18%, rgba(184, 132, 67, 0.10), transparent 28%),
    linear-gradient(
      135deg,
      #2f1718 0%,
      #3b1c1d 46%,
      #4a2524 100%
    );
  pointer-events: none;
}

.io-professional-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(32px, 7vw, 116px);
  z-index: 1;
  width: 1px;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(204, 169, 110, 0.72) 16%,
      rgba(204, 169, 110, 0.2) 76%,
      transparent 100%
    );
  pointer-events: none;
}

.io-professional-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 52%);
  background: #3a261f;
}

.io-professional-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  pointer-events: none;
}

.io-professional-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
  transform: scale(1.002);
  transition:
    transform 1200ms cubic-bezier(.22, 1, .36, 1),
    filter 700ms ease;
}

.io-professional-hero:hover .io-professional-hero-media img {
  transform: scale(1.025);
  filter: none;
}

.io-professional-hero-overlay {
  display: none;
}

.io-professional-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 720px) 110px;
  gap: clamp(54px, 7vw, 110px);
  align-items: stretch;
  justify-content: space-between;
  min-height: 790px;
  padding-top: 94px;
  padding-bottom: 94px;
}

.io-professional-hero-copy {
  position: relative;
  align-self: center;
  max-width: 700px;
  padding-left: clamp(32px, 4.2vw, 66px);
}

.io-professional-hero-copy::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(209, 171, 105, 0.92);
  transform: rotate(45deg);
}

.io-professional-hero-copy .io-section-eyebrow {
  margin-bottom: 22px;
  color: #d1ab69;
  font-size: 12px;
}

.io-professional-hero-copy h2 {
  max-width: 690px;
  margin: 0 0 31px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(55px, 5.7vw, 82px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.io-professional-hero-copy h2::after {
  content: "";
  display: block;
  width: 82px;
  height: 1px;
  margin-top: 28px;
  background: rgba(209, 171, 105, 0.78);
}

.io-professional-hero-copy p {
  max-width: 635px;
  margin: 0 0 18px;
  color: rgba(255, 247, 238, 0.76);
  font-family: "Lato", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.82;
}

.io-professional-hero-copy .io-professional-hero-lead {
  max-width: 665px;
  margin-bottom: 22px;
  color: #f3e5d6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1.45;
}

.io-professional-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 660px;
  margin: 28px 0 8px;
  padding: 0;
  list-style: none;
}

.io-professional-hero-pills li {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(209, 171, 105, 0.48);
  border-radius: 999px;
  background: rgba(88, 13, 41, 0.56);
  color: #fff4e8;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}

.io-professional-hero-cta {
  position: relative;
  display: inline-flex;
  min-height: 59px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0 30px;
  overflow: hidden;
  border: 1px solid rgba(209, 171, 105, 0.78);
  background: rgba(88, 13, 41, 0.34);
  color: #fff8ee;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 260ms ease,
    border-color 260ms ease,
    transform 260ms ease,
    box-shadow 260ms ease;
}

.io-professional-hero-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #b88443;
  transform: translateX(-101%);
  transition: transform 360ms cubic-bezier(.22, 1, .36, 1);
}

.io-professional-hero-cta:hover {
  border-color: #b88443;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(38, 5, 18, 0.3);
}

.io-professional-hero-cta:hover::before {
  transform: translateX(0);
}

.io-professional-hero-signature {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  border-left: 1px solid rgba(255, 248, 238, 0.14);
  border-right: 1px solid rgba(255, 248, 238, 0.08);
  background: transparent;
}

.io-professional-hero-signature::before,
.io-professional-hero-signature::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(209, 171, 105, 0.68);
  transform: translateX(-50%) rotate(45deg);
}

.io-professional-hero-signature::before {
  top: 28px;
}

.io-professional-hero-signature::after {
  bottom: 28px;
}

.io-professional-hero-signature span {
  color: rgba(255, 248, 238, 0.68);
  font-family: "Lato", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.io-professional-hero-signature span + span {
  margin-left: 15px;
}

/* =========================================================
   PROFESSIONAL HERO RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
  .io-professional-hero,
  .io-professional-hero-inner {
    min-height: 740px;
  }

  .io-professional-hero-inner {
    grid-template-columns: minmax(0, 660px) 92px;
    gap: 44px;
  }

  .io-professional-hero-copy {
    padding-left: 46px;
  }

  .io-professional-hero-copy h2 {
    font-size: clamp(54px, 6.2vw, 74px);
  }
}

@media (max-width: 980px) {
  .io-professional-hero {
    min-height: 760px;
  }

  .io-professional-hero::before {
    width: 56%;
    background:
      radial-gradient(circle at 14% 18%, rgba(184, 132, 67, 0.09), transparent 28%),
      linear-gradient(135deg, #2f1718 0%, #3b1c1d 48%, #4a2524 100%);
  }

  .io-professional-hero-media {
    clip-path: inset(0 0 0 56%);
  }

  .io-professional-hero::after {
    left: 28px;
  }

  .io-professional-hero-inner {
    grid-template-columns: minmax(0, 1fr) 76px;
    gap: 32px;
    min-height: 760px;
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .io-professional-hero-copy {
    max-width: 620px;
    padding-left: 38px;
  }

  .io-professional-hero-copy h2 {
    font-size: clamp(52px, 8vw, 70px);
  }

  .io-professional-hero-copy .io-professional-hero-lead {
    font-size: 23px;
  }

  .io-professional-hero-signature span + span {
    margin-left: 10px;
  }
}

@media (max-width: 700px) {
  .io-professional-hero {
    min-height: auto;
    padding-top: 390px;
    background: #3a1d1e;
  }

  .io-professional-hero::before {
    top: 390px;
    bottom: 0;
    width: 100%;
    background:
      radial-gradient(circle at 14% 12%, rgba(184, 132, 67, 0.09), transparent 28%),
      linear-gradient(135deg, #2f1718 0%, #3b1c1d 48%, #4a2524 100%);
  }

  .io-professional-hero::after {
    top: 338px;
    bottom: 35px;
    left: 16px;
  }

  .io-professional-hero-media {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 390px;
    clip-path: none;
  }

  .io-professional-hero-media img {
    object-position: 66% center;
  }

  .io-professional-hero-inner {
    display: block;
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 62px;
  }

  .io-professional-hero-copy {
    max-width: none;
    padding-left: 25px;
  }

  .io-professional-hero-copy h2 {
    font-size: 46px;
    line-height: 0.99;
  }

  .io-professional-hero-copy .io-professional-hero-lead {
    font-size: 22px;
  }

  .io-professional-hero-copy p {
    font-size: 14px;
  }

  .io-professional-hero-pills {
    gap: 8px;
    margin-top: 24px;
  }

  .io-professional-hero-pills li {
    min-height: 36px;
    padding: 0 13px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .io-professional-hero-cta {
    width: 100%;
    min-height: 57px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 11px;
    text-align: center;
  }

  .io-professional-hero-signature {
    display: flex;
    width: 100%;
    min-height: 0;
    margin-top: 42px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 248, 238, 0.1);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 248, 238, 0.1);
    border-left: 0;
  }

  .io-professional-hero-signature::before,
  .io-professional-hero-signature::after {
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%) rotate(45deg);
  }

  .io-professional-hero-signature::before {
    left: 4px;
  }

  .io-professional-hero-signature::after {
    right: 4px;
  }

  .io-professional-hero-signature span {
    font-size: 8px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .io-professional-hero-signature span + span {
    margin-top: 0;
    margin-left: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .io-professional-hero-media img,
  .io-professional-hero-cta,
  .io-professional-hero-cta::before {
    transition: none;
  }
}

/* =========================================================
   PROFESSIONAL IMAGE GRID
   ========================================================= */

.io-professional-dossier {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 104px 0 124px;
  background:
    linear-gradient(135deg, #f2ebe2 0%, #e9dfd3 100%);
  color: #172235;
}

.io-professional-dossier::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -140px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(184, 132, 67, 0.16);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-professional-dossier::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -150px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(88, 13, 41, 0.1);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-professional-dossier-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: end;
  margin-bottom: 66px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(88, 13, 41, 0.17);
}

.io-professional-dossier-title .io-section-eyebrow {
  margin-bottom: 18px;
  color: #9b6c34;
}

.io-professional-dossier-title h2 {
  max-width: 680px;
  margin: 0;
  color: #142038;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 4.8vw, 70px);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.io-professional-dossier-intro {
  position: relative;
  padding-left: 28px;
}

.io-professional-dossier-intro::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background:
    linear-gradient(
      to bottom,
      rgba(184, 132, 67, 0.86),
      rgba(184, 132, 67, 0.12)
    );
}

.io-professional-dossier-intro p {
  margin: 0;
  color: #575a5d;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.76;
}

.io-professional-dossier-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 58px);
  align-items: start;
}

.io-professional-dossier-item {
  position: relative;
  min-width: 0;
  padding-bottom: 40px;
}

.io-professional-dossier-item:nth-child(even) {
  margin-top: 48px;
}

.io-professional-dossier-image {
  position: relative;
  width: calc(100% - 34px);
  height: auto;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #cbc1b5;
  box-shadow: 0 24px 50px rgba(24, 30, 40, 0.16);
}

.io-professional-dossier-item:nth-child(even) .io-professional-dossier-image {
  margin-left: 34px;
}

.io-professional-dossier-image::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 250, 243, 0.58);
  pointer-events: none;
}

.io-professional-dossier-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(42, 7, 20, 0.01),
      rgba(42, 7, 20, 0.24)
    );
  pointer-events: none;
}

.io-professional-dossier-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.93) contrast(1.03);
  transition:
    transform 750ms cubic-bezier(.22, 1, .36, 1),
    filter 500ms ease;
}

.io-professional-dossier-item:nth-child(2) .io-professional-dossier-image img {
  object-position: center 20%;
}

.io-professional-dossier-item:nth-child(3) .io-professional-dossier-image img {
  object-position: center 18%;
}

.io-professional-dossier-item:nth-child(4) .io-professional-dossier-image img {
  object-position: center 22%;
}

.io-professional-dossier-item:hover .io-professional-dossier-image img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.05);
}

.io-professional-dossier-number {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 4;
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 132, 67, 0.5);
  background: #fff8ef;
  color: #8e5e2b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(34, 24, 19, 0.12);
}

.io-professional-dossier-item:nth-child(even) .io-professional-dossier-number {
  right: auto;
  left: 0;
}

.io-professional-dossier-copy {
  position: relative;
  z-index: 3;
  width: calc(100% - 58px);
  margin: -54px 0 0 58px;
  padding: 34px 38px 36px;
  border-top: 3px solid var(--io-service-wine);
  background: rgba(255, 250, 243, 0.97);
  box-shadow: 0 20px 42px rgba(38, 28, 24, 0.12);
}

.io-professional-dossier-item:nth-child(even) .io-professional-dossier-copy {
  margin-right: 58px;
  margin-left: 0;
}

.io-professional-dossier-copy::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border-right: 1px solid rgba(184, 132, 67, 0.34);
  border-bottom: 1px solid rgba(184, 132, 67, 0.34);
  pointer-events: none;
}

.io-professional-dossier-label {
  margin: 0 0 12px !important;
  color: #95662f !important;
  font-family: "Lato", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.45 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.io-professional-dossier-copy h3 {
  margin: 0 0 15px;
  color: #142038;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 3.8vw, 53px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.io-professional-dossier-copy > p:last-child {
  max-width: 470px;
  margin: 0;
  color: #54585c;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

/* =========================================================
   PROFESSIONAL IMAGE GRID RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
  .io-professional-dossier {
    padding: 92px 0 108px;
  }

  .io-professional-dossier-head {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.66fr);
    gap: 54px;
  }


  .io-professional-dossier-copy {
    width: calc(100% - 42px);
    margin-left: 42px;
    padding: 30px 32px 32px;
  }

  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-copy {
    margin-right: 42px;
  }
}

@media (max-width: 900px) {
  .io-professional-dossier {
    padding: 78px 0 88px;
  }

  .io-professional-dossier-head {
    display: block;
    margin-bottom: 54px;
    padding-bottom: 34px;
  }

  .io-professional-dossier-title h2 {
    max-width: 720px;
    margin-bottom: 26px;
  }

  .io-professional-dossier-intro {
    max-width: 700px;
  }

  .io-professional-dossier-list {
    gap: 34px;
  }

  .io-professional-dossier-item:nth-child(even) {
    margin-top: 28px;
  }

  .io-professional-dossier-image {
    width: calc(100% - 22px);
  }

  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-image {
    margin-left: 22px;
  }

  .io-professional-dossier-number {
    width: 60px;
    height: 60px;
    font-size: 23px;
  }

  .io-professional-dossier-copy,
  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-copy {
    width: calc(100% - 24px);
    margin-top: -36px;
    margin-right: 0;
    margin-left: 24px;
    padding: 28px 28px 30px;
  }

  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-copy {
    margin-right: 24px;
    margin-left: 0;
  }

  .io-professional-dossier-copy h3 {
    font-size: 40px;
  }
}

@media (max-width: 700px) {
  .io-professional-dossier {
    padding: 64px 0 72px;
  }

  .io-professional-dossier-head {
    margin-bottom: 42px;
  }

  .io-professional-dossier-title h2 {
    font-size: 42px;
  }

  .io-professional-dossier-intro {
    padding-left: 22px;
  }

  .io-professional-dossier-list {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .io-professional-dossier-item,
  .io-professional-dossier-item:nth-child(even) {
    margin-top: 0;
    padding-bottom: 0;
  }

  .io-professional-dossier-image,
  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-image {
    width: calc(100% - 18px);
    margin-left: 0;
  }

  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-image {
    margin-left: 18px;
  }

  .io-professional-dossier-number {
    top: 18px;
    right: 0;
    left: auto;
  }

  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-number {
    right: auto;
    left: 0;
  }

  .io-professional-dossier-copy,
  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-copy {
    width: calc(100% - 20px);
    margin: -38px 0 0 20px;
    padding: 28px 27px 31px;
  }

  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-copy {
    margin-right: 20px;
    margin-left: 0;
  }

  .io-professional-dossier-copy h3 {
    font-size: 40px;
  }
}

@media (max-width: 460px) {
  .io-professional-dossier-image,
  .io-professional-dossier-item:nth-child(even) .io-professional-dossier-image {
    height: 285px;
  }

  .io-professional-dossier-copy h3 {
    font-size: 37px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .io-professional-dossier-image img {
    transition: none;
  }
}

/* =========================================================
   PROFESSIONAL FAQ
   ========================================================= */

.io-professional-faq {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 108px 0 116px;
  background:
    radial-gradient(circle at 12% 14%, rgba(184, 132, 67, 0.09), transparent 32%),
    linear-gradient(135deg, #250713 0%, #3a0a20 56%, #1d0b14 100%);
  color: #fff8ee;
}

.io-professional-faq::before {
  content: "";
  position: absolute;
  top: -165px;
  left: -125px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(184, 132, 67, 0.18);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-professional-faq::after {
  content: "";
  position: absolute;
  right: -145px;
  bottom: -175px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 248, 238, 0.07);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-professional-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(62px, 8vw, 130px);
  align-items: start;
}

.io-professional-faq-intro {
  position: sticky;
  top: 108px;
}

.io-professional-faq-intro .io-section-eyebrow {
  margin-bottom: 18px;
  color: #d7ae68;
}

.io-professional-faq-intro h2 {
  max-width: 520px;
  margin: 0 0 26px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 4.5vw, 66px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.io-professional-faq-intro > p:last-child {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 248, 238, 0.68);
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.76;
}

.io-professional-faq-list {
  padding: 0 34px;
  border: 1px solid rgba(184, 132, 67, 0.24);
  background: rgba(255, 250, 243, 0.045);
  box-shadow: 0 26px 56px rgba(20, 2, 9, 0.28);
  backdrop-filter: blur(3px);
}

.io-professional-faq-item {
  margin: 0;
  border-bottom: 1px solid rgba(255, 248, 238, 0.14);
}

.io-professional-faq-item:last-child {
  border-bottom: 0;
}

.io-professional-faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 24px 0;
  color: #fff8ee;
  cursor: pointer;
  list-style: none;
}

.io-professional-faq-item summary::-webkit-details-marker {
  display: none;
}

.io-professional-faq-item summary::marker {
  content: "";
}

.io-professional-faq-number {
  color: #d4a75f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  line-height: 1;
}

.io-professional-faq-question {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.io-professional-faq-symbol {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.io-professional-faq-symbol::before,
.io-professional-faq-symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: #d4a75f;
  transform: translate(-50%, -50%);
  transition: transform 240ms ease, opacity 240ms ease;
}

.io-professional-faq-symbol::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.io-professional-faq-item[open] .io-professional-faq-symbol::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.io-professional-faq-answer {
  overflow: hidden;
}

.io-professional-faq-answer p {
  max-width: 720px;
  margin: 0;
  padding: 0 58px 30px 56px;
  color: rgba(255, 248, 238, 0.69);
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.76;
}

.io-professional-faq-item[open] summary {
  color: #f3d7bd;
}

.io-professional-faq-item[open] .io-professional-faq-number {
  color: #d4a75f;
}

/* =========================================================
   PROFESSIONAL FINAL CTA WITH GEOMETRY
   ========================================================= */

.io-professional-final {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 108px 0 112px;
  background:
    radial-gradient(circle at 92% 12%, rgba(184, 132, 67, 0.11), transparent 29%),
    linear-gradient(135deg, #f8f0e6 0%, #ecdece 100%);
  border-top: 1px solid rgba(88, 13, 41, 0.12);
  isolation: isolate;
}

.io-professional-final::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 1px;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(184, 132, 67, 0.3) 18%,
      rgba(184, 132, 67, 0.3) 82%,
      transparent 100%
    );
  pointer-events: none;
}

.io-professional-final::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 44px,
      rgba(88, 13, 41, 0.035) 45px,
      transparent 46px
    );
  pointer-events: none;
}

.io-professional-final-geometry {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.io-professional-final-geometry span {
  position: absolute;
  display: block;
  border: 1px solid rgba(184, 132, 67, 0.22);
  transform: rotate(45deg);
}

.io-professional-final-geometry span:nth-child(1) {
  top: -145px;
  right: 6%;
  width: 285px;
  height: 285px;
}

.io-professional-final-geometry span:nth-child(2) {
  top: 10px;
  right: 17%;
  width: 112px;
  height: 112px;
  border-color: rgba(88, 13, 41, 0.15);
}

.io-professional-final-geometry span:nth-child(3) {
  bottom: -152px;
  left: 5%;
  width: 270px;
  height: 270px;
  border-color: rgba(88, 13, 41, 0.14);
}

.io-professional-final-geometry span:nth-child(4) {
  bottom: 12%;
  left: 28%;
  width: 78px;
  height: 78px;
}

.io-professional-final-geometry span:nth-child(5) {
  top: 38%;
  right: 2%;
  width: 150px;
  height: 150px;
  border-color: rgba(88, 13, 41, 0.11);
}

.io-professional-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(62px, 8vw, 132px);
  align-items: center;
}

.io-professional-final-copy .io-section-eyebrow {
  margin-bottom: 18px;
  color: var(--io-service-wine);
  font-size: 12px;
}

.io-professional-final-copy h2 {
  max-width: 790px;
  margin: 0 0 26px;
  color: #142038;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 5vw, 74px);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.io-professional-final-copy > p:last-child {
  max-width: 700px;
  margin: 0;
  color: #55595d;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.78;
}

.io-professional-final-action {
  position: relative;
  padding: 46px 36px 46px 58px;
  background: rgba(255, 250, 243, 0.7);
  border: 1px solid rgba(184, 132, 67, 0.22);
  box-shadow: 0 20px 44px rgba(59, 37, 27, 0.09);
  backdrop-filter: blur(2px);
}

.io-professional-final-action::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background:
    linear-gradient(
      to bottom,
      var(--io-service-wine),
      var(--io-service-gold)
    );
}

.io-professional-final-action::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-top: 1px solid rgba(184, 132, 67, 0.42);
  border-right: 1px solid rgba(184, 132, 67, 0.42);
}

.io-professional-final-cta {
  display: inline-flex;
  min-height: 59px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 0 29px;
  background: var(--io-service-wine-dark);
  color: #fff8ee;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
}

.io-professional-final-cta:hover {
  background: var(--io-service-wine);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(88, 13, 41, 0.2);
}

.io-professional-final-action p {
  max-width: 370px;
  margin: 0;
  color: #67605a;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

/* =========================================================
   PROFESSIONAL FAQ AND CTA RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {
  .io-professional-faq {
    padding: 82px 0 90px;
  }

  .io-professional-faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .io-professional-faq-intro {
    position: static;
  }

  .io-professional-faq-intro > p:last-child {
    max-width: 680px;
  }

  .io-professional-final {
    padding: 84px 0 90px;
  }

  .io-professional-final::before {
    display: none;
  }

  .io-professional-final-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .io-professional-final-action {
    max-width: 620px;
    padding: 36px 34px 36px 42px;
  }
}

@media (max-width: 640px) {
  .io-professional-faq {
    padding: 64px 0 70px;
  }

  .io-professional-faq-layout {
    gap: 38px;
  }

  .io-professional-faq-intro h2 {
    font-size: 41px;
  }

  .io-professional-faq-list {
    padding: 0 20px;
  }

  .io-professional-faq-item summary {
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    gap: 12px;
    min-height: 0;
    padding: 22px 0;
  }

  .io-professional-faq-question {
    font-size: 23px;
  }

  .io-professional-faq-answer p {
    padding: 0 0 24px 42px;
    font-size: 16px;
  }

  .io-professional-final {
    padding: 66px 0 72px;
  }

  .io-professional-final-copy h2 {
    font-size: 44px;
  }

  .io-professional-final-copy > p:last-child {
    font-size: 17px;
  }

  .io-professional-final-action {
    padding: 34px 24px 34px 28px;
  }

  .io-professional-final-cta {
    width: 100%;
    min-height: 57px;
    padding: 0 18px;
    font-size: 11px;
    text-align: center;
  }

  .io-professional-final-geometry span:nth-child(2),
  .io-professional-final-geometry span:nth-child(4),
  .io-professional-final-geometry span:nth-child(5) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .io-professional-faq-symbol::before,
  .io-professional-faq-symbol::after,
  .io-professional-final-cta {
    transition: none;
  }
}

/* =========================================================
   CORPORATE GROOMING & PRESENCE WORKSHOPS
   ========================================================= */

.io-corporate-hero {
  position: relative;
  display: flex;
  min-height: 790px;
  align-items: stretch;
  overflow: hidden;
  margin: 0;
  background: #4a2d2b;
  isolation: isolate;
}

.io-corporate-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(55, 37, 34, 0.95) 0%,
      rgba(71, 47, 41, 0.84) 35%,
      rgba(100, 73, 59, 0.45) 58%,
      rgba(120, 92, 72, 0.04) 100%
    );
  pointer-events: none;
}

.io-corporate-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(30px, 7vw, 120px);
  bottom: 0;
  z-index: 1;
  width: 1px;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(190, 146, 78, 0.66) 18%,
      rgba(190, 146, 78, 0.18) 82%,
      transparent 100%
    );
  pointer-events: none;
}

.io-corporate-hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #5c4337;
}

.io-corporate-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(77, 49, 40, 0.02) 0%,
      rgba(77, 49, 40, 0) 58%,
      rgba(61, 37, 31, 0.16) 100%
    );
  pointer-events: none;
}

.io-corporate-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.002);
  transition:
    transform 1200ms cubic-bezier(.22, 1, .36, 1),
    filter 700ms ease;
}

.io-corporate-hero:hover .io-corporate-hero-media img {
  transform: scale(1.022);
  filter: saturate(0.98) contrast(1.05);
}

.io-corporate-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: transparent;
  pointer-events: none;
}

.io-corporate-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 790px) 120px;
  gap: clamp(50px, 7vw, 108px);
  align-items: stretch;
  justify-content: space-between;
  min-height: 790px;
  padding-top: 88px;
  padding-bottom: 88px;
}

.io-corporate-hero-copy {
  position: relative;
  align-self: center;
  max-width: 770px;
  padding-left: clamp(34px, 4.5vw, 68px);
}

.io-corporate-hero-copy::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(202, 164, 99, 0.92);
  transform: rotate(45deg);
}

.io-corporate-hero-copy .io-section-eyebrow {
  margin-bottom: 22px;
  color: #d1aa67;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.io-corporate-hero-copy h2 {
  max-width: 730px;
  margin: 0 0 30px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5.7vw, 84px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.io-corporate-hero-copy h2::after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  margin-top: 28px;
  background: rgba(202, 164, 99, 0.78);
}

.io-corporate-hero-copy .io-corporate-hero-lead {
  max-width: 690px;
  margin: 0 0 28px;
  color: #f0e4d4;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  line-height: 1.42;
}

.io-corporate-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 700px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.io-corporate-hero-pills li {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 17px;
  border: 1px solid rgba(211, 174, 112, 0.42);
  border-radius: 999px;
  background: rgba(78, 43, 40, 0.34);
  color: rgba(255, 248, 238, 0.93);
  font-family: "Lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}

.io-corporate-hero-copy .io-corporate-hero-closing {
  max-width: 665px;
  margin: 30px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(202, 164, 99, 0.3);
  color: #e5c69a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1.45;
}

.io-corporate-hero-cta {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0 31px;
  overflow: hidden;
  border: 1px solid rgba(202, 164, 99, 0.82);
  background: rgba(72, 42, 37, 0.3);
  color: #fff8ee;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 260ms ease,
    border-color 260ms ease,
    transform 260ms ease,
    box-shadow 260ms ease;
}

.io-corporate-hero-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--io-service-wine);
  transform: translateX(-101%);
  transition: transform 360ms cubic-bezier(.22, 1, .36, 1);
}

.io-corporate-hero-cta:hover {
  border-color: var(--io-service-wine);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
}

.io-corporate-hero-cta:hover::before {
  transform: translateX(0);
}

.io-corporate-hero-index {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  border-left: 1px solid rgba(255, 248, 238, 0.13);
  border-right: 1px solid rgba(255, 248, 238, 0.07);
  background: rgba(65, 40, 35, 0.18);
  backdrop-filter: blur(2px);
}

.io-corporate-hero-index::before,
.io-corporate-hero-index::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(202, 164, 99, 0.66);
  transform: translateX(-50%) rotate(45deg);
}

.io-corporate-hero-index::before {
  top: 28px;
}

.io-corporate-hero-index::after {
  bottom: 28px;
}

.io-corporate-hero-index span {
  color: rgba(255, 248, 238, 0.7);
  font-family: "Lato", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.io-corporate-hero-index span + span {
  margin-left: 15px;
}

/* =========================================================
   CORPORATE OPENING
   ========================================================= */

.io-corporate-opening {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 96px 0 100px;
  background:
    linear-gradient(135deg, #fbf4eb 0%, #f1e4d5 100%);
  color: var(--io-service-navy);
}

.io-corporate-opening::before {
  content: "";
  position: absolute;
  top: -155px;
  right: -110px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(184, 132, 67, 0.16);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-corporate-opening-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.78fr);
  gap: clamp(62px, 8vw, 126px);
  align-items: start;
}

.io-corporate-opening-copy .io-section-eyebrow,
.io-corporate-formats-intro .io-section-eyebrow,
.io-corporate-faq-intro .io-section-eyebrow,
.io-corporate-final-copy .io-section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.19em;
}

.io-corporate-opening-copy h2 {
  max-width: 710px;
  margin: 0 0 28px;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 5vw, 70px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.io-corporate-opening-copy .io-corporate-opening-lead {
  max-width: 690px;
  margin: 0;
  color: #4e423b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1.5;
}

.io-corporate-opening-aside {
  position: relative;
  margin-top: -12px;
  padding: 34px 34px 30px;
  overflow: hidden;
  border: 1px solid rgba(161, 112, 62, 0.18);
  background:
    linear-gradient(145deg, #fbf3e8 0%, #ead9c5 100%);
  box-shadow: 22px 28px 60px rgba(91, 63, 45, 0.12);
}

.io-corporate-opening-aside::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -74px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(143, 89, 48, 0.18);
  transform: rotate(45deg);
}

.io-corporate-opening-aside > p {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: var(--io-service-wine);
  font-family: "Lato", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.io-corporate-opening-aside ol {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.io-corporate-opening-aside li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 88px;
  padding: 18px 12px 17px 0;
  border-top: 1px solid rgba(104, 73, 57, 0.16);
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.18;
}

.io-corporate-opening-aside li:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid rgba(104, 73, 57, 0.14);
}

.io-corporate-opening-aside li span {
  color: var(--io-service-wine);
  font-family: "Lato", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

/* =========================================================
   BUILT FOR BUSINESS
   ========================================================= */

.io-corporate-formats {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 92px 0 98px;
  background:
    radial-gradient(circle at 90% 15%, rgba(184, 132, 67, 0.13), transparent 28%),
    linear-gradient(125deg, #5b0e2b 0%, #721237 56%, #391425 100%);
  color: #fff8ee;
}

.io-corporate-formats::before,
.io-corporate-formats::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(222, 184, 121, 0.13);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-corporate-formats::before {
  top: -150px;
  left: -110px;
  width: 310px;
  height: 310px;
}

.io-corporate-formats::after {
  right: -90px;
  bottom: -120px;
  width: 250px;
  height: 250px;
}

.io-corporate-formats-intro {
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 48px;
}

.io-corporate-formats-intro .io-section-eyebrow {
  margin: 0;
  color: #e0b66e;
}

.io-corporate-formats-intro h2 {
  max-width: 900px;
  margin: 0;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 4.8vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.io-corporate-formats-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 248, 238, 0.22);
  border-bottom: 1px solid rgba(255, 248, 238, 0.16);
}

.io-corporate-formats-list article {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  min-height: 190px;
  padding: 30px 26px 28px 0;
  border-bottom: 1px solid rgba(255, 248, 238, 0.15);
}

.io-corporate-formats-list article:nth-child(3n + 2),
.io-corporate-formats-list article:nth-child(3n + 3) {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 248, 238, 0.14);
}

.io-corporate-formats-list article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.io-corporate-formats-list article > span {
  padding-top: 5px;
  color: #e0b66e;
  font-family: "Lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.io-corporate-formats-list h3 {
  margin: 0 0 12px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.02;
}

.io-corporate-formats-list p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 248, 238, 0.72);
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

/* =========================================================
   CORPORATE FAQ
   ========================================================= */

.io-corporate-faq {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 102px 0 108px;
  background:
    linear-gradient(135deg, #f4eadf 0%, #eadaca 100%);
  color: var(--io-service-navy);
}

.io-corporate-faq::before {
  content: "";
  position: absolute;
  top: -130px;
  right: 7%;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(123, 20, 56, 0.1);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-corporate-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.18fr);
  gap: clamp(64px, 8vw, 128px);
  align-items: start;
}

.io-corporate-faq-intro h2 {
  max-width: 500px;
  margin: 0 0 24px;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.io-corporate-faq-intro > p:last-child {
  max-width: 480px;
  margin: 0;
  color: #5f5149;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.76;
}

.io-corporate-faq-list {
  border-top: 1px solid rgba(82, 47, 48, 0.22);
}

.io-corporate-faq-item {
  border-bottom: 1px solid rgba(82, 47, 48, 0.18);
}

.io-corporate-faq-item summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 20px 4px;
  cursor: pointer;
  list-style: none;
}

.io-corporate-faq-item summary::-webkit-details-marker {
  display: none;
}

.io-corporate-faq-number {
  color: var(--io-service-wine);
  font-family: "Lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.io-corporate-faq-question {
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.16;
}

.io-corporate-faq-symbol {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.io-corporate-faq-symbol::before,
.io-corporate-faq-symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--io-service-wine);
  transform: translate(-50%, -50%);
  transition: transform 240ms ease;
}

.io-corporate-faq-symbol::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.io-corporate-faq-item[open] .io-corporate-faq-symbol::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.io-corporate-faq-answer {
  padding: 0 54px 28px 60px;
}

.io-corporate-faq-answer p {
  max-width: 760px;
  margin: 0;
  color: #5c4e47;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.76;
}

/* =========================================================
   CORPORATE FINAL CTA
   ========================================================= */

.io-corporate-final {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 100px 0 106px;
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 132, 67, 0.12), transparent 28%),
    linear-gradient(126deg, #2b1a16 0%, #3b1820 48%, #681332 100%);
  color: #fff8ee;
}

.io-corporate-final::before {
  content: "";
  position: absolute;
  top: 0;
  right: 36%;
  bottom: 0;
  width: 1px;
  background: rgba(225, 190, 133, 0.18);
}

.io-corporate-final-geometry {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.io-corporate-final-geometry span {
  position: absolute;
  display: block;
  border: 1px solid rgba(225, 190, 133, 0.14);
  transform: rotate(45deg);
}

.io-corporate-final-geometry span:first-child {
  top: -120px;
  right: 7%;
  width: 250px;
  height: 250px;
}

.io-corporate-final-geometry span:last-child {
  bottom: -90px;
  left: 8%;
  width: 170px;
  height: 170px;
}

.io-corporate-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.68fr);
  gap: clamp(72px, 9vw, 142px);
  align-items: center;
}

.io-corporate-final-copy .io-section-eyebrow {
  color: #e0b66e;
}

.io-corporate-final-copy h2 {
  max-width: 700px;
  margin: 0 0 25px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.io-corporate-final-copy > p:last-child {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 248, 238, 0.76);
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.78;
}

.io-corporate-final-action {
  position: relative;
  padding-left: 48px;
}

.io-corporate-final-action::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(225, 190, 133, 0.58);
}

.io-corporate-final-cta {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 0 31px;
  background: #fff7ec;
  color: #5d102c;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 240ms ease,
    color 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
}

.io-corporate-final-cta:hover {
  background: #6b1536;
  color: #fff8ee;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.io-corporate-final-action p {
  max-width: 400px;
  margin: 0;
  color: rgba(255, 248, 238, 0.72);
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

/* =========================================================
   CORPORATE RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
  .io-corporate-hero,
  .io-corporate-hero-inner {
    min-height: 760px;
  }

  .io-corporate-hero-inner {
    grid-template-columns: minmax(0, 680px) 96px;
    gap: 44px;
  }

  .io-corporate-hero-copy {
    padding-left: 46px;
  }
}

@media (max-width: 1050px) {
  .io-corporate-opening-layout,
  .io-corporate-faq-layout,
  .io-corporate-final-layout {
    grid-template-columns: 1fr;
  }

  .io-corporate-opening-aside {
    max-width: 800px;
    margin-top: 0;
  }

  .io-corporate-formats-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .io-corporate-final::before {
    display: none;
  }

  .io-corporate-final-action {
    max-width: 620px;
    padding: 30px 0 0;
  }

  .io-corporate-final-action::before {
    top: 0;
    right: 0;
    bottom: auto;
    width: 76px;
    height: 1px;
  }
}

@media (max-width: 980px) {
  .io-corporate-hero {
    min-height: 780px;
  }

  .io-corporate-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(55, 37, 34, 0.94) 0%,
        rgba(73, 49, 42, 0.82) 53%,
        rgba(106, 78, 62, 0.25) 100%
      );
  }

  .io-corporate-hero-inner {
    grid-template-columns: minmax(0, 1fr) 78px;
    gap: 30px;
    min-height: 780px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .io-corporate-hero-copy {
    max-width: 670px;
    padding-left: 38px;
  }

  .io-corporate-hero-pills li {
    font-size: 10px;
  }

  .io-corporate-formats-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .io-corporate-formats-list article:nth-child(3n + 2),
  .io-corporate-formats-list article:nth-child(3n + 3) {
    padding-left: 0;
    border-left: 0;
  }

  .io-corporate-formats-list article:nth-child(even) {
    padding-left: 26px;
    border-left: 1px solid rgba(255, 248, 238, 0.14);
  }

  .io-corporate-formats-list article:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 248, 238, 0.15);
  }

  .io-corporate-formats-list article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .io-corporate-hero {
    min-height: auto;
    padding-top: 350px;
    background: #4a2d2b;
  }

  .io-corporate-hero::before {
    background:
      linear-gradient(
        0deg,
        rgba(55, 37, 34, 0.98) 0%,
        rgba(73, 49, 42, 0.94) 56%,
        rgba(106, 78, 62, 0.12) 100%
      );
  }

  .io-corporate-hero::after {
    top: 330px;
    right: auto;
    bottom: 34px;
    left: 16px;
  }

  .io-corporate-hero-media {
    height: 420px;
    bottom: auto;
  }

  .io-corporate-hero-media img {
    object-position: 66% center;
  }

  .io-corporate-hero-inner {
    display: block;
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 62px;
  }

  .io-corporate-hero-copy {
    max-width: none;
    padding-left: 25px;
  }

  .io-corporate-hero-copy h2 {
    font-size: 47px;
    line-height: 0.98;
  }

  .io-corporate-hero-copy .io-corporate-hero-lead {
    font-size: 23px;
  }

  .io-corporate-hero-pills {
    gap: 8px;
  }

  .io-corporate-hero-pills li {
    min-height: 38px;
    padding: 0 13px;
    font-size: 9px;
  }

  .io-corporate-hero-copy .io-corporate-hero-closing {
    font-size: 21px;
  }

  .io-corporate-hero-cta {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }

  .io-corporate-hero-index {
    display: flex;
    width: 100%;
    min-height: 0;
    margin-top: 40px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 248, 238, 0.1);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 248, 238, 0.1);
    border-left: 0;
  }

  .io-corporate-hero-index::before,
  .io-corporate-hero-index::after {
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%) rotate(45deg);
  }

  .io-corporate-hero-index::before {
    left: 4px;
  }

  .io-corporate-hero-index::after {
    right: 4px;
  }

  .io-corporate-hero-index span {
    font-size: 8px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .io-corporate-hero-index span + span {
    margin-left: 20px;
  }

  .io-corporate-opening,
  .io-corporate-formats,
  .io-corporate-faq,
  .io-corporate-final {
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .io-corporate-opening-copy h2,
  .io-corporate-formats-intro h2,
  .io-corporate-faq-intro h2,
  .io-corporate-final-copy h2 {
    font-size: 45px;
  }

  .io-corporate-opening-copy .io-corporate-opening-lead {
    font-size: 22px;
  }

  .io-corporate-opening-aside {
    padding: 28px 24px 26px;
  }

  .io-corporate-opening-aside ol {
    grid-template-columns: 1fr;
  }

  .io-corporate-opening-aside li,
  .io-corporate-opening-aside li:nth-child(even) {
    min-height: 0;
    padding: 16px 0;
    border-left: 0;
  }

  .io-corporate-formats-list {
    grid-template-columns: 1fr;
  }

  .io-corporate-formats-list article,
  .io-corporate-formats-list article:nth-child(even),
  .io-corporate-formats-list article:nth-child(3n + 2),
  .io-corporate-formats-list article:nth-child(3n + 3) {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 248, 238, 0.15);
    border-left: 0;
  }

  .io-corporate-formats-list article:last-child {
    border-bottom: 0;
  }

  .io-corporate-formats-list h3 {
    font-size: 28px;
  }

  .io-corporate-formats-list p {
    font-size: 16px;
  }

  .io-corporate-faq-item summary {
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 84px;
  }

  .io-corporate-faq-question {
    font-size: 23px;
  }

  .io-corporate-faq-answer {
    padding: 0 28px 24px 46px;
  }

  .io-corporate-faq-answer p,
  .io-corporate-faq-intro > p:last-child,
  .io-corporate-final-copy > p:last-child {
    font-size: 16px;
  }

  .io-corporate-final-action {
    padding-top: 26px;
  }

  .io-corporate-final-cta {
    width: 100%;
    padding: 0 18px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .io-corporate-hero-media img,
  .io-corporate-hero-cta,
  .io-corporate-hero-cta::before,
  .io-corporate-faq-symbol::before,
  .io-corporate-faq-symbol::after,
  .io-corporate-final-cta {
    transition: none;
  }
}

/* =========================================================
   WEDDING & OCCASION STYLING
   ========================================================= */

.io-wedding-hero,
.io-wedding-introductions,
.io-wedding-couple,
.io-wedding-events,
.io-wedding-details,
.io-wedding-family,
.io-wedding-occasion,
.io-wedding-faq,
.io-wedding-final,
.io-wedding-hero *,
.io-wedding-introductions *,
.io-wedding-couple *,
.io-wedding-events *,
.io-wedding-details *,
.io-wedding-family *,
.io-wedding-occasion *,
.io-wedding-faq *,
.io-wedding-final * {
  box-sizing: border-box;
}

.io-wedding-hero figure,
.io-wedding-introductions figure,
.io-wedding-couple figure,
.io-wedding-events figure,
.io-wedding-family figure,
.io-wedding-occasion figure {
  margin: 0;
}

.io-wedding-hero img,
.io-wedding-introductions img,
.io-wedding-couple img,
.io-wedding-events img,
.io-wedding-family img,
.io-wedding-occasion img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.io-wedding-hero .io-section-eyebrow,
.io-wedding-introductions .io-section-eyebrow,
.io-wedding-couple .io-section-eyebrow,
.io-wedding-events .io-section-eyebrow,
.io-wedding-details .io-section-eyebrow,
.io-wedding-family .io-section-eyebrow,
.io-wedding-occasion .io-section-eyebrow,
.io-wedding-faq .io-section-eyebrow,
.io-wedding-final .io-section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.19em;
}

/* HERO */

.io-wedding-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #2b1718;
}

.io-wedding-hero::before,
.io-wedding-hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.io-wedding-hero::before {
  top: -120px;
  left: -90px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(184, 132, 67, 0.18);
  transform: rotate(45deg);
}

.io-wedding-hero::after {
  right: 7%;
  bottom: -84px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(184, 132, 67, 0.2);
  transform: rotate(45deg);
}

.io-wedding-hero-media {
  position: absolute;
  inset: 0;
}

.io-wedding-hero-media img {
  object-position: 64% center;
}

.io-wedding-hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(42, 22, 22, 0.98) 0%,
      rgba(65, 23, 36, 0.94) 35%,
      rgba(87, 28, 47, 0.65) 53%,
      rgba(49, 27, 25, 0.18) 69%,
      rgba(49, 27, 25, 0) 82%
    );
}

.io-wedding-hero-inner {
  display: flex;
  min-height: 760px;
  align-items: center;
}

.io-wedding-hero-copy {
  position: relative;
  z-index: 4;
  width: min(640px, 57%);
  padding: 92px 0 82px;
}

.io-wedding-hero-copy .io-section-eyebrow {
  color: #d9ad68;
}

.io-wedding-hero-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5.7vw, 84px);
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: -0.045em;
}

.io-wedding-hero-lead {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(255, 248, 238, 0.9);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1.38;
}

.io-wedding-hero-pills,
.io-wedding-family-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.io-wedding-hero-pills li,
.io-wedding-family-pills li {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(218, 177, 111, 0.5);
  border-radius: 999px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.io-wedding-hero-pills li {
  background: rgba(64, 24, 35, 0.48);
  color: #fff8ee;
}

.io-wedding-hero-cta,
.io-wedding-final-cta {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid var(--io-service-gold);
  background: var(--io-service-gold);
  color: #fffaf3;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.io-wedding-hero-cta {
  margin-top: 30px;
}

.io-wedding-hero-cta:hover,
.io-wedding-final-cta:hover {
  background: var(--io-service-wine-dark);
  color: #fffaf3;
  transform: translateY(-2px);
}

.io-wedding-hero-index {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 28px;
  display: flex;
  min-height: 360px;
  align-items: center;
  gap: 24px;
  padding: 22px 14px;
  border-right: 1px solid rgba(184, 132, 67, 0.45);
  border-left: 1px solid rgba(184, 132, 67, 0.24);
  transform: translateY(-50%);
}

.io-wedding-hero-index span {
  color: rgba(255, 248, 238, 0.84);
  font-family: "Lato", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* BEFORE THE ENGAGEMENT */

.io-wedding-introductions {
  position: relative;
  overflow: hidden;
  padding: 100px 0 110px;
  background:
    linear-gradient(135deg, #fffaf3 0%, #f8eee2 62%, #f2e3d4 100%);
}

.io-wedding-introductions::after {
  content: "";
  position: absolute;
  top: 80px;
  right: -90px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(184, 132, 67, 0.16);
  transform: rotate(45deg);
}

.io-wedding-section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}

.io-wedding-section-header .io-section-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -44px;
}

.io-wedding-section-header h2,
.io-wedding-couple-header h2,
.io-wedding-events-intro h2,
.io-wedding-details-header h2,
.io-wedding-family-copy h2,
.io-wedding-occasion-copy h2,
.io-wedding-faq-intro h2,
.io-wedding-final-copy h2 {
  margin: 0;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.io-wedding-section-header h2 {
  font-size: clamp(52px, 5vw, 72px);
  line-height: 0.96;
}

.io-wedding-section-header > p:last-child,
.io-wedding-couple-header > p,
.io-wedding-events-intro > p:last-child,
.io-wedding-details-header > p:last-child,
.io-wedding-faq-intro > p:last-child {
  margin: 0;
  color: #64564e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.48;
}

.io-wedding-section-header > p:last-child {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding-left: clamp(42px, 4vw, 70px);
  border-left: 1px solid rgba(184, 132, 67, 0.5);
}

.io-wedding-introductions-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(420px, 1.06fr) minmax(250px, 0.72fr);
  grid-template-rows: 220px 330px;
  gap: 22px;
  align-items: stretch;
}

.io-wedding-introduction-primary {
  grid-row: 1 / 3;
  min-height: 572px;
}

.io-wedding-introduction-secondary {
  grid-column: 2;
  grid-row: 2;
}

.io-wedding-introduction-image {
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(64, 41, 30, 0.14);
}

.io-wedding-introduction-image img {
  transition: transform 600ms ease;
}

.io-wedding-introduction-image:hover img {
  transform: scale(1.025);
}

.io-wedding-introduction-copy {
  grid-column: 2 / 4;
  grid-row: 1;
  position: relative;
  padding: 36px 40px;
  background: rgba(255, 251, 245, 0.96);
  border-top: 1px solid rgba(184, 132, 67, 0.44);
  box-shadow: 0 18px 44px rgba(64, 41, 30, 0.1);
}

.io-wedding-section-number,
.io-wedding-person-copy > span:first-child,
.io-wedding-events-list article > span,
.io-wedding-details-grid article > span,
.io-wedding-faq-number {
  color: var(--io-service-gold);
  font-family: "Lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.io-wedding-introduction-copy h3,
.io-wedding-person-copy h3,
.io-wedding-events-list h3,
.io-wedding-details-grid h3 {
  margin: 10px 0 0;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.io-wedding-introduction-copy h3 {
  font-size: 39px;
  line-height: 1;
}

.io-wedding-introduction-copy > p {
  max-width: 700px;
  margin: 18px 0 0;
  color: #61544c;
  font-size: 17px;
  line-height: 1.72;
}

.io-wedding-introduction-points,
.io-wedding-occasion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.io-wedding-introduction-points span,
.io-wedding-occasion-list span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(123, 20, 56, 0.22);
  border-radius: 999px;
  color: var(--io-service-wine-dark);
  font-family: "Lato", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.io-wedding-introduction-note {
  grid-column: 3;
  grid-row: 2;
  display: flex;
  min-height: 330px;
  align-items: flex-end;
  padding: 34px 30px;
  background:
    linear-gradient(145deg, var(--io-service-wine-dark) 0%, #7b1438 100%);
  color: #fff7ed;
}

.io-wedding-introduction-note p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1.35;
}

/* BRIDE AND GROOM */

.io-wedding-couple {
  padding: 104px 0 120px;
  background:
    linear-gradient(145deg, #451024 0%, #5b102e 52%, #6f1438 100%);
}

.io-wedding-couple-header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 62px;
}

.io-wedding-couple-header .io-section-eyebrow {
  color: #d9ad68;
}

.io-wedding-couple-header h2 {
  color: #fff8ee;
  font-size: clamp(52px, 5vw, 72px);
  line-height: 0.96;
}

.io-wedding-couple-header > p {
  color: rgba(255, 248, 238, 0.76);
}

.io-wedding-couple-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.io-wedding-person {
  position: relative;
  min-width: 0;
}

.io-wedding-person figure {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.io-wedding-person img {
  object-position: center top;
  transition: transform 650ms ease;
}

.io-wedding-person:hover img {
  transform: scale(1.025);
}

.io-wedding-person-copy {
  position: relative;
  z-index: 2;
  width: calc(100% - 48px);
  margin: -82px 0 0 24px;
  padding: 34px 34px 36px;
  background: #fff9f0;
  box-shadow: 0 22px 44px rgba(63, 15, 31, 0.22);
}

.io-wedding-groom .io-wedding-person-copy {
  margin-right: 24px;
  margin-left: 0;
}

.io-wedding-person-label {
  margin: 8px 0 0;
  color: var(--io-service-wine);
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.io-wedding-person-copy h3 {
  font-size: 41px;
  line-height: 1;
}

.io-wedding-person-copy > p:last-child {
  margin: 18px 0 0;
  color: #5e5149;
  font-size: 17px;
  line-height: 1.7;
}

/* EVENTS */

.io-wedding-events {
  padding: 100px 0 112px;
  background: #fffaf3;
}

.io-wedding-events-visual {
  position: relative;
  height: 500px;
  overflow: hidden;
  box-shadow: 0 20px 52px rgba(64, 41, 30, 0.13);
}

.io-wedding-events-visual img {
  object-position: center 42%;
}

.io-wedding-events-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 340px;
  padding: 28px 32px;
  background: rgba(91, 16, 46, 0.96);
}

.io-wedding-events-visual figcaption span {
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.12;
}

.io-wedding-events-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  padding-top: 70px;
}

.io-wedding-events-intro h2 {
  font-size: clamp(48px, 4.7vw, 68px);
  line-height: 0.96;
}

.io-wedding-events-intro > p:last-child {
  margin-top: 24px;
}

.io-wedding-events-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--io-service-line);
  border-left: 1px solid var(--io-service-line);
}

.io-wedding-events-list article {
  min-height: 190px;
  padding: 28px 28px 30px;
  border-right: 1px solid var(--io-service-line);
  border-bottom: 1px solid var(--io-service-line);
  background: rgba(255, 255, 255, 0.3);
}

.io-wedding-events-list h3 {
  font-size: 28px;
  line-height: 1.08;
}

.io-wedding-events-list p {
  margin: 14px 0 0;
  color: #685b52;
  font-size: 16px;
  line-height: 1.55;
}

/* DETAILS */

.io-wedding-details {
  position: relative;
  overflow: hidden;
  padding: 102px 0 116px;
  background:
    linear-gradient(135deg, #671032 0%, #7b1438 48%, #5d0d2c 100%);
  color: #fff8ee;
}

.io-wedding-details::before {
  content: "";
  position: absolute;
  top: -140px;
  right: 7%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(218, 177, 111, 0.17);
  transform: rotate(45deg);
}

.io-wedding-details-header {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.56fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 62px;
}

.io-wedding-details-header .io-section-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -44px;
  color: #e0b66d;
}

.io-wedding-details-header h2 {
  color: #fff8ee;
  font-size: clamp(52px, 5vw, 72px);
  line-height: 0.96;
}

.io-wedding-details-header > p:last-child {
  color: rgba(255, 248, 238, 0.78);
}

.io-wedding-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 248, 238, 0.17);
  border: 1px solid rgba(255, 248, 238, 0.17);
}

.io-wedding-details-grid article {
  min-height: 226px;
  padding: 32px 30px;
  background: rgba(93, 13, 44, 0.72);
  transition: background 180ms ease, transform 180ms ease;
}

.io-wedding-details-grid article:nth-child(2),
.io-wedding-details-grid article:nth-child(5) {
  transform: translateY(18px);
}

.io-wedding-details-grid article:hover {
  background: rgba(71, 10, 33, 0.92);
}

.io-wedding-details-grid h3 {
  color: #fff8ee;
  font-size: 29px;
  line-height: 1.08;
}

.io-wedding-details-grid p {
  margin: 16px 0 0;
  color: rgba(255, 248, 238, 0.74);
  font-size: 16px;
  line-height: 1.62;
}

/* FAMILY */

.io-wedding-family {
  padding: 112px 0;
  background: #f7eee3;
}

.io-wedding-family-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.74fr);
  gap: 0;
  align-items: stretch;
}

.io-wedding-family-image {
  min-height: 650px;
  overflow: hidden;
}

.io-wedding-family-image img {
  object-position: center 42%;
}

.io-wedding-family-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px;
  background:
    linear-gradient(145deg, #4b1027 0%, #651131 58%, #74143a 100%);
  color: #fff8ee;
}

.io-wedding-family-copy::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 56px;
  height: 56px;
  border-top: 1px solid rgba(218, 177, 111, 0.55);
  border-right: 1px solid rgba(218, 177, 111, 0.55);
}

.io-wedding-family-copy .io-section-eyebrow {
  color: #d9ad68;
}

.io-wedding-family-copy h2 {
  color: #fff8ee;
  font-size: clamp(50px, 4.7vw, 68px);
  line-height: 0.96;
}

.io-wedding-family-lead {
  margin: 26px 0 0;
  color: rgba(255, 248, 238, 0.82);
  font-size: 18px;
  line-height: 1.72;
}

.io-wedding-family-pills li {
  border-color: rgba(218, 177, 111, 0.42);
  color: #fff8ee;
}

/* BEYOND THE WEDDING */

.io-wedding-occasion {
  padding: 106px 0 116px;
  background: #fffaf3;
}

.io-wedding-occasion-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 0.78fr);
  gap: 84px;
  align-items: center;
}

.io-wedding-occasion-copy h2 {
  font-size: clamp(52px, 5vw, 72px);
  line-height: 0.96;
}

.io-wedding-occasion-lead {
  max-width: 600px;
  margin: 26px 0 0;
  color: #61544c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.48;
}

.io-wedding-occasion-list {
  margin-top: 30px;
}

.io-wedding-occasion-list span {
  min-height: 39px;
  font-size: 11px;
}

.io-wedding-occasion-image {
  position: relative;
  height: 620px;
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(64, 41, 30, 0.15);
}

.io-wedding-occasion-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(255, 248, 238, 0.56);
  pointer-events: none;
}

/* FAQ */

.io-wedding-faq {
  padding: 102px 0 112px;
  background: #f2e6d7;
}

.io-wedding-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 82px;
  align-items: start;
}

.io-wedding-faq-intro {
  position: sticky;
  top: 110px;
}

.io-wedding-faq-intro h2 {
  font-size: clamp(48px, 4.6vw, 66px);
  line-height: 0.98;
}

.io-wedding-faq-intro > p:last-child {
  margin-top: 24px;
}

.io-wedding-faq-list {
  border-top: 1px solid rgba(92, 70, 46, 0.22);
}

.io-wedding-faq-item {
  border-bottom: 1px solid rgba(92, 70, 46, 0.22);
}

.io-wedding-faq-item summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}

.io-wedding-faq-item summary::-webkit-details-marker {
  display: none;
}

.io-wedding-faq-question {
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

.io-wedding-faq-symbol {
  position: relative;
  width: 24px;
  height: 24px;
}

.io-wedding-faq-symbol::before,
.io-wedding-faq-symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--io-service-wine);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.io-wedding-faq-symbol::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.io-wedding-faq-item[open] .io-wedding-faq-symbol::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.io-wedding-faq-answer {
  padding: 0 52px 26px 58px;
}

.io-wedding-faq-answer p {
  max-width: 760px;
  margin: 0;
  color: #62554d;
  font-size: 17px;
  line-height: 1.72;
}

/* FINAL */

.io-wedding-final {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    linear-gradient(118deg, #4b1027 0%, #6e1235 54%, #821743 100%);
}

.io-wedding-final-geometry {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.io-wedding-final-geometry span {
  position: absolute;
  border: 1px solid rgba(218, 177, 111, 0.18);
  transform: rotate(45deg);
}

.io-wedding-final-geometry span:first-child {
  top: -100px;
  right: 12%;
  width: 260px;
  height: 260px;
}

.io-wedding-final-geometry span:last-child {
  bottom: -110px;
  left: 5%;
  width: 220px;
  height: 220px;
}

.io-wedding-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 80px;
  align-items: center;
}

.io-wedding-final-copy .io-section-eyebrow {
  color: #e0b66d;
}

.io-wedding-final-copy h2 {
  color: #fff8ee;
  font-size: clamp(52px, 5vw, 72px);
  line-height: 0.96;
}

.io-wedding-final-copy p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 248, 238, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.io-wedding-final-action {
  position: relative;
  z-index: 2;
}

.io-wedding-final-cta {
  min-width: 310px;
  background: #fff8ee;
  color: var(--io-service-wine-dark);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .io-wedding-hero-copy {
    width: 62%;
  }

  .io-wedding-introductions-grid {
    grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1fr) minmax(220px, 0.68fr);
  }

  .io-wedding-family-copy {
    padding: 52px 44px;
  }
}

@media (max-width: 900px) {
  .io-wedding-hero,
  .io-wedding-hero-inner {
    min-height: 700px;
  }

  .io-wedding-hero-media img {
    object-position: 68% center;
  }

  .io-wedding-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(42, 22, 22, 0.98) 0%,
        rgba(69, 23, 38, 0.92) 48%,
        rgba(69, 23, 38, 0.45) 69%,
        rgba(49, 27, 25, 0.06) 90%
      );
  }

  .io-wedding-hero-copy {
    width: 68%;
  }

  .io-wedding-section-header,
  .io-wedding-couple-header,
  .io-wedding-details-header,
  .io-wedding-events-layout,
  .io-wedding-faq-layout,
  .io-wedding-final-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .io-wedding-section-header .io-section-eyebrow,
  .io-wedding-details-header .io-section-eyebrow {
    margin-bottom: 0;
  }

  .io-wedding-section-header > p:last-child {
    display: block;
    padding-left: 0;
    border-left: 0;
  }

  .io-wedding-introductions-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .io-wedding-introduction-primary {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .io-wedding-introduction-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .io-wedding-introduction-secondary {
    grid-column: 2;
    grid-row: 2;
    min-height: 300px;
  }

  .io-wedding-introduction-note {
    grid-column: 1 / -1;
    grid-row: 3;
    min-height: auto;
  }

  .io-wedding-couple-grid,
  .io-wedding-details-grid,
  .io-wedding-family-layout,
  .io-wedding-occasion-layout {
    grid-template-columns: 1fr;
  }

  .io-wedding-couple-grid {
    gap: 64px;
  }

  .io-wedding-person figure {
    aspect-ratio: 4 / 4.7;
  }

  .io-wedding-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .io-wedding-details-grid article:nth-child(2),
  .io-wedding-details-grid article:nth-child(5) {
    transform: none;
  }

  .io-wedding-family-image,
  .io-wedding-occasion-image {
    min-height: 520px;
    height: 520px;
  }

  .io-wedding-occasion-layout {
    gap: 52px;
  }

  .io-wedding-faq-intro {
    position: static;
  }

  .io-wedding-final-action {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .io-wedding-hero {
    min-height: 790px;
  }

  .io-wedding-hero-inner {
    min-height: 790px;
    align-items: flex-end;
  }

  .io-wedding-hero-media img {
    object-position: 66% top;
  }

  .io-wedding-hero-overlay {
    background:
      linear-gradient(
        0deg,
        rgba(42, 22, 22, 0.99) 0%,
        rgba(72, 24, 40, 0.93) 48%,
        rgba(72, 24, 40, 0.35) 75%,
        rgba(72, 24, 40, 0.04) 100%
      );
  }

  .io-wedding-hero-copy {
    width: 100%;
    padding: 310px 0 48px;
  }

  .io-wedding-hero-copy h2 {
    font-size: 52px;
  }

  .io-wedding-hero-lead {
    font-size: 21px;
  }

  .io-wedding-hero-pills li {
    min-height: 35px;
    padding: 0 12px;
    font-size: 9px;
  }

  .io-wedding-hero-index {
    display: none;
  }

  .io-wedding-introductions,
  .io-wedding-couple,
  .io-wedding-events,
  .io-wedding-details,
  .io-wedding-family,
  .io-wedding-occasion,
  .io-wedding-faq {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .io-wedding-introductions-grid,
  .io-wedding-couple-grid,
  .io-wedding-events-list,
  .io-wedding-details-grid {
    grid-template-columns: 1fr;
  }

  .io-wedding-introduction-primary,
  .io-wedding-introduction-copy,
  .io-wedding-introduction-secondary,
  .io-wedding-introduction-note {
    grid-column: 1;
    grid-row: auto;
  }

  .io-wedding-introduction-primary {
    min-height: 510px;
  }

  .io-wedding-introduction-secondary {
    min-height: 330px;
  }

  .io-wedding-introduction-copy {
    padding: 30px 26px;
  }

  .io-wedding-couple-header,
  .io-wedding-section-header {
    margin-bottom: 42px;
  }

  .io-wedding-person figure {
    aspect-ratio: 4 / 5;
  }

  .io-wedding-person-copy,
  .io-wedding-groom .io-wedding-person-copy {
    width: calc(100% - 24px);
    margin: -50px 12px 0;
    padding: 28px 24px 30px;
  }

  .io-wedding-events-visual {
    height: 390px;
  }

  .io-wedding-events-visual figcaption {
    max-width: 280px;
    padding: 20px 22px;
  }

  .io-wedding-events-list article,
  .io-wedding-details-grid article {
    min-height: auto;
  }

  .io-wedding-family-image,
  .io-wedding-occasion-image {
    min-height: 460px;
    height: 460px;
  }

  .io-wedding-family-copy {
    padding: 44px 28px;
  }

  .io-wedding-faq-item summary {
    grid-template-columns: 32px minmax(0, 1fr) 24px;
    min-height: 82px;
  }

  .io-wedding-faq-question {
    font-size: 23px;
  }

  .io-wedding-faq-answer {
    padding-right: 24px;
    padding-left: 48px;
  }

  .io-wedding-final {
    padding: 72px 0;
  }

  .io-wedding-final-cta {
    min-width: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .io-wedding-hero-cta,
  .io-wedding-final-cta,
  .io-wedding-introduction-image img,
  .io-wedding-person img,
  .io-wedding-faq-symbol::before,
  .io-wedding-faq-symbol::after {
    transition: none;
  }
}

/* =========================================================
   CONFIDENCE & COMMUNICATION COACHING
   ========================================================= */

.io-confidence-hero,
.io-confidence-opening,
.io-confidence-keynote,
.io-confidence-signals,
.io-confidence-private,
.io-confidence-faq,
.io-confidence-final {
  box-sizing: border-box;
}

.io-confidence-hero *,
.io-confidence-opening *,
.io-confidence-keynote *,
.io-confidence-signals *,
.io-confidence-private *,
.io-confidence-faq *,
.io-confidence-final * {
  box-sizing: border-box;
}

.io-confidence-hero figure,
.io-confidence-keynote figure,
.io-confidence-signals figure,
.io-confidence-final figure {
  margin: 0;
}

.io-confidence-hero img,
.io-confidence-keynote img,
.io-confidence-signals img,
.io-confidence-final img {
  display: block;
  width: 100%;
}

.io-confidence-hero .io-section-eyebrow,
.io-confidence-opening .io-section-eyebrow,
.io-confidence-keynote .io-section-eyebrow,
.io-confidence-signals .io-section-eyebrow,
.io-confidence-private .io-section-eyebrow,
.io-confidence-faq .io-section-eyebrow,
.io-confidence-final .io-section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.19em;
}

/* =========================================================
   HERO
   ========================================================= */

.io-confidence-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 94px 0 106px;
  background:
    radial-gradient(circle at 78% 16%, rgba(225, 190, 133, 0.12), transparent 31%),
    linear-gradient(135deg, #671230 0%, #430b22 100%);
  color: #fff8ef;
}

.io-confidence-hero::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(225, 190, 133, 0.15);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-confidence-hero::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: -165px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 248, 239, 0.08);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-confidence-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.76fr);
  gap: clamp(62px, 8vw, 132px);
  align-items: center;
}

.io-confidence-hero-copy {
  position: relative;
  max-width: 780px;
  padding-left: clamp(32px, 4.4vw, 66px);
}

.io-confidence-hero-copy::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(225, 190, 133, 0.94);
  transform: rotate(45deg);
}

.io-confidence-hero-copy .io-section-eyebrow {
  margin-bottom: 22px;
  color: #e4c18a;
}

.io-confidence-hero-copy h2 {
  max-width: 790px;
  margin: 0 0 30px;
  color: #fff8ef;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5.9vw, 84px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.io-confidence-hero-copy h2::after {
  content: "";
  display: block;
  width: 94px;
  height: 1px;
  margin-top: 30px;
  background: rgba(225, 190, 133, 0.74);
}

.io-confidence-hero-lead {
  max-width: 720px;
  margin: 0 0 28px;
  color: #f4e5d3;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.38;
}

.io-confidence-hero-pills,
.io-confidence-private-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.io-confidence-hero-pills {
  max-width: 730px;
  margin-bottom: 8px;
}

.io-confidence-hero-pills li {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(225, 190, 133, 0.38);
  border-radius: 999px;
  background: rgba(44, 8, 23, 0.22);
  color: rgba(255, 248, 239, 0.94);
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.io-confidence-hero-cta {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0 32px;
  overflow: hidden;
  border: 1px solid rgba(225, 190, 133, 0.82);
  background: rgba(44, 8, 23, 0.18);
  color: #fff8ef;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 240ms ease, color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.io-confidence-hero-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff8ef;
  transform: translateX(-101%);
  transition: transform 360ms cubic-bezier(.22, 1, .36, 1);
}

.io-confidence-hero-cta:hover {
  border-color: #fff8ef;
  color: #5b102c;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.io-confidence-hero-cta:hover::before {
  transform: translateX(0);
}

.io-confidence-hero-image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #d6c7bb;
  box-shadow: 0 36px 72px rgba(24, 5, 14, 0.34);
}

.io-confidence-hero-image::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 2;
  border: 1px solid rgba(255, 248, 239, 0.45);
  pointer-events: none;
}

.io-confidence-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 61%, rgba(31, 12, 23, 0.58) 100%);
  pointer-events: none;
}

.io-confidence-hero-image img {
  height: 760px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.96) contrast(1.02);
  transition: transform 1000ms cubic-bezier(.22, 1, .36, 1), filter 500ms ease;
}

.io-confidence-hero-image:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.04);
}

.io-confidence-hero-image figcaption {
  position: absolute;
  right: 38px;
  bottom: 38px;
  left: 38px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 248, 239, 0.55);
}

.io-confidence-hero-image figcaption span {
  color: #fff8ef;
  font-family: "Lato", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

/* =========================================================
   OPENING
   ========================================================= */

.io-confidence-opening {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 116px 0 122px;
  background: #f7efe5;
}

.io-confidence-opening::after {
  content: "";
  position: absolute;
  top: -130px;
  right: -120px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(184, 132, 67, 0.14);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-confidence-opening-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.68fr);
  gap: clamp(70px, 9vw, 145px);
  align-items: end;
}

.io-confidence-opening-heading h2 {
  max-width: 770px;
  margin: 0;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 5.3vw, 78px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.io-confidence-opening-copy {
  padding-left: 34px;
  border-left: 1px solid rgba(184, 132, 67, 0.58);
}

.io-confidence-opening-copy p {
  max-width: 650px;
  margin: 0 0 19px;
  color: #5f5853;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.io-confidence-opening-copy .io-confidence-opening-lead {
  color: #263349;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  line-height: 1.4;
}

/* =========================================================
   HIGH-VISIBILITY MOMENTS
   ========================================================= */

.io-confidence-keynote {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  margin: 0;
  background: #2b1720;
}

.io-confidence-keynote-image {
  position: absolute;
  inset: 0;
}

.io-confidence-keynote-image img {
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  transform: scale(1.06);
  transition: transform 1200ms cubic-bezier(.22, 1, .36, 1);
}

.io-confidence-keynote:hover .io-confidence-keynote-image img {
  transform: scale(1.08);
}

.io-confidence-keynote-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(41, 12, 24, 0.90) 0%, rgba(46, 18, 29, 0.75) 36%, rgba(34, 20, 27, 0.16) 72%, transparent 100%),
    linear-gradient(180deg, rgba(25, 16, 21, 0.08), rgba(25, 16, 21, 0.34));
}

.io-confidence-keynote::after {
  content: "";
  position: absolute;
  top: 48px;
  left: 48px;
  width: 124px;
  height: 124px;
  border-top: 1px solid rgba(225, 190, 133, 0.42);
  border-left: 1px solid rgba(225, 190, 133, 0.42);
  pointer-events: none;
}

.io-confidence-keynote-inner {
  display: flex;
  min-height: 780px;
  align-items: center;
}

.io-confidence-keynote-copy {
  position: relative;
  width: min(560px, 43vw);
  max-width: 560px;
  padding: 50px 54px 54px;
  background: rgba(69, 10, 33, 0.86);
  border-left: 2px solid rgba(225, 190, 133, 0.82);
  box-shadow: 24px 28px 68px rgba(20, 7, 13, 0.30);
  backdrop-filter: blur(2px);
}

.io-confidence-keynote-copy .io-section-eyebrow {
  color: #e4c18a;
}

.io-confidence-keynote-copy h2 {
  max-width: 475px;
  margin: 0 0 27px;
  color: #fff8ef;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 4.4vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.io-confidence-keynote-copy p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 248, 239, 0.88);
  font-family: "Lato", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.72;
}

/* =========================================================
   WHAT CHANGES
   ========================================================= */

.io-confidence-signals {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 122px 0 136px;
  background: #fffaf3;
}

.io-confidence-signals-header {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.54fr);
  column-gap: clamp(60px, 8vw, 126px);
  align-items: end;
  margin-bottom: 74px;
}

.io-confidence-signals-header .io-section-eyebrow {
  grid-column: 1 / -1;
}

.io-confidence-signals-header h2 {
  max-width: 800px;
  margin: 0;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 5.4vw, 80px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.io-confidence-signals-header > p:last-child {
  max-width: 510px;
  margin: 0 0 5px;
  padding-left: 30px;
  border-left: 1px solid rgba(184, 132, 67, 0.55);
  color: #5f5853;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.io-confidence-signals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 38px);
  align-items: start;
}

.io-confidence-signal {
  position: relative;
  overflow: hidden;
  background: #f5ebdf;
  border: 1px solid rgba(21, 35, 59, 0.10);
}

.io-confidence-signal:nth-child(2) {
  margin-top: 58px;
}

.io-confidence-signal:nth-child(3) {
  margin-top: 116px;
}

.io-confidence-signal figure {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #d7c8bb;
}

.io-confidence-signal figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(31, 18, 25, 0.24) 100%);
  pointer-events: none;
}

.io-confidence-signal img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.95) contrast(1.03);
  transition: transform 950ms cubic-bezier(.22, 1, .36, 1), filter 500ms ease;
}

.io-confidence-signal:hover img {
  transform: scale(1.026);
  filter: saturate(1) contrast(1.04);
}

.io-confidence-signal-copy {
  position: relative;
  min-height: 350px;
  padding: 38px 35px 42px;
}

.io-confidence-signal-copy::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  border-right: 1px solid rgba(184, 132, 67, 0.32);
  border-bottom: 1px solid rgba(184, 132, 67, 0.32);
}

.io-confidence-signal-copy > span {
  display: block;
  margin-bottom: 20px;
  color: var(--io-service-gold);
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.io-confidence-signal-label {
  margin: 0 0 13px !important;
  color: var(--io-service-wine) !important;
  font-family: "Lato", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.io-confidence-signal-copy h3 {
  margin: 0 0 18px;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.io-confidence-signal-copy p {
  margin: 0;
  color: #5f5853;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.76;
}

/* =========================================================
   ENTIRELY PERSONAL
   ========================================================= */

.io-confidence-private {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 124px 0 132px;
  background:
    radial-gradient(circle at 76% 17%, rgba(226, 188, 126, 0.14), transparent 24%),
    radial-gradient(circle at 7% 100%, rgba(142, 27, 72, 0.46), transparent 34%),
    linear-gradient(118deg, #74133f 0%, #681037 43%, #55102f 72%, #450c29 100%);
  color: #fff8ef;
  isolation: isolate;
}

.io-confidence-private::before {
  content: "?";
  position: absolute;
  z-index: 0;
  top: -96px;
  right: clamp(26px, 6vw, 112px);
  color: rgba(230, 194, 137, 0.10);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(300px, 29vw, 470px);
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}

.io-confidence-private::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(135deg, transparent 0 15%, rgba(232, 198, 146, 0.11) 15.07% 15.16%, transparent 15.23% 100%),
    linear-gradient(45deg, transparent 0 76%, rgba(232, 198, 146, 0.09) 76.07% 76.16%, transparent 76.23% 100%),
    radial-gradient(circle at 88% 75%, transparent 0 116px, rgba(232, 198, 146, 0.11) 117px 118px, transparent 119px),
    radial-gradient(circle at 88% 75%, transparent 0 174px, rgba(232, 198, 146, 0.07) 175px 176px, transparent 177px);
  pointer-events: none;
}

.io-confidence-private-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.72fr);
  gap: clamp(78px, 9vw, 146px);
  align-items: center;
}

.io-confidence-private-layout::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -64px;
  right: 28%;
  width: 152px;
  height: 152px;
  border: 1px solid rgba(232, 198, 146, 0.15);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-confidence-private-layout::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 10px;
  bottom: -68px;
  width: 96px;
  height: 96px;
  opacity: 0.34;
  background-image: radial-gradient(circle, rgba(232, 198, 146, 0.55) 1.2px, transparent 1.4px);
  background-size: 12px 12px;
  pointer-events: none;
}

.io-confidence-private-copy {
  position: relative;
}

.io-confidence-private-copy::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -34px;
  width: 1px;
  height: 118px;
  background: linear-gradient(180deg, #d9a65b, rgba(217, 166, 91, 0));
}

.io-confidence-private-copy .io-section-eyebrow {
  color: #e5c18a;
}

.io-confidence-private-copy h2 {
  max-width: 810px;
  margin: 0 0 38px;
  color: #fff8ef;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(56px, 5.45vw, 80px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.io-confidence-private-pills {
  max-width: 810px;
}

.io-confidence-private-pills li {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(231, 196, 140, 0.48);
  border-radius: 999px;
  background: rgba(55, 5, 29, 0.24);
  color: rgba(255, 248, 239, 0.97);
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}

.io-confidence-private-note {
  position: relative;
  margin: 0;
  padding: 32px 8px 34px 54px;
  border: 0;
  background: transparent;
}

.io-confidence-private-note::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 30px;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, #d9a65b 0%, rgba(217, 166, 91, 0.28) 78%, transparent 100%);
}

.io-confidence-private-note::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, #d9a65b, transparent);
}

.io-confidence-private-note p {
  position: relative;
  z-index: 2;
  max-width: 380px;
  margin: 0 0 24px;
  color: #e8c990;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.io-confidence-private-note strong {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 520px;
  color: #fff8ef;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 3.75vw, 54px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.032em;
}


/* =========================================================
   FAQ
   ========================================================= */

.io-confidence-faq {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 118px 0 126px;
  background: #f3e7d8;
}

.io-confidence-faq::after {
  content: "";
  position: absolute;
  right: -105px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(123, 20, 56, 0.10);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-confidence-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.1fr);
  gap: clamp(72px, 9vw, 142px);
  align-items: start;
}

.io-confidence-faq-intro {
  position: sticky;
  top: 130px;
}

.io-confidence-faq-intro h2 {
  max-width: 590px;
  margin: 0 0 24px;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 5vw, 74px);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.io-confidence-faq-intro > p:last-child {
  max-width: 560px;
  margin: 0;
  color: #5f5853;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.io-confidence-faq-list {
  border-top: 1px solid rgba(76, 57, 44, 0.22);
}

.io-confidence-faq-item {
  border-bottom: 1px solid rgba(76, 57, 44, 0.22);
}

.io-confidence-faq-item summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 22px;
  gap: 18px;
  min-height: 96px;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
}

.io-confidence-faq-item summary::-webkit-details-marker {
  display: none;
}

.io-confidence-faq-item summary::marker {
  content: "";
}

.io-confidence-faq-number {
  color: var(--io-service-gold);
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.io-confidence-faq-question {
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.18;
}

.io-confidence-faq-symbol {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.io-confidence-faq-symbol::before,
.io-confidence-faq-symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: var(--io-service-wine);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.io-confidence-faq-symbol::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.io-confidence-faq-item[open] .io-confidence-faq-symbol::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.io-confidence-faq-item[open] summary {
  padding-bottom: 16px;
}

.io-confidence-faq-answer {
  overflow: hidden;
}

.io-confidence-faq-answer p {
  max-width: 720px;
  margin: 0;
  padding: 0 30px 29px 60px;
  color: #5f5853;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.76;
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.io-confidence-final {
  margin: 0;
  padding: 0;
  background: #4f0d27;
}

.io-confidence-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  gap: 0;
  align-items: stretch;
}

.io-confidence-final-image {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #d7c8ba;
}

.io-confidence-final-image::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 2;
  border: 1px solid rgba(255, 248, 239, 0.42);
  pointer-events: none;
}

.io-confidence-final-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(36, 16, 26, 0.22) 100%);
  pointer-events: none;
}

.io-confidence-final-image img {
  height: 650px;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.96) contrast(1.03);
  transition: transform 1000ms cubic-bezier(.22, 1, .36, 1), filter 500ms ease;
}

.io-confidence-final-image:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.04);
}

.io-confidence-final-copy {
  position: relative;
  display: flex;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(58px, 7vw, 108px);
  background:
    radial-gradient(circle at 84% 18%, rgba(225, 190, 133, 0.11), transparent 27%),
    linear-gradient(145deg, #671230 0%, #460c23 100%);
}

.io-confidence-final-copy::after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -95px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(225, 190, 133, 0.14);
  transform: rotate(45deg);
}

.io-confidence-final-copy .io-section-eyebrow {
  color: #e4c18a;
}

.io-confidence-final-copy h2 {
  max-width: 680px;
  margin: 0 0 27px;
  color: #fff8ef;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 5.1vw, 75px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.io-confidence-final-copy > p {
  max-width: 620px;
  margin: 0 0 30px;
  color: rgba(255, 248, 239, 0.80);
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.76;
}

.io-confidence-final-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  padding: 0 31px;
  background: #fff8ef;
  color: #5c102b;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 240ms ease, color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.io-confidence-final-cta:hover {
  background: var(--io-service-navy);
  color: #fff8ef;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.io-confidence-final-copy small {
  max-width: 500px;
  color: rgba(255, 248, 239, 0.66);
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1120px) {
  .io-confidence-hero-layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.68fr);
    gap: 52px;
  }

  .io-confidence-hero-image,
  .io-confidence-hero-image img {
    min-height: 680px;
    height: 680px;
  }

  .io-confidence-signals-grid {
    gap: 22px;
  }

  .io-confidence-signal:nth-child(2) {
    margin-top: 42px;
  }

  .io-confidence-signal:nth-child(3) {
    margin-top: 84px;
  }
}

@media (max-width: 980px) {
  .io-confidence-hero-layout,
  .io-confidence-opening-layout,
  .io-confidence-signals-header,
  .io-confidence-private-layout,
  .io-confidence-faq-layout,
  .io-confidence-final-layout {
    grid-template-columns: 1fr;
  }

  .io-confidence-hero-copy {
    max-width: 800px;
  }

  .io-confidence-hero-image {
    width: min(620px, 100%);
    margin-left: auto;
  }

  .io-confidence-opening-copy,
  .io-confidence-signals-header > p:last-child {
    max-width: 740px;
  }

  .io-confidence-keynote,
  .io-confidence-keynote-inner {
    min-height: 710px;
  }

  .io-confidence-keynote-copy {
    width: min(540px, 64vw);
  }

  .io-confidence-private-note {
    max-width: 650px;
    padding-right: 42px;
  }

  .io-confidence-faq-intro {
    position: static;
  }

  .io-confidence-final-image,
  .io-confidence-final-image img {
    min-height: 590px;
    height: 590px;
  }

  .io-confidence-final-copy {
    min-height: 500px;
  }
}

@media (max-width: 820px) {
  .io-confidence-hero,
  .io-confidence-opening,
  .io-confidence-signals,
  .io-confidence-private,
  .io-confidence-faq {
    padding-top: 86px;
    padding-bottom: 94px;
  }

  .io-confidence-signals-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .io-confidence-signal,
  .io-confidence-signal:nth-child(2),
  .io-confidence-signal:nth-child(3) {
    width: min(620px, 100%);
    margin-top: 0;
  }

  .io-confidence-signal:nth-child(2) {
    margin-left: auto;
  }

  .io-confidence-signal-copy {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .io-confidence-hero,
  .io-confidence-opening,
  .io-confidence-signals,
  .io-confidence-private,
  .io-confidence-faq {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .io-confidence-hero-layout,
  .io-confidence-opening-layout,
  .io-confidence-private-layout,
  .io-confidence-faq-layout {
    gap: 44px;
  }

  .io-confidence-hero-copy {
    padding-left: 25px;
  }

  .io-confidence-hero-copy h2 {
    font-size: 47px;
    line-height: 0.94;
  }

  .io-confidence-hero-lead {
    font-size: 24px;
  }

  .io-confidence-hero-pills li,
  .io-confidence-private-pills li {
    min-height: 38px;
    padding: 0 14px;
    font-size: 10px;
    letter-spacing: 0.07em;
  }

  .io-confidence-hero-cta,
  .io-confidence-final-cta {
    width: 100%;
    padding: 0 18px;
    text-align: center;
  }

  .io-confidence-hero-image,
  .io-confidence-hero-image img {
    min-height: 570px;
    height: 570px;
  }

  .io-confidence-hero-image figcaption {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .io-confidence-opening-heading h2,
  .io-confidence-signals-header h2,
  .io-confidence-private-copy h2,
  .io-confidence-faq-intro h2,
  .io-confidence-final-copy h2 {
    font-size: 45px;
  }

  .io-confidence-opening-copy {
    padding-left: 20px;
  }

  .io-confidence-opening-copy p,
  .io-confidence-signals-header > p:last-child,
  .io-confidence-keynote-copy p,
  .io-confidence-signal-copy p,
  .io-confidence-faq-intro > p:last-child,
  .io-confidence-faq-answer p,
  .io-confidence-final-copy > p {
    font-size: 16px;
  }

  .io-confidence-opening-copy .io-confidence-opening-lead {
    font-size: 25px;
  }

  .io-confidence-keynote-copy p {
    font-size: 18px;
    line-height: 1.66;
  }

  .io-confidence-keynote,
  .io-confidence-keynote-inner {
    min-height: 650px;
  }

  .io-confidence-keynote-image img {
    object-position: 58% center;
    transform: scale(1.035);
  }

  .io-confidence-keynote:hover .io-confidence-keynote-image img {
    transform: scale(1.05);
  }

  .io-confidence-keynote-overlay {
    background: linear-gradient(0deg, rgba(50, 12, 29, 0.96) 0%, rgba(44, 17, 29, 0.76) 56%, rgba(26, 18, 26, 0.22) 100%);
  }

  .io-confidence-keynote::after {
    top: 24px;
    left: 24px;
    width: 76px;
    height: 76px;
  }

  .io-confidence-keynote-inner {
    align-items: flex-end;
    padding-top: 52px;
    padding-bottom: 28px;
  }

  .io-confidence-keynote-copy {
    width: calc(100% - 24px);
    max-width: 500px;
    padding: 38px 29px 41px;
  }

  .io-confidence-keynote-copy h2 {
    font-size: 45px;
  }

  .io-confidence-signals-header {
    gap: 28px;
  }

  .io-confidence-signals-header > p:last-child {
    padding-left: 20px;
  }

  .io-confidence-signal-copy {
    padding: 34px 28px 38px;
  }

  .io-confidence-signal-copy h3 {
    font-size: 31px;
  }

  .io-confidence-private-note {
    padding: 42px 26px 44px 34px;
  }

  .io-confidence-private-note::after {
    top: -22px;
    right: 2px;
    width: 118px;
    height: 118px;
  }

  .io-confidence-private-note strong {
    font-size: 36px;
  }

  .io-confidence-faq-item summary {
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    gap: 12px;
    min-height: 0;
    padding: 23px 0;
  }

  .io-confidence-faq-question {
    font-size: 24px;
  }

  .io-confidence-faq-answer p {
    padding: 0 0 25px 42px;
  }

  .io-confidence-final-image,
  .io-confidence-final-image img {
    min-height: 500px;
    height: 500px;
  }

  .io-confidence-final-copy {
    min-height: 0;
    padding: 50px 29px 56px;
  }
}

@media (max-width: 430px) {
  .io-confidence-hero-copy h2 {
    font-size: 41px;
  }

  .io-confidence-hero-image,
  .io-confidence-hero-image img {
    min-height: 500px;
    height: 500px;
  }

  .io-confidence-hero-image figcaption {
    gap: 10px;
  }

  .io-confidence-hero-image figcaption span {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .io-confidence-keynote-copy h2,
  .io-confidence-opening-heading h2,
  .io-confidence-signals-header h2,
  .io-confidence-private-copy h2,
  .io-confidence-faq-intro h2,
  .io-confidence-final-copy h2 {
    font-size: 40px;
  }

  .io-confidence-final-image,
  .io-confidence-final-image img {
    min-height: 450px;
    height: 450px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .io-confidence-hero-cta,
  .io-confidence-hero-cta::before,
  .io-confidence-hero-image img,
  .io-confidence-keynote-image img,
  .io-confidence-signal img,
  .io-confidence-faq-symbol::before,
  .io-confidence-faq-symbol::after,
  .io-confidence-final-image img,
  .io-confidence-final-cta {
    transition: none;
  }
}

/* =========================================================
   CORPORATE WORKSHOPS: IMAGE-LED BUSINESS BANDS
   ========================================================= */

.io-corporate-audience-bands {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 30px;
}

.io-corporate-audience-band {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  min-height: 480px;
  overflow: hidden;
  background: #fff8ef;
  box-shadow: 24px 28px 68px rgba(32, 14, 23, 0.24);
}

.io-corporate-audience-band-reverse {
  grid-template-columns: minmax(390px, 0.84fr) minmax(0, 1.16fr);
}

.io-corporate-audience-image {
  position: relative;
  min-width: 0;
  min-height: 480px;
  overflow: hidden;
  margin: 0;
  background: #2a1e1c;
}

.io-corporate-audience-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 48%,
      rgba(39, 16, 25, 0.16) 68%,
      rgba(39, 16, 25, 0.82) 100%
    );
  pointer-events: none;
}

.io-corporate-audience-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.03);
  transform: scale(1.001);
  transition:
    transform 900ms cubic-bezier(.22, 1, .36, 1),
    filter 500ms ease;
}

.io-corporate-audience-band:hover .io-corporate-audience-image img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.025);
}

.io-corporate-audience-image figcaption {
  position: absolute;
  right: 34px;
  bottom: 28px;
  left: 34px;
  z-index: 2;
  padding-left: 20px;
  border-left: 2px solid #d8aa61;
}

.io-corporate-audience-image figcaption span {
  display: block;
  margin-bottom: 7px;
  color: #f0c982;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.io-corporate-audience-image figcaption p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 248, 238, 0.92);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.25;
}

.io-corporate-audience-content {
  position: relative;
  display: grid;
  align-content: center;
  padding: 34px 42px;
  overflow: hidden;
  background:
    linear-gradient(145deg, #261a25 0%, #481128 56%, #641237 100%);
}

.io-corporate-audience-content::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -74px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(218, 174, 99, 0.18);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-corporate-audience-content::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border-right: 1px solid rgba(218, 174, 99, 0.32);
  border-bottom: 1px solid rgba(218, 174, 99, 0.32);
  pointer-events: none;
}

.io-corporate-audience-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 248, 238, 0.15);
}

.io-corporate-audience-item:first-child {
  border-top: 0;
}

.io-corporate-audience-item > span {
  padding-top: 5px;
  color: #e0b66e;
  font-family: "Lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.io-corporate-audience-item h3 {
  margin: 0 0 8px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.04;
}

.io-corporate-audience-item p {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 248, 238, 0.76);
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

@media (max-width: 1040px) {
  .io-corporate-audience-band,
  .io-corporate-audience-band-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.86fr);
  }

  .io-corporate-audience-band-reverse {
    grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1fr);
  }

  .io-corporate-audience-content {
    padding: 30px 32px;
  }

  .io-corporate-audience-item h3 {
    font-size: 26px;
  }
}

@media (max-width: 820px) {
  .io-corporate-audience-band,
  .io-corporate-audience-band-reverse {
    grid-template-columns: 1fr;
  }

  .io-corporate-audience-band-reverse .io-corporate-audience-content {
    order: 2;
  }

  .io-corporate-audience-band-reverse .io-corporate-audience-image {
    order: 1;
  }

  .io-corporate-audience-image,
  .io-corporate-audience-image img {
    min-height: 430px;
  }

  .io-corporate-audience-content {
    padding: 28px 34px 34px;
  }
}

@media (max-width: 560px) {
  .io-corporate-audience-bands {
    gap: 22px;
  }

  .io-corporate-audience-image,
  .io-corporate-audience-image img {
    min-height: 360px;
  }

  .io-corporate-audience-image figcaption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .io-corporate-audience-image figcaption span {
    font-size: 10px;
  }

  .io-corporate-audience-image figcaption p {
    font-size: 19px;
  }

  .io-corporate-audience-content {
    padding: 22px 24px 28px;
  }

  .io-corporate-audience-item {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 12px;
    padding: 21px 0;
  }

  .io-corporate-audience-item h3 {
    font-size: 25px;
  }

  .io-corporate-audience-item p {
    font-size: 15px;
  }
}


/* =========================================================
   WEDDING PAGE REFINEMENT
   Decorative numbering removed and family panel warmed
   ========================================================= */

.io-wedding-introduction-copy h3 {
  margin-top: 0;
}

.io-wedding-person-label {
  margin-top: 0;
}

.io-wedding-events-list h3 {
  margin-top: 0;
}

.io-wedding-faq-item summary {
  grid-template-columns: minmax(0, 1fr) 28px;
}

.io-wedding-faq-answer {
  padding-right: 52px;
  padding-left: 0;
}

.io-wedding-family-copy {
  background:
    linear-gradient(145deg, #4b1027 0%, #651131 58%, #74143a 100%);
}

.io-wedding-family-copy::after {
  content: "";
  position: absolute;
  right: -88px;
  bottom: -88px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(218, 177, 111, 0.16);
  transform: rotate(45deg);
  pointer-events: none;
}

@media (max-width: 640px) {
  .io-wedding-faq-item summary {
    grid-template-columns: minmax(0, 1fr) 24px;
  }

  .io-wedding-faq-answer {
    padding-right: 24px;
    padding-left: 0;
  }
}


/* =========================================================
   LIFE-STAGE IMAGE TRANSFORMATION
   Parenting, relationships and family life
   ========================================================= */

/* HERO */

.io-lifestage-hero {
  position: relative;
  display: flex;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 132, 67, 0.14), transparent 24%),
    linear-gradient(135deg, #341d1a 0%, #4b2027 58%, #641431 100%);
  color: #fff8ee;
}

.io-lifestage-hero::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(218, 177, 111, 0.17);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-lifestage-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 43%;
  width: 17%;
  background: linear-gradient(
    90deg,
    rgba(66, 29, 29, 1) 0%,
    rgba(66, 29, 29, 0.72) 46%,
    rgba(66, 29, 29, 0) 100%
  );
  pointer-events: none;
}

.io-lifestage-hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  overflow: hidden;
}

.io-lifestage-hero-media img,
.io-lifestage-engagement-image img,
.io-lifestage-private-image img,
.io-lifestage-generations-media img,
.io-lifestage-final-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.io-lifestage-hero-media img {
  object-position: center center;
}

.io-lifestage-hero-inner {
  display: flex;
  min-height: 760px;
  align-items: center;
}

.io-lifestage-hero-copy {
  position: relative;
  z-index: 3;
  width: 49%;
  padding: 78px 0 82px;
}

.io-lifestage-hero-copy .io-section-eyebrow {
  color: #d8ac67;
  font-size: 12px;
  letter-spacing: 0.19em;
}

.io-lifestage-hero-copy h2 {
  max-width: 690px;
  margin: 0;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5.1vw, 78px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.io-lifestage-hero-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 248, 238, 0.88);
  font-family: "Lato", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.72;
}

.io-lifestage-hero-pills,
.io-lifestage-private-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.io-lifestage-hero-pills li,
.io-lifestage-private-pills li {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(218, 177, 111, 0.48);
  border-radius: 999px;
  color: #fff8ee;
  font-family: "Lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.io-lifestage-hero-cta,
.io-lifestage-final-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 0 25px;
  border: 1px solid #d5a45c;
  background: #d5a45c;
  color: #371d1a;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.io-lifestage-hero-cta:hover,
.io-lifestage-final-cta:hover {
  background: #fff8ee;
  color: var(--io-service-wine-dark);
  transform: translateY(-2px);
}

/* OPENING */

.io-lifestage-opening {
  position: relative;
  overflow: hidden;
  padding: 104px 0 110px;
  background:
    radial-gradient(circle at 92% 16%, rgba(184, 132, 67, 0.1), transparent 24%),
    linear-gradient(135deg, #fffaf3 0%, #f6eadc 100%);
}

.io-lifestage-opening::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -180px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(184, 132, 67, 0.16);
  transform: rotate(45deg);
}

.io-lifestage-opening-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.72fr);
  gap: clamp(60px, 7vw, 105px);
  align-items: center;
}

.io-lifestage-opening-heading .io-section-eyebrow,
.io-lifestage-engagements-header .io-section-eyebrow,
.io-lifestage-faq-intro .io-section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.19em;
}

.io-lifestage-opening-heading h2,
.io-lifestage-engagements-header h2,
.io-lifestage-private-copy h2,
.io-lifestage-generations-copy h2,
.io-lifestage-faq-intro h2,
.io-lifestage-final-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.io-lifestage-opening-heading h2 {
  max-width: 700px;
  color: var(--io-service-navy);
  font-size: clamp(54px, 5vw, 72px);
  line-height: 0.98;
}

.io-lifestage-opening-copy {
  padding-left: clamp(38px, 4.5vw, 68px);
  border-left: 1px solid rgba(184, 132, 67, 0.52);
}

.io-lifestage-opening-copy p {
  margin: 0;
  color: #5f524a;
  font-family: "Lato", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.78;
}

.io-lifestage-opening-copy p + p {
  margin-top: 22px;
}

/* IMAGE-LED ENGAGEMENTS */

.io-lifestage-engagements {
  padding: 108px 0 126px;
  background: #fffdf8;
}

.io-lifestage-engagements-header {
  display: grid;
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 76px;
}

.io-lifestage-engagements-header .io-section-eyebrow {
  margin-bottom: 4px;
}

.io-lifestage-engagements-header h2 {
  max-width: 820px;
  color: var(--io-service-navy);
  font-size: clamp(54px, 5vw, 72px);
  line-height: 0.97;
}

.io-lifestage-engagements-list {
  display: grid;
  gap: 74px;
}

.io-lifestage-engagement {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  min-height: 610px;
  align-items: stretch;
}

.io-lifestage-engagement-reverse {
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
}

.io-lifestage-engagement-reverse .io-lifestage-engagement-image {
  grid-column: 2;
}

.io-lifestage-engagement-reverse .io-lifestage-engagement-copy {
  grid-column: 1;
  grid-row: 1;
}

.io-lifestage-engagement-image {
  min-height: 610px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(65, 42, 31, 0.13);
}

.io-lifestage-engagement-image img {
  object-position: center top;
  transition: transform 650ms ease;
}

.io-lifestage-engagement:hover .io-lifestage-engagement-image img {
  transform: scale(1.02);
}

.io-lifestage-engagement-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 6vw, 86px);
  background:
    linear-gradient(135deg, #f1e2d2 0%, #fff9f1 100%);
}

.io-lifestage-engagement-copy::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 72px;
  height: 72px;
  border-right: 1px solid rgba(184, 132, 67, 0.28);
  border-bottom: 1px solid rgba(184, 132, 67, 0.28);
}

.io-lifestage-engagement-label {
  margin: 0 0 18px;
  color: var(--io-service-wine);
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.io-lifestage-engagement-copy h3 {
  max-width: 660px;
  margin: 0;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(43px, 4vw, 58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
}

.io-lifestage-engagement-copy > p:last-child {
  max-width: 690px;
  margin: 27px 0 0;
  color: #5f524a;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.io-lifestage-engagement-dark .io-lifestage-engagement-copy {
  background:
    radial-gradient(circle at 90% 12%, rgba(218, 177, 111, 0.12), transparent 25%),
    linear-gradient(145deg, #4a1728 0%, #681333 100%);
}

.io-lifestage-engagement-dark .io-lifestage-engagement-label {
  color: #d9ad68;
}

.io-lifestage-engagement-dark .io-lifestage-engagement-copy h3 {
  color: #fff8ee;
}

.io-lifestage-engagement-dark .io-lifestage-engagement-copy > p:last-child {
  color: rgba(255, 248, 238, 0.82);
}

.io-lifestage-engagement-dark .io-lifestage-engagement-copy::after {
  border-color: rgba(218, 177, 111, 0.3);
}

/* PERSONALISED ENGAGEMENT */

.io-lifestage-private {
  position: relative;
  overflow: hidden;
  padding: 112px 0 120px;
  background:
    radial-gradient(circle at 10% 14%, rgba(218, 177, 111, 0.1), transparent 24%),
    linear-gradient(135deg, #3b171f 0%, #5b102d 52%, #75163d 100%);
  color: #fff8ee;
}

.io-lifestage-private-geometry {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.io-lifestage-private-geometry span {
  position: absolute;
  display: block;
  border: 1px solid rgba(218, 177, 111, 0.14);
}

.io-lifestage-private-geometry span:nth-child(1) {
  top: -110px;
  right: 6%;
  width: 300px;
  height: 300px;
  transform: rotate(45deg);
}

.io-lifestage-private-geometry span:nth-child(2) {
  right: 21%;
  bottom: -110px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.io-lifestage-private-geometry span:nth-child(3) {
  top: 24%;
  right: 3%;
  width: 1px;
  height: 340px;
  border: 0;
  background: rgba(218, 177, 111, 0.18);
  transform: rotate(24deg);
}

.io-lifestage-private-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(62px, 7vw, 110px);
  align-items: center;
}

.io-lifestage-private-image {
  height: 690px;
  overflow: hidden;
  box-shadow: 0 28px 65px rgba(24, 8, 14, 0.28);
}

.io-lifestage-private-image img {
  object-position: center top;
}

.io-lifestage-private-copy .io-section-eyebrow {
  color: #d9ad68;
  font-size: 12px;
  letter-spacing: 0.19em;
}

.io-lifestage-private-copy h2 {
  max-width: 720px;
  color: #fff8ee;
  font-size: clamp(55px, 5vw, 74px);
  line-height: 0.96;
}

.io-lifestage-private-copy > p {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 248, 238, 0.84);
  font-family: "Lato", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.8;
}

.io-lifestage-private-pills {
  margin-top: 30px;
}

.io-lifestage-private-pills li {
  background: rgba(255, 248, 238, 0.04);
}

.io-lifestage-private-statement {
  max-width: 740px;
  margin: 38px 0 0;
  padding: 4px 0 4px 28px;
  border-left: 2px solid #d5a45c;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-style: normal;
  line-height: 1.35;
}

/* ACROSS GENERATIONS */

.io-lifestage-generations {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  background: #f5e9dc;
}

.io-lifestage-generations-media {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 59%;
  overflow: hidden;
}

.io-lifestage-generations-media img {
  object-position: center center;
}

.io-lifestage-generations-inner {
  display: flex;
  min-height: 630px;
  align-items: center;
  justify-content: flex-end;
}

.io-lifestage-generations-copy {
  position: relative;
  z-index: 2;
  width: 47%;
  margin-left: auto;
  padding: 70px 0 70px clamp(55px, 6vw, 92px);
  background: linear-gradient(
    90deg,
    rgba(245, 233, 220, 0.65) 0%,
    #f5e9dc 16%,
    #f5e9dc 100%
  );
}

.io-lifestage-generations-copy::before {
  content: "";
  position: absolute;
  top: 72px;
  bottom: 72px;
  left: 24px;
  width: 1px;
  background: rgba(184, 132, 67, 0.52);
}

.io-lifestage-generations-copy .io-section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.19em;
}

.io-lifestage-generations-copy h2 {
  color: var(--io-service-navy);
  font-size: clamp(50px, 4.7vw, 68px);
  line-height: 0.98;
}

.io-lifestage-generations-copy > p:last-child {
  margin: 28px 0 0;
  color: #5f524a;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

/* FAQ */

.io-lifestage-faq {
  position: relative;
  overflow: hidden;
  padding: 108px 0 118px;
  background:
    radial-gradient(circle at 12% 12%, rgba(218, 177, 111, 0.1), transparent 24%),
    linear-gradient(145deg, #421722 0%, #5d102d 56%, #6f173a 100%);
  color: #fff8ee;
}

.io-lifestage-faq::after {
  content: "?";
  position: absolute;
  right: -25px;
  bottom: -145px;
  color: rgba(218, 177, 111, 0.055);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 620px;
  font-weight: 500;
  line-height: 0.8;
  pointer-events: none;
}

.io-lifestage-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(62px, 7vw, 105px);
  align-items: start;
}

.io-lifestage-faq-intro {
  position: sticky;
  top: 120px;
}

.io-lifestage-faq-intro .io-section-eyebrow {
  color: #d9ad68;
}

.io-lifestage-faq-intro h2 {
  color: #fff8ee;
  font-size: clamp(52px, 4.8vw, 70px);
  line-height: 0.97;
}

.io-lifestage-faq-intro > p:last-child {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 248, 238, 0.75);
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

.io-lifestage-faq-list {
  border-top: 1px solid rgba(255, 248, 238, 0.22);
}

.io-lifestage-faq-item {
  border-bottom: 1px solid rgba(255, 248, 238, 0.2);
}

.io-lifestage-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 26px;
  align-items: center;
  padding: 27px 0;
  cursor: pointer;
  list-style: none;
}

.io-lifestage-faq-item summary::-webkit-details-marker {
  display: none;
}

.io-lifestage-faq-question {
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
}

.io-lifestage-faq-symbol {
  position: relative;
  width: 28px;
  height: 28px;
}

.io-lifestage-faq-symbol::before,
.io-lifestage-faq-symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background: #d9ad68;
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.io-lifestage-faq-symbol::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.io-lifestage-faq-item[open] .io-lifestage-faq-symbol::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.io-lifestage-faq-answer {
  padding: 0 58px 30px 0;
}

.io-lifestage-faq-answer p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 248, 238, 0.78);
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.78;
}

/* FINAL CTA */

.io-lifestage-final {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(218, 177, 111, 0.12), transparent 24%),
    linear-gradient(135deg, #321b18 0%, #4b2026 54%, #651431 100%);
  color: #fff8ee;
}

.io-lifestage-final-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56%;
  overflow: hidden;
}

.io-lifestage-final-media img {
  object-position: center center;
}

.io-lifestage-final::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 42%;
  width: 18%;
  background: linear-gradient(
    90deg,
    rgba(66, 29, 29, 1) 0%,
    rgba(66, 29, 29, 0.72) 46%,
    rgba(66, 29, 29, 0) 100%
  );
  pointer-events: none;
}

.io-lifestage-final-inner {
  display: flex;
  min-height: 650px;
  align-items: center;
}

.io-lifestage-final-copy {
  position: relative;
  z-index: 3;
  width: 48%;
  padding: 76px 0;
}

.io-lifestage-final-copy .io-section-eyebrow {
  color: #d9ad68;
  font-size: 12px;
  letter-spacing: 0.19em;
}

.io-lifestage-final-copy h2 {
  max-width: 680px;
  color: #fff8ee;
  font-size: clamp(54px, 5vw, 72px);
  line-height: 0.97;
}

.io-lifestage-final-copy > p {
  max-width: 610px;
  margin: 29px 0 0;
  color: rgba(255, 248, 238, 0.84);
  font-family: "Lato", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.76;
}

/* TABLET */

@media (max-width: 1050px) {
  .io-lifestage-hero-media {
    width: 50%;
  }

  .io-lifestage-hero::after {
    left: 42%;
    width: 14%;
  }

  .io-lifestage-hero-copy {
    width: 54%;
  }

  .io-lifestage-hero-copy h2 {
    font-size: clamp(52px, 6vw, 68px);
  }

  .io-lifestage-engagement,
  .io-lifestage-engagement-reverse {
    grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  }

  .io-lifestage-engagement-copy {
    padding: 52px;
  }

  .io-lifestage-private-layout {
    grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1.14fr);
    gap: 58px;
  }

  .io-lifestage-private-image {
    height: 620px;
  }

  .io-lifestage-generations-media {
    width: 55%;
  }

  .io-lifestage-generations-copy {
    width: 50%;
  }
}

/* MOBILE AND SMALL TABLET */

@media (max-width: 900px) {
  .io-lifestage-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .io-lifestage-hero::after {
    display: none;
  }

  .io-lifestage-hero-media {
    position: relative;
    order: 2;
    width: 100%;
    height: 470px;
  }

  .io-lifestage-hero-inner {
    order: 1;
    min-height: 0;
  }

  .io-lifestage-hero-copy {
    width: 100%;
    max-width: 780px;
    padding: 86px 0 72px;
  }

  .io-lifestage-opening-layout,
  .io-lifestage-faq-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .io-lifestage-opening-copy {
    padding: 0 0 0 30px;
  }

  .io-lifestage-engagements-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .io-lifestage-engagement,
  .io-lifestage-engagement-reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .io-lifestage-engagement-reverse .io-lifestage-engagement-image,
  .io-lifestage-engagement-reverse .io-lifestage-engagement-copy {
    grid-column: 1;
  }

  .io-lifestage-engagement-reverse .io-lifestage-engagement-image {
    grid-row: 1;
  }

  .io-lifestage-engagement-reverse .io-lifestage-engagement-copy {
    grid-row: 2;
  }

  .io-lifestage-engagement-image {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .io-lifestage-private-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .io-lifestage-private-image {
    width: min(620px, 100%);
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .io-lifestage-generations {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .io-lifestage-generations-media {
    position: relative;
    width: 100%;
    height: 470px;
  }

  .io-lifestage-generations-inner {
    min-height: 0;
  }

  .io-lifestage-generations-copy {
    width: 100%;
    padding: 72px 0 78px 34px;
    background: transparent;
  }

  .io-lifestage-generations-copy::before {
    top: 72px;
    bottom: 78px;
    left: 0;
  }

  .io-lifestage-faq-intro {
    position: static;
  }

  .io-lifestage-final {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .io-lifestage-final::after {
    display: none;
  }

  .io-lifestage-final-media {
    position: relative;
    order: 2;
    width: 100%;
    height: 470px;
  }

  .io-lifestage-final-inner {
    order: 1;
    min-height: 0;
  }

  .io-lifestage-final-copy {
    width: 100%;
    max-width: 760px;
    padding: 82px 0 76px;
  }
}

@media (max-width: 640px) {
  .io-lifestage-hero-media,
  .io-lifestage-generations-media,
  .io-lifestage-final-media {
    height: 390px;
  }

  .io-lifestage-hero-copy {
    padding: 72px 0 62px;
  }

  .io-lifestage-hero-copy h2 {
    font-size: 50px;
  }

  .io-lifestage-hero-lead,
  .io-lifestage-opening-copy p,
  .io-lifestage-private-copy > p,
  .io-lifestage-final-copy > p {
    font-size: 17px;
  }

  .io-lifestage-hero-pills,
  .io-lifestage-private-pills {
    gap: 8px;
  }

  .io-lifestage-hero-pills li,
  .io-lifestage-private-pills li {
    min-height: 35px;
    padding: 0 12px;
    font-size: 9px;
  }

  .io-lifestage-hero-cta,
  .io-lifestage-final-cta {
    min-height: 48px;
    padding: 0 19px;
    font-size: 10px;
  }

  .io-lifestage-opening,
  .io-lifestage-engagements,
  .io-lifestage-private,
  .io-lifestage-faq {
    padding-top: 78px;
    padding-bottom: 84px;
  }

  .io-lifestage-opening-heading h2,
  .io-lifestage-engagements-header h2,
  .io-lifestage-private-copy h2,
  .io-lifestage-generations-copy h2,
  .io-lifestage-faq-intro h2,
  .io-lifestage-final-copy h2 {
    font-size: 46px;
  }

  .io-lifestage-opening-copy {
    padding-left: 22px;
  }

  .io-lifestage-engagements-header {
    margin-bottom: 48px;
  }

  .io-lifestage-engagements-list {
    gap: 46px;
  }

  .io-lifestage-engagement-copy {
    padding: 40px 28px 44px;
  }

  .io-lifestage-engagement-copy h3 {
    font-size: 39px;
  }

  .io-lifestage-engagement-copy > p:last-child {
    font-size: 16px;
  }

  .io-lifestage-private-image {
    width: 100%;
  }

  .io-lifestage-private-statement {
    padding-left: 22px;
    font-size: 24px;
  }

  .io-lifestage-generations-copy {
    padding: 62px 0 68px 26px;
  }

  .io-lifestage-generations-copy::before {
    top: 62px;
    bottom: 68px;
  }

  .io-lifestage-generations-copy > p:last-child,
  .io-lifestage-faq-intro > p:last-child,
  .io-lifestage-faq-answer p {
    font-size: 16px;
  }

  .io-lifestage-faq-item summary {
    grid-template-columns: minmax(0, 1fr) 26px;
    gap: 18px;
    padding: 23px 0;
  }

  .io-lifestage-faq-question {
    font-size: 23px;
  }

  .io-lifestage-faq-answer {
    padding-right: 36px;
  }

  .io-lifestage-final-copy {
    padding: 72px 0 68px;
  }
}

/* =========================================================
   WORKSHOPS PAGE
   Image-led, editorial and event-focused
   ========================================================= */

.io-workshops-hero,
.io-workshops-pathways,
.io-workshops-gallery,
.io-workshops-audience,
.io-workshops-faq,
.io-workshops-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

/* Hero */
.io-workshops-hero {
  min-height: 820px;
  padding: 86px 0 92px;
  background:
    radial-gradient(circle at 8% 16%, rgba(184, 132, 67, 0.12) 0 1px, transparent 1px),
    linear-gradient(135deg, #fffaf2 0%, #f7ecdf 58%, #efe0d0 100%);
  background-size: 22px 22px, auto;
}

.io-workshops-hero::before,
.io-workshops-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(184, 132, 67, 0.22);
  transform: rotate(45deg);
  pointer-events: none;
}

.io-workshops-hero::before {
  top: -170px;
  right: -110px;
  width: 390px;
  height: 390px;
}

.io-workshops-hero::after {
  bottom: -130px;
  left: 38%;
  width: 250px;
  height: 250px;
}

.io-workshops-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr);
  gap: clamp(64px, 7vw, 108px);
  align-items: center;
}

.io-workshops-hero-gallery {
  position: relative;
  min-height: 635px;
}

.io-workshops-hero-gallery figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: #e9daca;
  box-shadow: 0 28px 60px rgba(62, 35, 30, 0.18);
}

.io-workshops-hero-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.io-workshops-hero-main {
  inset: 0 27% 8% 0;
  z-index: 1;
  border-radius: 170px 170px 18px 18px;
}

.io-workshops-hero-main img {
  object-position: center;
}

.io-workshops-hero-speaker {
  top: 1%;
  right: 0;
  z-index: 3;
  width: 39%;
  height: 42%;
  border: 10px solid #fff9f0;
  border-radius: 50%;
}

.io-workshops-hero-group {
  right: -2%;
  bottom: 0;
  z-index: 2;
  width: 51%;
  height: 42%;
  border: 10px solid #fff9f0;
  border-radius: 110px 18px 18px 110px;
}

.io-workshops-hero-line {
  position: absolute;
  right: 15%;
  bottom: 9%;
  z-index: 4;
  width: 120px;
  height: 120px;
  border-right: 2px solid rgba(123, 20, 56, 0.7);
  border-bottom: 2px solid rgba(123, 20, 56, 0.7);
  border-radius: 0 0 100% 0;
  pointer-events: none;
}

.io-workshops-hero-copy {
  position: relative;
  z-index: 3;
}

.io-workshops-hero-copy .io-section-eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.io-workshops-hero-copy h2 {
  max-width: 660px;
  margin: 0;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 5.2vw, 76px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.io-workshops-hero-lead {
  max-width: 620px;
  margin: 28px 0 30px;
  color: #51433b;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.io-workshops-hero-topics {
  border-top: 1px solid rgba(88, 13, 41, 0.22);
}

.io-workshops-topic {
  border-bottom: 1px solid rgba(88, 13, 41, 0.22);
}

.io-workshops-topic summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 18px;
  align-items: center;
  min-height: 62px;
  cursor: pointer;
  list-style: none;
  color: var(--io-service-wine-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.15;
}

.io-workshops-topic summary::-webkit-details-marker {
  display: none;
}

.io-workshops-topic summary i,
.io-workshops-faq-item summary i {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(123, 20, 56, 0.35);
  border-radius: 50%;
}

.io-workshops-topic summary i::before,
.io-workshops-topic summary i::after,
.io-workshops-faq-item summary i::before,
.io-workshops-faq-item summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.io-workshops-topic summary i::after,
.io-workshops-faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.io-workshops-topic[open] summary i::after,
.io-workshops-faq-item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.io-workshops-topic > p {
  max-width: 580px;
  margin: -2px 46px 20px 0;
  color: #65574f;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.io-workshops-hero-actions,
.io-workshops-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.io-workshops-hero-primary,
.io-workshops-hero-secondary,
.io-workshops-final-primary,
.io-workshops-final-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--io-service-wine);
  text-decoration: none;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.io-workshops-hero-primary {
  background: var(--io-service-wine);
  color: #fff9f0;
}

.io-workshops-hero-secondary {
  background: transparent;
  color: var(--io-service-wine);
}

.io-workshops-hero-primary:hover,
.io-workshops-hero-primary:focus-visible {
  background: var(--io-service-wine-dark);
  border-color: var(--io-service-wine-dark);
  color: #fff;
}

.io-workshops-hero-secondary:hover,
.io-workshops-hero-secondary:focus-visible {
  background: var(--io-service-wine);
  color: #fff;
}

/* Participation pathways */
.io-workshops-pathways {
  padding: 92px 0 96px;
  background:
    linear-gradient(115deg, #421025 0%, #5a102d 48%, #72143a 100%);
  color: #fff9f0;
}

.io-workshops-pathways::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -80px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(214, 170, 100, 0.24);
  transform: rotate(45deg);
}

.io-workshops-pathways-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(56px, 7vw, 110px);
  align-items: start;
}

.io-workshops-pathways-head .io-section-eyebrow {
  color: #dcb26e;
  font-size: 12px;
}

.io-workshops-pathways-head h2 {
  max-width: 520px;
  margin: 0;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(45px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.io-workshops-pathways-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 245, 232, 0.24);
  border-bottom: 1px solid rgba(255, 245, 232, 0.24);
}

.io-workshops-pathway {
  position: relative;
  min-height: 350px;
  padding: 38px 38px 42px 0;
}

.io-workshops-pathway + .io-workshops-pathway {
  padding-right: 0;
  padding-left: 38px;
  border-left: 1px solid rgba(255, 245, 232, 0.24);
}

.io-workshops-pathway-featured {
  background: linear-gradient(135deg, rgba(255, 248, 238, 0.035), rgba(218, 177, 109, 0.06));
}

.io-workshops-pathway > span {
  color: #dcb26e;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.io-workshops-pathway h3 {
  margin: 24px 0 18px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 3vw, 45px);
  font-weight: 500;
  line-height: 1;
}

.io-workshops-pathway p {
  margin: 0 0 28px;
  color: rgba(255, 248, 238, 0.84);
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.io-workshops-pathway a {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #dcb26e;
  color: #fff8ee;
  text-decoration: none;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Image mosaic */
.io-workshops-gallery {
  padding: 108px 0 116px;
  background: #fffaf3;
}

.io-workshops-gallery-head {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 56px;
}

.io-workshops-gallery-head .io-section-eyebrow {
  margin: 0;
  font-size: 12px;
}

.io-workshops-gallery-head h2 {
  max-width: 790px;
  margin: 0;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.io-workshops-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: repeat(2, minmax(300px, 1fr));
  gap: 22px;
  min-height: 900px;
}

.io-workshops-gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  background: #2f211c;
}

.io-workshops-gallery-card-large {
  grid-row: 1 / 3;
}

.io-workshops-gallery-card figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.io-workshops-gallery-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(49, 18, 27, 0.88) 100%);
}

.io-workshops-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.io-workshops-gallery-card:hover img {
  transform: scale(1.025);
}

.io-workshops-gallery-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 36px 38px 38px;
}

.io-workshops-gallery-card > div span {
  color: #e1b66f;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.io-workshops-gallery-card h3 {
  max-width: 620px;
  margin: 12px 0 0;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.02;
}

.io-workshops-gallery-card-large h3 {
  font-size: clamp(40px, 4.2vw, 60px);
}

.io-workshops-theme-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  border-top: 1px solid rgba(88, 13, 41, 0.2);
  border-bottom: 1px solid rgba(88, 13, 41, 0.2);
}

.io-workshops-theme-strip span {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: var(--io-service-wine-dark);
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.15;
}

.io-workshops-theme-strip span + span {
  border-left: 1px solid rgba(88, 13, 41, 0.2);
}

/* Audience image band */
.io-workshops-audience {
  min-height: 780px;
  display: flex;
  align-items: center;
  background: #3c2b22;
}

.io-workshops-audience-image {
  position: absolute;
  inset: 0;
  margin: 0;
}

.io-workshops-audience-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(58, 31, 27, 0.14) 0%, rgba(58, 31, 27, 0.06) 48%, rgba(58, 31, 27, 0) 70%);
}

.io-workshops-audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.io-workshops-audience-inner {
  display: flex;
  align-items: center;
  min-height: 780px;
}

.io-workshops-audience-panel {
  position: relative;
  width: min(610px, 52%);
  padding: 54px 54px 58px;
  background: linear-gradient(145deg, rgba(75, 24, 28, 0.98), rgba(101, 17, 49, 0.96));
  border-left: 2px solid #d1a25d;
  box-shadow: 26px 32px 70px rgba(40, 24, 19, 0.28);
}

.io-workshops-audience-panel::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 64px;
  height: 64px;
  border-top: 1px solid rgba(218, 177, 109, 0.55);
  border-right: 1px solid rgba(218, 177, 109, 0.55);
}

.io-workshops-audience-panel .io-section-eyebrow {
  color: #dfb56e;
  font-size: 12px;
}

.io-workshops-audience-panel h2 {
  margin: 0 0 24px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 4.3vw, 62px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.io-workshops-audience-panel > p:last-of-type {
  margin: 0;
  color: rgba(255, 248, 238, 0.86);
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.io-workshops-audience-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.io-workshops-audience-pills span {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(224, 183, 112, 0.45);
  border-radius: 999px;
  color: #fff6e9;
  font-family: "Lato", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* FAQ */
.io-workshops-faq {
  padding: 108px 0 116px;
  background: #f2e5d6;
}

.io-workshops-faq::before {
  content: "?";
  position: absolute;
  top: -145px;
  left: -30px;
  color: rgba(123, 20, 56, 0.045);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 620px;
  font-weight: 500;
  line-height: 1;
}

.io-workshops-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(64px, 8vw, 128px);
  align-items: start;
}

.io-workshops-faq-intro {
  position: sticky;
  top: 110px;
}

.io-workshops-faq-intro .io-section-eyebrow {
  font-size: 12px;
}

.io-workshops-faq-intro h2 {
  margin: 0 0 24px;
  color: var(--io-service-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 4.7vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.io-workshops-faq-intro p:last-child {
  max-width: 440px;
  margin: 0;
  color: #66574f;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.io-workshops-faq-list {
  border-top: 1px solid rgba(88, 13, 41, 0.28);
}

.io-workshops-faq-item {
  border-bottom: 1px solid rgba(88, 13, 41, 0.28);
}

.io-workshops-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 24px;
  align-items: center;
  min-height: 88px;
  cursor: pointer;
  list-style: none;
  color: var(--io-service-wine-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.15;
}

.io-workshops-faq-item summary::-webkit-details-marker {
  display: none;
}

.io-workshops-faq-item > p {
  max-width: 720px;
  margin: -4px 54px 28px 0;
  color: #584a43;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

/* Final image CTA */
.io-workshops-final {
  min-height: 760px;
  display: flex;
  align-items: center;
  background-color: #4a1a26;
  background-image: url("/wp-content/uploads/2026/07/workshop-closing.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.io-workshops-final-image,
.io-workshops-final-shade {
  position: absolute;
  inset: 0;
  margin: 0;
}

.io-workshops-final-image {
  z-index: 0;
}

.io-workshops-final-shade {
  z-index: 1;
}

.io-workshops-final-inner {
  position: relative;
  z-index: 2;
}

.io-workshops-final-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.io-workshops-final-shade {
  background: linear-gradient(90deg, rgba(60, 28, 24, 0.90) 0%, rgba(83, 20, 39, 0.78) 28%, rgba(83, 20, 39, 0.22) 48%, rgba(83, 20, 39, 0.02) 68%);
}

.io-workshops-final-inner {
  display: flex;
  align-items: center;
  min-height: 760px;
}

.io-workshops-final-copy {
  position: relative;
  width: min(500px, 42%);
  padding: 44px 44px 48px;
  background: rgba(91, 16, 46, 0.94);
  border-left: 2px solid #d5aa65;
  box-shadow: 24px 30px 65px rgba(44, 23, 18, 0.25);
}

.io-workshops-final-copy .io-section-eyebrow {
  color: #dfb46d;
  font-size: 12px;
}

.io-workshops-final-copy h2 {
  margin: 0 0 24px;
  color: #fff8ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 4.1vw, 58px);
  font-weight: 500;
  line-height: 0.97;
  letter-spacing: -0.04em;
}

.io-workshops-final-copy > p:last-of-type {
  margin: 0;
  color: rgba(255, 248, 238, 0.86);
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.io-workshops-final-primary {
  background: #fff6e8;
  border-color: #fff6e8;
  color: var(--io-service-wine-dark);
}

.io-workshops-final-secondary {
  border-color: rgba(255, 246, 232, 0.65);
  color: #fff6e8;
}

.io-workshops-final-primary:hover,
.io-workshops-final-primary:focus-visible {
  background: #dcb06b;
  border-color: #dcb06b;
  color: #4d1027;
}

.io-workshops-final-secondary:hover,
.io-workshops-final-secondary:focus-visible {
  background: #fff6e8;
  color: #4d1027;
}

/* Tablet */
@media (max-width: 1050px) {
  .io-workshops-hero-layout {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .io-workshops-hero-gallery {
    width: min(760px, 100%);
    min-height: 620px;
    margin: 0 auto;
  }

  .io-workshops-hero-copy {
    max-width: 780px;
  }

  .io-workshops-pathways-layout,
  .io-workshops-faq-layout {
    grid-template-columns: 1fr;
  }

  .io-workshops-faq-intro {
    position: static;
  }

  .io-workshops-gallery-grid {
    min-height: 780px;
  }

  .io-workshops-audience-panel {
    width: min(620px, 66%);
  }
}

@media (max-width: 820px) {
  .io-workshops-hero,
  .io-workshops-pathways,
  .io-workshops-gallery,
  .io-workshops-faq {
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .io-workshops-gallery-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .io-workshops-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 610px 440px;
    min-height: 0;
  }

  .io-workshops-gallery-card-large {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .io-workshops-gallery-card-top,
  .io-workshops-gallery-card-bottom {
    grid-row: 2;
  }

  .io-workshops-theme-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .io-workshops-theme-strip span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(88, 13, 41, 0.2);
  }

  .io-workshops-theme-strip span:nth-child(4) {
    border-top: 1px solid rgba(88, 13, 41, 0.2);
  }

  .io-workshops-audience-panel {
    width: min(610px, 78%);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .io-workshops-hero {
    min-height: 0;
    padding: 58px 0 68px;
  }

  .io-workshops-hero-gallery {
    min-height: 465px;
  }

  .io-workshops-hero-main {
    inset: 0 18% 12% 0;
    border-radius: 105px 105px 14px 14px;
  }

  .io-workshops-hero-speaker {
    top: 2%;
    width: 42%;
    height: 35%;
    border-width: 6px;
  }

  .io-workshops-hero-group {
    right: 0;
    width: 57%;
    height: 37%;
    border-width: 6px;
    border-radius: 70px 12px 12px 70px;
  }

  .io-workshops-hero-copy h2 {
    font-size: 48px;
  }

  .io-workshops-hero-lead {
    font-size: 16px;
  }

  .io-workshops-topic summary {
    min-height: 58px;
    font-size: 20px;
  }

  .io-workshops-hero-actions,
  .io-workshops-final-actions {
    flex-direction: column;
  }

  .io-workshops-hero-primary,
  .io-workshops-hero-secondary,
  .io-workshops-final-primary,
  .io-workshops-final-secondary {
    width: 100%;
  }

  .io-workshops-pathways-grid {
    grid-template-columns: 1fr;
  }

  .io-workshops-pathway {
    min-height: 0;
    padding: 32px 0 36px;
  }

  .io-workshops-pathway + .io-workshops-pathway {
    padding: 36px 0 32px;
    border-top: 1px solid rgba(255, 245, 232, 0.24);
    border-left: 0;
  }

  .io-workshops-gallery-grid {
    display: block;
  }

  .io-workshops-gallery-card {
    min-height: 470px;
    margin-bottom: 16px;
  }

  .io-workshops-gallery-card-large {
    min-height: 590px;
  }

  .io-workshops-gallery-card > div {
    padding: 28px 26px 30px;
  }

  .io-workshops-gallery-card h3,
  .io-workshops-gallery-card-large h3 {
    font-size: 37px;
  }

  .io-workshops-theme-strip {
    grid-template-columns: 1fr;
  }

  .io-workshops-theme-strip span,
  .io-workshops-theme-strip span + span,
  .io-workshops-theme-strip span:nth-child(3),
  .io-workshops-theme-strip span:nth-child(4) {
    min-height: 68px;
    border-top: 1px solid rgba(88, 13, 41, 0.2);
    border-left: 0;
  }

  .io-workshops-theme-strip span:first-child {
    border-top: 0;
  }

  .io-workshops-audience,
  .io-workshops-audience-inner {
    min-height: 820px;
    align-items: flex-end;
  }

  .io-workshops-audience-image img {
    object-position: 58% center;
  }

  .io-workshops-audience-panel {
    width: 100%;
    margin-bottom: 28px;
    padding: 38px 28px 40px;
  }

  .io-workshops-audience-panel h2 {
    font-size: 45px;
  }

  .io-workshops-audience-panel > p:last-of-type {
    font-size: 16px;
  }

  .io-workshops-audience-pills span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 9px;
  }

  .io-workshops-faq-intro h2 {
    font-size: 48px;
  }

  .io-workshops-faq-item summary {
    min-height: 76px;
    font-size: 23px;
  }

  .io-workshops-faq-item > p {
    margin-right: 0;
    font-size: 16px;
  }

  .io-workshops-final,
  .io-workshops-final-inner {
    min-height: 760px;
    align-items: flex-end;
  }

  .io-workshops-final-image img {
    object-position: 60% center;
  }

  .io-workshops-final-shade {
    background: linear-gradient(0deg, rgba(77, 16, 39, 0.92) 0%, rgba(77, 16, 39, 0.58) 48%, rgba(77, 16, 39, 0.08) 76%);
  }

  .io-workshops-final-copy {
    width: 100%;
    margin-bottom: 28px;
    padding: 38px 28px 40px;
  }

  .io-workshops-final-copy h2 {
    font-size: 47px;
  }

  .io-workshops-final-copy > p:last-of-type {
    font-size: 16px;
  }
}
