:root {
  --offwhite: #f7f3ee;
  --greige: #d8cec2;
  --sage: #a7b0a1;
  --espresso: #4a3b35;
  --mauve: #c7b3ad;
  --ink-soft: rgba(74, 59, 53, 0.72);
  --line: rgba(74, 59, 53, 0.16);
  --max: 1160px;
  --wide: 1520px;
  --wide-pad: clamp(44px, 7vw, 112px);
}

@media (max-width: 1100px) {
  .kiwi-hero-media-bubbles {
    width: min(100%, 560px);
    aspect-ratio: 0.92;
  }

  .kiwi-hero-media-bubbles .kiwi-hero-main-image {
    right: 0;
    top: 0;
    width: 74%;
    height: 82%;
  }

  .kiwi-hero-media-bubbles .kiwi-hero-detail-image {
    width: 48%;
    height: 43%;
  }

  .kiwi-hero-media-bubbles::after {
    transform: translate(10px, 10px);
  }
}

@media (min-width: 1700px) {
  .kiwi-hero {
    min-height: min(780px, 100vh);
    grid-template-columns: minmax(680px, 860px) minmax(720px, 980px);
    gap: clamp(96px, 7vw, 180px);
    padding: 104px max(64px, 8vw) 56px;
  }

  .kiwi-hero-panel h1 {
    max-width: 860px;
    font-size: clamp(92px, 5.3vw, 136px);
  }

  .kiwi-hero-panel > p:not(.eyebrow) {
    max-width: 690px;
    font-size: clamp(22px, 1.35vw, 28px);
  }

  .kiwi-hero-media-ritual {
    width: min(100%, clamp(840px, 42vw, 1060px));
  }

  .kiwi-hero-media-ritual .kiwi-hero-main-image {
    width: 80%;
    height: 76%;
  }

  .kiwi-hero-media-ritual .kiwi-hero-detail-image {
    width: 43%;
    height: 54%;
  }

  .kiwi-hero-note {
    right: max(64px, 8vw);
    bottom: 52px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--offwhite);
  color: var(--espresso);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 18px;
  left: 50%;
  width: min(calc(100% - 32px), var(--wide));
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 11px 12px 11px 22px;
  transform: translateX(-50%);
  background: rgba(247, 243, 238, 0.86);
  border: 1px solid rgba(247, 243, 238, 0.62);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(74, 59, 53, 0.12);
}

.brand {
  display: grid;
  gap: 0;
  text-decoration: none;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.desktop-nav {
  justify-self: end;
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-nav-details {
  display: none;
}

.desktop-nav a,
.header-cta,
.button,
.text-link,
.ceremony-card a,
.site-footer a {
  text-decoration: none;
}

.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--espresso);
  color: var(--offwhite);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding: 140px 24px 64px;
  overflow: hidden;
  color: var(--offwhite);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--sage);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(74, 59, 53, 0.38), rgba(74, 59, 53, 0.12) 54%, rgba(247, 243, 238, 0.24)),
    linear-gradient(0deg, rgba(74, 59, 53, 0.2), rgba(247, 243, 238, 0.12) 48%);
}

.hero-content {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.page-hero {
  padding: 150px 0 clamp(74px, 10vw, 132px);
  background: var(--offwhite);
}

.page-hero-soft {
  background: var(--greige);
}

.page-hero-muted {
  background: var(--sage);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: end;
}

.page-hero h1,
.page-about h1,
.standalone-contact h1 {
  color: var(--espresso);
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.96;
}

.page-hero .hero-text {
  color: var(--ink-soft);
}

.page-hero .button {
  margin-top: 34px;
}

.page-hero img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.72;
}

h1,
h2,
h3,
blockquote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 920px;
  font-size: clamp(52px, 9vw, 116px);
  line-height: 0.94;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(50px, 7.2vw, 92px);
  line-height: 0.98;
}

.hero-text {
  max-width: 660px;
  margin: 28px 0 0;
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.42;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button-dark {
  background: var(--espresso);
  color: var(--offwhite);
  border-color: var(--espresso);
}

.button-light {
  background: rgba(247, 243, 238, 0.12);
  color: var(--offwhite);
  border-color: rgba(247, 243, 238, 0.72);
  backdrop-filter: blur(10px);
}

.button-outline {
  color: var(--espresso);
  background: transparent;
}

.home-hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding: 142px 0 64px;
  overflow: hidden;
  background: var(--sage);
}

.home-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--greige);
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(74, 59, 53, 0.78) 0%, rgba(74, 59, 53, 0.6) 36%, rgba(74, 59, 53, 0.18) 66%, rgba(74, 59, 53, 0.02)),
    linear-gradient(0deg, rgba(74, 59, 53, 0.28), rgba(74, 59, 53, 0.02) 48%);
}

.home-hero-grid {
  position: relative;
  z-index: 2;
}

.home-hero-copy {
  max-width: 675px;
  padding: clamp(30px, 5vw, 58px) 0;
}

.home-hero .eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
  color: var(--offwhite);
  opacity: 1;
  text-shadow: 0 1px 14px rgba(74, 59, 53, 0.72);
}

.home-hero h1 {
  max-width: 690px;
  color: var(--offwhite);
  font-size: clamp(50px, 6.6vw, 82px);
  line-height: 0.96;
  text-wrap: balance;
}

.home-hero p:not(.eyebrow) {
  max-width: 590px;
  margin: 26px 0 0;
  color: rgba(247, 243, 238, 0.86);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.52;
}

.home-hero .button-light,
.home-hero .button-outline {
  color: var(--offwhite);
  border-color: rgba(247, 243, 238, 0.58);
  background: rgba(247, 243, 238, 0.08);
}

.home-hero .button-dark {
  background: var(--offwhite);
  color: var(--espresso);
  border-color: var(--offwhite);
}

.home-hero .hero-region {
  margin-top: 28px;
  color: rgba(247, 243, 238, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-transform: uppercase;
}

.why-section {
  padding: clamp(82px, 10vw, 146px) 0;
  background: #fffaf5;
  border-top: 1px solid var(--line);
}

.why-section .section-inner,
.voice-section .section-inner,
.social-proof .section-inner,
.home-offers .section-inner {
  width: min(calc(100% - var(--wide-pad)), var(--wide));
}

.why-grid,
.why-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(36px, 7vw, 104px);
  align-items: center;
}

.why-scene {
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(620px, 1.05fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

.why-visual {
  position: relative;
  margin: 0;
  align-self: stretch;
}

.why-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1.08;
  object-fit: cover;
  object-position: 50% 43%;
}

.why-visual figcaption {
  position: absolute;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  left: clamp(18px, 3vw, 34px);
  padding-top: 18px;
  border-top: 1px solid rgba(247, 243, 238, 0.52);
  color: var(--offwhite);
  font-size: 14px;
  line-height: 1.45;
  text-shadow: 0 2px 18px rgba(74, 59, 53, 0.72);
}

.why-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(74, 59, 53, 0.46), rgba(74, 59, 53, 0) 54%);
  pointer-events: none;
}

.why-section h2,
.about-teaser h2 {
  font-size: clamp(38px, 5.4vw, 74px);
  line-height: 0.99;
}

.why-statement {
  max-width: 880px;
}

.why-statement h2 {
  max-width: 860px;
}

.why-statement p:not(.eyebrow):not(.statement-large) {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.68;
}

.why-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.why-points span {
  padding: 10px 14px;
  border: 1px solid rgba(74, 59, 53, 0.16);
  background: rgba(216, 206, 194, 0.26);
  color: rgba(74, 59, 53, 0.78);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  align-items: center;
  margin-top: 26px;
}

.why-actions .text-link {
  margin-top: 0;
}

.social-icon-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(74, 59, 53, 0.24);
  border-radius: 50%;
  color: var(--espresso);
  background: rgba(247, 243, 238, 0.62);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.social-icon-link svg {
  width: 20px;
  height: 20px;
}

.social-icon-link:hover,
.social-icon-link:focus-visible {
  color: var(--offwhite);
  background: var(--espresso);
  border-color: var(--espresso);
  transform: translateY(-1px);
}

.statement-large {
  max-width: 880px;
  margin: clamp(28px, 4vw, 44px) 0 0;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.6vw, 54px);
  line-height: 1.04;
}

.why-intro {
  align-self: start;
}

.why-copy {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.66;
}

.why-copy p {
  margin: 0 0 20px;
}

.why-copy blockquote {
  position: relative;
  margin: 0 0 32px;
  padding: clamp(30px, 4vw, 46px) 0 clamp(30px, 4vw, 46px) clamp(28px, 4vw, 54px);
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid rgba(74, 59, 53, 0.26);
  color: var(--espresso);
}

.why-copy blockquote p {
  max-width: 780px;
  font-size: clamp(34px, 5.2vw, 72px);
  line-height: 0.98;
}

.home-offers {
  background: #dfe7dd;
  color: var(--espresso);
}

.home-offers .section-inner {
  width: min(calc(100% - var(--wide-pad)), var(--wide));
}

.home-offers .eyebrow,
.home-offers .section-heading h2 {
  color: var(--espresso);
}

.offers-heading {
  max-width: 980px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.offers-heading h2 {
  max-width: 850px;
  font-size: clamp(46px, 6.4vw, 88px);
  line-height: 0.96;
}

.offers-heading p:not(.eyebrow) {
  max-width: 820px;
  margin: 20px 0 0;
  color: rgba(74, 59, 53, 0.76);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.45;
}

.centered-heading {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.88fr) minmax(0, 0.88fr);
  gap: 18px;
}

.offer-card {
  min-width: 0;
  display: grid;
  align-content: end;
  min-height: 390px;
  padding: clamp(26px, 3.4vw, 42px);
  background: rgba(247, 243, 238, 0.96);
  border: 1px solid rgba(247, 243, 238, 0.18);
  color: var(--espresso);
}

.offer-card-feature {
  grid-template-rows: minmax(260px, 1fr) auto;
  padding: 0;
  overflow: hidden;
}

.offer-card-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-card-feature div {
  padding: clamp(26px, 3.4vw, 42px);
}

.offer-card > div {
  min-width: 0;
}

.offer-card-soft {
  background: var(--sage);
}

.offer-card span {
  display: block;
  margin-bottom: 22px;
  color: rgba(74, 59, 53, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.offer-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.62;
}

.offer-card a {
  display: inline-block;
  margin-top: 26px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-underline-offset: 6px;
}

.ceremony-showcase {
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(520px, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}

.ceremony-offer {
  min-width: 0;
  display: grid;
  color: var(--espresso);
  text-decoration: none;
  background: rgba(255, 250, 245, 0.72);
  border: 1px solid rgba(74, 59, 53, 0.14);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.ceremony-offer:hover,
.ceremony-offer:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(74, 59, 53, 0.34);
  background: rgba(255, 250, 245, 0.92);
}

.ceremony-offer figure {
  margin: 0;
  overflow: hidden;
  background: rgba(74, 59, 53, 0.08);
}

.ceremony-offer img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 520ms ease;
}

.ceremony-offer:hover img,
.ceremony-offer:focus-visible img {
  transform: scale(1.025);
}

.ceremony-offer-feature {
  grid-template-rows: minmax(430px, 1fr) auto;
}

.ceremony-offer-feature figure {
  min-height: clamp(430px, 48vw, 660px);
}

.ceremony-offer-side {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.ceremony-offer-compact {
  grid-template-columns: minmax(250px, 1.05fr) minmax(0, 0.95fr);
  min-height: 290px;
}

.ceremony-offer-compact:first-child img {
  object-position: 58% center;
}

.ceremony-offer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3.4vw, 42px);
}

.ceremony-offer-copy span {
  display: block;
  margin-bottom: 16px;
  color: rgba(74, 59, 53, 0.62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ceremony-offer-copy h3 {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--espresso);
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: 1;
}

.ceremony-offer-compact .ceremony-offer-copy h3 {
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.04;
}

.ceremony-offer-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(74, 59, 53, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.ceremony-offer-copy strong {
  width: fit-content;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--espresso);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-teaser {
  padding: clamp(76px, 10vw, 132px) 0;
  background: #fffaf5;
}

.about-teaser-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
}

.compact-voice {
  background: #fffaf5;
}

.home-process {
  padding: 0;
  background: var(--espresso);
  color: var(--offwhite);
  overflow: hidden;
}

.home-process .section-inner {
  width: min(100%, 1800px);
}

.home-process-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(620px, 1.18fr);
  min-height: min(820px, 88svh);
}

.home-process-image {
  position: relative;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
}

.home-process-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(74, 59, 53, 0.02) 56%, rgba(74, 59, 53, 0.52));
  pointer-events: none;
}

.home-process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  transform: scale(1.04);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-process-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 7vw, 112px) clamp(42px, 7vw, 118px);
}

.home-process-intro {
  max-width: 720px;
  display: block;
}

.home-process-intro .eyebrow {
  grid-column: 1 / -1;
  color: rgba(247, 243, 238, 0.62);
}

.home-process-intro h2 {
  max-width: 720px;
  margin: 0;
  color: var(--offwhite);
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: 0.96;
}

.home-process-steps {
  margin: clamp(44px, 6vw, 72px) 0 0;
  padding: 0;
  display: block;
  list-style: none;
  border-top: 1px solid rgba(247, 243, 238, 0.26);
}

.home-process-steps li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: center;
  min-height: 94px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(247, 243, 238, 0.26);
  transition: padding-left 260ms ease, background-color 260ms ease;
}

.home-process-steps li:hover {
  padding-left: 16px;
  background: rgba(247, 243, 238, 0.045);
}

.home-process-steps > li > span {
  color: #d9c8ad;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
}

.home-process-steps h3 {
  margin: 0;
  color: var(--offwhite);
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.04;
}

.motion-ready .home-process-image img {
  transform: scale(1.1);
}

.motion-ready .home-process-steps li {
  opacity: 0;
  transform: translateX(34px);
}

.motion-ready .home-process.is-visible .home-process-image img {
  transform: scale(1.04);
}

.motion-ready .home-process.is-visible .home-process-steps li {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 600ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1), padding-left 260ms ease, background-color 260ms ease;
}

.motion-ready .home-process.is-visible .home-process-steps li:nth-child(2) { transition-delay: 90ms; }
.motion-ready .home-process.is-visible .home-process-steps li:nth-child(3) { transition-delay: 180ms; }
.motion-ready .home-process.is-visible .home-process-steps li:nth-child(4) { transition-delay: 270ms; }
.motion-ready .home-process.is-visible .home-process-steps li:nth-child(5) { transition-delay: 360ms; }

