/** Shopify CDN: Minification failed

Line 330:0 All "@import" rules must come first
Line 411:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:erw-audience-cards (INDEX:28) */
.erw-audience { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; position: relative; }
.erw-audience *, .erw-audience *::before, .erw-audience *::after { box-sizing: border-box; }
.erw-audience-anchor { display: block; position: absolute; top: -100px; left: 0; height: 1px; width: 1px; pointer-events: none; }
.erw-audience .erw-section-inner { max-width: 1100px; margin: 0 auto; }

.erw-audience .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-audience .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-audience .erw-sec-title em { font-style: italic; }
.erw-audience .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 48px; }

.erw-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 48px; }
@media (max-width: 800px) { .erw-audience-grid { grid-template-columns: 1fr; } }

.erw-aud-card { padding: 44px 36px; position: relative; overflow: hidden; transition: background .2s; }
.erw-aud-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--accent, #c9a84c); }
.erw-aud-card:hover { filter: brightness(1.1); }
.erw-aud-icon { display: block; margin-bottom: 20px; }
.erw-aud-icon--img { object-fit: contain; }
.erw-aud-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; margin: 0 0 12px; }
.erw-aud-card p { font-size: 13.5px; margin: 0 0 22px; line-height: 1.7; }
.erw-aud-list { list-style: none; margin: 0 0 28px; padding: 0; }
.erw-aud-list li { font-size: 13px; padding: 5px 0; border-bottom: 1px solid; display: flex; align-items: center; gap: 8px; }
.erw-aud-list li:last-child { border: none; }
.erw-aud-list li::before { content: '→'; color: var(--accent, #c9a84c); font-size: 11px; flex-shrink: 0; }
.erw-aud-link { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent, #c9a84c); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.erw-aud-link:hover { filter: brightness(1.2); }
/* END_SECTION:erw-audience-cards */

/* START_SECTION:erw-auth-spotlight (INDEX:29) */
.erw-auth { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-auth *, .erw-auth *::before, .erw-auth *::after { box-sizing: border-box; }
.erw-auth__inner { max-width: 1100px; margin: 0 auto; }
.erw-auth__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 800px) { .erw-auth__grid { grid-template-columns: 1fr; gap: 40px; } }

.erw-auth__eye { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 12px; }
.erw-auth__title { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1.15; margin: 0 0 18px; }
.erw-auth__title em { font-style: italic; }
.erw-auth__body { line-height: 1.65; margin: 0 0 32px; }

.erw-auth__badges { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.erw-auth__badge { display: flex; align-items: flex-start; gap: 14px; padding: 20px; border-radius: 4px; transition: border-color .2s; }
.erw-auth__badge-icon { font-size: 22px; line-height: 1; flex-shrink: 0; }
.erw-auth__badge-body h4 { font-size: 13px; font-weight: 600; margin: 0 0 6px; letter-spacing: .02em; }
.erw-auth__badge-body p  { font-size: 12.5px; line-height: 1.6; margin: 0; }

.erw-auth__right { position: relative; }
.erw-auth__panel { padding: 44px 40px; border-radius: 6px; position: sticky; top: 80px; }
@media (max-width: 800px) { .erw-auth__panel { position: static; padding: 32px 24px; } }
.erw-auth__panel-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; line-height: 1.2; margin: 0 0 16px; }
.erw-auth__panel-title em { font-style: italic; }
.erw-auth__panel-text { font-size: 14px; line-height: 1.65; margin: 0 0 16px; }
.erw-auth__panel-text p { margin: 0 0 12px; }
.erw-auth__panel-text p:last-child { margin-bottom: 0; }
.erw-auth__panel-text a { text-decoration: underline; }

.erw-auth__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; }
.erw-auth__chip {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
}

.erw-auth__note { font-size: 12px; font-style: italic; line-height: 1.6; padding-top: 18px; margin: 18px 0 0; }
/* END_SECTION:erw-auth-spotlight */

/* START_SECTION:erw-blueprint-business (INDEX:30) */
.erw-c-biz-section { font-family: 'DM Sans','Helvetica Neue',sans-serif; -webkit-font-smoothing: antialiased; box-sizing: border-box; }
.erw-c-biz-section *, .erw-c-biz-section *::before, .erw-c-biz-section *::after { box-sizing: border-box; }
.erw-c-biz-inner { max-width: 1000px; margin: 0 auto; }
.erw-c-biz-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.erw-c-biz-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.erw-c-biz-eyebrow::before { content: ''; width: 24px; height: 1px; display: block; }
.erw-c-biz-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; line-height: 1.2; margin: 0; }
.erw-c-biz-title em { font-style: italic; }
.erw-c-biz-subtitle { font-size: 13.5px; max-width: 380px; line-height: 1.65; flex-shrink: 0; padding-bottom: 4px; margin: 0; }
.erw-c-biz-stats { display: flex; gap: 0; border: 1px solid; border-radius: 3px; margin-bottom: 48px; overflow: hidden; }
.erw-c-biz-stat { flex: 1; padding: 20px 24px; border-right: 1px solid; text-align: center; }
.erw-c-biz-stat:last-child { border-right: none; }
.erw-c-biz-stat-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; font-weight: 300; line-height: 1; margin-bottom: 4px; }
.erw-c-biz-stat-label { font-size: 10px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.erw-c-biz-body { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.erw-c-biz-contents-label { font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
.erw-c-biz-contents { list-style: none; padding: 0; margin: 0 0 28px 0; }
.erw-c-biz-contents li { font-size: 13px; padding: 9px 0; border-bottom: 1px solid #1e1e1e; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.erw-c-biz-contents li:last-child { border-bottom: none; }
.erw-c-biz-contents li::before { content: '›'; font-size: 11px; margin-top: 1px; flex-shrink: 0; }
.erw-c-biz-tagline { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.5; border-left: 2px solid; padding-left: 16px; margin: 0; }
.erw-c-biz-form-panel { border-radius: 4px; padding: 36px 32px; }
.erw-c-biz-form-heading { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-weight: 300; margin-bottom: 4px; }
.erw-c-biz-form-sub { font-size: 12.5px; margin-bottom: 24px; line-height: 1.6; }
.erw-c-biz-form-wrap label,
.erw-c-biz-klaviyo-embed label { display: block; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.erw-c-biz-form-wrap input,
.erw-c-biz-form-wrap select,
.erw-c-biz-klaviyo-embed input[type="text"],
.erw-c-biz-klaviyo-embed input[type="email"],
.erw-c-biz-klaviyo-embed select { width: 100%; border: 1px solid; border-radius: 2px; padding: 11px 14px; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 300; outline: none; transition: border-color .2s; margin-bottom: 14px; -webkit-appearance: none; }
.erw-c-biz-form-wrap input::placeholder { color: #666; }
.erw-c-biz-submit,
.erw-c-biz-klaviyo-embed button[type="submit"] { width: 100%; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; padding: 15px; border: none; border-radius: 2px; cursor: pointer; transition: background .2s; margin-top: 6px; }
.erw-c-biz-form-note { font-size: 10.5px; text-align: center; margin-top: 14px; line-height: 1.65; }
.erw-c-biz-form-note a { text-decoration: underline; }
@media (max-width: 800px) {
  .erw-c-biz-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .erw-c-biz-stats  { flex-wrap: wrap; }
  .erw-c-biz-stat   { flex: 1 1 45%; border-bottom: 1px solid; }
  .erw-c-biz-body   { grid-template-columns: 1fr; gap: 36px; }
}
/* END_SECTION:erw-blueprint-business */

/* START_SECTION:erw-blueprint-consumer (INDEX:31) */
.erw-c-bp-wrap { font-family: 'DM Sans','Helvetica Neue',sans-serif; -webkit-font-smoothing: antialiased; box-sizing: border-box; }
.erw-c-bp-wrap *, .erw-c-bp-wrap *::before, .erw-c-bp-wrap *::after { box-sizing: border-box; }
.erw-c-bp-inner { max-width: 960px; margin: 0 auto; display: flex; align-items: center; gap: 56px; }
.erw-c-bp-icon { flex-shrink: 0; width: 88px; height: 110px; position: relative; }
.erw-c-bp-icon svg { width: 100%; height: 100%; }
.erw-c-bp-body { flex: 1; }
.erw-c-bp-eyebrow { font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.erw-c-bp-eyebrow::before { content: ''; width: 24px; height: 1px; display: block; }
.erw-c-bp-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; line-height: 1.25; margin: 0 0 12px 0; }
.erw-c-bp-title em { font-style: italic; }
.erw-c-bp-desc { font-weight: 300; line-height: 1.7; margin: 0 0 24px 0; max-width: 520px; }
.erw-c-bp-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.erw-c-bp-pill { font-size: 10.5px; font-weight: 400; letter-spacing: .06em; border: 1px solid; border-radius: 2px; padding: 4px 10px; white-space: nowrap; }
.erw-c-bp-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.erw-c-bp-btn { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 14px 28px; border-radius: 2px; text-decoration: none; transition: background .2s, transform .15s; white-space: nowrap; }
.erw-c-bp-btn:hover { transform: translateY(-1px); }
.erw-c-bp-btn svg { width: 14px; height: 14px; flex-shrink: 0; }
.erw-c-bp-meta { font-size: 11px; letter-spacing: .04em; }
@media (max-width: 700px) {
  .erw-c-bp-inner { flex-direction: column; gap: 28px; }
  .erw-c-bp-icon { width: 60px; height: 75px; }
}
/* END_SECTION:erw-blueprint-consumer */

/* START_SECTION:erw-blueprint-recovery-room (INDEX:32) */
.erw-c-rr-section { font-family: 'DM Sans','Helvetica Neue',sans-serif; -webkit-font-smoothing: antialiased; box-sizing: border-box; }
.erw-c-rr-section *, .erw-c-rr-section *::before, .erw-c-rr-section *::after { box-sizing: border-box; }
.erw-c-rr-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.erw-c-rr-eyebrow { font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.erw-c-rr-eyebrow::before { content: ''; width: 24px; height: 1px; display: block; }
.erw-c-rr-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; line-height: 1.2; margin: 0 0 16px 0; }
.erw-c-rr-title em { font-style: italic; }
.erw-c-rr-desc { font-weight: 300; line-height: 1.75; margin: 0 0 24px 0; }
.erw-c-rr-contents { list-style: none; padding: 20px 0 0 0; margin: 0; border-top: 1px solid; }
.erw-c-rr-contents li { font-size: 12.5px; padding: 8px 0; border-bottom: 1px solid #1e1e1e; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.erw-c-rr-contents li:last-child { border-bottom: none; }
.erw-c-rr-contents li::before { content: '›'; font-size: 11px; margin-top: 1px; flex-shrink: 0; }
.erw-c-rr-form-panel { border-radius: 4px; padding: 36px 32px; }
.erw-c-rr-form-heading { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-weight: 300; margin-bottom: 6px; }
.erw-c-rr-form-sub { font-size: 12.5px; margin-bottom: 24px; line-height: 1.6; }
.erw-c-rr-form-wrap label,
.erw-c-rr-klaviyo-embed label { display: block; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.erw-c-rr-form-wrap input,
.erw-c-rr-klaviyo-embed input[type="text"],
.erw-c-rr-klaviyo-embed input[type="email"] { width: 100%; border: 1px solid; border-radius: 2px; padding: 11px 14px; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 300; outline: none; transition: border-color .2s; margin-bottom: 16px; -webkit-appearance: none; }
.erw-c-rr-form-wrap input::placeholder { color: #666; }
.erw-c-rr-submit,
.erw-c-rr-klaviyo-embed button[type="submit"] { width: 100%; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; padding: 14px; border: none; border-radius: 2px; cursor: pointer; transition: background .2s; margin-top: 4px; }
.erw-c-rr-form-note { font-size: 10.5px; text-align: center; margin-top: 14px; line-height: 1.6; }
.erw-c-rr-form-note a { text-decoration: underline; }
@media (max-width: 760px) {
  .erw-c-rr-inner { grid-template-columns: 1fr; gap: 40px; }
}
/* END_SECTION:erw-blueprint-recovery-room */

/* START_SECTION:erw-comparison (INDEX:33) */
.erw-compare { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-compare *, .erw-compare *::before, .erw-compare *::after { box-sizing: border-box; }
.erw-compare .erw-section-inner { max-width: 1100px; margin: 0 auto; }
.erw-compare .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-compare .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-compare .erw-sec-title em { font-style: italic; }
.erw-compare .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 44px; }

.erw-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 44px; }
.erw-compare-grid[data-count="3"] { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 700px) { .erw-compare-grid { grid-template-columns: 1fr !important; } }

.erw-compare-card { padding: 36px 32px; border-top: 3px solid var(--accent, #c9a84c); }
.erw-compare-eyebrow { font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--accent, #c9a84c); margin-bottom: 10px; }
.erw-compare-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; margin: 0 0 10px; }
.erw-compare-card p  { font-size: 13px; line-height: 1.65; margin: 0 0 18px; }
.erw-compare-card ul { list-style: none; padding: 0; margin: 0 0 20px; }
.erw-compare-card ul li { font-size: 12.5px; padding: 5px 0; border-bottom: 1px solid; display: flex; align-items: center; gap: 8px; }
.erw-compare-card ul li:last-child { border: none; }
.erw-compare-card ul li::before { content: '✓'; color: var(--accent, #c9a84c); font-size: 11px; flex-shrink: 0; }
.erw-compare-link { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent, #c9a84c); text-decoration: none; }
.erw-compare-link:hover { filter: brightness(1.2); }
/* END_SECTION:erw-comparison */

/* START_SECTION:erw-contact-form (INDEX:34) */
.erw-c-contact { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-c-contact *, .erw-c-contact *::before, .erw-c-contact *::after { box-sizing: border-box; }
.erw-c-contact .erw-section-inner { max-width: 1100px; margin: 0 auto; }

.erw-c-contact .erw-c-eye {
  font-size: 10px; font-weight: 600; letter-spacing: .25em;
  text-transform: uppercase; margin-bottom: 10px;
}
.erw-c-contact .erw-c-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  line-height: 1.15; margin: 0 0 40px;
}
.erw-c-contact .erw-c-title em { font-style: italic; }

.erw-c-contact-grid-outer {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 24px; align-items: start;
}
@media (max-width: 800px) {
  .erw-c-contact-grid-outer { grid-template-columns: 1fr; }
}

.erw-c-info-panel { padding: 48px 40px; }
.erw-c-info-item { margin-bottom: 22px; }
.erw-c-info-item:last-of-type { margin-bottom: 12px; }
.erw-c-info-eye {
  font-size: 9px; font-weight: 700; letter-spacing: .26em;
  text-transform: uppercase; margin-bottom: 6px;
}
.erw-c-info-main {
  font-size: 15px; line-height: 1.55; margin: 0 0 4px;
}
.erw-c-info-main p { margin: 0; }
.erw-c-info-main a { text-decoration: none; }
.erw-c-info-main a:hover { text-decoration: underline; }
.erw-c-info-sub { font-size: 12.5px; line-height: 1.55; }
.erw-c-info-divider { width: 40px; height: 1px; margin: 8px 0 22px; }

.erw-c-response-note {
  border: 1px solid; padding: 18px 20px; margin-top: 12px;
  font-size: 12.5px; line-height: 1.65;
}
.erw-c-response-note strong { font-weight: 600; }

.erw-c-form-panel { padding: 48px 44px; }
.erw-c-form-heading {
  font-family: 'Cormorant Garamond', serif; font-size: 26px;
  font-weight: 300; line-height: 1.2; margin: 0 0 8px;
}
.erw-c-form-intro { font-size: 13.5px; line-height: 1.65; margin: 0 0 24px; }

.erw-c-contact-fields { margin: 0; }
.erw-c-contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px;
}
@media (max-width: 560px) {
  .erw-c-contact-grid { grid-template-columns: 1fr; }
}
.erw-c-contact-field { display: flex; flex-direction: column; }
.erw-c-contact-field--full { grid-column: 1 / -1; }
.erw-c-contact-field label {
  font-size: 11px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; margin-bottom: 6px;
}
.erw-c-contact-field input,
.erw-c-contact-field select,
.erw-c-contact-field textarea {
  font-family: 'DM Sans', sans-serif; font-size: 14px;
  padding: 12px 16px; border: 1px solid; border-radius: 2px;
  width: 100%; transition: border-color .2s;
}
.erw-c-contact-field textarea { min-height: 140px; resize: vertical; line-height: 1.55; }

.erw-c-contact-submit {
  display: block; width: 100%;
  border: 0; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 17px 32px; border-radius: 3px;
  transition: background .2s;
}
.erw-c-contact-note {
  font-size: 12px; line-height: 1.55; text-align: center;
  margin: 12px 0 0;
}

.erw-c-contact-success { text-align: center; padding: 28px 8px; }
.erw-c-contact-success h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300;
  margin: 0 0 12px;
}
.erw-c-contact-success p { font-size: 14px; line-height: 1.65; margin: 0; }
/* END_SECTION:erw-contact-form */

/* START_SECTION:erw-cta-band (INDEX:35) */
.erw-cta-band { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-cta-band *, .erw-cta-band *::before, .erw-cta-band *::after { box-sizing: border-box; }
.erw-cta-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1.15; margin: 0; }
.erw-cta-sub   { line-height: 1.7; margin-left: auto; margin-right: auto; }
.erw-cta-actions { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.erw-cta-btn { display: inline-block; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border-radius: 3px; text-decoration: none; transition: background .2s, border-color .2s; }
.erw-cta-btn--ghost { border: 2px solid; font-weight: 600; }
/* END_SECTION:erw-cta-band */

/* START_SECTION:erw-faq-grid (INDEX:36) */
.erw-faq-section { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-faq-section *, .erw-faq-section *::before, .erw-faq-section *::after { box-sizing: border-box; }
.erw-faq-section .erw-section-inner { max-width: 1100px; margin: 0 auto; }

.erw-faq-section .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-faq-section .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-faq-section .erw-sec-title em { font-style: italic; }

.erw-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
@media (max-width: 700px) { .erw-faq-grid { grid-template-columns: 1fr; } }

.erw-faq-item { border: 1px solid; border-radius: 8px; padding: 24px 26px; }
.erw-faq-item h4 { font-size: 14.5px; font-weight: 600; margin: 0 0 10px; }
.erw-faq-item p  { font-size: 13.5px; line-height: 1.7; margin: 0; }
/* END_SECTION:erw-faq-grid */

/* START_SECTION:erw-faq-page (INDEX:37) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=DM+Sans:wght@300;400;500;600&display=swap');

.erw-faq-page { font-family: 'DM Sans', sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; box-sizing: border-box; }
.erw-faq-page *, .erw-faq-page *::before, .erw-faq-page *::after { box-sizing: border-box; }

/* HERO */
.erw-faq-hero__inner { max-width: 860px; margin: 0 auto; }
.erw-faq-hero__eye { font-weight: 600; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 10px; }
.erw-faq-hero h1 { font-family: 'Cormorant Garamond', serif; font-weight: 300; margin: 0 0 12px; }
.erw-faq-hero h1 em { font-style: italic; }
.erw-faq-hero p { margin: 0; }
.erw-faq-hero p a { text-decoration: none; }

/* LAYOUT */
.erw-faq-layout { max-width: 1100px; margin: 0 auto; display: grid; align-items: start; }

/* SIDEBAR */
.erw-faq-nav { position: sticky; top: 80px; }
.erw-faq-nav-label { font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 12px; }
.erw-faq-nav a { display: block; text-decoration: none; padding: 7px 0; border-bottom: 1px solid; transition: color .15s; }

/* MAIN */
.erw-faq-section { margin-bottom: 56px; }
.erw-faq-cat-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid; display: flex; align-items: center; gap: 12px; }
.erw-faq-cat-img { object-fit: contain; }

/* ACCORDION */
.erw-faq-item { border-bottom: 1px solid; }
.erw-faq-q { width: 100%; text-align: left; background: transparent; border: none; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; }
.erw-faq-q-text { font-weight: 500; line-height: 1.4; }
.erw-faq-chevron { width: 18px; height: 18px; min-width: 18px; border: 1px solid; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; transition: all .2s; flex-shrink: 0; }
.erw-faq-item.is-open .erw-faq-chevron { transform: rotate(180deg); }
.erw-faq-a { display: none; padding: 0 0 20px; }
.erw-faq-item.is-open .erw-faq-a { display: block; }
.erw-faq-a p { margin: 0 0 10px; line-height: inherit; }
.erw-faq-a p:last-child { margin-bottom: 0; }
.erw-faq-a ul, .erw-faq-a ol { margin: 8px 0 10px 18px; }
.erw-faq-a li { padding: 3px 0; line-height: 1.6; }
.erw-faq-a a { text-decoration: none; }

/* CONTACT CTA */
.erw-faq-contact { padding: 32px; margin-top: 48px; text-align: center; }
.erw-faq-contact h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 300; margin: 0 0 8px; }
.erw-faq-contact p { font-size: 13.5px; margin: 0 0 20px; }
.erw-faq-cta-buttons { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.erw-faq-cta-primary { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; text-decoration: none; display: inline-block; }
.erw-faq-cta-ghost { border: 1px solid; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; text-decoration: none; display: inline-block; }
/* END_SECTION:erw-faq-page */

/* START_SECTION:erw-features-grid (INDEX:38) */
.erw-features { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-features *, .erw-features *::before, .erw-features *::after { box-sizing: border-box; }
.erw-features .erw-section-inner { max-width: 1100px; margin: 0 auto; }

.erw-features .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-features .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-features .erw-sec-title em { font-style: italic; }
.erw-features .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 48px; }

.erw-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 700px) { .erw-why-grid { grid-template-columns: 1fr; } }

.erw-why-features { display: flex; flex-direction: column; gap: 24px; }
.erw-why-feature { display: flex; gap: 20px; align-items: flex-start; }
.erw-why-icon { border: 1px solid; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.erw-why-icon__img { object-fit: contain; }
.erw-why-icon__emoji { line-height: 1; }
.erw-why-feature h4 { font-size: 15px; font-weight: 600; margin: 0 0 5px; }
.erw-why-feature p { font-size: 13.5px; line-height: 1.65; margin: 0; }

.erw-why-testimonial { border: 1px solid; border-left: 4px solid; border-radius: 8px; padding: 36px; position: sticky; top: 90px; }
.erw-why-testimonial blockquote { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; font-style: italic; line-height: 1.5; margin: 0 0 24px; }
.erw-why-testimonial cite { font-size: 12px; font-style: normal; letter-spacing: .06em; }
.erw-why-testimonial cite strong { display: block; font-size: 13px; margin-bottom: 2px; font-style: normal; font-weight: 600; }

.erw-trust-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.erw-trust-badge { border: 1px solid; border-radius: 6px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; font-size: 12px; }
.erw-trust-badge span { font-size: 16px; }
/* END_SECTION:erw-features-grid */

/* START_SECTION:erw-hero (INDEX:39) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap');

.erw-hero {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.erw-hero *, .erw-hero *::before, .erw-hero *::after { box-sizing: border-box; }
.erw-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient(0deg,  transparent, transparent 80px, rgba(255,255,255,.012) 80px, rgba(255,255,255,.012) 81px),
    repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(255,255,255,.012) 80px, rgba(255,255,255,.012) 81px);
}
.erw-hero__inner { margin: 0 auto; width: 100%; position: relative; z-index: 1; }

.erw-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; text-transform: uppercase;
  border: 1px solid;
  border-radius: 20px;
}
.erw-hero__eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; animation: erw-hero-pulse 2s infinite; }
@keyframes erw-hero-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }

.erw-hero__h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  margin: 0;
}
.erw-hero__h1 em { font-style: italic; }

.erw-hero__sub { font-weight: 300; margin: 0; }

.erw-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.erw-btn { display: inline-block; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border-radius: 3px; text-decoration: none; transition: background .2s, transform .15s, border-color .2s; }
.erw-btn--primary:hover { transform: translateY(-1px); }
.erw-btn--ghost { border: 1px solid; font-weight: 600; }

.erw-hero__stats { display: flex; gap: 48px; border-top: 1px solid; flex-wrap: wrap; }
.erw-hero__stat h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1; margin: 0 0 4px; }
.erw-hero__stat p  { letter-spacing: .08em; text-transform: uppercase; margin: 0; }
/* END_SECTION:erw-hero */

/* START_SECTION:erw-info-grid (INDEX:40) */
.erw-info { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-info *, .erw-info *::before, .erw-info *::after { box-sizing: border-box; }
.erw-info .erw-section-inner { max-width: 1100px; margin: 0 auto; }
.erw-info .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-info .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-info .erw-sec-title em { font-style: italic; }
.erw-info .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 44px; }

.erw-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.erw-info-grid[data-count="3"] { grid-template-columns: repeat(3, 1fr); }
.erw-info-grid[data-count="4"] { grid-template-columns: 1fr 1fr; }
@media (max-width: 700px) { .erw-info-grid { grid-template-columns: 1fr !important; } }

.erw-info-card { border: 1px solid; padding: 28px 26px; border-radius: 0; }
.erw-info-card h4 { font-size: 14.5px; font-weight: 600; margin: 0 0 10px; display: flex; align-items: center; gap: 10px; }
.erw-info-card p  { font-size: 13px; line-height: 1.65; margin: 0; }
.erw-info-icon--emoji { line-height: 1; }
.erw-info-icon--img { object-fit: contain; }
/* END_SECTION:erw-info-grid */

/* START_SECTION:erw-pill-strip (INDEX:41) */
.erw-pills { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-pills *, .erw-pills *::before, .erw-pills *::after { box-sizing: border-box; }
.erw-pills__inner { max-width: 1100px; margin: 0 auto; }
.erw-pills-label { font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 16px; }
.erw-pills-row { display: flex; gap: 10px; flex-wrap: wrap; }
.erw-pill { font-size: 11px; font-weight: 500; border: 1px solid; padding: 7px 16px; border-radius: 20px; }
/* END_SECTION:erw-pill-strip */

/* START_SECTION:erw-pricing-packages (INDEX:42) */
.erw-packages { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-packages *, .erw-packages *::before, .erw-packages *::after { box-sizing: border-box; }
.erw-packages .erw-section-inner { max-width: 1100px; margin: 0 auto; }
.erw-packages .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-packages .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-packages .erw-sec-title em { font-style: italic; }
.erw-packages .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 44px; }

.erw-pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 40px; }
.erw-pkg-grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); }
.erw-pkg-grid[data-count="4"] { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 800px) { .erw-pkg-grid { grid-template-columns: 1fr !important; gap: 12px; } }

.erw-pkg { padding: 32px 28px; position: relative; border: 1px solid; }
.erw-pkg::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; }
.erw-pkg--featured::before {
  content: attr(data-ribbon);
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 5px 16px;
  white-space: nowrap;
  z-index: 2;
}
.erw-pkg-tier { font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 10px; }
.erw-pkg-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; margin-bottom: 6px; }
.erw-pkg-desc { font-size: 13px; margin-bottom: 22px; line-height: 1.55; }
.erw-pkg-list { list-style: none; padding: 0; margin: 0 0 24px; }
.erw-pkg-list li { font-size: 12.5px; padding: 6px 0; border-bottom: 1px solid; display: flex; align-items: center; gap: 9px; }
.erw-pkg-list li:last-child { border: none; }
.erw-pkg-list li::before { content: '✓'; font-size: 10px; flex-shrink: 0; }
.erw-pkg-cta { display: block; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 13px; border-radius: 2px; text-decoration: none; transition: background .2s, border-color .2s; }
/* END_SECTION:erw-pricing-packages */

/* START_SECTION:erw-process-steps (INDEX:43) */
.erw-process { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-process *, .erw-process *::before, .erw-process *::after { box-sizing: border-box; }
.erw-process .erw-section-inner { max-width: 1100px; margin: 0 auto; }

.erw-process .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-process .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-process .erw-sec-title em { font-style: italic; }
.erw-process .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 48px; }

.erw-process-steps { display: grid; gap: 2px; margin-top: 48px; grid-template-columns: repeat(4, 1fr); }
.erw-process-steps[data-step-count="3"] { grid-template-columns: repeat(3, 1fr); }
.erw-process-steps[data-step-count="2"] { grid-template-columns: repeat(2, 1fr); }
.erw-process-steps[data-step-count="5"], .erw-process-steps[data-step-count="6"] { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 800px) { .erw-process-steps { grid-template-columns: 1fr 1fr !important; } }
@media (max-width: 500px) { .erw-process-steps { grid-template-columns: 1fr !important; } }

.erw-proc-step { padding: 36px 28px; position: relative; }
.erw-proc-step::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; }
.erw-proc-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; line-height: 1; margin-bottom: 14px; }
.erw-proc-step h4 { font-size: 15px; font-weight: 600; margin: 0 0 10px; }
.erw-proc-step p { font-size: 13px; line-height: 1.65; margin: 0; }
/* END_SECTION:erw-process-steps */

/* START_SECTION:erw-product-grid (INDEX:44) */
.erw-products { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-products *, .erw-products *::before, .erw-products *::after { box-sizing: border-box; }
.erw-products .erw-section-inner { max-width: 1100px; margin: 0 auto; }

.erw-products .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-products .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-products .erw-sec-title em { font-style: italic; }
.erw-products .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 48px; }

.erw-prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
@media (max-width: 800px) { .erw-prod-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .erw-prod-grid { grid-template-columns: 1fr; } }

.erw-prod-card { border: 1px solid; border-radius: 8px; padding: 30px 26px; transition: border-color .2s, transform .15s; text-decoration: none; display: block; }
.erw-prod-card:hover { transform: translateY(-2px); }
.erw-prod-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; gap: 12px; }
.erw-prod-card-icon { display: inline-block; }
.erw-prod-card-icon--img { object-fit: contain; }
.erw-prod-card-icon--emoji { line-height: 1; }
.erw-prod-card-eye { font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.erw-prod-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; margin: 0 0 10px; }
.erw-prod-card p { font-size: 13px; margin: 0 0 18px; line-height: 1.65; }
.erw-prod-card-specs { list-style: none; padding: 14px 0 0; margin: 0 0 18px; border-top: 1px solid; }
.erw-prod-card-specs li { font-size: 12px; padding: 4px 0; display: flex; align-items: center; gap: 7px; }
.erw-prod-card-specs li::before { content: '✓'; font-size: 11px; flex-shrink: 0; }
.erw-prod-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid; }
.erw-prod-card-footer span { font-size: 11px; letter-spacing: .05em; }
.erw-prod-card-footer .erw-arrow { font-size: 16px; }
/* END_SECTION:erw-product-grid */

/* START_SECTION:erw-product-showcase (INDEX:45) */
.erw-showcase { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-showcase *, .erw-showcase *::before, .erw-showcase *::after { box-sizing: border-box; }
.erw-showcase .erw-section-inner { max-width: 1100px; margin: 0 auto; }
.erw-showcase .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-showcase .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-showcase .erw-sec-title em { font-style: italic; }
.erw-showcase .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 44px; }

.erw-show-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 44px; }
@media (max-width: 700px) { .erw-show-grid { grid-template-columns: 1fr; } }

.erw-show-card { padding: 40px 36px; position: relative; transition: filter .2s; isolation: isolate; }
.erw-show-card:hover { filter: brightness(1.08); }
.erw-show-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.erw-show-card.is-large { grid-column: 1 / -1; }
@media (max-width: 700px) { .erw-show-card.is-large { grid-column: 1; } }

/* Whole-card-clickable anchor — sits behind content so inner links remain clickable */
.erw-show-card__cover { position: absolute; inset: 0; z-index: 1; text-decoration: none; }
.erw-show-card > *:not(.erw-show-card__cover) { position: relative; z-index: 2; }

.erw-show-eye { font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 12px; }
.erw-show-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; line-height: 1.15; margin: 0 0 10px; }
.erw-show-card h3 em { font-style: italic; }
.erw-show-card p { font-size: 13.5px; line-height: 1.65; margin: 0 0 22px; max-width: 600px; }

.erw-show-feats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.erw-show-feat { font-size: 11px; border: 1px solid; padding: 5px 12px; border-radius: 2px; }

.erw-show-link { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 6px; }
.erw-show-sublink { margin-top: 8px; font-size: 12px; }
.erw-show-sublink a { color: inherit; text-decoration: none; opacity: .7; }
.erw-show-sublink a:hover { opacity: 1; }
/* END_SECTION:erw-product-showcase */

/* START_SECTION:erw-quote-form (INDEX:46) */
.erw-quote-section { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-quote-section *, .erw-quote-section *::before, .erw-quote-section *::after { box-sizing: border-box; }
.erw-quote-anchor { display: block; scroll-margin-top: 100px; height: 0; width: 0; overflow: hidden; }
.erw-quote-section .erw-section-inner { max-width: 1100px; margin: 0 auto; }
.erw-quote-wrap { max-width: 720px; margin: 0 auto; text-align: center; }

.erw-quote-section .erw-sec-eye { font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-quote-section .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-quote-section .erw-sec-title em { font-style: italic; }
.erw-quote-intro { margin-top: 10px; }

.erw-quote-form { border: 1px solid; margin-top: 40px; text-align: left; }
.erw-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 580px) { .erw-form-grid { grid-template-columns: 1fr; } }
.erw-form-field { display: flex; flex-direction: column; gap: 6px; }
.erw-form-field--full { grid-column: 1 / -1; }
.erw-form-field label { font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.erw-form-field input, .erw-form-field select, .erw-form-field textarea {
  border: 1px solid; border-radius: 4px;
  font-family: 'DM Sans', sans-serif; font-weight: 300;
  outline: none; transition: border-color .2s; width: 100%;
}
.erw-form-field textarea { resize: vertical; min-height: 100px; }

.erw-form-submit {
  width: 100%; border: none;
  font-family: 'DM Sans', sans-serif; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  border-radius: 3px; cursor: pointer; margin-top: 8px; transition: background .2s;
}
.erw-form-note { text-align: center; margin-top: 14px; line-height: 1.6; }

.erw-form-success { padding: 60px 20px; text-align: center; }
.erw-form-success-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; margin-bottom: 14px; }
.erw-form-success-body { font-size: 14px; line-height: 1.7; max-width: 480px; margin: 0 auto; }

.erw-form-error {
  display: none;
  margin: 12px 0 4px;
  padding: 12px 16px;
  border: 1px solid #b94a48;
  background: rgba(185, 74, 72, 0.08);
  color: #d97a78;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
/* END_SECTION:erw-quote-form */

/* START_SECTION:erw-roi-stats (INDEX:47) */
.erw-roi { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-roi *, .erw-roi *::before, .erw-roi *::after { box-sizing: border-box; }
.erw-roi__inner { max-width: 1100px; margin: 0 auto; }
.erw-roi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.erw-roi-grid[data-count="3"] { grid-template-columns: repeat(3, 1fr); }
.erw-roi-grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 700px) { .erw-roi-grid { grid-template-columns: 1fr 1fr !important; } }
.erw-roi-card { padding: 28px 24px; }
.erw-roi-eye  { font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 8px; }
.erw-roi-num  { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; line-height: 1; }
.erw-roi-lbl  { font-size: 12px; margin-top: 5px; line-height: 1.4; }
/* END_SECTION:erw-roi-stats */

/* START_SECTION:erw-room-configs (INDEX:48) */
.erw-rooms { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; position: relative; }
.erw-rooms *, .erw-rooms *::before, .erw-rooms *::after { box-sizing: border-box; }
.erw-rooms-anchor { display: block; position: absolute; top: -100px; left: 0; height: 1px; width: 1px; pointer-events: none; }
.erw-rooms .erw-section-inner { max-width: 1100px; margin: 0 auto; }
.erw-rooms .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-rooms .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-rooms .erw-sec-title em { font-style: italic; }
.erw-rooms .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 44px; }

.erw-room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 44px; }
.erw-room-grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); }
.erw-room-grid[data-count="4"] { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 800px) { .erw-room-grid { grid-template-columns: 1fr !important; gap: 8px; } }

