* {
  box-sizing: border-box;
}

html {
  background: #f7f2eb;
  color: #252925;
  scroll-behavior: smooth;
}

body {
  --iyw-stone-100: #f7f2eb;
  --iyw-stone-200: #eadbc6;
  --iyw-stone-400: #b98c72;
  --iyw-charcoal: #252925;
  --iyw-charcoal-soft: #4b5049;
  --iyw-milk: #fffaf2;
  --iyw-sage: #7c8b74;
  --iyw-line: rgba(37, 41, 37, 0.16);
  --iyw-shadow: 0 28px 80px rgba(86, 65, 46, 0.18);
  --iyw-display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --iyw-body: var(--font-default), "Avenir Next", "Segoe UI", Helvetica, sans-serif;
  background: var(--iyw-stone-100);
  color: var(--iyw-charcoal);
  font-family: var(--iyw-body);
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.iyw-header {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
  padding: 28px clamp(18px, 4vw, 56px) clamp(34px, 5vw, 68px);
}

.iyw-brand {
  color: var(--iyw-charcoal);
  font-family: var(--iyw-display);
  font-size: clamp(2.25rem, 4.3vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
}

.iyw-nav,
.iyw-nav span {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.iyw-nav a,
.iyw-social,
.iyw-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  min-height: 48px;
  white-space: nowrap;
}

.iyw-nav a:not(.iyw-social) {
  color: var(--iyw-charcoal-soft);
  font-size: 0.88rem;
}

.iyw-social {
  border: 1px solid var(--iyw-line);
  color: var(--iyw-charcoal-soft);
  font-size: 0.86rem;
  padding: 12px 18px;
}

.iyw-page {
  background:
    radial-gradient(circle at 88% 8%, rgba(124, 139, 116, 0.18), transparent 26rem),
    linear-gradient(180deg, #f7f2eb 0%, #f7f2eb 28%, #f2e8da 50%, #eadbc6 76%, #d9c9b7 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  overflow: hidden;
}

.iyw-hero {
  background: transparent;
  padding: 0 clamp(18px, 4vw, 56px) clamp(56px, 7vw, 88px);
}

.iyw-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(32px, 5vw, 74px);
  grid-template-columns: minmax(360px, 1fr) minmax(320px, 0.72fr);
  margin: 0 auto;
  max-width: 1220px;
}

.iyw-hero-copy {
  max-width: 540px;
}

.iyw-eyebrow,
.iyw-kicker {
  color: var(--iyw-sage);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.iyw-page h1,
.iyw-page h2,
.iyw-page h3,
.iyw-page p {
  margin-top: 0;
}

.iyw-page h1,
.iyw-page h2 {
  font-family: var(--iyw-display);
  font-weight: 400;
  text-wrap: balance;
}

.iyw-page h1 {
  font-size: clamp(4.25rem, 7.4vw, 7.7rem);
  line-height: 0.92;
  margin-bottom: 24px;
  max-width: 560px;
}

.iyw-hero-text {
  color: var(--iyw-charcoal-soft);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 590px;
}

.iyw-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.iyw-button {
  background: var(--iyw-charcoal);
  color: var(--iyw-milk);
  font-size: 0.95rem;
  padding: 15px 22px;
}

.iyw-note {
  color: var(--iyw-charcoal-soft);
  font-size: 0.86rem;
}

.iyw-visual {
  aspect-ratio: 0.76;
  border-radius: 40px 40px 4px 4px;
  box-shadow: var(--iyw-shadow);
  justify-self: end;
  max-height: 720px;
  max-width: 430px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.iyw-visual::after {
  background: linear-gradient(180deg, transparent 58%, rgba(234, 219, 198, 0.7) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.iyw-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  transform: scaleX(-1);
  width: 100%;
}

.iyw-intro,
.iyw-future {
  align-items: start;
  border-top: 1px solid rgba(37, 41, 37, 0.08);
  display: grid;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  margin: 0 auto;
  max-width: 1220px;
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 56px);
}

.iyw-intro h2,
.iyw-future h2 {
  font-size: clamp(3rem, 5.2vw, 5.6rem);
  line-height: 0.98;
  margin-bottom: 0;
  max-width: 760px;
}

.iyw-future h2 {
  margin-bottom: 22px;
}

.iyw-intro > p,
.iyw-future-copy p {
  color: var(--iyw-charcoal-soft);
  font-size: clamp(1rem, 1.7vw, 1.32rem);
  line-height: 1.85;
}

.iyw-pillars {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 clamp(18px, 4vw, 56px) clamp(64px, 9vw, 112px);
}

.iyw-pillar {
  background: rgba(255, 250, 242, 0.5);
  border: 1px solid var(--iyw-line);
  min-height: 300px;
  padding: clamp(24px, 4vw, 38px);
}

.iyw-pillar:first-child {
  border-radius: 28px 0 0 28px;
}

.iyw-pillar:last-child {
  border-radius: 0 28px 28px 0;
}

.iyw-pillar > span {
  color: var(--iyw-stone-400);
  display: block;
  font-size: 1.5rem;
  margin-bottom: 44px;
}

.iyw-pillar h3 {
  font-family: var(--iyw-display);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 0.98;
  margin-bottom: 18px;
}

.iyw-pillar p {
  color: var(--iyw-charcoal-soft);
  line-height: 1.65;
  margin-bottom: 0;
}

.iyw-future {
  border-bottom: 1px solid var(--iyw-line);
}

.iyw-future-copy {
  max-width: 560px;
}

.iyw-future-list {
  align-content: start;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.iyw-future-list span {
  align-items: center;
  background: rgba(255, 250, 242, 0.44);
  border: 1px solid var(--iyw-line);
  border-radius: 999px;
  color: var(--iyw-charcoal-soft);
  display: flex;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  justify-content: center;
  min-height: 76px;
  padding: 16px;
  text-align: center;
}

.iyw-footer {
  align-items: center;
  background: #d9c9b7;
  box-shadow: 0 0 0 100vmax #d9c9b7;
  clip-path: inset(0 -100vmax);
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto 1fr auto;
  margin: 0 auto;
  max-width: 1220px;
  padding: 34px clamp(18px, 4vw, 56px) 46px;
}

.iyw-footer-brand {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
}

.iyw-footer-links,
.iyw-footer-links span {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.iyw-footer a,
.iyw-footer p {
  color: var(--iyw-charcoal-soft);
  font-size: 0.86rem;
  font-weight: 700;
  margin: 0;
}

.iyw-footer-mark {
  color: var(--iyw-sage);
}

.powered-by {
  background: #d9c9b7;
  box-shadow: 0 0 0 100vmax #d9c9b7;
  clip-path: inset(0 -100vmax);
  color: var(--iyw-charcoal-soft);
  font-size: 0.8rem;
  padding: 0 clamp(18px, 4vw, 56px) 32px;
  text-align: center;
}

.powered-by a {
  color: var(--iyw-charcoal-soft);
}

.section,
.section-sm,
.section-lg {
  border-bottom: 1px solid var(--iyw-line);
}

.section {
  padding: 64px 0;
}

.container {
  max-width: 1120px;
}

.form-control,
input,
textarea,
select {
  border: 1px solid var(--iyw-line);
  border-radius: 6px;
}

@media (max-width: 1040px) {
  .iyw-header {
    align-items: flex-start;
  }

  .iyw-hero-grid,
  .iyw-intro,
  .iyw-future {
    grid-template-columns: 1fr;
  }

  .iyw-hero-copy {
    max-width: 720px;
    order: 1;
  }

  .iyw-visual {
    justify-self: center;
    max-height: none;
    max-width: 640px;
    order: 2;
  }

  .iyw-pillars {
    grid-template-columns: 1fr;
  }

  .iyw-pillar,
  .iyw-pillar:first-child,
  .iyw-pillar:last-child {
    border-radius: 24px;
    min-height: 240px;
  }

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

@media (max-width: 640px) {
  .iyw-header {
    gap: 14px;
  }

  .iyw-social {
    font-size: 0;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
  }

  .iyw-visual {
    aspect-ratio: 0.72;
    border-radius: 28px 28px 4px 4px;
  }

  .iyw-page h1 {
    font-size: clamp(3.5rem, 18vw, 5.25rem);
  }

  .iyw-intro h2,
  .iyw-future h2 {
    font-size: clamp(2.75rem, 13vw, 4.35rem);
  }

  .iyw-future-list {
    grid-template-columns: 1fr;
  }

  .iyw-footer-links,
  .iyw-footer-links span {
    flex-direction: column;
    gap: 10px;
  }
}