.social-proof {
  padding: clamp(86px, 10vw, 144px) 0;
  background:
    linear-gradient(90deg, rgba(216, 206, 194, 0.46), rgba(247, 243, 238, 0.94) 46%, rgba(199, 208, 193, 0.34)),
    #f7f3ee;
  border-top: 1px solid rgba(74, 59, 53, 0.08);
  border-bottom: 1px solid rgba(74, 59, 53, 0.08);
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.74fr) minmax(640px, 1.26fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
}

.proof-intro {
  max-width: 610px;
  padding-top: clamp(8px, 3vw, 34px);
}

.proof-intro h2 {
  max-width: 610px;
  margin-bottom: 22px;
  font-size: clamp(46px, 5.1vw, 76px);
  line-height: 0.98;
}

.proof-intro p:not(.eyebrow) {
  max-width: 520px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.62;
}

.proof-quotes {
  position: relative;
  display: grid;
  gap: 0;
  background: rgba(255, 250, 245, 0.7);
  border: 1px solid rgba(74, 59, 53, 0.14);
  box-shadow: 0 34px 90px rgba(74, 59, 53, 0.1);
}

.proof-score {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: clamp(18px, 2.4vw, 26px) clamp(24px, 3.4vw, 42px);
  background: rgba(247, 243, 238, 0.86);
  border-bottom: 1px solid rgba(74, 59, 53, 0.12);
}

.proof-score > span {
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5.4vw, 86px);
  line-height: 0.9;
}

.proof-score strong {
  display: block;
  color: #b69757;
  font-size: 14px;
  letter-spacing: 0.24em;
}

.proof-score p {
  margin: 7px 0 0;
  color: rgba(74, 59, 53, 0.62);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-card-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  gap: 0;
  align-items: stretch;
}

.proof-quote {
  margin: 0;
  min-width: 0;
  display: grid;
  align-content: space-between;
  min-height: 260px;
  padding: clamp(24px, 3vw, 36px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.proof-quote-feature {
  grid-row: span 2;
  min-height: 420px;
  padding: clamp(36px, 5vw, 58px);
  background: var(--espresso);
  color: var(--offwhite);
}

.proof-quote-soft {
  min-height: 210px;
  margin-top: 0;
  background: rgba(199, 208, 193, 0.42);
  border-bottom: 1px solid rgba(74, 59, 53, 0.12);
}

.proof-quote-line {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 250, 245, 0.62);
}

.proof-mark {
  height: 58px;
  color: rgba(247, 243, 238, 0.34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 134px;
  line-height: 0.8;
}

.proof-quotes blockquote {
  max-width: 740px;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.15vw, 34px);
  line-height: 1.14;
}

.proof-quote:not(.proof-quote-feature) blockquote {
  font-size: clamp(19px, 1.35vw, 23px);
  line-height: 1.18;
}

.proof-stars {
  margin-bottom: clamp(24px, 3vw, 38px);
  color: #c4a76a;
  font-size: 14px;
  letter-spacing: 0.28em;
}

.proof-quote-feature .proof-stars {
  color: #e0c891;
}

.proof-quotes figcaption {
  margin-top: 22px;
  color: rgba(74, 59, 53, 0.62);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-quote-feature figcaption {
  color: rgba(247, 243, 238, 0.72);
}

.home-contact {
  background: #c7d0c1;
  color: var(--espresso);
}

.home-contact .contact-panel {
  background: rgba(255, 250, 245, 0.9);
  color: var(--espresso);
  box-shadow: 0 28px 80px rgba(74, 59, 53, 0.08);
}

.home-contact .contact-panel p {
  color: var(--ink-soft);
}

.section-inner {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
}

.brand-note {
  padding: clamp(72px, 9vw, 122px) 0;
  background: var(--offwhite);
}

.brand-note-grid {
  display: grid;
  grid-template-columns: 0.64fr 1.12fr 0.82fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

blockquote {
  margin: 0;
}

blockquote p {
  font-size: clamp(32px, 4.8vw, 64px);
  line-height: 1;
}

.brand-copy {
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 20px);
}

.brand-copy p {
  margin: 0 0 20px;
}

.ceremonies {
  padding: clamp(70px, 9vw, 124px) 0;
  background: #fffaf5;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(36px, 5vw, 62px);
}

.section-heading h2,
.process h2,
.about h2,
.contact h2,
.home-cta h2 {
  font-size: clamp(38px, 5.7vw, 78px);
  line-height: 0.98;
}

.ceremony-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.ceremony-card {
  min-width: 0;
  min-height: 300px;
  display: grid;
  background: var(--offwhite);
  border: 1px solid var(--line);
  color: var(--espresso);
}

.ceremony-primary {
  grid-template-rows: minmax(240px, 0.72fr) auto;
}

.ceremony-muted {
  background: var(--sage);
}

.card-image {
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  min-width: 0;
  padding: clamp(26px, 3.4vw, 42px);
}

.card-content span,
.steps span {
  display: block;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(74, 59, 53, 0.62);
}

.card-content h3 {
  margin-bottom: 16px;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.card-content p,
.steps p,
.about-copy p,
.contact-panel p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.62;
}

.card-content a,
.text-link {
  display: inline-block;
  margin-top: 26px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.process {
  padding: clamp(78px, 10vw, 136px) 0;
  background: var(--espresso);
  color: var(--offwhite);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(40px, 7vw, 92px);
}

.steps {
  display: grid;
  gap: 16px;
}

.steps article {
  padding: 26px 0;
  border-top: 1px solid rgba(247, 243, 238, 0.24);
}

.steps article:last-child {
  border-bottom: 1px solid rgba(247, 243, 238, 0.24);
}

.steps h3 {
  margin-bottom: 10px;
  font-size: 32px;
}

.steps p {
  max-width: 620px;
  color: rgba(247, 243, 238, 0.72);
}

.voice-section {
  scroll-margin-top: 112px;
  padding: clamp(86px, 10vw, 142px) 0;
  background: #fffaf5;
}

.voice-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(620px, 1.14fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.voice-copy {
  align-self: center;
  max-width: 590px;
}

.voice-copy h2 {
  max-width: 620px;
  margin-bottom: clamp(24px, 3vw, 36px);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
  text-wrap: balance;
}

.voice-grid p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.62;
}

.trait-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 560px;
  margin-top: 32px;
}

.trait-bubbles span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 15px;
  border: 1px solid rgba(74, 59, 53, 0.16);
  border-radius: 999px;
  background: rgba(234, 226, 216, 0.58);
  color: rgba(74, 59, 53, 0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.voice-cta {
  margin-top: 28px;
}

.video-preview-card {
  display: grid;
  background: var(--offwhite);
  color: var(--espresso);
  overflow: hidden;
  border: 1px solid rgba(74, 59, 53, 0.15);
  box-shadow: 0 34px 92px rgba(74, 59, 53, 0.12);
}

.video-preview-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
  background: var(--greige);
}

.about {
  padding: clamp(72px, 9vw, 122px) 0;
  background: var(--offwhite);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
}

.about-image {
  background: var(--mauve);
  overflow: hidden;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-copy p {
  max-width: 620px;
  margin-top: 22px;
}

.contact {
  padding: clamp(78px, 10vw, 132px) 0;
  background: var(--sage);
}

.contact-page {
  background:
    linear-gradient(90deg, rgba(167, 176, 161, 0.26) 0 44%, transparent 44%),
    var(--offwhite);
}

.standalone-contact {
  padding-top: 150px;
}

.contact-page-section {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: clamp(126px, 12vw, 178px) 0 clamp(72px, 8vw, 118px);
}

.contact-page-grid {
  width: min(calc(100% - var(--wide-pad)), 1420px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(620px, 1fr);
  gap: clamp(52px, 7vw, 124px);
  align-items: center;
}

.contact-page-copy {
  max-width: 680px;
}

.contact-page-copy h1 {
  margin: 0;
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 5.8vw, 112px);
  line-height: 0.98;
  letter-spacing: 0;
}

.contact-page-copy > p:not(.eyebrow):not(.contact-page-region) {
  max-width: 540px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.1vw, 22px);
  line-height: 1.6;
}

.contact-page-cues {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.contact-page-cues span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(74, 59, 53, 0.18);
  background: rgba(247, 243, 238, 0.58);
  color: rgba(74, 59, 53, 0.8);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-page-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.contact-page-region {
  margin: 30px 0 0;
  color: rgba(74, 59, 53, 0.74);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-page-panel {
  padding: clamp(30px, 3.8vw, 58px);
  background: rgba(247, 243, 238, 0.94);
  border: 1px solid rgba(74, 59, 53, 0.16);
  box-shadow: 0 28px 90px rgba(74, 59, 53, 0.1);
}

.contact-page-form-head {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.contact-page-form-head p {
  max-width: 590px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.62;
}

.contact-page-form-head .eyebrow {
  color: rgba(74, 59, 53, 0.62);
  font-size: 12px;
  line-height: 1.2;
}

.contact-page-form {
  margin-top: 0;
}

.contact-page-form textarea {
  min-height: 142px;
}

.home-cta {
  padding: clamp(72px, 9vw, 118px) 0;
  background: var(--sage);
}

.home-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: end;
}

.home-cta-copy p {
  max-width: 520px;
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.62;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(680px, 1.38fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  justify-content: center;
}

.contact-panel {
  padding: clamp(28px, 3.4vw, 44px);
  background: var(--offwhite);
  border: 1px solid var(--line);
}

.contact-panel small {
  display: block;
  margin-top: 30px;
  color: var(--ink-soft);
  font-size: 14px;
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.form-status {
  display: none;
  margin: 0;
  padding: 14px 16px;
  background: var(--sage);
  color: var(--espresso);
  border: 1px solid rgba(74, 59, 53, 0.18);
  font-weight: 700;
}

html[data-contact-status="ok"] .form-status[data-status="ok"],
html[data-contact-status="missing"] .form-status[data-status="missing"],
html[data-contact-status="error"] .form-status[data-status="error"] {
  display: block;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (min-width: 1080px) {
  .home-contact .section-inner {
    width: min(calc(100% - var(--wide-pad)), 1380px);
  }

  .home-contact .form-row,
  .standalone-contact .form-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(74, 59, 53, 0.78);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(74, 59, 53, 0.22);
  border-radius: 0;
  background: #fffaf5;
  color: var(--espresso);
  font: inherit;
  padding: 12px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.privacy-check {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 12px;
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.privacy-check span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
  color: var(--ink-soft);
}

.privacy-check a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.honeypot {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.contact-form button {
  width: fit-content;
  cursor: pointer;
}

.contact-secondary {
  margin-top: 24px;
}

.site-footer {
  min-height: 92px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 28px max(22px, calc((100vw - var(--max)) / 2));
  background: var(--espresso);
  color: var(--offwhite);
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 18px;
}

.legal-page {
  padding: 150px 0 90px;
  background: var(--offwhite);
}

.legal-page article {
  width: min(calc(100% - 44px), 860px);
  margin: 0 auto;
}

.legal-page h1 {
  color: var(--espresso);
  font-size: clamp(42px, 7vw, 76px);
}

.legal-page h2 {
  margin-top: 42px;
  font-size: 30px;
  line-height: 1.12;
}

.legal-page p,
.legal-page li {
  color: var(--ink-soft);
  font-size: 17px;
}

.legal-note {
  margin: 28px 0;
  padding: 18px;
  background: var(--greige);
  border: 1px solid var(--line);
}

/* Freie Trauung */
.wedding-wide {
  width: min(calc(100% - 2 * var(--wide-pad)), var(--wide));
  margin-inline: auto;
}

.wedding-mobile-journey,
.wedding-soft-link,
.wedding-list-short {
  display: none;
}

.wedding-expect-list .wedding-list-short,
.wedding-included li .wedding-list-short {
  display: none;
}

.wedding-hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--offwhite);
}

.wedding-hero-media,
.wedding-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wedding-hero-media {
  object-fit: cover;
  object-position: 50% 50%;
}

.wedding-hero-shade {
  background:
    linear-gradient(90deg, rgba(53, 39, 34, 0.76) 0%, rgba(53, 39, 34, 0.4) 44%, rgba(53, 39, 34, 0.08) 74%),
    linear-gradient(0deg, rgba(53, 39, 34, 0.54), transparent 48%);
}

.wedding-hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2 * var(--wide-pad)), var(--wide));
  margin: 0 auto;
  padding: 150px 0 clamp(92px, 11vh, 132px);
}

.wedding-hero-content h1 {
  max-width: 900px;
  font-size: clamp(56px, 6.8vw, 106px);
  line-height: 0.95;
}

.wedding-hero-content > p:not(.eyebrow) {
  max-width: 670px;
  margin: 28px 0 34px;
  font-size: clamp(18px, 1.5vw, 23px);
}

.wedding-scroll {
  position: absolute;
  z-index: 2;
  right: var(--wide-pad);
  bottom: 42px;
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--offwhite);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.wedding-scroll i {
  width: 44px;
  height: 1px;
  background: currentColor;
}

.wedding-intro {
  padding: clamp(90px, 11vw, 170px) 0;
}

.wedding-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(56px, 9vw, 150px);
  align-items: end;
}

.wedding-intro h2,
.wedding-signature h2,
.wedding-process h2,
.wedding-included h2,
.wedding-cta h2 {
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.98;
}

.wedding-intro-copy {
  padding-bottom: 6px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.4vw, 21px);
}

.wedding-intro-copy p {
  margin: 0 0 20px;
}

.wedding-intro-copy .wedding-lead {
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.06;
}

.wedding-moments {
  padding: 0 0 clamp(100px, 12vw, 180px);
}

.wedding-moments-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.18fr) minmax(0, 0.72fr);
  gap: clamp(18px, 2.6vw, 42px);
  align-items: end;
}

.wedding-moment {
  margin: 0;
}

.wedding-moment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wedding-moment-close img {
  aspect-ratio: 0.86;
}

.wedding-moment-wide img {
  aspect-ratio: 1.08;
}

.wedding-moment-detail img {
  aspect-ratio: 0.76;
}

.wedding-moment figcaption {
  max-width: 300px;
  margin-top: 14px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.15;
}

.wedding-family-moment {
  padding: clamp(80px, 9vw, 132px) 0;
  background: var(--sage);
  color: var(--espresso);
}

.wedding-family-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  gap: clamp(46px, 8vw, 132px);
  align-items: start;
}

.wedding-family-heading h2 {
  max-width: 820px;
  font-size: clamp(48px, 5.6vw, 86px);
  line-height: 0.98;
}

.wedding-family-copy {
  max-width: 660px;
  padding-top: 8px;
  color: rgba(74, 59, 53, 0.82);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.62;
}

.wedding-family-copy p {
  margin: 0 0 20px;
}

.wedding-family-options {
  display: grid;
  gap: 0;
  margin: clamp(30px, 3vw, 42px) 0 28px;
  border-top: 1px solid rgba(74, 59, 53, 0.28);
}

.wedding-family-options span {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(74, 59, 53, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 1.9vw, 30px);
  line-height: 1.08;
}

