:root {
  --udf-ink: var(--wp--preset--color--ink, #173e35);
  --udf-paper: var(--wp--preset--color--canvas, #f7f7ef);
  --udf-muted: var(--wp--preset--color--muted, #52645c);
  --udf-sun: var(--wp--preset--color--sun, #e8f29b);
  --udf-line: #d8ded2;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
}
a,
button,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  text-underline-offset: 5px;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #9a5a17;
  outline-offset: 5px;
}
button,
input,
textarea,
select {
  font: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}
h1 em,
h2 em {
  font-family: var(--wp--preset--font-family--serif, Georgia, serif);
  font-weight: 400;
}
h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
}
h3 {
  font-size: 1.3rem;
  line-height: 1.3 !important;
}
main {
  min-height: 50vh;
}
.wp-site-blocks > * {
  margin-block-start: 0;
}
.udf-header {
  padding: 22px 36px;
  border-bottom: 1px solid var(--udf-line);
}
.udf-nav {
  gap: 28px;
}
.udf-brand {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.1px;
  margin: 0;
}
.udf-brand a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
}
.udf-brand-mark {
  border: 1.6px solid var(--udf-ink);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-family: Georgia, serif;
  line-height: 27px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -2px;
}
.udf-brand-dot {
  margin-left: -8px;
}
.udf-nav-links {
  gap: 27px;
  font-size: 13px;
}
.udf-nav-links p {
  white-space: nowrap;
}
.udf-nav-links p a {
  text-decoration: none;
}
.udf-nav-links .wp-element-button {
  padding: 12px 17px;
  font-size: 12px;
}
.wp-element-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  text-decoration: none;
  transition:
    background 0.15s,
    transform 0.15s;
}
.wp-element-button:hover {
  background: #2c5548;
  transform: translateY(-1px);
}
.udf-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 38px;
  padding-block: 66px 58px;
}
.udf-hero-copy {
  padding: 20px 0 10px;
}
.udf-eyebrow {
  font-size: 11px;
  letter-spacing: 1.7px;
  font-weight: 700;
  line-height: 1.6;
}
.udf-eyebrow > span {
  font-size: 21px;
  vertical-align: middle;
  margin-right: 5px;
}
.udf-hero h1 {
  margin: 24px 0;
  max-width: 650px;
  font-size: clamp(2.8rem, 5.05vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.udf-hero h1 em {
  letter-spacing: -0.06em;
}
.udf-intro {
  font-size: 17px;
  line-height: 1.65;
  color: var(--udf-muted);
  max-width: 450px;
  margin: 26px 0;
}
.udf-hero .wp-block-buttons {
  margin-top: 28px;
}
.udf-micro {
  font-size: 12px;
  color: var(--udf-muted);
  margin-top: 14px;
}
.udf-hero-art {
  border-radius: 12px;
  background: #e3e9da;
  position: relative;
  align-self: stretch;
  min-height: 530px;
  overflow: hidden;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.udf-art-label {
  position: absolute;
  top: 22px;
  left: 27px;
  right: 27px;
  font-size: 9px;
  letter-spacing: 1.5px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  z-index: 1;
}
.udf-art-label span {
  font-size: 19px;
}
.udf-hero-art figure {
  margin: 0;
  line-height: 0;
}
.udf-hero-art img {
  width: 100%;
  display: block;
}
.udf-art-note {
  position: absolute;
  bottom: 70px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #f9fbef;
  box-shadow: 0 6px 30px #193d3410;
  border-radius: 8px;
  transform: rotate(-3deg);
  font-size: 13px;
}
.udf-art-note strong,
.udf-art-note div > span {
  display: block;
}
.udf-art-note div > span {
  font-size: 11px;
  color: var(--udf-muted);
  margin-top: 2px;
}
.udf-note-icon {
  font-size: 27px;
}
.udf-art-caption {
  position: absolute;
  bottom: 17px;
  left: 27px;
  font-size: 9px;
  letter-spacing: 1.3px;
}
.udf-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--udf-line);
  padding: 22px 0;
  gap: 20px;
}
.udf-trust-strip p {
  font-size: 13px;
  margin: 0;
}
.udf-trust-strip p + p {
  border-left: 1px solid var(--udf-line);
  padding-left: 36px;
}
.udf-trust-strip span {
  margin-right: 13px;
  font-size: 20px;
}
.udf-section {
  padding-block: 88px;
}
.udf-section h2 {
  margin-block: 20px;
}
.udf-section-intro {
  color: var(--udf-muted);
  max-width: 510px;
}
.udf-steps {
  gap: 36px;
  margin-top: 46px;
}
.udf-steps p:not(.udf-step-number) {
  font-size: 14px;
  line-height: 1.8;
  color: var(--udf-muted);
  max-width: 310px;
}
.udf-step-number {
  border-top: 1px solid var(--udf-line);
  padding-top: 17px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  color: var(--udf-muted);
}
.udf-step-number span {
  font-size: 22px;
}
.udf-steps h3 {
  margin-top: 32px;
}
.udf-question-section {
  background: var(--udf-ink);
  color: var(--udf-paper);
  border-radius: 12px;
  padding: 52px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  scroll-margin-top: 24px;
}
.udf-question-intro h2 {
  margin: 30px 0;
}
.udf-question-intro > p:not(.udf-eyebrow) {
  color: #dae3d6;
  font-size: 14px;
  max-width: 300px;
}
.udf-question-aside {
  margin-top: 65px;
  font-size: 12px !important;
}
.udf-transparency {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  border-bottom: 1px solid var(--udf-line);
}
.udf-transparency-copy {
  font-size: 15px;
  color: var(--udf-muted);
}
.udf-transparency-copy p {
  margin-top: 0;
  margin-bottom: 24px;
}
.udf-transparency-copy strong {
  color: var(--udf-ink);
}
.udf-transparency-copy a {
  font-weight: 600;
  font-size: 13px;
}
.udf-blog .wp-block-query {
  margin-top: 35px;
}
.udf-article-card {
  padding: 24px;
  border: 1px solid var(--udf-line);
  border-radius: 8px;
  height: 100%;
  background: #fffdf5;
}
.udf-article-card .wp-block-post-featured-image {
  margin: -24px -24px 24px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.udf-article-card .wp-block-post-title a {
  text-decoration: none;
}
.udf-article-card .wp-block-post-terms {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.udf-article-card .wp-block-post-excerpt {
  font-size: 14px;
  color: var(--udf-muted);
}
.udf-article-card .wp-block-post-excerpt__more-link {
  font-size: 12px;
  font-weight: 600;
}
.udf-faq {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  border-top: 1px solid var(--udf-line);
}
.udf-faq details {
  border-bottom: 1px solid var(--udf-line);
  padding: 21px 0;
  margin: 0;
}
.udf-faq summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  padding-right: 32px;
  position: relative;
}
.udf-faq summary::-webkit-details-marker {
  display: none;
}
.udf-faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: -5px;
  font-size: 24px;
  font-weight: 400;
}
.udf-faq details[open] summary:after {
  content: "−";
}
.udf-faq details p {
  font-size: 14px;
  color: var(--udf-muted);
}
.udf-final-cta {
  text-align: center;
  background: var(--udf-sun);
  border-radius: 10px;
  padding: 60px 24px;
  margin-bottom: 80px !important;
}
.udf-final-cta h2 {
  margin-block: 18px;
}
.udf-final-cta > p:not(.udf-eyebrow) {
  font-size: 14px;
}
.udf-final-cta .wp-block-buttons {
  margin-top: 26px;
}
.udf-footer {
  background: #eef0e7;
  padding: 45px 36px 20px;
  font-size: 12px;
  color: var(--udf-muted);
}
.udf-footer .udf-brand {
  color: var(--udf-ink);
  font-size: 22px;
}
.udf-footer-bottom {
  border-top: 1px solid var(--udf-line);
  padding-top: 18px;
  margin-top: 32px;
}
.udf-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.udf-footer-links a {
  text-decoration: none;
}
.udf-content {
  padding: 60px 28px 80px;
}
.udf-content .wp-block-post-title {
  font-size: clamp(2.3rem, 4vw, 3.7rem);
}
.udf-content .wp-block-post-content {
  line-height: 1.9;
}
.udf-content .wp-block-post-content h2 {
  font-size: 2rem;
  margin-top: 2.5rem;
}
.udf-content .wp-block-post-date {
  font-size: 13px;
  color: var(--udf-muted);
}
.udf-content .wp-block-query-pagination {
  margin-block: 35px;
}
.udf-legal-notice {
  padding: 20px;
  background: #fff2d9;
  border-left: 3px solid #805217;
}
.wp-block-query .wp-block-post-template {
  gap: 24px;
}
main > .alignwide {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-post-template {
  padding: 0;
}
.udf-reading-cta {
  padding: 28px;
  border: 1px solid var(--udf-line);
  border-radius: 10px;
  margin-top: 44px;
}
@media (min-width: 782px) and (max-width: 1312px) {
  main > .alignwide {
    margin-left: 36px;
    margin-right: 36px;
  }
  .udf-hero {
    gap: 28px;
  }
  .udf-question-section {
    padding: 40px;
    gap: 35px;
  }
}
@media (max-width: 900px) {
  .udf-how-link {
    display: none;
  }
  .udf-hero-art {
    min-height: 450px;
  }
  .udf-question-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .udf-question-intro h2 br {
    display: none;
  }
  .udf-question-intro > p:not(.udf-eyebrow) {
    max-width: 540px;
  }
  .udf-question-aside {
    display: none;
  }
  .udf-transparency,
  .udf-faq {
    gap: 35px;
  }
  .udf-question-intro h2 {
    margin: 18px 0;
  }
}
@media (max-width: 781px) {
  .udf-header {
    padding: 17px 20px;
  }
  .udf-nav {
    flex-wrap: wrap !important;
    gap: 12px;
  }
  .udf-brand {
    font-size: 21px;
  }
  .udf-nav-links {
    gap: 18px;
  }
  .udf-nav-links .wp-block-buttons {
    display: none;
  }
  .udf-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 28px;
    padding-bottom: 34px;
  }
  .udf-hero-copy {
    padding: 0;
  }
  .udf-hero h1 {
    max-width: 570px;
    font-size: clamp(2.85rem, 8.2vw, 4.7rem);
  }
  .udf-intro {
    font-size: 16px;
    max-width: 520px;
  }
  .udf-hero-art {
    min-height: 0;
    max-width: 570px;
    width: 100%;
    justify-self: center;
  }
  .udf-hero-art img {
    aspect-ratio: 1.18;
    object-fit: contain;
  }
  .udf-art-note {
    bottom: 48px;
    font-size: 12px;
    padding: 12px 16px;
  }
  .udf-art-label {
    top: 17px;
  }
  .udf-art-caption {
    font-size: 8px;
    bottom: 12px;
  }
  .udf-trust-strip {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 20px 0;
  }
  .udf-trust-strip p + p {
    border: 0;
    padding-left: 0;
  }
  .udf-trust-strip p {
    font-size: 12px;
  }
  .udf-section {
    padding-block: 53px;
  }
  .udf-steps {
    margin-top: 30px;
    gap: 22px;
  }
  .udf-steps h3 {
    margin-top: 18px;
  }
  .udf-steps p:not(.udf-step-number) {
    max-width: none;
  }
  .udf-question-section {
    padding: 28px 20px;
    gap: 20px;
  }
  .udf-transparency,
  .udf-faq {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .udf-blog .wp-block-post-template {
    grid-template-columns: 1fr;
  }
  .udf-final-cta {
    padding: 40px 22px;
    margin-bottom: 50px !important;
  }
  .udf-footer {
    padding: 32px 20px 20px;
  }
  .udf-footer .wp-block-group {
    gap: 12px;
  }
  .udf-footer-bottom {
    margin-top: 22px;
  }
  .udf-footer-links {
    gap: 16px;
    font-size: 12px;
  }
  .udf-content {
    padding: 35px 20px 55px;
  }
  main > .alignwide {
    margin-left: 20px;
    margin-right: 20px;
  }
  .udf-blog > .wp-block-group {
    align-items: flex-start;
  }
  .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
  .udf-question-intro h2 {
    font-size: 2.15rem;
  }
}
main > .alignwide {
  width: calc(100% - 72px);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 781px) {
  main > .alignwide {
    width: calc(100% - 40px);
  }
}
@media (max-width: 600px) {
  main > .udf-question-section {
    width: calc(100% - 24px);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