.erw-room-card { padding: 36px 30px; }
.erw-room-tier { font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 10px; }
.erw-room-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; margin-bottom: 8px; }
.erw-room-sqft { font-size: 12px; margin-bottom: 16px; }
.erw-room-card p { font-size: 13px; line-height: 1.6; margin: 0 0 20px; }
.erw-room-list { list-style: none; padding: 0; margin: 0 0 24px; }
.erw-room-list li { font-size: 12.5px; padding: 6px 0; border-bottom: 1px solid; display: flex; align-items: center; gap: 9px; }
.erw-room-list li:last-child { border: none; }
.erw-room-list li::before { content: '·'; font-size: 18px; flex-shrink: 0; line-height: 0; }
.erw-room-cta { display: block; text-align: center; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 12px; border-radius: 2px; text-decoration: none; border: 1px solid; transition: background .2s; }
/* END_SECTION:erw-room-configs */

/* START_SECTION:erw-service-line (INDEX:49) */
.erw-service { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-service *, .erw-service *::before, .erw-service *::after { box-sizing: border-box; }
.erw-service .erw-section-inner { max-width: 1100px; margin: 0 auto; }
.erw-service .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-service .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-service .erw-sec-title em { font-style: italic; }
.erw-service .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 44px; }

.erw-svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 40px; }
.erw-svc-grid[data-count="3"] { grid-template-columns: repeat(3, 1fr); }
.erw-svc-grid[data-count="4"] { grid-template-columns: 1fr 1fr; }
@media (max-width: 700px) { .erw-svc-grid { grid-template-columns: 1fr !important; } }