.wedding-family-link {
  display: inline-flex;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(74, 59, 53, 0.46);
  color: var(--espresso);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.wedding-signature {
  background: #eee9e2;
}

.wedding-signature-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  min-height: 820px;
}

.wedding-signature-image {
  min-height: 680px;
  margin: 0;
  overflow: hidden;
}

.wedding-signature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.wedding-signature-copy {
  align-self: center;
  padding: clamp(70px, 8vw, 132px);
}

.wedding-signature-copy > p {
  max-width: 660px;
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.25vw, 20px);
}

.wedding-signature-copy .wedding-signature-statement {
  max-width: 760px;
  margin: 28px 0;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.05;
}

.wedding-expect-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.72fr) minmax(0, 1.28fr);
  column-gap: clamp(56px, 7vw, 122px);
  row-gap: 0;
  align-items: start;
  padding: clamp(82px, 8vw, 132px) 0;
  min-height: 0;
}

.wedding-expect-image {
  grid-column: 1;
  grid-row: 4 / span 2;
  align-self: start;
  min-height: 0;
  height: clamp(520px, 36vw, 680px);
  margin-top: clamp(38px, 4vw, 62px);
}

.wedding-expect-image img {
  object-position: 48% 50%;
}

.wedding-expect-copy {
  display: contents;
}

.wedding-expect-copy > .eyebrow,
.wedding-expect-copy > h2,
.wedding-expect-copy > .wedding-signature-statement {
  grid-column: 1 / -1;
}

.wedding-expect-copy > h2 {
  max-width: 1260px;
}

.wedding-expect-copy > .wedding-signature-statement {
  max-width: 920px;
}

.wedding-expect-list {
  grid-column: 2;
  grid-row: 4;
  width: min(100%, 820px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: clamp(38px, 4vw, 62px) 0 0;
  border-top: 1px solid rgba(74, 59, 53, 0.22);
  border-left: 1px solid rgba(74, 59, 53, 0.22);
}

.wedding-expect-list article {
  min-height: 176px;
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid rgba(74, 59, 53, 0.22);
  border-bottom: 1px solid rgba(74, 59, 53, 0.22);
}

.wedding-expect-list article:first-child {
  grid-row: span 2;
  display: grid;
  align-content: end;
  min-height: 352px;
  background: var(--espresso);
  color: var(--offwhite);
}

.wedding-expect-list span {
  display: block;
  margin-bottom: 26px;
  color: rgba(74, 59, 53, 0.46);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wedding-expect-list article:first-child span {
  color: rgba(247, 243, 238, 0.56);
}

.wedding-expect-list p {
  max-width: 320px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.45;
}

.wedding-expect-list article:first-child p {
  color: var(--offwhite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.06;
}

.wedding-note {
  grid-column: 2;
  grid-row: 5;
  display: inline-block;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--espresso);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wedding-process {
  padding: clamp(88px, 10vw, 152px) 0;
  background:
    linear-gradient(90deg, rgba(167, 176, 161, 0.2) 0 42%, rgba(247, 243, 238, 0) 42% 100%),
    #eee9e2;
  color: var(--espresso);
}

.wedding-process-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(74, 59, 53, 0.12);
  background: rgba(255, 250, 245, 0.5);
  box-shadow: 0 30px 90px rgba(74, 59, 53, 0.08);
}

.wedding-process-visual {
  position: relative;
  margin: 0;
  min-height: clamp(640px, 52vw, 860px);
  overflow: hidden;
  background: var(--sage);
}

.wedding-process-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
  transform: scale(1.03);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wedding-process-visual p {
  position: absolute;
  right: clamp(22px, 3vw, 44px);
  bottom: clamp(22px, 3vw, 44px);
  width: min(74%, 380px);
  margin: 0;
  padding: clamp(22px, 2.4vw, 32px);
  background: var(--espresso);
  color: var(--offwhite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.12;
  box-shadow: 0 24px 64px rgba(30, 22, 18, 0.18);
}

.wedding-process-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 6vw, 96px) clamp(42px, 6.5vw, 108px);
  background:
    linear-gradient(180deg, rgba(167, 176, 161, 0.24), rgba(216, 206, 194, 0.24)),
    rgba(247, 243, 238, 0.82);
}

.wedding-process-heading {
  max-width: 820px;
  margin: 0 0 clamp(34px, 4vw, 58px);
}

.wedding-process-heading h2 {
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

.wedding-process .eyebrow {
  margin-bottom: 16px;
  color: rgba(74, 59, 53, 0.48);
}

.wedding-process-list {
  position: relative;
  max-width: 860px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(74, 59, 53, 0.2);
}

.wedding-process-list::before {
  content: none;
}

.wedding-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: clamp(58px, 6vw, 84px) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
  min-height: clamp(92px, 7vw, 120px);
  padding: clamp(18px, 2.2vw, 28px) 0;
  border-bottom: 1px solid rgba(74, 59, 53, 0.18);
  transition:
    padding-left 260ms ease,
    background-color 260ms ease,
    transform 260ms ease;
}

.wedding-process-list li:first-child {
  padding-top: clamp(18px, 2.2vw, 28px);
}

.wedding-process-list li:last-child {
  border-bottom: 1px solid rgba(74, 59, 53, 0.18);
}

.wedding-process-list li::before {
  content: none;
}

.wedding-process-list li:hover {
  padding-left: 18px;
  background: rgba(255, 250, 245, 0.42);
  transform: translateX(3px);
}

.wedding-process-list span {
  color: rgba(139, 146, 115, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.wedding-process-list h3 {
  margin: 0;
  color: var(--espresso);
  font-size: clamp(25px, 2.55vw, 40px);
  line-height: 1;
}

.wedding-process-list p {
  max-width: 480px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.5;
}

.wedding-process-cta {
  margin-top: clamp(38px, 4vw, 58px);
  background: #8b9273;
  color: var(--offwhite);
  box-shadow: none;
}

.wedding-included {
  padding: clamp(100px, 12vw, 180px) 0;
}

.wedding-included-grid {
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(620px, 1.05fr);
  gap: clamp(58px, 7vw, 112px);
  align-items: start;
}

.wedding-included ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--espresso);
  list-style: none;
}

.wedding-included li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: clamp(24px, 2.2vw, 34px) 0;
  border-bottom: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: 1.08;
}

.wedding-included li span {
  padding-top: 5px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.55;
}

.wedding-finale {
  padding: clamp(90px, 10vw, 150px) 0;
  background:
    linear-gradient(180deg, rgba(247, 243, 238, 0) 0 18%, rgba(216, 206, 194, 0.28) 18% 100%),
    var(--offwhite);
}

.wedding-finale-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.9fr);
  gap: clamp(42px, 5vw, 84px);
  align-items: center;
}

.wedding-finale-proof,
.wedding-finale-cta {
  position: relative;
  z-index: 1;
}

.wedding-finale-proof {
  align-self: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 0;
  row-gap: clamp(22px, 2.8vw, 36px);
  padding: clamp(34px, 4.6vw, 66px) clamp(28px, 4vw, 62px) clamp(34px, 4.6vw, 66px) 0;
  background: transparent;
  border-top: 1px solid rgba(74, 59, 53, 0.18);
  border-bottom: 1px solid rgba(74, 59, 53, 0.14);
  box-shadow: none;
}

.wedding-finale-proof > .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: clamp(18px, 2.6vw, 32px);
  color: rgba(74, 59, 53, 0.58);
}

.wedding-proof-mark {
  grid-column: 1;
  align-self: start;
  font-family: Georgia, "Times New Roman", serif;
  height: clamp(54px, 5vw, 74px);
  font-size: clamp(100px, 8vw, 148px);
  line-height: 0.68;
  color: rgba(141, 150, 119, 0.42);
}

.wedding-finale-proof blockquote {
  grid-column: 1;
  margin: 0;
}

.wedding-finale-proof blockquote p {
  max-width: 820px;
  color: var(--espresso);
  font-size: clamp(32px, 3.5vw, 54px);
  line-height: 1.04;
}

.wedding-finale-proof blockquote footer {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-top: clamp(24px, 3vw, 36px);
  font-size: 13px;
}

.wedding-finale-proof blockquote footer span {
  color: var(--ink-soft);
}

.wedding-finale-proof .text-link {
  grid-column: 1;
  justify-self: start;
  margin-top: clamp(2px, 0.8vw, 8px);
}

.wedding-finale-image {
  grid-column: 1;
  justify-self: center;
  align-self: start;
  width: clamp(280px, 29vw, 430px);
  height: clamp(250px, 22vw, 350px);
  margin: clamp(20px, 2.4vw, 34px) 0 0;
  overflow: hidden;
  border: 10px solid rgba(255, 250, 245, 0.86);
  box-shadow: 0 24px 54px rgba(74, 59, 53, 0.11);
}

.wedding-finale-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
}

.wedding-finale-cta {
  align-self: stretch;
  padding: clamp(38px, 4.8vw, 70px);
  background: rgba(255, 250, 245, 0.78);
  border: 1px solid rgba(74, 59, 53, 0.12);
  color: var(--espresso);
  box-shadow: 0 28px 76px rgba(74, 59, 53, 0.1);
}

.wedding-finale-cta .eyebrow {
  color: rgba(74, 59, 53, 0.58);
}

.wedding-finale-cta h2 {
  max-width: 620px;
  color: var(--espresso);
  font-size: clamp(40px, 4.2vw, 68px);
  line-height: 1;
}

.wedding-finale-cta > p:not(.eyebrow) {
  max-width: 600px;
  margin: clamp(22px, 2.8vw, 34px) 0 0;
  color: rgba(74, 59, 53, 0.76);
  font-size: clamp(17px, 1.16vw, 20px);
  line-height: 1.58;
}

.wedding-finale-form {
  margin-top: clamp(28px, 3vw, 42px);
}

.wedding-finale-form .form-status {
  border-color: rgba(74, 59, 53, 0.14);
  background: rgba(167, 176, 161, 0.12);
  color: var(--espresso);
}

.wedding-finale-form label span {
  color: rgba(74, 59, 53, 0.62);
}

.wedding-finale-form input,
.wedding-finale-form textarea {
  border-color: rgba(74, 59, 53, 0.18);
  background: rgba(247, 243, 238, 0.58);
  color: var(--espresso);
}

.wedding-finale-form input::placeholder,
.wedding-finale-form textarea::placeholder {
  color: rgba(74, 59, 53, 0.36);
}

.wedding-finale-form input:focus,
.wedding-finale-form textarea:focus {
  border-color: rgba(74, 59, 53, 0.46);
  outline: none;
}

.wedding-finale-form .button-light {
  margin-top: 2px;
  background: var(--espresso);
  color: var(--offwhite);
}

.kiwi-page {
  background: var(--offwhite);
}

.kiwi-mobile-journey,
.kiwi-mobile-soft-cta,
.grief-mobile-journey,
.kiwi-hero-actions-mobile,
.kiwi-process-short {
  display: none;
}

.kiwi-wide {
  width: min(100% - 44px, 1500px);
  margin: 0 auto;
}

.kiwi-hero {
  position: relative;
  min-height: min(780px, 100vh);
  padding: 118px max(22px, 5vw) clamp(42px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(520px, 720px) minmax(420px, 680px);
  justify-content: center;
  gap: clamp(56px, 6vw, 148px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, var(--offwhite) 0 63%, rgba(167, 176, 161, 0.22) 63% 100%);
  color: var(--espresso);
}

.kiwi-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 18px;
  background: var(--sage);
}

.kiwi-hero-media {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: min(100%, clamp(600px, 31vw, 780px));
  justify-self: end;
  aspect-ratio: 0.95;
}

.kiwi-hero-media img {
  position: absolute;
  object-fit: cover;
  filter: saturate(0.96) contrast(0.98);
}

.kiwi-hero-main-image {
  right: 0;
  top: 0;
  width: 68%;
  height: 90%;
  object-position: 50% 47%;
  box-shadow: 0 34px 70px rgba(74, 59, 53, 0.14);
}

.kiwi-hero-detail-image {
  left: 0;
  bottom: 0;
  width: 46%;
  height: 45%;
  object-position: 50% 48%;
  border: 14px solid var(--offwhite);
  box-shadow: 0 24px 46px rgba(74, 59, 53, 0.14);
}

.kiwi-hero-panel {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  margin: 0;
  padding: clamp(24px, 4vw, 54px) 0;
}

.kiwi-hero-panel h1 {
  max-width: 720px;
  color: var(--espresso);
  font-size: clamp(58px, 4.65vw, 104px);
  line-height: 0.96;
}

.kiwi-hero-panel > p:not(.eyebrow) {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(74, 59, 53, 0.82);
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.36;
}

.kiwi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.kiwi-hero .button-outline {
  color: var(--espresso);
  border-color: rgba(74, 59, 53, 0.36);
}

.kiwi-hero-note {
  position: absolute;
  right: max(22px, 5vw);
  bottom: clamp(34px, 5vw, 60px);
  z-index: 2;
  max-width: 360px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(74, 59, 53, 0.28);
  color: rgba(74, 59, 53, 0.68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.55;
  text-transform: uppercase;
}

.kiwi-hero-bubbles {
  background:
    linear-gradient(90deg, var(--offwhite) 0 58%, rgba(167, 176, 161, 0.2) 58% 100%);
}

.kiwi-hero-media-bubbles {
  width: min(100%, clamp(640px, 35vw, 860px));
  aspect-ratio: 1.05;
}

.kiwi-hero-media-bubbles .kiwi-hero-main-image {
  right: 4%;
  top: 5%;
  width: 76%;
  height: 78%;
  object-position: 54% 50%;
}

.kiwi-hero-media-bubbles .kiwi-hero-detail-image {
  left: 0;
  bottom: 2%;
  width: 42%;
  height: 48%;
  object-position: 50% 50%;
  border-width: 12px;
}

.kiwi-hero-media-bubbles::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 62%;
  height: 42%;
  border: 1px solid rgba(74, 59, 53, 0.16);
  transform: translate(18px, 18px);
}

.kiwi-hero-ritual {
  background:
    linear-gradient(90deg, var(--offwhite) 0 57%, rgba(167, 176, 161, 0.2) 57% 100%);
}

.kiwi-hero-media-ritual {
  width: min(100%, clamp(660px, 36vw, 900px));
  aspect-ratio: 1.08;
}

.kiwi-hero-media-ritual .kiwi-hero-main-image {
  right: 0;
  top: 4%;
  width: 78%;
  height: 74%;
  object-position: 50% 48%;
}

.kiwi-hero-media-ritual .kiwi-hero-detail-image {
  left: 0;
  bottom: 0;
  width: 42%;
  height: 52%;
  object-position: 48% 52%;
  border-width: 12px;
}

