/* Policy-only hero treatment, matching the About and Contact type scale. */
.policy-hero {
  min-height:0;
  justify-content:center;
  align-items:center;
  padding:128px 24px 80px;
  background:radial-gradient(ellipse at 50% 10%,rgba(255,253,249,.62),transparent 75%),#eee5d8;
  color:#33291f;
  border-bottom:1px solid rgba(169,133,73,.18);
  font-family:Manrope,Arial,sans-serif;
}
.policy-hero-pattern { display:none; }
.policy-hero-copy { width:100%; max-width:860px; margin:0 auto; text-align:center; }
.policy-back { min-height:44px; margin-bottom:24px; color:#846536; font:600 .75rem/1.5 Manrope,Arial,sans-serif; letter-spacing:.06em; }
.policy-hero-copy .eyebrow { margin-bottom:12px; color:#846536; font-size:.75rem; letter-spacing:.15em; }
.policy-hero-copy h1 {
  max-width:860px;
  margin:0 auto;
  font-family:'Cormorant Garamond','Iowan Old Style',Georgia,serif;
  font-size:clamp(3.75rem,5.3vw,5.5rem);
  font-weight:500;
  line-height:.98;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.policy-hero-copy>p:not(.eyebrow) { max-width:560px; margin:18px auto 24px; color:#544b40; font-size:1rem; line-height:1.65; text-wrap:balance; }
.policy-hero-copy small { color:#71614d; font-size:.6875rem; line-height:1.6; letter-spacing:.08em; }
@media(min-width:821px) and (max-width:1150px) {
  .policy-hero-copy { max-width:680px; }
  .policy-hero-copy h1 { font-size:clamp(3rem,4.85vw,3.5rem); }
}
@media(max-width:820px) {
  .policy-hero { padding:112px 24px 64px; }
  .policy-hero-copy { max-width:620px; }
  .policy-back { margin-bottom:22px; }
  .policy-hero-copy .eyebrow { margin-bottom:14px; }
  .policy-hero-copy h1 { font-size:clamp(2.25rem,5.1svh,3.5rem); }
  .policy-hero-copy>p:not(.eyebrow) { max-width:530px; line-height:1.5; }
}
@media(max-width:820px) and (max-height:740px) {
  .policy-hero-copy h1 { font-size:2.125rem; }
}
@media(min-width:821px) and (max-height:650px) {
  .policy-hero-copy h1 { font-size:clamp(2.75rem,4vw,3.75rem); }
}