.erw-svc-card { padding: 30px 28px; }
.erw-svc-eye { font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 8px; }
.erw-svc-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; margin: 0 0 10px; }
.erw-svc-card p  { font-size: 13px; line-height: 1.65; margin: 0 0 16px; }
.erw-svc-card ul { list-style: none; padding: 0; margin: 0; }
.erw-svc-card ul li { font-size: 12.5px; padding: 5px 0; border-bottom: 1px solid; display: flex; align-items: center; gap: 8px; }
.erw-svc-card ul li:last-child { border: none; }
.erw-svc-card ul li::before { content: '✓'; font-size: 11px; flex-shrink: 0; }
.erw-svc-card ul li > span:first-of-type { flex: 1; }
.erw-revenue-tag { font-size: 11px; font-weight: 500; border: 1px solid; padding: 3px 10px; border-radius: 10px; white-space: nowrap; flex-shrink: 0; }

.erw-svc-callout { border: 1px solid; border-left: 4px solid; padding: 18px 22px; margin: 24px 0 0; font-size: 13.5px; line-height: 1.65; }
/* END_SECTION:erw-service-line */

/* START_SECTION:erw-spec-support (INDEX:50) */
.erw-specs { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-specs *, .erw-specs *::before, .erw-specs *::after { box-sizing: border-box; }
.erw-specs .erw-section-inner { max-width: 1100px; margin: 0 auto; }

.erw-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 700px) { .erw-spec-grid { grid-template-columns: 1fr; } }