.kiwi-hero-media-ritual::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 8%;
  z-index: -1;
  width: 42%;
  height: 38%;
  background: rgba(216, 206, 194, 0.32);
  box-shadow: 0 28px 64px rgba(74, 59, 53, 0.08);
}

.kiwi-definition {
  padding: clamp(70px, 8vw, 116px) 0 clamp(62px, 7vw, 96px);
  background: var(--offwhite);
}

.kiwi-definition-grid,
.kiwi-life-grid,
.kiwi-process-grid,
.kiwi-jana-grid {
  display: grid;
  gap: clamp(44px, 8vw, 130px);
  align-items: start;
}

.kiwi-definition-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.86fr);
  align-items: start;
}

.kiwi-definition-statement {
  max-width: 980px;
}

.kiwi-definition h2,
.kiwi-life h2,
.kiwi-elements h2,
.kiwi-process h2,
.kiwi-jana h2,
.kiwi-cta h2 {
  color: var(--espresso);
  font-size: clamp(42px, 5.8vw, 88px);
  line-height: 1.02;
}

.kiwi-definition-copy {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.62;
}

.kiwi-definition-copy p {
  margin: 0 0 22px;
}

.kiwi-definition-image {
  display: none;
}

.kiwi-definition-points {
  margin-top: clamp(26px, 3vw, 48px);
  border-top: 1px solid rgba(74, 59, 53, 0.26);
}

.kiwi-definition-points article {
  display: grid;
  grid-template-columns: minmax(120px, 0.62fr) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 42px);
  padding: clamp(18px, 2.1vw, 27px) 0;
  border-bottom: 1px solid rgba(74, 59, 53, 0.18);
}

.kiwi-definition-points span {
  color: var(--espresso);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.kiwi-definition-points p {
  margin: 0;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 1.65vw, 31px);
  line-height: 1.1;
}

.kiwi-life {
  position: relative;
  padding: clamp(64px, 8vw, 116px) 0 clamp(80px, 10vw, 148px);
  background:
    linear-gradient(90deg,
      var(--greige) 0%,
      var(--greige) 26%,
      rgba(232, 225, 214, 0.58) 39%,
      var(--offwhite) 54%,
      var(--offwhite) 100%);
}

.kiwi-life-grid {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
  align-items: start;
}

.kiwi-life-image {
  margin: 0;
  align-self: stretch;
}

.kiwi-life-image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 47% 50%;
  filter: saturate(0.86) contrast(0.94);
}

.kiwi-life-copy {
  max-width: 760px;
}

.kiwi-large {
  margin: 28px 0 22px;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.08;
}

.kiwi-life-copy > p:not(.eyebrow):not(.kiwi-large):not(.kiwi-life-note),
.kiwi-jana p:not(.eyebrow):not(.kiwi-large),
.kiwi-process-intro p:not(.eyebrow),
.kiwi-cta p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.62;
}

.kiwi-life-copy .kiwi-life-note {
  margin-top: clamp(30px, 4vw, 56px);
  padding-top: 18px;
  border-top: 1px solid rgba(74, 59, 53, 0.24);
  color: var(--espresso);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.55;
  text-transform: uppercase;
}

.kiwi-elements {
  padding: clamp(76px, 9vw, 138px) 0;
  background:
    linear-gradient(90deg, var(--offwhite) 0 58%, rgba(167, 176, 161, 0.16) 58% 100%);
}

.kiwi-elements-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.9fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
  margin-bottom: clamp(42px, 6vw, 82px);
}

.kiwi-elements-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(46px, 6vw, 108px);
  max-width: 1360px;
  margin-left: auto;
  border-top: 1px solid rgba(74, 59, 53, 0.24);
}

.kiwi-elements-board article {
  min-height: 0;
  padding: clamp(26px, 3vw, 42px) 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: clamp(22px, 3vw, 46px);
  border-bottom: 1px solid rgba(74, 59, 53, 0.18);
  background: transparent;
}

.kiwi-elements-board article:nth-child(even) {
  transform: translateY(clamp(22px, 3vw, 44px));
}

.kiwi-elements-board span,
.kiwi-process-list span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.kiwi-process-list .kiwi-process-long,
.kiwi-process-list .kiwi-process-short {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
}

.kiwi-elements-board h3,
.kiwi-process-list h3 {
  margin: 0 0 12px;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.kiwi-elements-board p,
.kiwi-process-list p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.kiwi-process {
  padding: clamp(82px, 9vw, 138px) 0;
  background:
    linear-gradient(90deg, rgba(167, 176, 161, 0.22) 0 42%, rgba(247, 243, 238, 0) 42% 100%),
    var(--offwhite);
}

.kiwi-editorial-bridge {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: clamp(34px, 4.8vw, 68px) 0 clamp(26px, 3.6vw, 52px);
  background: var(--offwhite);
}

.kiwi-editorial-bridge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(78vw, 1120px);
  height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, transparent, rgba(74, 59, 53, 0.32), transparent);
}

.kiwi-editorial-bridge span {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  background: var(--offwhite);
  color: rgba(74, 59, 53, 0.7);
  font-size: clamp(12px, 0.82vw, 15px);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.kiwi-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(74, 59, 53, 0.12);
  background: rgba(255, 250, 245, 0.54);
  box-shadow: 0 30px 90px rgba(74, 59, 53, 0.08);
}

.kiwi-process-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 6vw, 96px) clamp(56px, 8vw, 132px);
  background:
    linear-gradient(180deg, rgba(167, 176, 161, 0.22), rgba(216, 206, 194, 0.22)),
    rgba(247, 243, 238, 0.84);
}

.kiwi-process-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  column-gap: clamp(42px, 6vw, 96px);
  row-gap: clamp(26px, 3vw, 42px);
  max-width: none;
  margin-bottom: clamp(34px, 4.2vw, 64px);
  padding-top: 0;
}

.kiwi-process-intro .eyebrow,
.kiwi-process-intro h2,
.kiwi-process-intro > p {
  grid-column: 1;
}

.kiwi-sunday-tip {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: end;
  margin-top: 0;
  padding: clamp(24px, 2.8vw, 38px);
  background: rgba(255, 250, 245, 0.52);
  border-top: 1px solid rgba(74, 59, 53, 0.16);
  border-bottom: 1px solid rgba(74, 59, 53, 0.12);
  box-shadow: 0 18px 44px rgba(74, 59, 53, 0.055);
}

.kiwi-sunday-tip span {
  display: block;
  margin-bottom: 12px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.kiwi-sunday-tip h3 {
  margin: 0 0 12px;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 400;
  line-height: 1.02;
}

.kiwi-sunday-tip p {
  max-width: 560px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.58;
}

.kiwi-process-list {
  position: relative;
  max-width: 1040px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(74, 59, 53, 0.2);
}

.kiwi-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: clamp(58px, 6vw, 84px) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
  min-height: clamp(92px, 7vw, 120px);
  padding: clamp(18px, 2.2vw, 28px) 0;
  border-bottom: 1px solid rgba(74, 59, 53, 0.18);
  transition:
    padding-left 260ms ease,
    background-color 260ms ease,
    transform 260ms ease;
}

.kiwi-process-list li::before {
  content: none;
}

.kiwi-process-list li::after {
  content: none;
}

.kiwi-process-list li:hover {
  padding-left: 18px;
  background: rgba(255, 250, 245, 0.42);
  transform: translateX(3px);
}

.kiwi-process-list h3 {
  margin: 0 0 10px;
}

.kiwi-process-list span {
  color: rgba(139, 146, 115, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.kiwi-jana {
  padding: clamp(78px, 10vw, 148px) 0;
  background: var(--offwhite);
}

.kiwi-jana-grid {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 0.94fr);
  align-items: center;
}

.kiwi-jana figure {
  margin: 0;
}

.kiwi-jana-collage {
  position: relative;
  min-height: clamp(520px, 43vw, 720px);
}

.kiwi-jana-collage img {
  display: block;
  object-fit: cover;
}

.kiwi-jana-main {
  width: 80%;
  height: clamp(500px, 39vw, 680px);
  object-position: 50% 42%;
}

.kiwi-jana-secondary {
  position: absolute;
  right: 0;
  bottom: clamp(22px, 3vw, 52px);
  width: 46%;
  height: clamp(250px, 21vw, 380px);
  border: 12px solid var(--offwhite);
  box-shadow: 0 28px 70px rgba(74, 59, 53, 0.16);
  object-position: 48% 52%;
}

.kiwi-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.kiwi-tags span {
  padding: 11px 18px;
  border: 1px solid rgba(74, 59, 53, 0.18);
  border-radius: 999px;
  color: var(--espresso);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kiwi-cta {
  padding: clamp(78px, 10vw, 146px) 0;
  background: var(--sage);
  color: var(--espresso);
}

.kiwi-cta-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(460px, 0.9fr);
  gap: clamp(44px, 7vw, 120px);
  align-items: start;
}

.kiwi-cta h2 {
  color: #fff;
}

.kiwi-cta p:not(.eyebrow) {
  margin: clamp(22px, 3vw, 34px) 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.6;
}

.kiwi-cta-form {
  margin-top: 0;
  padding: clamp(28px, 4vw, 52px);
  background: var(--offwhite);
  border: 1px solid rgba(74, 59, 53, 0.18);
  box-shadow: 0 24px 70px rgba(74, 59, 53, 0.1);
}

.kiwi-cta-form .form-status {
  background: rgba(167, 176, 161, 0.24);
}

.kiwi-cta .button-light {
  color: var(--espresso);
  background: #fff;
}

.kiwi-cta-form .button-light {
  color: #fff;
  background: var(--espresso);
}

.grief-page {
  background: var(--offwhite);
}

.grief-wide {
  width: min(100% - 44px, 1640px);
  margin: 0 auto;
}

.grief-hero {
  padding: clamp(112px, 8vw, 150px) 0 clamp(78px, 8vw, 128px);
  background:
    radial-gradient(circle at 74% 48%, rgba(199, 179, 173, 0.28) 0 28%, rgba(199, 179, 173, 0.14) 42%, transparent 64%),
    var(--offwhite);
  overflow: hidden;
}

.grief-hero-grid {
  display: grid;
  grid-template-columns: minmax(520px, 0.88fr) minmax(520px, 0.82fr);
  gap: clamp(68px, 9vw, 190px);
  align-items: start;
}

.grief-hero-copy {
  max-width: 920px;
  padding-top: clamp(54px, 5vw, 86px);
  padding-bottom: 0;
}

.grief-hero h1,
.grief-definition h2,
.grief-approach h2,
.grief-process h2,
.grief-cta h2 {
  color: var(--espresso);
  font-size: clamp(52px, 6.6vw, 112px);
  line-height: 0.96;
}

.grief-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: clamp(24px, 3vw, 38px) 0 0;
  color: var(--ink-soft);
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.55;
}

.grief-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(28px, 3vw, 42px);
}

.grief-hero-actions-image {
  display: none;
}

.grief-hero .button-outline {
  color: var(--espresso);
  border-color: rgba(74, 59, 53, 0.34);
}

.grief-hero-image {
  position: relative;
  margin: 0;
  min-height: clamp(560px, 48vw, 820px);
}

.grief-hero-frame {
  position: relative;
  min-height: clamp(560px, 48vw, 820px);
}

.grief-hero-frame::before {
  content: "";
  position: absolute;
  right: clamp(-28px, -2vw, -12px);
  top: clamp(34px, 4vw, 72px);
  width: 82%;
  height: 86%;
  background: rgba(216, 206, 194, 0.42);
}

.grief-hero-main {
  position: relative;
  z-index: 1;
  width: min(100%, 700px);
  height: clamp(560px, 48vw, 820px);
  margin-left: auto;
  object-fit: cover;
  object-position: 52% 48%;
  filter: saturate(0.82) contrast(0.95);
  box-shadow: 0 34px 80px rgba(74, 59, 53, 0.14);
}

.grief-hero-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  width: min(100%, 700px);
  max-width: none;
  margin: 0;
  padding: clamp(18px, 2vw, 28px) clamp(20px, 3vw, 34px);
  background: rgba(247, 243, 238, 0.86);
  border-top: 1px solid rgba(74, 59, 53, 0.16);
  backdrop-filter: blur(12px);
  color: var(--espresso);
}

.grief-hero-image figcaption span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.55;
  text-transform: uppercase;
}

.grief-hero-image figcaption small {
  max-width: 430px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 1.35vw, 27px);
  line-height: 1.22;
}

@media (min-width: 1800px) {
  .grief-hero {
    padding-block: 150px 128px;
  }

  .grief-hero-grid {
    grid-template-columns: minmax(680px, 0.9fr) minmax(650px, 0.82fr);
  }

  .grief-hero h1 {
    font-size: clamp(104px, 5.2vw, 138px);
    max-width: 900px;
  }

  .grief-hero-copy > p:not(.eyebrow) {
    font-size: clamp(22px, 1.22vw, 28px);
  }

  .grief-hero-main {
    width: min(100%, 780px);
  }

  .contact-page-grid {
    width: min(calc(100% - var(--wide-pad)), 1540px);
    grid-template-columns: minmax(420px, 0.78fr) minmax(720px, 1fr);
  }
}

.grief-definition {
  padding: clamp(78px, 9vw, 142px) 0;
  background: var(--offwhite);
}

.grief-definition-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(430px, 0.86fr);
  gap: clamp(50px, 8vw, 134px);
  align-items: start;
}

.grief-definition-copy {
  color: var(--ink-soft);
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.62;
}

.grief-definition-copy > p {
  margin: 0 0 clamp(32px, 4vw, 56px);
}

.grief-definition-points {
  border-top: 1px solid rgba(74, 59, 53, 0.24);
}

.grief-definition-points article {
  display: grid;
  grid-template-columns: minmax(120px, 0.46fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 52px);
  padding: clamp(22px, 2.8vw, 38px) 0;
  border-bottom: 1px solid rgba(74, 59, 53, 0.16);
}

.grief-definition-points span,
.grief-process-list span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.grief-process-list span {
  align-self: start;
  justify-self: start;
  width: auto;
  height: auto;
  padding-top: clamp(12px, 1vw, 16px);
  padding-left: 52px;
  line-height: 1;
}

.grief-definition-points p {
  margin: 0;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.8vw, 34px);
  line-height: 1.12;
}

.grief-approach {
  padding: clamp(76px, 9vw, 138px) 0;
  background:
    linear-gradient(90deg, rgba(216, 206, 194, 0.68) 0 35%, var(--offwhite) 35% 100%);
}

.grief-approach-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1fr);
  gap: clamp(52px, 8vw, 138px);
  align-items: center;
}

.grief-approach-image {
  margin: 0;
}

.grief-approach-image-inline {
  display: none;
  margin: 0;
}

