.full-bleed {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

.topbar .brand {
  gap: 13px;
}

.topbar .brand-mark {
  display: block;
  width: 72px;
  height: 52px;
  flex: 0 0 72px;
  overflow: hidden;
}

.topbar .brand-mark img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.topbar .brand-wordmark {
  font-size: 29px;
}

@media (max-width: 500px) {
  .topbar .brand-mark {
    width: 48px;
    height: 42px;
    flex-basis: 48px;
  }

  .topbar .brand-wordmark {
    font-size: 21px;
  }
}

.journey-block {
  overflow: hidden;
  color: #f5eddd;
  background: #153b2d;
  border-top: 1px solid rgba(208, 174, 113, 0.45);
}

.journey-inner {
  position: relative;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 28px;
  text-align: center;
}

.journey-inner::before,
.journey-inner::after {
  position: absolute;
  bottom: 12px;
  color: #c2a66e;
  content: "❧";
  font-family: Georgia, serif;
  font-size: 58px;
  opacity: 0.72;
}

.journey-inner::before {
  left: -28px;
  transform: rotate(20deg);
}

.journey-inner::after {
  right: -28px;
  transform: scaleX(-1) rotate(20deg);
}

.journey-inner > h2,
.privacy-copy h2 {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.16;
}

.journey-inner > h2 {
  font-size: clamp(28px, 2.7vw, 40px);
}

.section-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 11px 0 22px;
  color: #c49b61;
  font-size: 13px;
}

.section-ornament span {
  width: 78px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.journey-grid {
  display: grid;
  grid-template-columns: 1fr 55px 1fr 55px 1fr;
  align-items: start;
  gap: 6px;
}

.journey-step {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.journey-step header {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d7bd83;
}

.journey-step header b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d7bd83;
  border-radius: 50%;
  font-family: "Libre Baskerville", serif;
  font-size: 19px;
  font-weight: 400;
}

.journey-step h3 {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
}

.journey-step p {
  max-width: 280px;
  min-height: 48px;
  margin: 9px auto 3px;
  color: #e8deca;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  line-height: 1.45;
}

.journey-step img {
  width: min(100%, 300px);
  height: 150px;
  object-fit: contain;
}

.journey-step:nth-of-type(1) img {
  mix-blend-mode: screen;
}

.journey-step:nth-of-type(2) img,
.journey-step:nth-of-type(3) img {
  filter: sepia(0.12) saturate(0.8) brightness(1.08);
}

.journey-arrow {
  align-self: start;
  margin-top: 62px;
  color: #b38c55;
  font-size: 34px;
  font-weight: 300;
}

.privacy-block {
  color: #273b30;
  background: #f4ead7;
  border-bottom: 0;
}

.privacy-inner {
  display: grid;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 66px 0 62px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.privacy-copy {
  padding: 6px 70px 6px 0;
  border-right: 1px solid #bcae92;
}

.privacy-copy h2 {
  font-size: clamp(31px, 3vw, 47px);
}

.privacy-copy .section-ornament {
  justify-content: flex-start;
  margin: 18px 0 20px;
}

.privacy-copy p {
  margin: 0 0 28px;
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  line-height: 1.55;
}

.privacy-copy ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  font-weight: 700;
}

.privacy-copy li {
  display: flex;
  align-items: center;
  gap: 13px;
}

.privacy-copy li span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #667e6e;
  border: 1px solid rgba(102, 126, 110, 0.34);
  border-radius: 50%;
  background: rgba(102, 126, 110, 0.06);
}

.privacy-copy li svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.privacy-seal {
  text-align: center;
}

.privacy-seal img {
  display: block;
  width: min(78%, 390px);
  margin: 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.privacy-seal p {
  margin: 7px 0 0;
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  line-height: 1.45;
}

.closing-cta {
  isolation: isolate;
  overflow: hidden;
  min-height: 300px;
  padding: 32px 24px 38px;
  color: #f7edd8;
  background: #173f32;
  border: 7px solid #f4ead7;
  outline: 1px solid rgba(214, 183, 124, 0.55);
  outline-offset: -22px;
  text-align: center;
}

.closing-cta::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) .7px, transparent .7px);
  background-size: 5px 5px;
  content: "";
  opacity: .3;
}