.erw-specs .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-specs .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.12; margin-bottom: 14px; }
.erw-specs .erw-sec-title em { font-style: italic; }
.erw-specs .erw-sec-body { font-size: 15px; line-height: 1.7; margin-bottom: 28px; }

.erw-spec-list { display: flex; flex-direction: column; gap: 3px; }
.erw-spec-item { padding: 20px 22px; display: flex; gap: 16px; align-items: flex-start; }
.erw-spec-num { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; line-height: 1; min-width: 36px; flex-shrink: 0; }
.erw-spec-item h4 { font-size: 13.5px; font-weight: 600; margin: 0 0 4px; }
.erw-spec-item p  { font-size: 12.5px; line-height: 1.6; margin: 0; }

.erw-spec-callout { border: 1px solid; border-top-width: 3px; padding: 36px; position: sticky; top: 90px; }
.erw-spec-callout h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; margin: 0 0 14px; }
.erw-spec-callout p  { font-size: 13.5px; line-height: 1.7; margin: 0 0 20px; }
.erw-spec-callout ul { list-style: none; padding: 0; margin: 0 0 28px; }
.erw-spec-callout ul li { font-size: 13px; padding: 7px 0; border-bottom: 1px solid; display: flex; align-items: center; gap: 9px; }
.erw-spec-callout ul li:last-child { border: none; }
.erw-spec-callout ul li::before { content: '✓'; font-size: 11px; flex-shrink: 0; }
.erw-spec-callout-cta { display: block; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 14px; border-radius: 2px; text-decoration: none; transition: background .2s; }
/* END_SECTION:erw-spec-support */