.grief-approach-image img {
  width: 100%;
  aspect-ratio: 5 / 4.4;
  object-fit: cover;
  object-position: 50% 32%;
  filter: saturate(0.82) contrast(0.96) brightness(1.06);
}

.grief-approach-copy {
  max-width: 820px;
}

.grief-large {
  margin: clamp(24px, 3vw, 36px) 0 22px;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 50px);
  line-height: 1.08;
}

.grief-approach-copy > p:not(.eyebrow):not(.grief-large),
.grief-process-intro p:not(.eyebrow),
.grief-cta p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.62;
}

.grief-note {
  margin-top: clamp(32px, 4vw, 58px);
  padding-top: 18px;
  border-top: 1px solid rgba(74, 59, 53, 0.24);
  color: var(--espresso) !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.55 !important;
  text-transform: uppercase;
}

.grief-process {
  padding: clamp(82px, 9vw, 138px) 0;
  background:
    linear-gradient(90deg, rgba(216, 206, 194, 0.28) 0 42%, rgba(247, 243, 238, 0) 42% 100%),
    var(--offwhite);
}

.grief-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(74, 59, 53, 0.12);
  background: rgba(255, 250, 245, 0.52);
  box-shadow: 0 30px 90px rgba(74, 59, 53, 0.07);
}

.grief-process-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 6vw, 96px) clamp(56px, 8vw, 132px);
  background:
    linear-gradient(180deg, rgba(216, 206, 194, 0.26), rgba(167, 176, 161, 0.16)),
    rgba(247, 243, 238, 0.86);
}

.grief-process-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  column-gap: clamp(42px, 6vw, 96px);
  row-gap: clamp(24px, 3vw, 42px);
  max-width: none;
  margin-bottom: clamp(34px, 4.2vw, 64px);
  padding-bottom: clamp(30px, 3.6vw, 48px);
  border-bottom: 1px solid rgba(74, 59, 53, 0.18);
}

.grief-process-intro .eyebrow,
.grief-process-intro h2 {
  grid-column: 1;
}

.grief-process-intro > p {
  grid-column: 2;
  align-self: end;
  max-width: 600px;
  margin: 0;
  padding: clamp(22px, 2.4vw, 34px);
  background: rgba(255, 250, 245, 0.46);
  border-top: 1px solid rgba(74, 59, 53, 0.14);
  border-bottom: 1px solid rgba(74, 59, 53, 0.1);
}

.grief-process-list {
  position: relative;
  max-width: 1040px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(74, 59, 53, 0.2);
}

.grief-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: clamp(58px, 6vw, 84px) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
  min-height: clamp(96px, 7vw, 124px);
  padding: clamp(20px, 2.4vw, 30px) 0;
  border-bottom: 1px solid rgba(74, 59, 53, 0.18);
  transition:
    padding-left 260ms ease,
    background-color 260ms ease,
    transform 260ms ease;
}

.grief-process-list li::before {
  content: none;
}

.grief-process-list li::after {
  content: none;
}

.grief-process-list li:hover {
  padding-left: 18px;
  background: rgba(255, 250, 245, 0.36);
  transform: translateX(3px);
}

