/* Owned layouts for the audited seller journey. Legacy page styles stay scoped to their pages. */
.eg-refresh {
  --r-navy: #16163f;
  --r-teal: #2e697d;
  --r-gold: #ffbd59;
  --r-muted: #505c63;
  --r-paper: #f8f6f2;
  color: var(--r-navy);
  background: var(--r-paper);
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
.eg-refresh * {
  box-sizing: border-box;
}
.eg-refresh .eg-refresh__shell {
  width: min(1200px, calc(100% - 64px));
  margin: auto;
}
.eg-refresh .eg-refresh__section {
  padding: 88px 0;
  background: var(--r-paper);
}
.eg-refresh .eg-refresh__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}
.eg-refresh h1,
.eg-refresh h2 {
  font-family: 'Rubik One', sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.14;
  color: var(--r-navy);
  margin: 0 0 24px;
  text-wrap: balance;
}
.eg-refresh h1 {
  font-size: clamp(36px, 4.1vw, 58px);
}
.eg-refresh h2 {
  font-size: clamp(28px, 3vw, 40px);
}
.eg-refresh h3,
.eg-refresh dt {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 12px;
  color: inherit;
}
.eg-refresh p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--r-muted);
  margin: 0 0 24px;
}
.eg-refresh .eg-refresh__eyebrow {
  color: var(--r-teal);
  font:
    700 12px/1.4 Montserrat,
    sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.eg-refresh .eg-refresh__photo {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: var(--r-navy);
  min-width: 0;
}
.eg-refresh .eg-refresh__photo img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.eg-refresh .eg-refresh__photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 54px 24px 24px;
  color: white;
  background: linear-gradient(transparent, rgba(12, 20, 37, 0.9));
  font:
    600 14px/1.5 Montserrat,
    sans-serif;
}
.eg-refresh .eg-refresh__details {
  margin: 32px 0;
}
.eg-refresh .eg-refresh__details > div {
  border-top: 1px solid #d8dcdb;
  padding: 20px 0 0;
  margin-top: 20px;
}
.eg-refresh .eg-refresh__details dt {
  font-size: 17px;
  margin: 0 0 8px;
}
.eg-refresh .eg-refresh__details dd {
  font-size: 16px;
  color: var(--r-muted);
  margin: 0;
}
.eg-refresh .eg-refresh__text-link {
  display: inline-block;
  color: var(--r-teal);
  font:
    700 15px/1.6 Montserrat,
    sans-serif;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 10px 0;
}
.eg-refresh .eg-refresh__actions {
  display: flex;
  gap: 16px 24px;
  align-items: center;
  flex-wrap: wrap;
  margin: 28px 0;
}
.eg-refresh .eg-refresh__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 24px;
  border-radius: 100px;
  background: var(--r-gold);
  color: var(--r-navy);
  font:
    600 14px/1.5 Montserrat,
    sans-serif;
  text-decoration: none;
  text-align: center;
  max-width: 100%;
}
.eg-refresh .eg-refresh__dark,
.eg-refresh .eg-refresh__management-hero,
.eg-refresh .eg-refresh__consultation-hero {
  background: var(--r-navy);
  color: white;
}
.eg-refresh .eg-refresh__dark h2,
.eg-refresh .eg-refresh__management-hero h1,
.eg-refresh .eg-refresh__consultation-hero h1 {
  color: white;
}
.eg-refresh .eg-refresh__dark p,
.eg-refresh .eg-refresh__management-hero p,
.eg-refresh .eg-refresh__consultation-hero p {
  color: #dde3e7;
}
.eg-refresh .eg-refresh__dark .eg-refresh__eyebrow,
.eg-refresh .eg-refresh__management-hero .eg-refresh__eyebrow,
.eg-refresh .eg-refresh__consultation-hero .eg-refresh__eyebrow {
  color: var(--r-gold);
}
.eg-refresh .eg-refresh__management-hero .eg-refresh__text-link,
.eg-refresh .eg-refresh__consultation-hero .eg-refresh__text-link {
  color: white;
}
.eg-refresh .eg-refresh__management-hero,
.eg-refresh .eg-refresh__consultation-hero {
  padding: 64px 0;
}
.eg-refresh .eg-refresh__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
.eg-refresh .eg-refresh__steps li {
  border-top: 1px solid #c3cdcf;
  padding-top: 24px;
}
.eg-refresh .eg-refresh__steps span {
  display: block;
  font:
    700 14px/1 Montserrat,
    sans-serif;
  color: var(--r-teal);
  margin-bottom: 24px;
}
.eg-refresh .eg-refresh__steps p {
  font-size: 16px;
  margin: 0;
}
.eg-refresh .eg-refresh__dark .eg-refresh__steps li {
  border-color: #ffffff40;
}
.eg-refresh .eg-refresh__dark .eg-refresh__steps span {
  color: var(--r-gold);
}
.eg-refresh .eg-refresh__note {
  font-size: 14px;
  border-top: 1px solid #ffffff40;
  padding-top: 24px;
  margin: 32px 0 0;
}
.eg-refresh .eg-refresh__teal {
  background: var(--r-teal);
  color: white;
}
.eg-refresh .eg-refresh__teal p {
  color: white;
}
.eg-refresh .eg-refresh__teal .eg-refresh__eyebrow {
  color: var(--r-gold);
}
.eg-refresh .eg-refresh__review {
  max-width: 880px;
  margin: auto;
  text-align: left;
}
.eg-refresh .eg-refresh__review blockquote {
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.5;
  margin: 0 0 24px;
  color: white;
  font-weight: 400;
}
.eg-refresh .eg-refresh__review > p:last-child {
  font-size: 14px;
  margin: 0;
}
.eg-refresh .eg-refresh__faq details {
  border-top: 1px solid #c5cdce;
  padding: 20px 0;
}
.eg-refresh .eg-refresh__faq summary {
  font:
    700 17px/1.5 Montserrat,
    sans-serif;
  cursor: pointer;
  padding-right: 20px;
}
.eg-refresh .eg-refresh__faq details p {
  margin: 16px 0 0;
  font-size: 16px;
}
.eg-refresh .eg-refresh__closing {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.eg-refresh .eg-refresh__closing p {
  margin: 0;
}
.eg-refresh .eg-refresh__closing h2 {
  max-width: 20ch;
}
.eg-refresh .eg-refresh__contact {
  padding: 64px 0;
  background: #f8f6f2;
}
.eg-refresh .eg-refresh__contact-grid,
.eg-refresh .eg-refresh__consultation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: start;
}
.eg-refresh .eg-refresh__contact-copy {
  padding-top: 30px;
}
.eg-refresh .eg-refresh__phone {
  display: block;
  font:
    700 26px/1.4 Montserrat,
    sans-serif;
  color: var(--r-teal);
  margin: 30px 0 8px;
  text-decoration: none;
}
.eg-refresh .eg-refresh__email {
  display: inline-block;
  color: var(--r-teal);
  text-decoration: underline;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
}
.eg-refresh .eg-refresh__small {
  font-size: 14px !important;
  margin: 18px 0 0 !important;
}
.eg-refresh .eg-refresh__form-panel {
  border-radius: 14px;
  background: white;
  padding: 32px;
  color: var(--r-navy);
  box-shadow: 0 12px 40px #16163f0d;
  scroll-margin-top: 110px;
}
.eg-refresh .eg-refresh__form-panel h2 {
  font-size: 26px;
  margin: 0 0 12px;
  color: var(--r-navy);
}
.eg-refresh .eg-refresh__form-panel p {
  color: var(--r-muted);
  font-size: 15px;
  margin: 0 0 20px;
}
.eg-refresh .eg-refresh__proof {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  font:
    600 14px/1.6 Montserrat,
    sans-serif;
}
.eg-refresh .eg-refresh__proof li {
  padding: 6px 0;
}
.eg-refresh .eg-refresh__proof li::before {
  content: '✓';
  color: var(--r-gold);
  padding-right: 10px;
}
/* Preserve the submission enhancer's controls; replace only the old layout. */
.eg-refresh .gform_wrapper,
.eg-refresh form,
.eg-refresh .gform_body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.eg-refresh .gform_wrapper .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  padding: 0 !important;
}
.eg-refresh .gform_wrapper .gfield {
  margin: 0 !important;
  padding: 0 !important;
  grid-column: span 2 !important;
  min-width: 0;
  width: auto !important;
  border: 0;
}
.eg-refresh .gform_wrapper .gfield:has(input[type='email']),
.eg-refresh .gform_wrapper .gfield:has(input[type='tel']) {
  grid-column: span 1 !important;
}
.eg-refresh .gform_wrapper .ginput_complex {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}
.eg-refresh .ginput_complex > p,
.eg-refresh .ginput_complex > span {
  display: block;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0;
}
.eg-refresh .ginput_complex span {
  display: flex !important;
  flex-direction: column-reverse;
  gap: 6px;
  width: 100% !important;
  padding: 0 !important;
}
.eg-refresh .gform_wrapper label,
.eg-refresh .gform_wrapper legend {
  display: block;
  font:
    600 13px/1.5 Montserrat,
    sans-serif !important;
  color: var(--r-navy) !important;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 6px !important;
  padding: 0;
}
.eg-refresh .gform_wrapper legend {
  font-size: 14px !important;
  margin-bottom: 8px !important;
}
.eg-refresh .gform_wrapper .gfield_required {
  font-size: 12px !important;
  color: #64646c !important;
  padding-left: 4px;
}
.eg-refresh .gform_wrapper input:not([type='submit']):not([type='hidden']),
.eg-refresh .gform_wrapper select,
.eg-refresh .gform_wrapper textarea {
  width: 100% !important;
  max-width: 100%;
  min-height: 46px;
  border: 1px solid #c4cdd0 !important;
  border-radius: 6px !important;
  background: #fafbfb !important;
  color: #16163f !important;
  font:
    400 16px/1.5 Inter,
    sans-serif !important;
  padding: 10px 12px !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.eg-refresh .gform_wrapper textarea {
  height: 112px !important;
  min-height: 112px !important;
  resize: vertical;
}
.eg-refresh .gform_wrapper .gform_footer {
  margin: 22px 0 0 !important;
  padding: 0 !important;
}
.eg-refresh .gform_wrapper input[type='submit'] {
  --eg-cta-width: 100%;
  margin: 0 !important;
  white-space: normal !important;
}
.eg-refresh .gform_wrapper .gform_hidden,
.eg-refresh .gform_wrapper .eg-form-honeypot {
  display: none !important;
}
.eg-refresh a:focus-visible,
.eg-refresh summary:focus-visible,
.eg-refresh input:focus-visible,
.eg-refresh select:focus-visible,
.eg-refresh textarea:focus-visible {
  outline: 3px solid #0283a4 !important;
  outline-offset: 4px;
}
.eg-refresh .eg-form-status[data-state='error'] {
  padding: 14px;
  margin-top: 16px;
  background: #fff0ee;
  color: #852519;
}
/* Keep the original homepage hero, with a shorter, deliberate reading measure. */
[data-eg-design-refined='/']
  .eg-home-your-estate-sale-handled-with-care-managed
  .eg-heading__title.eg-size-medium {
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 1.55;
  max-width: 650px;
  margin: 0 auto;
}
[data-eg-design-refined='/'] .eg-home-recent-articles .eg-articles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 980px) {
  .eg-refresh .eg-refresh__split,
  .eg-refresh .eg-refresh__contact-grid,
  .eg-refresh .eg-refresh__consultation-grid {
    gap: 36px;
  }
  .eg-refresh .eg-refresh__shell {
    width: calc(100% - 40px);
  }
  .eg-refresh .eg-refresh__form-panel {
    padding: 24px;
  }
  .eg-refresh .eg-refresh__photo img {
    height: 420px;
  }
}
@media (max-width: 760px) {
  .eg-refresh .eg-refresh__section {
    padding: 52px 0;
  }
  .eg-refresh .eg-refresh__split,
  .eg-refresh .eg-refresh__contact-grid,
  .eg-refresh .eg-refresh__consultation-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .eg-refresh h1 {
    font-size: 36px;
  }
  .eg-refresh h2 {
    font-size: 29px;
  }
  .eg-refresh .eg-refresh__photo img {
    height: 330px;
  }
  .eg-refresh .eg-refresh__steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    margin-top: 28px;
  }
  .eg-refresh .eg-refresh__steps li {
    display: grid;
    grid-template-columns: 28px 1fr;
    column-gap: 14px;
    padding-top: 18px;
  }
  .eg-refresh .eg-refresh__steps span {
    grid-row: span 2;
    padding-top: 5px;
  }
  .eg-refresh .eg-refresh__steps p {
    grid-column: 2;
  }
  .eg-refresh .eg-refresh__closing {
    display: block;
  }
  .eg-refresh .eg-refresh__closing .eg-refresh__button {
    margin-top: 24px;
  }
  .eg-refresh .eg-refresh__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 24px 0;
  }
  .eg-refresh .eg-refresh__actions a {
    text-align: center;
  }
  .eg-refresh .eg-refresh__contact,
  .eg-refresh .eg-refresh__consultation-hero,
  .eg-refresh .eg-refresh__management-hero {
    padding: 32px 0 44px;
  }
  .eg-refresh .eg-refresh__contact-copy {
    padding: 0;
  }
  .eg-refresh .eg-refresh__contact-copy h1 {
    font-size: 34px;
  }
  .eg-refresh .eg-refresh__contact-copy p {
    margin-bottom: 14px;
  }
  .eg-refresh .eg-refresh__phone {
    font-size: 22px;
    margin: 16px 0 4px;
  }
  .eg-refresh .eg-refresh__email {
    margin-bottom: 0;
    font-size: 16px;
  }
  .eg-refresh .eg-refresh__contact-copy .eg-refresh__small {
    display: none;
  }
  .eg-refresh .eg-refresh__form-panel {
    padding: 22px;
  }
  .eg-refresh .eg-refresh__form-panel h2 {
    font-size: 24px;
  }
  .eg-refresh .gform_wrapper .gfield:has(input[type='email']),
  .eg-refresh .gform_wrapper .gfield:has(input[type='tel']) {
    grid-column: span 2 !important;
  }
  .eg-refresh .eg-refresh__proof {
    margin-top: 10px;
  }
  .eg-refresh .eg-refresh__proof li {
    display: inline;
    font-size: 12px;
    margin-right: 14px;
  }
  .eg-refresh .eg-refresh__proof li::before {
    padding-right: 4px;
  }
  [data-eg-design-refined='/'] .eg-home-your-estate-sale-handled-with-care-managed h1 {
    font-size: clamp(32px, 8.8vw, 40px) !important;
    line-height: 1.12 !important;
  }
  [data-eg-design-refined='/']
    .eg-home-your-estate-sale-handled-with-care-managed
    .eg-heading__title.eg-size-medium {
    font-size: 18px !important;
    line-height: 1.55 !important;
  }
}