/* START_SECTION:erw-spotlight (INDEX:51) */
.erw-spotlight { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-spotlight *, .erw-spotlight *::before, .erw-spotlight *::after { box-sizing: border-box; }
.erw-spotlight .erw-section-inner { max-width: 1100px; margin: 0 auto; }
.erw-spotlight .erw-sec-eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-spotlight .erw-sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.erw-spotlight .erw-sec-title em { font-style: italic; }
.erw-spotlight .erw-sec-body { font-size: 15px; max-width: 620px; margin-bottom: 44px; }

.erw-spotlight-card { border: 1px solid; border-top-width: 4px; padding: 40px; margin-top: 0; }
.erw-spotlight-card-header { margin-bottom: 24px; }
.erw-spotlight-eyebrow { font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 8px; }
.erw-spotlight-h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; margin: 0 0 10px; }
.erw-spotlight-intro { font-size: 13.5px; line-height: 1.7; margin: 0 0 16px; }

.erw-spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 20px; }
.erw-spotlight-grid[data-count="3"] { grid-template-columns: repeat(3, 1fr); }
.erw-spotlight-grid[data-count="1"] { grid-template-columns: 1fr; }
@media (max-width: 700px) { .erw-spotlight-grid { grid-template-columns: 1fr !important; } }