.grief-process-list span {
  color: rgba(141, 150, 119, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.grief-process-list h3 {
  margin: 0 0 10px;
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.grief-process-list p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.grief-cta {
  padding: clamp(78px, 10vw, 146px) 0;
  background: var(--sage);
  color: var(--espresso);
}

.grief-cta-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(460px, 0.9fr);
  gap: clamp(44px, 7vw, 120px);
  align-items: start;
}

.grief-cta h2 {
  color: var(--espresso);
}

.grief-cta p:not(.eyebrow) {
  margin: clamp(22px, 3vw, 34px) 0 0;
  max-width: 650px;
  color: rgba(74, 59, 53, 0.78);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.6;
}

.grief-cta .eyebrow {
  color: rgba(74, 59, 53, 0.62);
}

.grief-cta-form {
  margin-top: 0;
  padding: clamp(28px, 4vw, 52px);
  background: var(--offwhite);
  border: 1px solid rgba(74, 59, 53, 0.14);
  box-shadow: 0 24px 70px rgba(74, 59, 53, 0.12);
}

.wedding-process-grid:hover .wedding-process-visual img {
  transform: scale(1.08);
}

.grief-cta-form .button-light {
  color: #fff;
  background: var(--espresso);
}

@media (max-width: 1100px) {
  .wedding-signature-grid,
  .wedding-expect-grid,
  .wedding-process-grid,
  .wedding-intro-grid,
  .wedding-family-grid,
  .wedding-included-grid,
  .wedding-finale-grid {
    grid-template-columns: 1fr;
  }

  .wedding-finale {
    background:
      linear-gradient(180deg, var(--offwhite) 0 34%, rgba(216, 206, 194, 0.34) 34% 100%);
  }

  .wedding-finale-grid {
    gap: 24px;
  }

  .wedding-finale-proof {
    grid-template-columns: 1fr;
    gap: clamp(22px, 4vw, 36px);
    padding-right: 0;
  }

  .wedding-finale-image {
    justify-self: start;
    width: min(58vw, 260px);
    height: min(54vw, 330px);
    margin: 0;
  }

  .wedding-signature-copy {
    padding-inline: 0;
  }

  .wedding-expect-copy {
    display: grid;
    align-content: center;
  }

  .wedding-expect-copy > .eyebrow,
  .wedding-expect-copy > h2,
  .wedding-expect-copy > .wedding-signature-statement,
  .wedding-expect-list,
  .wedding-note {
    grid-column: auto;
    grid-row: auto;
  }

  .wedding-process-visual {
    max-width: 620px;
  }

  .wedding-finale-grid {
    min-height: 0;
  }

  .wedding-finale-image {
    width: min(68%, 420px);
    height: 220px;
    margin: -44px 0 -44px auto;
  }

  .kiwi-wide,
  .kiwi-hero-panel {
    width: min(100% - 36px, 760px);
  }

  .kiwi-hero {
    min-height: 0;
    padding: 104px 18px 64px;
    grid-template-columns: 1fr;
    gap: 32px;
    background:
      linear-gradient(180deg, var(--offwhite) 0%, rgba(167, 176, 161, 0.16) 100%);
  }

  .kiwi-hero-ritual {
    background:
      linear-gradient(180deg, var(--offwhite) 0%, rgba(167, 176, 161, 0.18) 100%);
  }

  .kiwi-hero::before {
    height: 14px;
    background: var(--sage);
  }

  .kiwi-hero-media {
    grid-column: 1;
    grid-row: 2;
    width: min(100%, 520px);
    aspect-ratio: 0.92;
    justify-self: start;
  }

  .kiwi-hero-media img {
    transform: none;
  }

  .kiwi-hero-main-image {
    width: 72%;
    height: 88%;
    object-position: 50% 48%;
  }

  .kiwi-hero-detail-image {
    width: 48%;
    height: 42%;
    border-width: 10px;
  }

  .kiwi-hero-panel {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }

  .kiwi-hero-panel h1 {
    font-size: clamp(48px, 13vw, 78px);
  }

  .kiwi-hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: min(100% - 36px, 760px);
    margin: 0 auto;
  }

  .kiwi-definition-grid,
  .kiwi-life-grid,
  .kiwi-process-grid,
  .kiwi-jana-grid,
  .kiwi-cta-grid,
  .kiwi-elements-heading,
  .grief-hero-grid,
  .grief-definition-grid,
  .grief-approach-grid,
  .grief-process-grid,
  .grief-cta-grid {
    grid-template-columns: 1fr;
  }

  .grief-wide {
    width: min(100% - 36px, 760px);
  }

  .grief-hero {
    padding: 112px 0 70px;
    background:
      radial-gradient(circle at 70% 64%, rgba(199, 179, 173, 0.26) 0 30%, transparent 68%),
      var(--offwhite);
  }

  .grief-hero-image {
    min-height: 0;
  }

  .grief-hero-frame {
    min-height: 0;
  }

  .grief-hero-main {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .grief-hero-image figcaption {
    width: 100%;
    margin: 18px 0 0;
    padding: 18px 0 0;
  }

  .grief-approach {
    background: var(--offwhite);
  }

  .grief-process-intro {
    position: static;
  }

  .kiwi-definition-statement {
    max-width: 720px;
  }

  .kiwi-definition-copy {
    max-width: 700px;
  }

  .kiwi-life {
    background: var(--offwhite);
  }

  .kiwi-life-image {
    order: 2;
  }

  .kiwi-life-image img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .kiwi-elements-board {
    grid-template-columns: 1fr 1fr;
  }

  .kiwi-elements-board article:nth-child(even) {
    transform: none;
  }

  .kiwi-elements-board article {
    min-height: 0;
  }

  .kiwi-process-intro {
    position: static;
  }

  .kiwi-cta-grid {
    align-items: start;
  }
}

@media (max-width: 620px) {
  .wedding-wide,
  .wedding-hero-content {
    width: calc(100% - 36px);
  }

  .wedding-page .header-cta {
    min-width: 96px;
    font-size: 0;
  }

  .wedding-page .header-cta::before {
    content: "Anfragen";
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .wedding-hero {
    min-height: 90svh;
    scroll-margin-top: 96px;
  }

  .wedding-hero-media {
    object-position: 52% 50%;
  }

  .wedding-hero-shade {
    background:
      linear-gradient(0deg, rgba(53, 39, 34, 0.88) 0%, rgba(53, 39, 34, 0.32) 65%, rgba(53, 39, 34, 0.1)),
      linear-gradient(90deg, rgba(53, 39, 34, 0.42), transparent);
  }

  .wedding-hero-content {
    padding: 118px 0 50px;
  }

  .wedding-hero-content h1 {
    max-width: 350px;
    font-size: clamp(42px, 12.1vw, 56px);
    line-height: 0.98;
  }

  .wedding-hero-content > p:not(.eyebrow) {
    max-width: 340px;
    margin: 24px 0 30px;
    font-size: 17px;
    line-height: 1.48;
  }

  .wedding-scroll {
    display: none;
  }

  .wedding-mobile-journey {
    position: relative;
    z-index: 2;
    width: calc(100% - 36px);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    padding: 16px 0 14px;
    overflow: hidden;
    scrollbar-width: none;
  }

  .wedding-mobile-journey::-webkit-scrollbar {
    display: none;
  }

  .wedding-mobile-journey a {
    flex: 0 1 auto;
    padding: 7px 0 8px;
    border-bottom: 1px solid rgba(74, 59, 53, 0.22);
    color: rgba(74, 59, 53, 0.66);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  #eure-trauung,
  #erwartung,
  #ablauf,
  #leistungen,
  #anfragen {
    scroll-margin-top: 102px;
  }

  #eure-trauung {
    scroll-margin-top: 132px;
  }

  .wedding-intro h2,
  .wedding-signature h2,
  .wedding-process h2,
  .wedding-included h2,
  .wedding-cta h2 {
    font-size: clamp(37px, 10.6vw, 50px);
    line-height: 1;
  }

  .wedding-intro {
    padding: 52px 0 74px;
  }

  .wedding-intro-copy {
    font-size: 16px;
    line-height: 1.58;
  }

  .wedding-intro-copy .wedding-lead {
    font-size: clamp(27px, 7.2vw, 34px);
    line-height: 1.08;
  }

  .wedding-soft-link {
    display: inline-flex;
    margin-top: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(74, 59, 53, 0.36);
    color: var(--espresso);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .wedding-signature-grid {
    min-height: 0;
  }

  .wedding-expect-grid {
    min-height: 0;
  }

  .wedding-moments-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wedding-moments {
    padding-bottom: 64px;
  }

  .wedding-moment-wide {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .wedding-moment-close,
  .wedding-moment-detail {
    display: none;
  }

  .wedding-moment-wide img {
    aspect-ratio: 1.08;
    object-position: 50% 48%;
  }

  .wedding-moment figcaption {
    font-size: 16px;
  }

  .wedding-family-moment {
    padding: 54px 0 58px;
  }

  .wedding-family-grid {
    gap: 26px;
  }

  .wedding-family-heading h2 {
    font-size: clamp(35px, 9.8vw, 46px);
    line-height: 1.02;
  }

  .wedding-family-copy {
    padding-top: 0;
    font-size: 15.5px;
    line-height: 1.58;
  }

  .wedding-family-copy p {
    margin-bottom: 18px;
  }

  .wedding-family-options {
    margin: 26px 0 24px;
  }

  .wedding-family-options span {
    padding: 13px 0;
    font-size: clamp(21px, 5.7vw, 25px);
  }

  .wedding-family-link {
    font-size: 10px;
    line-height: 1.45;
  }

  .wedding-signature-image {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .wedding-expect-image {
    display: none;
  }

  .wedding-signature-copy {
    padding: 50px 0 34px;
  }

  .wedding-signature-copy .wedding-signature-statement {
    margin: 22px 0 24px;
    font-size: clamp(27px, 7.4vw, 34px);
    line-height: 1.08;
  }

  .wedding-expect-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
    border-left: 0;
  }

  .wedding-expect-list article,
  .wedding-expect-list article:first-child {
    min-height: 0;
  }

  .wedding-expect-list article {
    padding: 20px 0;
    border-right: 0;
  }

  .wedding-expect-list article:first-child {
    display: block;
    padding: 24px 20px;
  }

  .wedding-expect-list span {
    margin-bottom: 10px;
  }

  .wedding-expect-list p,
  .wedding-expect-list article:first-child p {
    max-width: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 6.2vw, 27px);
    line-height: 1.12;
  }

  .wedding-expect-list .wedding-list-long,
  .wedding-included li .wedding-list-long {
    display: none;
  }

  .wedding-expect-list .wedding-list-short,
  .wedding-included li .wedding-list-short {
    display: inline;
  }

  .wedding-expect-list p .wedding-list-short,
  .wedding-included li .wedding-list-short {
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
    opacity: 1;
  }

  .wedding-note {
    color: rgba(74, 59, 53, 0.68);
    font-size: 10px;
    letter-spacing: 0.11em;
    line-height: 1.55;
  }

  .wedding-process-heading {
    grid-template-columns: 1fr;
  }

  .wedding-process {
    padding: 64px 0;
    background:
      linear-gradient(180deg, rgba(167, 176, 161, 0.2) 0 32%, rgba(247, 243, 238, 0) 32% 100%),
      #eee9e2;
  }

  .wedding-process-grid {
    gap: 0;
  }

  .wedding-process-content {
    padding: 38px 28px 42px;
  }

  .wedding-process-visual {
    min-height: 0;
  }

  .wedding-process-visual img {
    aspect-ratio: 1.45;
    height: auto;
  }

  .wedding-process-visual p {
    width: calc(100% - 34px);
    right: 17px;
    bottom: 17px;
    padding: 20px 22px;
  }

  .wedding-process-heading h2 {
    font-size: clamp(34px, 9.5vw, 47px);
  }

  .wedding-process-list {
    margin: 0;
    padding: 0;
  }

  .wedding-process-list li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    min-height: 92px;
    padding: 18px 0;
  }

  .wedding-process-list h3 {
    font-size: clamp(25px, 6.8vw, 32px);
    line-height: 1;
  }

  .wedding-process-list span {
    padding-left: 0;
    font-size: 34px;
  }

  .wedding-process-list p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.48;
  }

  .wedding-process-cta {
    margin-top: 28px;
  }

  .wedding-included {
    padding: 64px 0 42px;
  }

  .wedding-included-grid {
    gap: 36px;
  }

  .wedding-included li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 19px 0;
    font-size: clamp(21px, 5.8vw, 25px);
    line-height: 1.13;
  }

  .wedding-included li > span:first-child {
    padding-top: 4px;
  }

  .wedding-finale {
    padding: 48px 0 64px;
    background:
      linear-gradient(180deg, var(--offwhite) 0 36%, rgba(216, 206, 194, 0.32) 36% 100%);
  }

  .wedding-finale-proof,
  .wedding-finale-cta {
    padding: 28px 24px;
  }

  .wedding-finale-proof {
    grid-template-columns: 1fr;
  }

  .wedding-finale-proof blockquote p,
  .wedding-finale-cta h2 {
    font-size: clamp(31px, 8.6vw, 42px);
    line-height: 1.04;
  }

  .wedding-finale-proof blockquote footer {
    flex-direction: column;
    gap: 2px;
  }

  .wedding-finale-image {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    width: min(82vw, 310px);
    height: 250px;
    margin: 10px 0 0;
    border-width: 9px;
  }

  .wedding-finale-cta {
    box-shadow: 0 18px 46px rgba(74, 59, 53, 0.1);
  }

  .wedding-finale-form {
    margin-top: 24px;
  }

  .wedding-proof-mark {
    height: 44px;
    font-size: 92px;
  }

  .kiwi-hero {
    min-height: 0;
    padding-bottom: 44px;
    gap: 22px;
  }

  .kiwi-hero-panel h1 {
    font-size: clamp(40px, 10.8vw, 54px);
  }

  .kiwi-hero-panel > p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.48;
  }

  .kiwi-hero-panel .kiwi-hero-actions {
    display: none;
  }

  .kiwi-hero-media {
    width: min(100%, 330px);
    aspect-ratio: 1.26;
    justify-self: end;
    margin-top: 0;
  }

  .kiwi-hero-media-ritual .kiwi-hero-main-image {
    right: 0;
    top: 0;
    width: 80%;
    height: 78%;
  }

  .kiwi-hero-media-ritual .kiwi-hero-detail-image {
    left: 0;
    bottom: 0;
    width: 42%;
    height: 46%;
    border-width: 8px;
  }

  .kiwi-hero-media-ritual::after {
    right: 8%;
    bottom: 8%;
    width: 56%;
    height: 34%;
  }

  .kiwi-hero-actions-mobile {
    width: min(100% - 36px, 330px);
    display: grid;
    gap: 14px;
    justify-self: center;
  }

  .kiwi-hero-actions-mobile .button {
    width: 100%;
  }

  .kiwi-hero-more-link {
    justify-self: center;
    color: rgba(74, 59, 53, 0.78);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
  }

  .kiwi-page .header-cta {
    min-width: 96px;
    font-size: 0;
  }

  .kiwi-page .header-cta::before {
    content: "Anfragen";
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .kiwi-mobile-journey {
    position: relative;
    z-index: 2;
    width: calc(100% - 36px);
    display: flex;
    gap: 14px;
    margin: 0 auto;
    padding: 14px 0 30px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .kiwi-mobile-journey::-webkit-scrollbar {
    display: none;
  }

  .kiwi-mobile-journey a {
    flex: 0 0 auto;
    padding: 7px 0 8px;
    border: 0;
    border-bottom: 1px solid rgba(74, 59, 53, 0.22);
    border-radius: 0;
    background: transparent;
    color: rgba(74, 59, 53, 0.66);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .kiwi-definition,
  .kiwi-life,
  .kiwi-process,
  .kiwi-jana,
  .kiwi-cta {
    padding-block: 52px;
  }

  .kiwi-definition {
    padding-bottom: 38px;
  }

  .kiwi-mobile-soft-cta {
    width: calc(100% - 54px);
    display: grid;
    gap: 14px;
    margin: 0 auto 12px;
    padding: 22px 20px;
    background: rgba(167, 176, 161, 0.16);
    border-top: 1px solid rgba(74, 59, 53, 0.12);
    border-bottom: 1px solid rgba(74, 59, 53, 0.12);
  }

  .kiwi-mobile-soft-cta p {
    margin: 0;
    color: rgba(74, 59, 53, 0.82);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.12;
  }

  .kiwi-mobile-soft-cta a {
    width: fit-content;
    color: var(--espresso);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
  }

  .kiwi-definition-grid,
  .kiwi-life-grid,
  .kiwi-process-grid,
  .kiwi-jana-grid,
  .kiwi-cta-grid {
    gap: 28px;
  }

  .kiwi-process-grid {
    gap: 0;
  }

  .kiwi-process-content {
    padding: 34px 28px 40px;
  }

  .kiwi-definition h2,
  .kiwi-life h2,
  .kiwi-elements h2,
  .kiwi-process h2,
  .kiwi-jana h2,
  .kiwi-cta h2 {
    font-size: clamp(37px, 10.8vw, 52px);
    line-height: 1.03;
  }

  .kiwi-definition-statement {
    display: grid;
    gap: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(74, 59, 53, 0.16);
  }

  .kiwi-definition-statement .eyebrow,
  .kiwi-life .eyebrow,
  .kiwi-process .eyebrow,
  .kiwi-jana .eyebrow,
  .kiwi-cta .eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .kiwi-definition-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .kiwi-definition-copy > p {
    position: relative;
    padding: 20px 20px 20px 24px;
    margin: 0;
    background:
      linear-gradient(90deg, rgba(141, 150, 119, 0.2), rgba(141, 150, 119, 0.05));
    border-left: 3px solid rgba(141, 150, 119, 0.78);
    box-shadow: 0 18px 42px rgba(74, 59, 53, 0.06);
  }

  .kiwi-definition-image {
    display: block;
    position: relative;
    width: min(100%, 348px);
    margin: 24px auto 0;
  }

  .kiwi-definition-image::before {
    content: "";
    position: absolute;
    inset: auto 18px -14px -10px;
    height: 64px;
    background: rgba(167, 176, 161, 0.18);
    z-index: -1;
  }

  .kiwi-definition-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3.35;
    object-fit: cover;
    object-position: 50% 52%;
    border: 10px solid var(--offwhite);
    box-shadow: 0 18px 46px rgba(74, 59, 53, 0.14);
  }

  .kiwi-definition-points {
    display: grid;
    gap: 0;
    margin-top: 22px;
    padding: 2px 18px 4px;
    background: rgba(255, 250, 245, 0.66);
    border-top: 0;
    box-shadow: 0 16px 38px rgba(74, 59, 53, 0.055);
  }

  .kiwi-definition-points article {
    position: relative;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0 20px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(74, 59, 53, 0.14);
    box-shadow: none;
  }

  .kiwi-definition-points article:first-child {
    width: 100%;
    margin-left: 0;
    background: transparent;
    box-shadow: none;
  }

  .kiwi-definition-points article::before {
    display: none;
  }

  .kiwi-definition-points article:nth-child(2) {
    margin-left: 0;
  }

  .kiwi-definition-points article:nth-child(3) {
    margin-left: 0;
    border-bottom: 0;
  }

  .kiwi-definition-points span {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .kiwi-definition-points p {
    font-size: clamp(19px, 5.8vw, 24px);
    line-height: 1.12;
  }

  .kiwi-life {
    overflow: hidden;
    padding-top: 40px;
    background:
      linear-gradient(180deg, var(--offwhite) 0 34%, rgba(167, 176, 161, 0.1) 34% 100%);
  }

  .kiwi-life-grid {
    width: calc(100% - 54px);
    margin-inline: auto;
  }

  .kiwi-life-image {
    display: none;
  }

  .kiwi-life-image img {
    aspect-ratio: 4 / 5;
    border: 10px solid var(--offwhite);
    box-shadow: 0 22px 54px rgba(74, 59, 53, 0.16);
  }

  .kiwi-life-copy {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 20px 26px;
    background:
      linear-gradient(180deg, rgba(255, 250, 245, 0.88), rgba(247, 243, 238, 0.78));
    border-top: 1px solid rgba(74, 59, 53, 0.12);
    border-bottom: 1px solid rgba(74, 59, 53, 0.12);
    box-shadow: none;
    overflow-wrap: break-word;
  }

  .kiwi-life-copy::before {
    display: none;
  }

  .kiwi-life-copy h2 {
    max-width: 10.2em;
    font-size: clamp(34px, 9.4vw, 44px);
    line-height: 1.02;
  }

  .kiwi-large {
    margin: 18px 0 16px;
    font-size: clamp(20px, 5.7vw, 25px);
    line-height: 1.18;
  }

  .kiwi-life-copy > p:not(.eyebrow):not(.kiwi-large):not(.kiwi-life-note),
  .kiwi-jana p:not(.eyebrow):not(.kiwi-large),
  .kiwi-process-intro p:not(.eyebrow),
  .kiwi-cta p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }

  .kiwi-life-copy > p.kiwi-life-note {
    margin-top: 22px;
    padding: 14px 0 0;
    border-top-color: rgba(74, 59, 53, 0.12);
    color: rgba(74, 59, 53, 0.66);
    font-size: 11px;
    font-weight: 750;
    text-align: left;
    letter-spacing: 0.08em;
    line-height: 1.62;
  }

  .kiwi-editorial-bridge {
    padding: 26px 18px 20px;
  }

  .kiwi-editorial-bridge::before {
    width: calc(100% - 44px);
  }

  .kiwi-editorial-bridge span {
    max-width: 280px;
    padding-inline: 14px;
    font-size: 13px;
    letter-spacing: 0.13em;
  }

  .kiwi-elements-board {
    grid-template-columns: 1fr;
  }

  .kiwi-elements-board article {
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .kiwi-process-list li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 92px;
    padding: 18px 0;
  }

  .kiwi-process-list li::before {
    display: none;
  }

  .kiwi-process-list li::after {
    display: none;
  }

  .kiwi-process-list h3 {
    font-size: clamp(24px, 7.2vw, 32px);
  }

  .kiwi-process-list p {
    font-size: 15px;
  }

  .kiwi-process-long {
    display: none;
  }

  .kiwi-process-short {
    display: inline;
  }

  .kiwi-process-list .kiwi-process-short {
    color: var(--ink-soft);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.55;
    text-transform: none;
  }

  .kiwi-process-intro {
    display: block;
    margin-bottom: 26px;
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(74, 59, 53, 0.16);
  }

  .kiwi-sunday-tip {
    margin-top: 22px;
    padding: 18px 0 0;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    border-top-color: rgba(74, 59, 53, 0.14);
  }

  .kiwi-sunday-tip span {
    margin-bottom: 9px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .kiwi-sunday-tip h3 {
    margin-bottom: 9px;
    font-size: clamp(25px, 7vw, 31px);
  }

  .kiwi-sunday-tip p {
    font-size: 15px;
    line-height: 1.55;
  }

  .kiwi-process-list {
    margin-top: 0;
    border-top-color: rgba(74, 59, 53, 0.18);
  }

  .kiwi-process-list span {
    align-self: start;
    padding: 0 0 4px;
    color: rgba(141, 150, 119, 0.92);
    font-size: 34px;
  }

  .kiwi-process-list li div {
    padding: 0;
  }

  .kiwi-process-list li:nth-child(even) div {
    padding-left: 0;
    border-left: 0;
  }

  .kiwi-process {
    padding-bottom: 28px;
  }

  .kiwi-jana {
    padding-top: 28px;
    background:
      linear-gradient(180deg, var(--offwhite) 0 112px, rgba(199, 179, 173, 0.2) 112px 100%);
  }

  .kiwi-jana figure {
    width: min(100%, 360px);
    max-width: none;
    margin: 0 auto 26px;
  }

  .kiwi-jana-collage {
    min-height: 0;
  }

  .kiwi-jana-main {
    width: 100%;
    aspect-ratio: 1.42;
    height: auto;
    object-position: 50% 34%;
  }

  .kiwi-jana-collage .kiwi-jana-secondary {
    display: none;
  }

  .kiwi-tags {
    gap: 8px;
  }

  .kiwi-cta {
    padding-top: 44px;
  }

  .kiwi-cta h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .kiwi-cta-form {
    padding: 24px 28px 28px;
  }

  .kiwi-cta-form label:has(input[name="phone"]),
  .kiwi-cta-form label:has(input[name="date"]),
  .kiwi-cta-form label:has(input[name="location"]) {
    opacity: 0.82;
  }

  .kiwi-cta-form label:has(input[name="phone"]) span,
  .kiwi-cta-form label:has(input[name="date"]) span,
  .kiwi-cta-form label:has(input[name="location"]) span {
    color: rgba(74, 59, 53, 0.58);
    font-weight: 760;
  }

  .kiwi-cta-form.contact-form,
  .kiwi-cta-form .form-row {
    gap: 14px;
  }

  .kiwi-cta-form input,
  .kiwi-cta-form textarea {
    min-height: 44px;
    padding: 10px 12px;
  }

  .kiwi-cta-form textarea {
    min-height: 118px;
  }

  .grief-process-list li {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .grief-process-list li::before {
    left: 17px;
  }

  .grief-process-list li::after {
    left: 11px;
  }

  .grief-page .header-cta {
    min-width: 86px;
    font-size: 0;
  }

  .grief-page .header-cta::before {
    content: "Anfragen";
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .grief-wide {
    width: calc(100% - 36px);
  }

  .grief-hero {
    padding: 34px 0 38px;
    background:
      linear-gradient(180deg, rgba(199, 179, 173, 0.16), transparent 44%),
      var(--offwhite);
  }

  .grief-hero-grid {
    gap: 34px;
  }

  .grief-hero h1,
  .grief-definition h2,
  .grief-approach h2,
  .grief-process h2,
  .grief-cta h2 {
    font-size: clamp(40px, 11.5vw, 54px);
    line-height: 0.99;
  }

  .grief-hero-copy {
    padding-bottom: 0;
  }

  .grief-hero-copy > p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.52;
  }

  .grief-hero-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .grief-hero-actions-copy {
    display: none;
  }

  .grief-hero-actions-image {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: grid;
    gap: 8px;
    margin: 0;
  }

  .grief-hero-actions-image .button {
    min-height: 46px;
    width: 100%;
  }

  .grief-hero-actions-image .button-dark {
    background: rgba(74, 59, 53, 0.94);
    color: var(--offwhite);
  }

  .grief-hero .button-outline {
    min-height: auto;
    width: fit-content;
    padding: 0 0 6px;
    border: 0;
    border-bottom: 1px solid rgba(74, 59, 53, 0.34);
    color: rgba(74, 59, 53, 0.78);
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .grief-hero-actions-image .button-outline {
    min-height: 40px;
    width: 100%;
    padding: 0 16px;
    border: 1px solid rgba(247, 243, 238, 0.58);
    background: rgba(247, 243, 238, 0.88);
    color: var(--espresso);
    backdrop-filter: blur(10px);
  }

  .grief-hero-main {
    aspect-ratio: 1.18;
    object-position: 50% 46%;
  }

  .grief-hero-frame::before {
    right: -8px;
    top: 22px;
    height: 78%;
  }

  .grief-hero-image figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 700px);
    margin: 15px 0 0 auto;
    padding: 15px 0 0;
    background: transparent;
    border-top: 1px solid rgba(74, 59, 53, 0.22);
    backdrop-filter: none;
  }

  .grief-hero-image figcaption small {
    font-size: 21px;
    line-height: 1.18;
  }

  .grief-mobile-journey {
    position: sticky;
    top: 78px;
    z-index: 9;
    width: calc(100% - 36px);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 78px auto 0;
    padding: 10px 0 11px;
    background: rgba(247, 243, 238, 0.92);
    border-bottom: 1px solid rgba(74, 59, 53, 0.1);
    backdrop-filter: blur(14px);
    overflow: hidden;
  }

  .grief-mobile-journey a {
    flex: 0 1 auto;
    padding: 7px 0 8px;
    border-bottom: 1px solid rgba(74, 59, 53, 0.22);
    color: rgba(74, 59, 53, 0.66);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
  }

  #was-bleibt,
  #begleitung,
  #ablauf,
  #anfragen {
    scroll-margin-top: 146px;
  }

  .grief-definition,
  .grief-approach,
  .grief-process,
  .grief-cta {
    padding-block: 58px;
  }

  .grief-definition-grid,
  .grief-approach-grid,
  .grief-process-grid,
  .grief-cta-grid {
    gap: 30px;
  }

  .grief-process-grid {
    gap: 0;
  }

  .grief-process-content {
    padding: 34px 28px 40px;
  }

  .grief-definition-copy {
    font-size: 16px;
    line-height: 1.58;
  }

  .grief-definition-copy > p {
    margin-bottom: 26px;
  }

  .grief-definition-points article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 19px 0 21px;
  }

  .grief-definition-points span,
  .grief-process-list span {
    font-size: 10px;
    letter-spacing: 0.13em;
  }

  .grief-definition-points p {
    font-size: clamp(22px, 6.3vw, 27px);
    line-height: 1.13;
  }

  .grief-approach {
    padding-top: 48px;
    background: var(--offwhite);
  }

  .grief-approach-copy {
    padding-top: 4px;
  }

  .grief-approach-copy .eyebrow {
    margin-bottom: 18px;
  }

  .grief-approach-image img {
    aspect-ratio: 1.26;
    object-position: 50% 28%;
  }

  .grief-approach-grid > .grief-approach-image {
    display: none;
  }

  .grief-approach-image-inline {
    display: block;
    margin: 24px 0 22px;
  }

  .grief-approach-image-inline img {
    width: 100%;
    aspect-ratio: 1.32;
    object-fit: cover;
    object-position: 50% 28%;
    filter: saturate(0.82) contrast(0.96) brightness(1.06);
  }

  .grief-large {
    margin: 0 0 16px;
    font-size: clamp(25px, 7vw, 33px);
    line-height: 1.1;
  }

  .grief-approach-copy > p:not(.eyebrow):not(.grief-large),
  .grief-process-intro p:not(.eyebrow),
  .grief-cta p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.56;
  }

  .grief-note {
    margin-top: 24px;
    color: rgba(74, 59, 53, 0.74) !important;
    font-size: 10px !important;
    letter-spacing: 0.12em;
  }

  .grief-process {
    background: var(--offwhite);
  }

  .grief-process-intro {
    display: block;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(74, 59, 53, 0.16);
  }

  .grief-process-intro > p {
    max-width: none;
    margin-top: 20px;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .grief-process-list {
    border-top: 1px solid rgba(74, 59, 53, 0.18);
  }

  .grief-process-list li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    min-height: 94px;
    padding: 18px 0;
  }

  .grief-process-list li::before {
    display: none;
  }

  .grief-process-list li::after {
    display: none;
  }

  .grief-process-list span {
    align-self: start;
    padding-top: 0;
    padding-left: 0;
    color: rgba(167, 176, 161, 0.92);
    font-size: 34px;
    letter-spacing: 0;
  }

  .grief-process-list h3 {
    margin-bottom: 8px;
    font-size: clamp(27px, 7.5vw, 35px);
  }

  .grief-process-list p {
    font-size: 15px;
    line-height: 1.5;
  }

  .grief-cta {
    padding-top: 60px;
  }

  .grief-cta-form {
    padding: 26px 20px;
    box-shadow: 0 18px 46px rgba(74, 59, 53, 0.08);
  }

  .grief-cta-form input,
  .grief-cta-form textarea {
    min-height: 44px;
    padding: 10px 12px;
  }

  .grief-cta-form textarea {
    min-height: 118px;
  }

  .kiwi-tags span {
    padding: 10px 14px;
  }
}