.closing-sun {
  width: 62px;
  height: 62px;
  margin-bottom: 2px;
  object-fit: contain;
  filter: sepia(.15) saturate(.7);
}

.closing-cta h2 {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(29px, 2.7vw, 41px);
  font-weight: 400;
}

.closing-cta .section-ornament {
  margin: 12px 0 13px;
}

.closing-cta p {
  margin: 0 0 24px;
  color: #e7dac2;
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  line-height: 1.5;
}

.closing-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 14px 22px;
  color: #173f32;
  background: #f4ead7;
  border: 1px solid #c6a96f;
  border-radius: 3px;
  box-shadow: 0 0 0 3px rgba(244, 234, 215, .14);
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.closing-button:hover,
.closing-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(9, 25, 30, .28);
}

.closing-flourish {
  position: absolute;
  bottom: 23px;
  color: #c6a96f;
  font-family: Georgia, serif;
  font-size: 120px;
  opacity: .27;
}

.closing-flourish-left { left: 7%; transform: rotate(22deg); }
.closing-flourish-right { right: 7%; transform: scaleX(-1) rotate(22deg); }

.site-footer {
  color: #263c31;
  background: #f4ead7;
}

.footer-inner {
  display: grid;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 46px 0 40px;
  grid-template-columns: 1.6fr repeat(3, .75fr) .9fr;
  gap: 48px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-mark {
  display: block;
  width: 118px;
  height: 84px;
  flex: 0 0 118px;
  overflow: hidden;
}

.footer-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.footer-brand strong {
  font-family: "Libre Baskerville", serif;
  font-size: 31px;
}

.footer-brand p {
  margin: 6px 0 0;
  color: #677063;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  line-height: 1.35;
}

.footer-column {
  display: grid;
  gap: 7px;
}

.footer-column h3 {
  margin: 3px 0 4px;
  font-size: 11px;
  letter-spacing: .08em;
}

.footer-column a {
  color: #34463b;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible { text-decoration: underline; }

.footer-social {
  min-height: 125px;
  padding-left: 24px;
  border-left: 1px solid #bcae92;
  text-align: center;
}

.footer-social h3 {
  margin: 3px 0 6px;
  font-size: 11px;
  letter-spacing: .08em;
}

.social-ornament {
  color: #71816f;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.social-links a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #f4ead7;
  background: #29463a;
  border-radius: 50%;
  transition: transform .2s ease, background .2s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: #3e6253;
  transform: translateY(-2px);
}

.social-links svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.footer-bottom {
  display: flex;
  position: relative;
  min-height: 48px;
  padding: 14px max(7vw, 28px);
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  border-top: 1px solid #bcae92;
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
}


@media (max-width: 820px) {
  .journey-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .journey-arrow {
    display: none;
  }

  .journey-step p {
    min-height: 0;
  }

  .privacy-inner {
    grid-template-columns: 1fr;
  }

  .privacy-copy {
    padding: 0 0 44px;
    border-right: 0;
    border-bottom: 1px solid #bcae92;
  }

  .privacy-seal {
    padding-top: 38px;
  }

  .footer-inner {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-brand,
  .footer-social { grid-column: span 3; }

  .footer-social {
    padding: 15px 0 0;
    border-top: 1px solid #bcae92;
    border-left: 0;
  }
}

@media (max-width: 500px) {
  .journey-inner,
  .privacy-inner {
    width: min(100% - 36px, 1160px);
  }

  .journey-inner {
    padding-top: 52px;
  }

  .journey-step img {
    height: 155px;
  }

  .privacy-inner {
    padding: 52px 0;
  }

  .closing-cta {
    min-height: 330px;
    padding: 42px 28px;
  }

  .closing-flourish { display: none; }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-social { grid-column: span 2; }

  .footer-bottom {
    gap: 8px;
    flex-direction: column;
  }
}