.erw-spotlight-item { padding: 24px; }
.erw-spotlight-item h4 { font-size: 14px; font-weight: 600; margin: 0 0 8px; }
.erw-spotlight-item p  { font-size: 12.5px; line-height: 1.6; margin: 0 0 12px; }
.erw-spotlight-item ul { list-style: none; padding: 0; margin: 0; }
.erw-spotlight-item ul li { font-size: 12px; padding: 4px 0; border-bottom: 1px solid; display: flex; align-items: center; gap: 7px; }
.erw-spotlight-item ul li:last-child { border: none; }
.erw-spotlight-item ul li::before { content: '✓'; font-size: 10px; flex-shrink: 0; }

.erw-spotlight-note { border: 1px solid; padding: 16px 20px; margin-top: 2px; font-size: 13px; display: flex; align-items: flex-start; gap: 12px; line-height: 1.6; }
.erw-spotlight-note::before { content: 'ⓘ'; font-size: 16px; flex-shrink: 0; }
/* END_SECTION:erw-spotlight */

/* START_SECTION:erw-testimonial-grid (INDEX:52) */
.erw-testi { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-testi *, .erw-testi *::before, .erw-testi *::after { box-sizing: border-box; }
.erw-testi__inner { max-width: 1100px; margin: 0 auto; }

.erw-testi__eye { font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 10px; }
.erw-testi__title { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1.15; margin: 0 0 8px; }
.erw-testi__title em { font-style: italic; }

.erw-testi__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 800px) { .erw-testi__grid { grid-template-columns: 1fr; } }