@media (max-width: 1180px) {
  .why-scene,
  .voice-grid,
  .proof-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ceremony-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
  }

  .ceremony-offer-compact {
    grid-template-columns: minmax(180px, 0.95fr) minmax(0, 1.05fr);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav-details {
    position: relative;
    display: block;
    justify-self: end;
  }

  .mobile-nav-details summary {
    width: 42px;
    min-height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(74, 59, 53, 0.22);
    background: rgba(247, 243, 238, 0.68);
    color: var(--espresso);
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav-details summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav-details summary span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .mobile-nav-details summary i,
  .mobile-nav-details summary i::before,
  .mobile-nav-details summary i::after {
    width: 18px;
    height: 2px;
    display: block;
    background: currentColor;
    content: "";
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-nav-details summary i {
    position: relative;
  }

  .mobile-nav-details summary i::before,
  .mobile-nav-details summary i::after {
    position: absolute;
    left: 0;
  }

  .mobile-nav-details summary i::before {
    transform: translateY(-6px);
  }

  .mobile-nav-details summary i::after {
    transform: translateY(6px);
  }

  .mobile-nav-details[open] summary {
    background: var(--espresso);
    color: var(--offwhite);
  }

  .mobile-nav-details[open] summary i {
    transform: rotate(45deg);
  }

  .mobile-nav-details[open] summary i::before {
    opacity: 0;
  }

  .mobile-nav-details[open] summary i::after {
    transform: rotate(90deg);
  }

  .mobile-nav {
    position: fixed;
    top: 84px;
    right: 18px;
    width: min(calc(100vw - 36px), 340px);
    display: grid;
    padding: 10px 14px;
    background: rgba(247, 243, 238, 0.96);
    border: 1px solid rgba(74, 59, 53, 0.16);
    box-shadow: 0 22px 56px rgba(74, 59, 53, 0.18);
    backdrop-filter: blur(18px);
  }

  .mobile-nav a {
    padding: 13px 2px;
    border-bottom: 1px solid rgba(74, 59, 53, 0.12);
    color: var(--espresso);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .brand-note-grid,
  .home-hero-grid,
  .why-grid,
  .why-editorial,
  .why-scene,
  .page-hero-grid,
  .process-grid,
  .voice-grid,
  .proof-grid,
  .home-process-layout,
  .about-grid,
  .about-teaser-grid,
  .contact-grid,
  .home-cta-grid {
    grid-template-columns: 1fr;
  }

  .contact-page {
    background: var(--sage);
  }

  .contact-page-section {
    min-height: 0;
    padding-top: 122px;
  }

  .contact-page-grid {
    width: min(calc(100% - 36px), 760px);
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-page-copy h1 {
    font-size: clamp(50px, 13vw, 74px);
  }

  .contact-page-panel {
    box-shadow: none;
  }

  .ceremony-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .ceremony-showcase {
    grid-template-columns: 1fr;
  }

  .ceremony-offer-feature {
    grid-template-rows: auto auto;
  }

  .ceremony-offer-feature figure {
    min-height: 0;
    aspect-ratio: 0.82;
  }

  .ceremony-offer-compact {
    grid-template-columns: 1fr;
  }

  .ceremony-offer-compact figure {
    aspect-ratio: 1.18;
  }

  .why-statement {
    order: 1;
    display: contents;
  }

  .why-statement > .eyebrow {
    order: 1;
  }

  .why-statement > h2 {
    order: 2;
  }

  .why-statement > .statement-large {
    order: 3;
  }

  .why-statement > p:not(.eyebrow):not(.statement-large) {
    order: 4;
  }

  .why-visual {
    order: 5;
    width: min(100%, 560px);
    margin: 30px 0 0;
    padding: 10px 10px 54px;
    background: rgba(247, 243, 238, 0.82);
    box-shadow: -18px 22px 0 rgba(167, 176, 161, 0.24);
  }

  .why-visual::after {
    display: none;
  }

  .why-points {
    order: 6;
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
    margin: -50px 0 0;
    padding: 0 18px;
    gap: 8px;
  }

  .why-points span {
    border-color: rgba(74, 59, 53, 0.14);
    background: rgba(255, 250, 245, 0.92);
    box-shadow: 0 12px 30px rgba(74, 59, 53, 0.09);
  }

  .why-actions {
    order: 7;
    width: min(100%, 560px);
    margin-top: 30px;
  }

  .proof-intro {
    position: static;
  }

  .home-process-intro {
    position: static;
  }

  .home-process-layout {
    min-height: 0;
  }

  .home-process-image {
    min-height: 520px;
    aspect-ratio: 4 / 3;
  }

  .home-process-content {
    padding: 72px clamp(30px, 7vw, 64px) 84px;
  }

  .proof-quotes {
    grid-template-columns: 1fr;
  }

  .proof-score {
    width: 100%;
    margin-left: 0;
  }

  .proof-card-stack {
    grid-template-columns: 1fr;
  }

  .proof-quote,
  .proof-quote-feature {
    min-height: auto;
  }

  .proof-quote-feature {
    grid-row: auto;
  }

  .proof-quote-soft {
    margin-top: 0;
  }

  .proof-quote-line {
    width: 100%;
    margin-left: 0;
  }

  .ceremony-primary {
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    padding: 9px 10px 9px 15px;
  }

  .brand span {
    font-size: 21px;
  }

  .brand small {
    font-size: 9px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 10px;
  }

  .mobile-nav-details summary {
    width: 38px;
    min-height: 38px;
  }

  .mobile-nav {
    top: 78px;
    right: 18px;
    width: min(calc(100vw - 36px), 310px);
    padding: 8px 12px;
  }

  .hero {
    min-height: 88svh;
    padding: 112px 22px 46px;
  }

  .home-hero {
    min-height: 86svh;
    padding: 112px 0 42px;
  }

  .home-hero-media {
    inset: 0;
  }

  .home-hero::after {
    background:
      linear-gradient(0deg, rgba(74, 59, 53, 0.78), rgba(74, 59, 53, 0.2)),
      linear-gradient(90deg, rgba(74, 59, 53, 0.7), rgba(74, 59, 53, 0.18));
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(74, 59, 53, 0.46), rgba(74, 59, 53, 0.08)),
      linear-gradient(90deg, rgba(74, 59, 53, 0.36), rgba(247, 243, 238, 0.16));
  }

  h1 {
    font-size: clamp(45px, 15vw, 66px);
  }

  .hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .home-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .page-hero,
  .standalone-contact {
    padding-top: 118px;
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .section-inner {
    width: min(calc(100% - 36px), var(--max));
  }

  blockquote p,
  .section-heading h2,
  .process h2,
  .voice-grid h2,
  .about h2,
  .why-section h2,
  .about-teaser h2,
  .home-cta h2 {
    font-size: clamp(36px, 11.5vw, 52px);
    line-height: 1.02;
  }

  .contact h2 {
    font-size: clamp(38px, 10.2vw, 50px);
    line-height: 1.04;
  }

  .home-contact {
    padding-top: 72px;
  }

  .why-section {
    padding: 58px 0 48px;
  }

  .why-scene {
    gap: 22px;
  }

  .contact-page-section {
    padding: 108px 0 64px;
  }

  .contact-page-copy h1 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .contact-page-copy > p:not(.eyebrow):not(.contact-page-region),
  .contact-page-form-head p {
    font-size: 17px;
  }

  .contact-page-direct {
    flex-direction: column;
    gap: 14px;
  }

  .contact-page-cues {
    gap: 8px;
  }

  .contact-panel {
    padding: 28px;
  }

  .contact-page-panel {
    padding: 28px;
  }

  .contact-form {
    gap: 16px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 48px;
  }

  .home-process-steps {
    border-top: 1px solid rgba(247, 243, 238, 0.28);
  }

  .home-process-steps li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: 78px;
    padding: 14px 0;
  }

  .home-process-steps > li > span {
    font-size: 34px;
  }

  .home-process-image {
    min-height: 420px;
    aspect-ratio: 5 / 4;
  }

  .home-process-content {
    padding: 58px 24px 70px;
  }

  .ceremony-primary {
    grid-template-rows: 260px auto;
  }

  .card-content {
    padding: 24px;
  }

  .card-content h3 {
    font-size: 36px;
  }

  .offer-card {
    min-height: auto;
  }

  .offer-card-feature {
    grid-template-rows: 250px auto;
  }

  .why-visual img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .why-visual {
    margin-top: 22px;
    padding-bottom: 42px;
  }

  .why-points {
    margin-top: -40px;
    padding: 0 14px;
  }

  .why-actions {
    margin-top: 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-page {
  background: var(--offwhite);
}

.about-wide {
  width: min(100% - 44px, 1640px);
  margin: 0 auto;
}

.about-hero {
  padding: clamp(132px, 11vw, 210px) 0 clamp(80px, 9vw, 150px);
  background:
    linear-gradient(90deg, rgba(167, 176, 161, 0.2) 0 58%, transparent 58%),
    var(--offwhite);
  overflow: hidden;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(480px, 0.9fr) minmax(430px, 0.72fr);
  gap: clamp(58px, 8vw, 150px);
  align-items: end;
}

.about-hero-copy {
  max-width: 900px;
}

.about-hero h1,
.about-manifest h2,
.about-facets h2,
.about-network h2,
.about-cta h2 {
  color: var(--espresso);
  font-size: clamp(58px, 6.6vw, 120px);
  line-height: 0.96;
}

.about-hero-copy > p:not(.eyebrow),
.about-manifest-copy,
.about-cta p {
  color: var(--ink-soft);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.6;
}

.about-hero-copy .about-lead {
  max-width: 780px;
  margin-top: clamp(24px, 3vw, 38px);
  color: var(--espresso);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.8vw, 52px);
  line-height: 1.08;
}

.about-hero-copy > p:not(.eyebrow):not(.about-lead) {
  max-width: 760px;
  margin-top: 22px;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(30px, 4vw, 54px);
}

.about-hero .button-outline {
  color: var(--espresso);
  border-color: rgba(74, 59, 53, 0.32);
}

.about-hero-visual {
  position: relative;
  margin: 0;
  justify-self: end;
  width: min(100%, 620px);
}

.about-hero-visual::before {
  content: "";
  position: absolute;
  inset: 10% -12% -8% 18%;
  background: rgba(216, 206, 194, 0.52);
}

.about-hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(620px, 48vw, 860px);
  object-fit: cover;
  object-position: 50% 38%;
  box-shadow: 0 34px 90px rgba(74, 59, 53, 0.16);
}

.about-hero-visual figcaption {
  position: relative;
  z-index: 2;
  width: 82%;
  margin: -42px 0 0 auto;
  padding: 20px 24px;
  background: var(--espresso);
  color: var(--offwhite);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.about-manifest {
  padding: clamp(64px, 6vw, 104px) 0;
  background: var(--greige);
}

.about-manifest-grid,
.about-cta-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(460px, 1fr);
  gap: clamp(48px, 8vw, 142px);
  align-items: start;
}

.about-manifest-grid {
  grid-template-columns: minmax(430px, 0.82fr) minmax(520px, 1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
}

.about-manifest h2 {
  max-width: 680px;
  font-size: clamp(52px, 4.6vw, 86px);
  line-height: 0.98;
}

.about-manifest-copy {
  max-width: 820px;
  padding-top: clamp(28px, 3.6vw, 58px);
}

.about-manifest-copy p {
  margin: 0 0 22px;
}

.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 2.6vw, 36px);
  padding-top: clamp(18px, 2.2vw, 30px);
  border-top: 1px solid rgba(74, 59, 53, 0.18);
}

.about-values span {
  padding: 13px 17px;
  border: 1px solid rgba(74, 59, 53, 0.16);
  background: rgba(255, 250, 245, 0.52);
  color: var(--espresso);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-training {
  padding: clamp(76px, 8vw, 132px) 0;
  background:
    linear-gradient(90deg, var(--offwhite) 0 62%, rgba(167, 176, 161, 0.16) 62% 100%);
}

.about-training-grid {
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(360px, 0.55fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: center;
}

.about-training-copy {
  max-width: 920px;
}

.about-training h2 {
  max-width: 980px;
  margin: 0;
  color: var(--espresso);
  font-size: clamp(52px, 5.5vw, 104px);
  line-height: 0.98;
}

.about-training-copy p:not(.eyebrow) {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.62;
}

.about-training-copy strong {
  color: var(--espresso);
  font-weight: 800;
}

.about-training-link {
  display: inline-block;
  width: fit-content;
  margin-top: clamp(28px, 3.4vw, 46px);
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--espresso);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.about-training-proof {
  display: grid;
  gap: 24px;
  align-content: center;
  justify-items: center;
}

.about-training-seal {
  display: block;
  width: min(100%, 360px);
  padding: clamp(18px, 2vw, 28px);
  background: rgba(255, 250, 245, 0.74);
  border: 1px solid rgba(74, 59, 53, 0.12);
  box-shadow: 0 28px 74px rgba(74, 59, 53, 0.1);
}

.about-training-seal img {
  display: block;
  width: 100%;
  height: auto;
}

.about-training-result {
  width: min(100%, 360px);
  padding-top: 22px;
  border-top: 1px solid rgba(74, 59, 53, 0.22);
  color: var(--espresso);
}

.about-training-result span {
  display: block;
  margin-bottom: 10px;
  color: rgba(74, 59, 53, 0.64);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.about-training-result strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.6vw, 62px);
  font-weight: 400;
  line-height: 0.98;
}

.about-training-result p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.5;
}

.about-facets {
  padding: clamp(82px, 10vw, 170px) 0 clamp(96px, 11vw, 190px);
  background:
    linear-gradient(180deg, rgba(247, 243, 238, 0.68), rgba(247, 243, 238, 0) 34%),
    var(--sage);
  overflow: hidden;
}

.about-section-heading {
  display: block;
  max-width: 1120px;
  margin-bottom: clamp(44px, 6vw, 86px);
}

.about-facets h2 {
  font-size: clamp(54px, 5.3vw, 104px);
  max-width: 980px;
}

.about-section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: clamp(22px, 2.5vw, 36px) 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.55;
}

.polaroid-wall {
  --tilt: -1deg;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: clamp(20px, 2.35vw, 42px);
  align-items: start;
}

.about-polaroid {
  position: relative;
  z-index: 1;
  grid-column: span 2;
  margin: 0;
  padding: clamp(12px, 1.05vw, 20px) clamp(12px, 1.05vw, 20px) clamp(18px, 1.4vw, 28px);
  background: #fffaf5;
  border: 1px solid rgba(74, 59, 53, 0.1);
  box-shadow: 0 24px 56px rgba(74, 59, 53, 0.13);
  transform: rotate(var(--tilt)) translateY(var(--drop, 0));
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-polaroid:hover {
  z-index: 4;
  box-shadow: 0 32px 72px rgba(74, 59, 53, 0.2);
  transform: rotate(0deg) translateY(calc(var(--drop, 0) - 8px));
}

.about-polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  background: rgba(247, 243, 238, 0.75);
}

.about-polaroid figcaption {
  margin-top: clamp(14px, 1.2vw, 22px);
  color: var(--espresso);
  font-family: "Noteworthy", "Comic Sans MS", "Segoe Print", cursive;
  font-size: clamp(18px, 1.18vw, 23px);
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: 0;
}

.caption-date {
  font-size: 0.78em;
  letter-spacing: 0.01em;
}

.about-polaroid:nth-child(1) {
  --tilt: -2.4deg;
  --drop: 18px;
}

.about-polaroid:nth-child(2) {
  --tilt: 1.2deg;
}

.about-polaroid:nth-child(3) {
  --tilt: -0.7deg;
  --drop: 34px;
}

.about-polaroid:nth-child(4) {
  --tilt: 2deg;
  --drop: 8px;
}

.about-polaroid:nth-child(5) {
  --tilt: -1.6deg;
  --drop: 30px;
}

.about-polaroid:nth-child(6) {
  --tilt: 1.7deg;
}

.about-polaroid:nth-child(7) {
  --tilt: -1deg;
  --drop: 28px;
}

.about-polaroid:nth-child(8) {
  --tilt: 2.3deg;
  --drop: 10px;
}

.about-polaroid:nth-child(9) {
  --tilt: -2deg;
  --drop: 36px;
}

.about-polaroid:nth-child(10) {
  --tilt: 1.1deg;
  --drop: 4px;
}

.about-polaroid:nth-child(3n)::after,
.about-polaroid:nth-child(4n)::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 72px;
  height: 24px;
  background: rgba(216, 206, 194, 0.58);
  transform: translateX(-50%) rotate(-3deg);
}

