/* Campaign styles are scoped to preserve the shared Webflow navigation/footer. */
.portal-static-main:has(.ex-page) { padding: 0; background: #fff; }
.ex-page { --ex-orange: #ff5b00; --ex-ink: #232323; --ex-muted: #606060; color: var(--ex-ink); font: 16px/1.65 Arial, sans-serif; }
.ex-page *, .ex-page *::before, .ex-page *::after { box-sizing: border-box; }
.ex-page [hidden] { display: none !important; }
.ex-page h1, .ex-page h2, .ex-page h3, .ex-page p, .ex-page figure { margin: 0; }
.ex-page h1, .ex-page h2, .ex-page h3 { font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif; font-weight: 700; color: var(--ex-ink); }
.ex-page h1 { font-size: clamp(42px, 4.35vw, 64px); line-height: 1.07; letter-spacing: -1.3px; }
.ex-page h1 em { font-style: normal; color: #c44300; }
.ex-page h2 { font-size: clamp(34px, 3.2vw, 46px); line-height: 1.13; letter-spacing: -.6px; margin-bottom: 22px; }
.ex-page h3 { font-size: 25px; line-height: 1.2; }
.ex-page a { color: inherit; }
.ex-page p { color: var(--ex-muted); }
.ex-page :focus-visible { outline: 3px solid #1466a3; outline-offset: 5px; }
.ex-page section[id], .ex-page #extractor-enquiry { scroll-margin-top: 110px; }
.ex-container { max-width: 1160px; padding-inline: 32px; margin-inline: auto; }
.ex-section { padding-block: 84px; }
.ex-soft { background: #f6f5f3; }
.ex-page .ex-eyebrow { color: #aa3900; font-size: 12px; font-weight: 700; line-height: 1.5; letter-spacing: 1.6px; margin-bottom: 20px; }
.ex-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 23px; min-height: 54px; border: 1px solid var(--ex-orange); border-radius: 5px; background: var(--ex-orange); color: #202020 !important; font-size: 16px; line-height: 1.3; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .18s, transform .18s; }
.ex-button:hover { background: #ff7629; transform: translateY(-2px); }
.ex-button span { font-size: 24px; line-height: 1; }
.ex-button:disabled { opacity: .6; cursor: wait; }
.ex-button-outline { background: transparent; border-color: #c9c5c0; }
.ex-button-outline:hover { background: #fff0e6; }
.ex-skip { position: absolute; left: 20px; top: -200px; padding: 15px; background: #fff; z-index: 10000; }
.ex-skip:focus { top: 20px; }
.ex-hero { padding: 64px 0 52px; background: linear-gradient(110deg, #fff 52%, #f6f3ee 52%); }
.ex-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 58px; align-items: center; }
.ex-page .ex-intro { max-width: 480px; margin-top: 22px; font-size: 17px; }
.ex-hero-price { margin: 25px 0 22px; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 16px; }
.ex-hero-price > span:first-child { grid-column: 1/-1; font-size: 13px; }
.ex-hero-price strong { font-family: "Open Sans Condensed", Arial, sans-serif; font-size: 58px; line-height: 1.15; letter-spacing: -2px; }
.ex-hero-price small, .ex-package-price small { font: 700 22px Arial, sans-serif; letter-spacing: -1px; margin-right: 5px; }
.ex-hero-price > span:last-child { max-width: 175px; font-size: 13px; color: #595959; line-height: 1.5; }
.ex-page .ex-hero-terms { font-size: 13px; line-height: 1.6; margin-top: 14px; }
.ex-google-line { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 8px; margin-top: 27px; text-decoration: none; font-size: 12px; }
.ex-google-line > span:last-child { flex-basis: 100%; color: #666; }
.ex-stars { color: #a13f00; letter-spacing: 2px; font-size: 16px; }
.ex-hero-visual { position: relative; padding-bottom: 50px; }
.ex-sofa-photo { overflow: hidden; aspect-ratio: .81; border-radius: 7px 7px 0 0; background: #ddd9d0; }
.ex-sofa-photo img { display: block; width: 150%; max-width: none; height: 100%; object-fit: cover; margin-left: -25%; }
.ex-photo-note { position: absolute; bottom: 40px; left: -25px; right: 20px; padding: 20px 24px; background: #fff; border-left: 4px solid var(--ex-orange); box-shadow: 0 10px 40px #20202012; display: flex; gap: 16px; align-items: center; }
.ex-photo-note strong { display: block; font-size: 16px; }
.ex-photo-note div > span { display: block; font-size: 12px; color: #666; }
.ex-note-icon { font-size: 28px; color: #b94100; }
.ex-photo-caption { position: absolute; bottom: 0; font-size: 10px; line-height: 1.5; color: #656565; max-width: 370px; }
.ex-benefits { background: #252525; padding: 26px 0; }
.ex-benefits .ex-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ex-benefits p { color: #d0d0d0; font-size: 12px; position: relative; padding-left: 44px; }
.ex-benefits strong { display: block; color: #fff; font-size: 15px; }
.ex-benefits p > span { position: absolute; left: 0; color: #ff8b4a; font-size: 21px; line-height: 2; }
.ex-demo-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 85px; align-items: center; }
.ex-product-photo { text-align: center; padding: 24px 0; border: 1px solid #e9e6e2; border-radius: 6px; }
.ex-product-photo img { display: block; width: 100%; height: auto; max-width: 410px; margin: auto; }
.ex-product-photo p { font-size: 12px; padding: 0 14px; }
.ex-clean-steps { list-style: none; padding: 0; margin: 30px 0 20px; display: grid; gap: 22px; }
.ex-clean-steps li { display: flex; gap: 17px; }
.ex-clean-steps li > span { flex: 0 0 33px; height: 33px; border-radius: 50%; background: #fff0e4; color: #ab3c00; text-align: center; font-weight: 700; line-height: 33px; }
.ex-clean-steps h3 { font-size: 21px; margin-bottom: 5px; }
.ex-clean-steps p { font-size: 14px; }
.ex-page .ex-small { font-size: 12px; line-height: 1.6; }
.ex-section-heading { text-align: center; margin: 0 auto 45px; max-width: 650px; }
.ex-section-heading h2 { margin-bottom: 18px; }
.ex-packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.ex-package { position: relative; background: #fff; border: 1px solid #dedad6; border-radius: 6px; padding: 30px 25px; display: flex; flex-direction: column; }
.ex-package h3 { font-size: 29px; }
.ex-package > p { font-size: 13px; margin-top: 10px; }
.ex-package-featured { border: 2px solid var(--ex-orange); }
.ex-package-badge { position: absolute; top: -14px; right: 22px; background: var(--ex-orange); color: #202020; font-size: 10px; padding: 5px 13px; border-radius: 3px; letter-spacing: 1px; font-weight: 700; }
.ex-package-price { font: 700 60px/1.2 "Open Sans Condensed", Arial, sans-serif; margin-top: 24px; letter-spacing: -2px; }
.ex-price-caption { font-size: 11px; color: #666; }
.ex-package ul { list-style: none; padding: 25px 0 0; margin: 24px 0 0; border-top: 1px solid #ece9e5; font-size: 13px; }
.ex-package li { padding: 0 0 11px 23px; position: relative; }
.ex-package li::before { content: "✓"; color: #ab3b00; position: absolute; left: 0; font-weight: bold; }
.ex-package .ex-package-extra { margin: 6px 0 25px; padding: 13px; border-radius: 4px; background: #f7f6f4; font-size: 12px; min-height: 83px; color: #454545; }
.ex-package .ex-button { margin-top: auto; font-size: 14px; padding-inline: 16px; }
.ex-page .ex-package-footnote { max-width: 800px; margin: 25px auto 0; text-align: center; font-size: 12px; }
.ex-reviews-heading { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-bottom: 30px; }
.ex-rating { text-decoration: none; display: flex; flex-direction: column; border-left: 2px solid var(--ex-orange); padding-left: 28px; }
.ex-rating strong { font: 700 54px/1.1 "Open Sans Condensed", Arial, sans-serif; }
.ex-rating strong span { font-size: 23px; color: #727272; }
.ex-rating > span { font-size: 13px; }
.ex-rating small { font-size: 11px; color: #666; margin-top: 6px; }
.ex-reviews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ex-review { padding: 25px 22px; background: #f8f7f5; border-radius: 5px; display: flex; flex-direction: column; }
.ex-review blockquote { padding: 0; border: 0; margin: 16px 0 24px; font-size: 15px; line-height: 1.65; }
.ex-review figcaption { margin-top: auto; font-size: 12px; }
.ex-review figcaption strong, .ex-review figcaption a { display: block; }
.ex-review figcaption a { font-size: 11px; color: #696969; margin-top: 7px; text-underline-offset: 3px; }
.ex-page .ex-review-disclaimer { margin-top: 20px; }
.ex-uses { padding: 64px 0; background: #292929; }
.ex-uses-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.ex-uses h2 { color: #fff; margin-bottom: 0; }
.ex-uses .ex-eyebrow { color: #ff9b62; }
.ex-uses ul { list-style: none; margin: 0 0 24px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; color: #fff; }
.ex-uses li { border-bottom: 1px solid #ffffff26; padding-bottom: 10px; font-size: 15px; }
.ex-uses p { color: #ccc; font-size: 12px; }
.ex-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 0; list-style: none; margin: 0; }
.ex-process li > span { display: block; font: 700 42px/1.2 "Open Sans Condensed", Arial, sans-serif; color: #b74400; border-bottom: 1px solid #e4dfd9; padding-bottom: 15px; margin-bottom: 22px; }
.ex-process h3 { margin-bottom: 12px; font-size: 23px; }
.ex-process p { font-size: 13px; }
.ex-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.ex-faq-grid > div > p { max-width: 290px; }
.ex-text-link { display: inline-block; margin-top: 20px; font-weight: 700; text-underline-offset: 4px; }
.ex-faq details { border-bottom: 1px solid #d9d5cf; }
.ex-faq summary { font-weight: 700; font-size: 15px; cursor: pointer; padding: 19px 24px 19px 0; }
.ex-faq details:first-child summary { padding-top: 0; }
.ex-faq details p { font-size: 14px; margin-bottom: 20px; }
.ex-booking { background: #fff3e9; }
.ex-booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ex-stock { margin: 30px 0 16px; padding: 22px; border-left: 3px solid #b63e00; background: #fff; min-height: 80px; }
.ex-live-label { color: #35653d; font-size: 10px; font-weight: bold; letter-spacing: 1px; }
.ex-live-label > span { margin-right: 5px; }
.ex-page .ex-stock-count { font-size: 19px; line-height: 1.4; color: #272727; margin-block: 8px; }
.ex-stock-count strong { font-size: 29px; }
.ex-page .ex-stock-time { font-size: 11px; }
.ex-page .ex-stock-disclaimer { font-size: 12px; }
.ex-enquiry-card { background: #fff; border: 1px solid #f0ddd0; border-radius: 7px; padding: 32px; }
.ex-enquiry-card h3 { font-size: 27px; margin-bottom: 26px; }
.ex-field { margin-bottom: 20px; }
.ex-field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; }
.ex-field input, .ex-field select { width: 100%; max-width: 100%; min-width: 0; height: 48px; border: 1px solid #b8b8b8; border-radius: 4px; background: #fff; color: #292929; font: 14px Arial, sans-serif; padding: 10px; }
.ex-enquiry-card .ex-button { width: 100%; }
.ex-page .ex-form-note { font-size: 11px; line-height: 1.6; margin-top: 14px; }
.ex-direct-contact { display: inline-block; margin-top: 20px; font-size: 12px; text-underline-offset: 3px; }
.ex-page .ex-form-error, .ex-page .ex-enquiry-network-error { color: #b21e18; font-size: 13px; margin: 8px 0; }
.ex-mobile-cta { display: none; }
@media (max-width: 991px) {
  .ex-container { padding-inline: 24px; }
  .ex-hero-grid { gap: 35px; }
  .ex-demo-grid, .ex-faq-grid, .ex-booking-grid { gap: 40px; }
  .ex-packages { gap: 14px; }
  .ex-package { padding: 28px 18px; }
  .ex-reviews { grid-template-columns: repeat(2, 1fr); }
  .ex-process { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
}
@media (max-width: 767px) {
  body:has(.ex-page) > .c-link { bottom: 96px; }
  .ex-container { padding-inline: 22px; }
  .ex-section { padding-block: 56px; }
  .ex-hero { padding: 36px 0 30px; background: #fff; }
  .ex-hero-grid, .ex-demo-grid, .ex-packages, .ex-uses-grid, .ex-faq-grid, .ex-booking-grid { grid-template-columns: 1fr; gap: 32px; }
  .ex-page h1 { font-size: 45px; max-width: 510px; }
  .ex-page h2 { font-size: 36px; }
  .ex-page .ex-eyebrow { font-size: 10px; letter-spacing: 1.3px; margin-bottom: 15px; }
  .ex-page .ex-intro { font-size: 15px; }
  .ex-hero-copy > .ex-button { width: 100%; }
  .ex-hero-visual { max-width: 460px; width: 100%; margin: auto; padding-bottom: 40px; }
  .ex-sofa-photo { aspect-ratio: 1.14; }
  .ex-sofa-photo img { object-fit: cover; object-position: 50% 45%; }
  .ex-photo-note { left: 12px; right: 12px; bottom: 40px; padding: 14px 16px; }
  .ex-photo-note strong { font-size: 14px; }
  .ex-photo-note div > span { font-size: 10px; }
  .ex-benefits .ex-container { grid-template-columns: 1fr; gap: 20px; }
  .ex-benefits { padding: 25px 0; }
  .ex-benefits p { font-size: 12px; padding-left: 42px; }
  .ex-product-photo { order: 2; max-width: 400px; width: 100%; margin: auto; }
  .ex-product-photo img { max-width: 285px; }
  .ex-section-heading { margin-bottom: 35px; text-align: left; }
  .ex-section-heading p { font-size: 14px; }
  .ex-package { padding: 28px; }
  .ex-package .ex-package-extra { min-height: auto; }
  .ex-package ul { margin-top: 18px; padding-top: 18px; }
  .ex-packages { gap: 25px; }
  .ex-reviews-heading { align-items: start; flex-direction: column; gap: 5px; }
  .ex-rating { padding-left: 18px; margin-bottom: 8px; }
  .ex-rating strong { font-size: 44px; }
  .ex-reviews { grid-template-columns: 1fr; gap: 14px; }
  .ex-review { padding: 23px; }
  .ex-review blockquote { margin-block: 12px 18px; }
  .ex-uses { padding-block: 48px; }
  .ex-process { gap: 25px; }
  .ex-process h3 { font-size: 22px; }
  .ex-process p { font-size: 12px; }
  .ex-enquiry-card { padding: 24px 20px; }
  .ex-enquiry-card h3 { font-size: 26px; }
  .ex-page { padding-bottom: 75px; }
  .ex-mobile-cta { display: flex; align-items: center; justify-content: space-between; gap: 15px; position: fixed; inset: auto 0 0; padding: 11px 20px max(11px, env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid #dedad5; z-index: 90; box-shadow: 0 -4px 15px #00000008; }
  .ex-mobile-cta > div > span { display: block; font-size: 10px; line-height: 1.4; }
  .ex-mobile-cta strong { font: 700 27px/1.2 "Open Sans Condensed", Arial, sans-serif; }
  .ex-mobile-cta .ex-button { min-height: 46px; padding: 12px 20px; font-size: 14px; }
  body:has([data-portal-consent-banner]:not([hidden])) .ex-mobile-cta,
  body:has([data-portal-consent-drawer]:not([hidden])) .ex-mobile-cta { display: none; }
}
@media (prefers-reduced-motion: reduce) { .ex-button { transition: none; } .ex-button:hover { transform: none; } }