.erw-testi__card { padding: 32px; border-radius: 4px; }
.erw-testi__card blockquote { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; font-weight: 300; line-height: 1.65; margin: 0 0 20px; }
.erw-testi__card cite { font-size: 11px; font-style: normal; letter-spacing: .05em; line-height: 1.5; }
.erw-testi__card cite strong { display: block; font-size: 12px; margin-bottom: 2px; font-style: normal; font-weight: 600; }
/* END_SECTION:erw-testimonial-grid */

/* START_SECTION:erw-trend-stats (INDEX:53) */
.erw-trend { font-family: 'DM Sans', sans-serif; font-weight: 300; box-sizing: border-box; }
.erw-trend *, .erw-trend *::before, .erw-trend *::after { box-sizing: border-box; }
.erw-trend .erw-section-inner { max-width: 1100px; margin: 0 auto; }

.erw-trend-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 700px) { .erw-trend-grid { grid-template-columns: 1fr; } }

.erw-trend-stats { display: flex; flex-direction: column; gap: 3px; }
.erw-trend-stat { padding: 24px 26px; display: flex; align-items: center; gap: 20px; }
.erw-trend-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; line-height: 1; min-width: 100px; flex-shrink: 0; }
.erw-trend-stat h4 { font-size: 14px; font-weight: 600; margin: 0 0 4px; }
.erw-trend-stat p { font-size: 12.5px; line-height: 1.5; margin: 0; }

.erw-trend-copy h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; line-height: 1.2; margin: 0 0 16px; }
.erw-trend-copy h3 em { font-style: italic; }
.erw-trend-copy p { font-size: 14px; line-height: 1.7; margin: 0 0 14px; }
.erw-trend-copy ul { list-style: none; padding: 0; margin-top: 20px; }
.erw-trend-copy ul li { font-size: 13px; padding: 7px 0; border-bottom: 1px solid; display: flex; align-items: center; gap: 9px; }
.erw-trend-copy ul li:last-child { border: none; }
.erw-trend-copy ul li::before { content: '✓'; font-size: 11px; flex-shrink: 0; }
/* END_SECTION:erw-trend-stats */