.about-network {
  position: relative;
  padding: clamp(100px, 9vw, 170px) 0 clamp(92px, 9vw, 156px);
  background:
    linear-gradient(180deg, var(--sage) 0 38%, var(--offwhite) 38% 100%);
  overflow: hidden;
  scroll-margin-top: 120px;
}

.network-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(520px, 0.82fr);
  gap: clamp(42px, 6vw, 100px);
  align-items: end;
}

.network-couple-photo {
  margin: 0;
  min-height: clamp(560px, 46vw, 820px);
}

.network-couple-photo img {
  display: block;
  width: 100%;
  height: clamp(560px, 46vw, 820px);
  object-fit: cover;
  object-position: 52% 48%;
  box-shadow: 0 34px 90px rgba(74, 59, 53, 0.16);
}

.network-story-card {
  position: relative;
  z-index: 1;
  margin-left: clamp(-130px, -7vw, -72px);
  margin-bottom: clamp(42px, 5vw, 82px);
  padding: clamp(38px, 5vw, 78px);
  background: rgba(255, 250, 245, 0.9);
  border: 1px solid rgba(74, 59, 53, 0.14);
  box-shadow: 0 34px 86px rgba(74, 59, 53, 0.12);
}

.network-story-card h2 {
  max-width: 760px;
  margin: 0;
  color: var(--espresso);
  font-size: clamp(52px, 5vw, 96px);
  line-height: 0.96;
}

.network-story-card p:not(.eyebrow) {
  max-width: 720px;
  margin: clamp(22px, 2.6vw, 34px) 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.18vw, 22px);
  line-height: 1.58;
}

.network-offers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(42px, 6vw, 92px);
  border-top: 1px solid rgba(74, 59, 53, 0.18);
  border-left: 1px solid rgba(74, 59, 53, 0.18);
}

.network-offer {
  display: flex;
  min-height: clamp(300px, 23vw, 410px);
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(26px, 3vw, 44px);
  background: rgba(255, 250, 245, 0.72);
  border-right: 1px solid rgba(74, 59, 53, 0.18);
  border-bottom: 1px solid rgba(74, 59, 53, 0.18);
  color: var(--espresso);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.network-offer:hover {
  z-index: 2;
  background: var(--offwhite);
  box-shadow: 0 28px 72px rgba(74, 59, 53, 0.12);
  transform: translateY(-8px);
}

.network-offer span {
  color: rgba(74, 59, 53, 0.56);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.network-offer strong {
  max-width: 520px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 78px);
  line-height: 0.9;
}

.network-offer p {
  max-width: 560px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.5;
}

.network-offer em {
  color: var(--espresso);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.about-cta {
  padding: clamp(70px, 8vw, 124px) 0;
  background: var(--sage);
}

.about-contact-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(560px, 0.86fr);
  gap: clamp(44px, 7vw, 120px);
  align-items: start;
}

.about-contact-copy {
  position: sticky;
  top: 118px;
}

.about-contact-copy h2 {
  max-width: 800px;
  font-size: clamp(56px, 5.6vw, 104px);
}

.about-contact-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: clamp(24px, 3vw, 36px) 0 0;
  color: rgba(74, 59, 53, 0.76);
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.58;
}

.about-contact-panel {
  padding: clamp(30px, 3.4vw, 50px);
  background: var(--offwhite);
  border: 1px solid rgba(74, 59, 53, 0.14);
  box-shadow: 0 30px 80px rgba(74, 59, 53, 0.12);
}

.about-contact-form {
  margin-top: 0;
}

.about-contact-form textarea {
  min-height: 146px;
}

.about-contact-form button {
  margin-top: 4px;
}

@media (min-width: 1900px) {
  .about-hero h1,
  .about-manifest h2,
  .about-facets h2,
  .about-network h2,
  .about-cta h2 {
    font-size: clamp(104px, 5vw, 142px);
  }

  .about-hero-grid {
    grid-template-columns: minmax(700px, 0.95fr) minmax(560px, 0.7fr);
  }

  .network-editorial {
    grid-template-columns: minmax(780px, 0.95fr) minmax(660px, 0.76fr);
  }
}

@media (max-width: 1100px) {
  .about-hero-grid,
  .about-manifest-grid,
  .about-training-grid,
  .about-cta-grid,
  .about-contact-grid {
    grid-template-columns: 1fr;
  }

  .about-contact-copy {
    position: static;
  }

  .about-hero-visual {
    justify-self: start;
    width: min(100%, 720px);
  }

  .about-training-proof {
    justify-items: start;
  }

  .about-section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .polaroid-wall {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .about-polaroid {
    grid-column: span 3;
  }

  .network-editorial {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .network-couple-photo {
    min-height: auto;
  }

  .network-couple-photo img {
    height: 620px;
    object-position: 52% 45%;
  }

  .network-story-card {
    margin: -76px 24px 0;
  }

  .network-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-wide {
    width: min(100% - 36px, 1640px);
  }

  .about-hero {
    padding-top: 116px;
    background: var(--offwhite);
  }

  .about-hero h1,
  .about-manifest h2,
  .about-training h2,
  .about-facets h2,
  .about-network h2,
  .about-cta h2 {
    font-size: clamp(48px, 14vw, 74px);
  }

  .about-hero-copy .about-lead {
    font-size: clamp(26px, 7vw, 38px);
  }

  .about-hero-visual img {
    height: 560px;
  }

  .about-hero-visual figcaption {
    width: 92%;
  }

  .about-manifest {
    padding: 72px 0 78px;
    background: var(--greige);
  }

  .about-manifest h2 {
    font-size: clamp(46px, 13vw, 68px);
  }

  .about-manifest-copy {
    padding-top: 0;
  }

  .about-values {
    margin-top: 28px;
    padding-top: 24px;
  }

  .about-training {
    padding: 70px 0 78px;
    background: var(--offwhite);
  }

  .about-training-grid {
    gap: 34px;
  }

  .about-training h2 {
    font-size: clamp(43px, 12vw, 66px);
  }

  .about-training-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.58;
  }

  .about-training-proof {
    gap: 18px;
  }

  .about-training-seal {
    width: min(100%, 280px);
    padding: 16px;
  }

  .about-training-result {
    width: min(100%, 320px);
  }

  .about-network {
    padding: 78px 0 86px;
    background:
      linear-gradient(180deg, var(--sage) 0 30%, var(--offwhite) 30% 100%);
  }

  .network-couple-photo img {
    height: 520px;
    object-position: 52% 46%;
  }

  .network-story-card {
    margin: -54px 0 0;
    padding: 30px 24px;
  }

  .network-story-card h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .network-story-card p:not(.eyebrow) {
    font-size: 17px;
  }

  .network-offers {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .network-offer {
    min-height: 250px;
    padding: 26px 24px;
  }

  .network-offer:hover {
    transform: none;
  }

  .about-contact-grid {
    gap: 34px;
  }

  .about-contact-copy h2 {
    font-size: clamp(46px, 12.2vw, 64px);
  }

  .about-contact-panel {
    padding: 28px;
  }

  .polaroid-wall {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-inline: 6px;
  }

  .about-polaroid {
    grid-column: span 1;
    width: min(100%, 340px);
    padding: 12px 12px 18px;
  }

  .about-polaroid:nth-child(n) {
    --drop: 0;
  }

  .about-polaroid:nth-child(even) {
    justify-self: end;
  }

  .about-polaroid figcaption {
    font-size: clamp(18px, 5vw, 22px);
  }

  .about-polaroid:nth-child(3n)::after,
  .about-polaroid:nth-child(4n)::after {
    width: 52px;
    height: 18px;
  }
}
