/* EasyMove On / approved-reference homepage and shared site chrome. */
:root {
  --em-red: #e90827;
  --em-navy: #0b2342;
  --em-text: #30435b;
  --em-muted: #607084;
  --em-light: #f5f7fa;
  --em-section-tint: #eef3f8;
  --em-border: #e4e9ef;
  --em-container: 80rem;
  --em-shadow-sm: 0 2px 5px rgb(11 35 66 / 2%), 0 12px 32px rgb(11 35 66 / 5%);
  --em-shadow-md: 0 5px 12px rgb(11 35 66 / 4%), 0 22px 48px rgb(11 35 66 / 10%);
  --em-radius-md: 14px;
  --em-radius-lg: 18px;
  --em-ease: cubic-bezier(.2, .65, .3, 1);
}
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body { font-family: "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
.em-icon { width: 24px; height: 24px; flex-shrink: 0; vertical-align: middle; }
.em-red { color: var(--em-red); }
.em-section { padding-block: clamp(48px, 6vw, 84px); }
h1, h2, h3 { font-weight: 800; }
h2 { font-size: clamp(1.7rem, 2.8vw, 2.65rem); letter-spacing: -0.035em; font-weight: 750; line-height: 1.16; }
.em-button { position: relative; min-height: 50px; padding: 14px 23px; border-radius: 9px; font-size: 0.88rem; font-weight: 650; gap: 10px; letter-spacing: 0.005em; box-shadow: 0 4px 10px rgb(11 35 66 / 5%), inset 0 -1px 0 rgb(0 0 0 / 8%); transition: background 200ms var(--em-ease), border-color 200ms ease, box-shadow 200ms ease, transform 200ms var(--em-ease); }
.em-button:hover { transform: translateY(-2px); }
.em-button .em-icon { width: 20px; height: 20px; }
.em-button--outline { color: var(--em-navy); border: 1px solid #b5c1cf; background: white; box-shadow: 0 3px 10px rgb(11 35 66 / 3%); }
.em-button--whatsapp { background: white; color: var(--em-navy); border-color: #bcccdc; }
.em-button--whatsapp .em-icon { color: #078536; }
.em-button--white { background: white; color: var(--em-red); }
.is-unavailable { cursor: default; }
.is-unavailable:hover { transform: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.em-eyebrow { font-size: 0.7rem; font-weight: 750; letter-spacing: 0.16em; color: var(--em-red); margin-bottom: 13px; line-height: 1.5; }
.section-heading { text-align: center; max-width: 950px; margin: 0 auto 38px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading > p:last-child:not(.em-eyebrow) { color: var(--em-muted); font-size: 1rem; max-width: 700px; margin: 0 auto; }
.section-heading .em-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; }
.section-heading .em-eyebrow::before, .section-heading .em-eyebrow::after { content: ""; width: 28px; height: 1px; background: var(--em-red); opacity: .5; }
/* Compact utility bar and sticky primary navigation. */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; transition: box-shadow 220ms ease, border-color 220ms ease; border-bottom: 1px solid rgb(11 35 66 / 6%); }
.site-header.is-scrolled { background: white; border-bottom-color: #dce3ec; box-shadow: 0 5px 24px rgb(11 35 66 / 8%); }
.admin-bar .site-header { top: 32px; }
.utility-bar { background: var(--em-navy); font-size: 0.68rem; color: #fff; border-bottom: 1px solid rgb(255 255 255 / 12%); }
.utility-inner { display: flex; align-items: center; gap: 20px; min-height: 32px; }
.utility-inner > span, .utility-contact > a { display: inline-flex; gap: 7px; align-items: center; }
.utility-inner .em-icon { width: 13px; height: 13px; }
.utility-message { border-left: 1px solid rgb(255 255 255 / 24%); padding-left: 18px; }
.utility-bar .social-placeholder { opacity: .8; }
.utility-bar .em-icon { color: #fff; }
.utility-contact { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.utility-contact a { color: inherit; text-decoration: none; }
.social-links { display: flex; gap: 8px; align-items: center; }
.social-links a, .social-links > span { display: inline-flex; align-items: center; justify-content: center; width: 26px; min-height: 28px; font-size: 0.72rem; font-weight: 800; color: inherit; text-decoration: none; }
.social-placeholder { opacity: 0.55; }
.header-inner { min-height: 92px; gap: 18px; padding-block: 15px; flex-wrap: nowrap; }
.site-branding { flex: 0 1 215px; }
.brand-wordmark { display: inline-flex; flex-direction: column; color: var(--em-navy); text-decoration: none; line-height: 1.15; }
.brand-wordmark strong { font-size: clamp(1rem, 1.5vw, 1.28rem); font-weight: 800; text-transform: uppercase; letter-spacing: -0.025em; }
.brand-wordmark > span { font-size: 0.66rem; font-weight: 650; margin-top: 5px; color: var(--em-red); }
.custom-logo { max-width: min(200px, 100%); max-height: 66px; }
.primary-navigation { flex: 1; width: auto; order: initial; }
.menu { display: flex; align-items: center; justify-content: center; gap: 0 14px; flex-wrap: wrap; }
.menu > li { position: relative; }
.menu a { font-size: 0.78rem; font-weight: 650; padding: 14px 2px; color: var(--em-navy); text-decoration: none; transition: color 160ms ease; }
.menu a:hover, .menu a[aria-current="page"], .menu .current-menu-item > a { color: var(--em-red); }
.menu > li > a[aria-current="page"]::after { content: ""; position: absolute; height: 2px; background: var(--em-red); left: 2px; right: 2px; bottom: 5px; }
.menu-item-has-children { display: flex; align-items: center; flex-wrap: wrap; }
.submenu-toggle { border: 0; background: transparent; width: 28px; height: 40px; color: var(--em-navy); cursor: pointer; font-size: 15px; padding: 0; }
.submenu-toggle[aria-expanded="true"] { color: var(--em-red); }
.menu .sub-menu { position: absolute; top: 100%; left: 0; z-index: 5; width: 250px; max-width: 80vw; padding: 10px; background: white; border: 1px solid var(--em-border); border-radius: 12px; box-shadow: var(--em-shadow-md); }
.menu .sub-menu a { display: block; padding: 9px 12px; }
.menu .sub-menu a:hover { background: var(--em-light); border-radius: 6px; }
.menu .sub-menu .sub-menu { position: static; width: 100%; box-shadow: none; border: 0; padding: 0 0 0 12px; }
.menu:not(.menu-enhanced) .sub-menu { display: none; }
.menu:not(.menu-enhanced) li:hover > .sub-menu, .menu:not(.menu-enhanced) li:focus-within > .sub-menu { display: block; }
.header-actions { display: flex; gap: 8px; flex-shrink: 0; }
.header-quote { font-size: 0.78rem; padding-inline: 17px; min-height: 46px; }
.header-whatsapp { width: 42px; padding-inline: 10px; border: none; }
.header-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.menu-toggle { display: flex; align-items: center; gap: 7px; border: 1px solid var(--em-border); border-radius: 8px; background: white; padding: 10px; min-height: 44px; color: var(--em-navy); cursor: pointer; font-weight: 650; }
/* Airy photo hero, with a solid reading area independent of the image. */
.hero { position: relative; isolation: isolate; background: #f4f7fb; overflow: clip; border-bottom: 1px solid #e8edf3; }
.hero-art { position: absolute; inset: 0 0 0 33%; z-index: -2; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 58% 44%; display: block; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #f6f8fc 0%, #f6f8fc 27%, rgb(246 248 252 / 97%) 36%, rgb(246 248 252 / 62%) 47%, transparent 63%), linear-gradient(0deg, rgb(246 248 252 / 35%), transparent 30%); }
.hero-inner { min-height: 610px; display: flex; align-items: center; position: relative; padding-block: 65px 55px; }
.hero-copy { width: 48%; max-width: 565px; }
.hero h1 { font-size: clamp(2.6rem, 4.4vw, 4.2rem); font-weight: 780; line-height: 1.06; letter-spacing: -0.045em; margin-bottom: 24px; color: var(--em-navy); }
.hero h1 > span { display: block; color: var(--em-red); }
.hero-description { font-size: clamp(1rem, 1.2vw, 1.08rem); line-height: 1.75; max-width: 435px; margin-bottom: 26px; color: #40536d; }
.hero-services { display: flex; flex-wrap: wrap; list-style: none; gap: 12px 22px; padding: 0; margin: 0 0 25px; }
.hero-services li { display: flex; align-items: center; gap: 7px; font-size: 0.75rem; font-weight: 700; }
.hero-services .em-icon { color: var(--em-navy); width: 28px; height: 28px; padding: 3px; }
.hero .button-row { gap: 10px; }
.hero .em-button { padding-inline: 17px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 12px 18px; list-style: none; padding: 19px 0 0; margin: 24px 0 0; border-top: 1px solid rgb(11 35 66 / 10%); width: fit-content; }
.trust-strip li { display: flex; align-items: center; gap: 5px; font-size: 0.68rem; color: var(--em-text); }
.trust-strip .em-icon { width: 17px; height: 17px; color: var(--em-red); }
.trust-strip small { display: block; }
.hero-note { position: absolute; right: 18px; bottom: 30px; transform: rotate(-2deg); max-width: 235px; padding: 20px 24px; background: rgb(255 255 255 / 96%); border: 1px solid rgb(255 255 255 / 80%); border-radius: 12px; font: italic 400 1.3rem/1.35 Georgia, serif; color: var(--em-navy); box-shadow: var(--em-shadow-md); }
.hero-note span { display: block; margin: 10px 0 0 auto; height: 3px; width: 90px; background: var(--em-red); transform: rotate(-7deg); }
/* Reference-inspired photo cards, four across at desktop sizes. */
.services-section { background: var(--em-section-tint); border-bottom: 1px solid #e2e9f1; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.service-card { position: relative; display: flex; flex-direction: column; padding: 0; border-radius: var(--em-radius-lg); border-color: #e5eaf0; overflow: hidden; box-shadow: var(--em-shadow-sm); transition: transform 250ms var(--em-ease), box-shadow 250ms ease, border-color 250ms ease; }
.service-card:hover, .service-card:focus-within { transform: translateY(-4px); box-shadow: var(--em-shadow-md); border-color: #cbd5e1; }
.service-image { position: relative; aspect-ratio: 3 / 2; height: auto; background: #f3f5f7; overflow: visible; margin: 8px 8px 0; border-radius: 12px; }
.service-image > img { width: 100%; height: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; border-radius: 12px; }
.service-icon { position: absolute; bottom: -18px; left: 14px; width: 42px; height: 42px; display: grid; place-items: center; background: white; color: var(--em-red); border: 1px solid #e6eaf0; border-radius: 12px; box-shadow: 0 5px 12px rgb(11 35 66 / 8%); }
.service-icon .em-icon { width: 23px; height: 23px; }
.service-body { padding: 34px 22px 26px; flex: 1; }
.service-body h3 { font-size: 1.08rem; font-weight: 750; line-height: 1.3; letter-spacing: -.018em; margin-bottom: 10px; padding-right: 8px; }
.service-body h3 a { color: var(--em-navy); text-decoration: none; }
.service-body h3 a::after { content: ""; position: absolute; inset: 0; }
.service-body p { font-size: 0.82rem; line-height: 1.65; margin: 0; color: var(--em-muted); padding-right: 28px; }
.service-arrow { position: absolute; right: 16px; bottom: 24px; width: 29px; height: 29px; border: 1px solid #dfe6ee; border-radius: 50%; display: grid; place-items: center; background: #f6f8fb; transition: color 200ms ease, background 200ms ease, border-color 200ms ease; }
.service-arrow .em-icon { width: 16px; height: 16px; }
/* Edge-to-edge storage feature, echoing the red doors in the reference. */
.storage-section { display: grid; grid-template-columns: 1fr 1fr; background: #f2f5f9; border-block: 1px solid #e4eaf1; }
.storage-visual { position: relative; min-height: 490px; }
.storage-visual > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.storage-ribbon { position: absolute; left: 24px; bottom: 24px; display: flex; flex-direction: column; justify-content: center; gap: 18px; width: 190px; padding: 26px; background: linear-gradient(140deg, #e90827, #ba0925); color: white; border: 1px solid rgb(255 255 255 / 25%); border-radius: 14px; box-shadow: 0 12px 32px rgb(11 35 66 / 20%); }
.storage-ribbon .em-icon { width: 37px; height: 37px; }
.storage-ribbon span { font-size: 1rem; font-weight: 650; line-height: 1.5; }
.storage-copy { align-self: center; padding: 55px clamp(30px, 5vw, 75px) 55px 50px; max-width: 760px; }
.storage-copy h2 { max-width: 480px; font-size: clamp(1.7rem, 2.6vw, 2.45rem); }
.storage-copy > p:not(.em-eyebrow) { font-size: 0.94rem; line-height: 1.8; color: #4b5e76; }
.storage-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; gap: 17px 20px; padding: 0; margin: 28px 0; }
.storage-features li { display: flex; gap: 8px; align-items: flex-start; font-size: 0.77rem; font-weight: 650; }
.storage-features .em-icon { color: var(--em-red); background: #fff; border: 1px solid #eadce0; border-radius: 50%; padding: 3px; width: 20px; height: 20px; }
.storage-features small { display: block; font-weight: 400; }
.storage-copy .em-button { min-height: 46px; font-size: 0.82rem; padding: 12px 20px; background: var(--em-navy); color: white; border-color: var(--em-navy); }
.process-section { padding-bottom: 42px; background: var(--em-section-tint); border-bottom: 1px solid #e2e9f1; }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.process-card { border: 1px solid var(--em-border); padding: 27px 18px; border-radius: 15px; position: relative; display: flex; gap: 14px; align-items: center; box-shadow: 0 5px 18px rgb(11 35 66 / 3%); background: linear-gradient(145deg, white, #fafbfd); }
.process-card:not(:last-child)::after { content: "→"; position: absolute; right: -25px; top: calc(50% - 16px); font-size: 23px; }
.step-number { position: absolute; top: -13px; left: 18px; background: var(--em-navy); color: white; width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; font-weight: 650; font-size: 0.68rem; border: 4px solid white; box-sizing: content-box; }
.process-icon { flex-shrink: 0; border-radius: 14px; border: 1px solid #f3e0e5; background: #fff5f6; color: var(--em-red); width: 50px; height: 50px; display: grid; place-items: center; }
.process-icon .em-icon { width: 29px; height: 29px; }
.process-card h3 { font-size: 0.92rem; margin-bottom: 6px; }
.process-card p { font-size: 0.76rem; line-height: 1.65; color: var(--em-muted); margin: 0; }
.why-section { padding-block: 40px 72px; }
.why-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.why-grid li { text-align: center; padding: 8px 18px; border-right: 1px solid var(--em-border); }
.why-grid li:last-child { border-right: none; }
.why-grid .em-icon { width: 52px; height: 52px; padding: 12px; color: var(--em-red); background: #f7f9fc; border: 1px solid #e8edf3; border-radius: 15px; margin-bottom: 15px; }
.why-grid h3 { font-size: 0.8rem; line-height: 1.5; font-weight: 650; margin: 0; }
.why-grid p { font-size: 0.75rem; color: var(--em-muted); margin-top: 8px; }
.testimonials-section { background: var(--em-section-tint); padding-block: 58px; border-top: 1px solid #e2e9f1; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.testimonial-card { margin: 0; padding: 30px; border-radius: 18px; border-color: #e3e9f0; }
.review-stars { display: flex; gap: 4px; color: #b04400; margin-bottom: 15px; }
.review-stars .em-icon { width: 17px; height: 17px; fill: currentColor; }
.testimonial-card blockquote { margin: 0 0 20px; }
.testimonial-card blockquote p { font-size: 0.93rem; white-space: pre-line; }
.testimonial-card figcaption { display: flex; align-items: center; gap: 12px; }
.testimonial-card figcaption strong, .testimonial-card figcaption span { display: block; font-size: 0.82rem; }
.testimonial-card figcaption span { color: var(--em-muted); }
.review-avatar { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; }
.final-cta { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(115deg, #bd0923, #e20829 62%, #c30727); color: white; padding-block: 52px; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.final-cta h2 { color: white; font-size: clamp(1.65rem, 2.6vw, 2.3rem); margin-bottom: 5px; }
.final-cta p { margin: 0; font-size: 1.1rem; font-weight: 500; color: #fff; }
/* Dark navy footer and deliberately unlinked, unconfigured legal labels. */
.site-footer { padding: 0; background: radial-gradient(ellipse at 0 0, #123555, transparent 65%), #081d35; color: #c8d4e2; border: 0; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 0.8fr 1.1fr 1.25fr 0.55fr; gap: 32px; padding-block: 62px 48px; }
.footer-grid h2 { font-size: 0.74rem; font-weight: 650; letter-spacing: .065em; color: white; margin-bottom: 21px; }
.site-footer .brand-wordmark strong { color: white; font-size: 1.16rem; }
.site-footer .brand-wordmark > span { color: #dce6f2; font-size: 0.67rem; }
.footer-brand > p { font-size: 0.79rem; line-height: 1.85; margin: 22px 0 0; }
.footer-brand .footer-signoff { font: italic 1.3rem/1.5 Georgia, serif; color: #f5f7fb; max-width: 225px; margin-top: 25px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 12%); }
.footer-menu { display: block; }
.footer-menu li { margin-bottom: 7px; }
.footer-menu a { color: #c8d4e2; padding: 2px 0; font-size: 0.76rem; text-decoration: none; transition: color 180ms ease; }
.footer-menu a:hover, .site-footer a:hover { color: white; text-decoration: underline; }
.footer-contact p { display: flex; align-items: flex-start; gap: 8px; font-size: 0.76rem; margin-bottom: 12px; }
.footer-contact .em-icon { width: 16px; height: 16px; }
.footer-contact a { color: #dce6f2; text-decoration: none; overflow-wrap: anywhere; }
.footer-social .social-links { flex-wrap: wrap; }
.footer-social .social-links > * { width: 36px; min-height: 36px; background: rgb(255 255 255 / 5%); border: 1px solid rgb(255 255 255 / 15%); border-radius: 10px; }
.footer-bottom { background: rgb(0 0 0 / 12%); color: #b8c6d7; border-top: 1px solid rgb(255 255 255 / 10%); font-size: 0.69rem; padding-block: 19px; }
.footer-bottom > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.footer-bottom p { margin: 0; }
.footer-bottom ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 14px; }
.footer-bottom li:not(:last-child) { border-right: 1px solid #bdcada; padding-right: 14px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.contact-rail { position: fixed; z-index: 40; top: 42%; right: 10px; display: flex; flex-direction: column; gap: 4px; padding: 5px; background: white; border: 1px solid #e1e7ef; border-radius: 15px; box-shadow: 0 6px 25px rgb(11 35 66 / 12%); }
.contact-rail .em-button { width: 40px; min-height: 44px; border-radius: 10px; padding: 10px; border: 0; box-shadow: none; }
.contact-rail .em-button > span { position: absolute; right: 52px; padding: 8px 12px; border-radius: 6px; background: var(--em-navy); color: white; white-space: nowrap; clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; }
.contact-rail .em-button:hover > span, .contact-rail .em-button:focus-visible > span { clip-path: none; width: auto; height: auto; }
.mobile-actions { display: none; }
/* Inline without JS, native modal with JS. Nothing is submitted. */
.quote-panel { padding: 38px; margin-block: 40px; position: relative; }
.quote-panel h2 { font-size: 2rem; padding-right: 20px; }
.quote-panel h3 { font-size: 1rem; }
.quote-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 0; border: 0; margin: 22px 0 14px; }
.quote-services legend { font-weight: 700; margin-bottom: 12px; }
.quote-services label { display: flex; align-items: center; gap: 9px; padding: 12px; border: 1px solid var(--em-border); border-radius: 8px; font-size: 0.83rem; cursor: pointer; }
.quote-services label:has(:checked) { border-color: var(--em-red); background: #fff3f5; }
.quote-services input { accent-color: var(--em-red); width: 18px; height: 18px; flex-shrink: 0; }
.quote-selection { font-size: 0.85rem; font-weight: 650; }
.quote-availability { padding: 14px; background: var(--em-light); border-radius: 8px; font-size: 0.82rem; color: var(--em-muted); }
.quote-dialog { border: 1px solid #e4eaf0; padding: 0; max-width: min(690px, calc(100% - 24px)); width: 690px; max-height: calc(100dvh - 40px); border-radius: 20px; color: var(--em-text); box-shadow: 0 28px 80px rgb(0 0 0 / 22%); }
.quote-dialog::backdrop { background: rgb(3 20 42 / 65%); }
.quote-dialog .quote-panel { width: 100%; margin: 0; }
.quote-close { position: absolute; right: 15px; top: 15px; width: 40px; height: 40px; display: grid; place-items: center; background: var(--em-light); color: var(--em-navy); border: 0; border-radius: 50%; cursor: pointer; }
.em-enter { animation: em-enter 450ms var(--em-ease) both; }
@keyframes em-enter { from { opacity: 0.65; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@media (hover: hover) {
  a.em-button:not(.em-button--outline):not(.em-button--whatsapp):not(.em-button--white):hover { background: #cb0823; box-shadow: 0 6px 18px rgb(201 8 35 / 18%); }
  a.em-button--outline:hover, a.em-button--whatsapp:hover { border-color: #7b8fa7; box-shadow: 0 6px 16px rgb(11 35 66 / 8%); }
  .service-card:hover .service-arrow { background: var(--em-navy); border-color: var(--em-navy); color: white; }
  .social-links a:hover { background: rgb(130 151 179 / 15%); }
  .contact-rail a.em-button:hover { transform: translateX(-2px); }
}
.service-card:focus-within { outline: 2px solid var(--em-red); outline-offset: 3px; }
.social-links .em-icon { width: 15px; height: 15px; }
.social-links a { transition: background 180ms ease, border-color 180ms ease; border-radius: 6px; }
.social-placeholder { opacity: .65; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; z-index: -1; width: 380px; height: 380px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 65px; transform: rotate(35deg); right: -90px; top: -250px; pointer-events: none; }
.final-cta::after { right: 60px; top: -280px; }
.final-cta .em-button { min-height: 52px; padding-inline: 24px; }
.contact-rail .em-button--outline { color: var(--em-navy); background: #f4f7fa; }
.contact-rail .em-icon { width: 19px; height: 19px; }
/* Final homepage polish: exact artwork, quiet availability cues and open showcase. */
.official-brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; max-width: 100%; }
.official-brand > img { width: 62px; height: 62px; flex: 0 0 62px; object-fit: contain; border-radius: 6px; background: white; }
.official-brand .brand-wordmark strong { font-size: .91rem; line-height: 1.2; }
.official-brand .brand-wordmark > span { font-size: .59rem; line-height: 1.45; }
.footer-brand .official-brand > img { width: 65px; height: 65px; flex-basis: 65px; }
.footer-brand .official-brand .brand-wordmark strong { font-size: .94rem; }
.availability-badge { display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; margin: 0 0 16px; border: 1px solid #dce3eb; border-radius: 30px; background: rgb(255 255 255 / 85%); color: var(--em-navy); font-size: .7rem; font-weight: 650; }
.availability-badge .em-icon { width: 16px; height: 16px; color: var(--em-red); }
.final-cta .cta-availability { display: flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 400; margin-top: 13px; color: #fff2f4; }
.cta-availability .em-icon { width: 17px; height: 17px; }
.services-grid { grid-auto-rows: 1fr; }
.service-body h3 { min-height: 2.6em; }
.service-body p { min-height: 3.3em; }
.service-arrow .em-icon { transition: transform 180ms ease; }
.service-card:hover .service-arrow .em-icon { transform: translateX(2px); }
.showcase-section { background: white; border-top: 1px solid #edf0f5; }
.showcase-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: repeat(2, 230px); gap: 20px; }
.showcase-card { position: relative; overflow: hidden; margin: 0; border-radius: 18px; background: #edf1f5; box-shadow: var(--em-shadow-sm); isolation: isolate; }
.showcase-card--1 { grid-row: span 2; }
.showcase-card--4 { grid-column: span 2; }
.showcase-card > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 350ms var(--em-ease); }
.showcase-card--1 > img { object-position: 47% center; }
.showcase-card--4 > img { object-position: center top; }
.showcase-card::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgb(4 18 34 / 65%)); z-index: 1; pointer-events: none; }
.showcase-card figcaption { position: absolute; bottom: 20px; left: 22px; right: 16px; color: white; font-size: .86rem; font-weight: 650; letter-spacing: .015em; z-index: 2; }
.showcase-card--1 figcaption { font-size: 1.15rem; bottom: 25px; left: 27px; }
.story-intro { max-width: 650px; margin: -12px auto 32px; text-align: center; color: var(--em-muted); font-size: .91rem; }
.testimonial-card { display: flex; flex-direction: column; box-shadow: var(--em-shadow-sm); transition: transform 220ms ease, box-shadow 220ms ease; overflow-wrap: anywhere; }
.testimonial-card figcaption { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--em-border); }
.testimonial-card:not(.story-preview)::before { content: "“"; font: 3.8rem/1 Georgia, serif; height: 43px; color: var(--em-red); }
.story-preview-top { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.story-preview-top > .em-icon { width: 42px; height: 42px; padding: 10px; color: var(--em-red); border: 1px solid #f0dce2; background: #fff5f7; border-radius: 12px; }
.preview-badge { color: #667487; letter-spacing: .12em; font-size: .6rem; font-weight: 700; }
.story-preview h3 { font-size: 1.15rem; line-height: 1.4; letter-spacing: -.02em; max-width: 270px; margin-bottom: 15px; }
.story-preview p { font-size: .86rem; line-height: 1.8; color: var(--em-muted); margin-bottom: 25px; }
.story-preview-line { display: block; width: 36px; height: 2px; background: var(--em-red); margin-top: auto; }
.story-preview:first-child { background: var(--em-navy); border-color: #193b5e; }
.story-preview:first-child h3 { color: #fff; }
.story-preview:first-child p, .story-preview:first-child .preview-badge { color: #d8e1ed; }
.story-preview:first-child .story-preview-top > .em-icon { color: #fff; background: #183855; border-color: #36516d; }
.story-preview:first-child .story-preview-line { background: #ff536d; }
.story-support { max-width: 650px; margin: -12px auto 28px; text-align: center; color: var(--em-navy); font-size: .95rem; line-height: 1.7; }
.story-support + .story-intro { margin-top: -16px; }
.story-action { display: flex; flex-direction: column; align-items: center; gap: 18px; max-width: 760px; margin: 32px auto 0; padding: 26px 24px; border: 1px solid #dfe6ee; border-radius: 18px; background: rgb(255 255 255 / 70%); box-shadow: 0 4px 16px rgb(11 35 66 / 3%); text-align: center; }
.story-action-note { margin: 0; color: var(--em-navy); font-size: .95rem; line-height: 1.6; }
.story-action .button-row { justify-content: center; gap: 12px; }
.story-action .em-button { min-height: 48px; border-radius: 10px; }
@media (max-width: 480px) {
  .story-action { padding: 22px 16px; }
  .story-action .button-row { width: 100%; }
  .story-action .em-button { width: 100%; }
}
@media (hover: hover) {
  .showcase-card:hover > img { transform: scale(1.035); }
  .testimonial-card:hover { transform: translateY(-3px); box-shadow: var(--em-shadow-md); }
}
@media (max-width: 1199px) {
  .official-brand { max-width: 260px; }
  .showcase-grid { grid-template-rows: repeat(2, 205px); gap: 16px; }
}
@media (max-width: 1024px) {
  .showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: 280px; }
  .showcase-card--1 { grid-row: auto; }
  .showcase-card--4 { grid-column: auto; }
  .showcase-card--1 figcaption { font-size: .86rem; bottom: 20px; left: 22px; }
}
@media (max-width: 767px) {
  .official-brand > img { width: 49px; height: 49px; flex-basis: 49px; }
  .official-brand .brand-wordmark strong { font-size: .85rem; }
  .official-brand .brand-wordmark > span { font-size: .55rem; max-width: 145px; }
  .availability-badge { margin-bottom: 14px; }
  .showcase-grid { grid-auto-rows: 240px; }
}
@media (max-width: 600px) {
  .showcase-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .showcase-card { aspect-ratio: 3 / 2; }
  .showcase-card--1 > img, .showcase-card--4 > img { object-position: center; }
}
/* Tablet navigation switches before desktop links become cramped. */
@media (max-width: 1199px) {
  .header-inner { flex-wrap: wrap; min-height: 78px; gap: 12px; }
  .site-branding { flex: 1; }
  .primary-navigation { order: 4; flex-basis: 100%; width: 100%; max-height: calc(100dvh - 155px); overflow-y: auto; }
  .menu { display: block; padding: 5px 0 15px; }
  .menu a { font-size: 0.9rem; padding: 12px; }
  .menu > li { border-bottom: 1px solid var(--em-border); }
  .menu-item-has-children > a { flex: 1; }
  .submenu-toggle { width: 44px; height: 44px; }
  .menu .sub-menu { position: static; flex-basis: 100%; width: 100%; max-width: 100%; box-shadow: none; border: 0; padding-block: 0; }
  .menu .sub-menu a { min-height: 44px; }
  .menu:not(.menu-enhanced) .sub-menu { display: block; }
  .hero-inner { min-height: 545px; }
  .hero-copy { width: 50%; }
  .hero .em-button { font-size: 0.8rem; padding-inline: 12px; }
  .hero-services { gap: 10px 15px; }
  .services-grid { gap: 15px; }
  .service-image { height: auto; }
  .service-body { padding-inline: 15px; }
  .service-body h3 { font-size: 0.97rem; }
  .storage-copy { padding: 35px 26px; }
  .process-grid { gap: 20px; }
  .process-card { flex-direction: column; align-items: flex-start; }
  .process-card:not(:last-child)::after { right: -18px; font-size: 18px; }
  .why-grid li { padding-inline: 10px; }
  .footer-grid { gap: 22px; grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr; }
  .footer-social { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; }
  .footer-social h2 { margin: 0; }
  .contact-rail { display: none; }
}
@media (max-width: 900px) {
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-card::after { display: none; }
  .hero h1 { font-size: 2.85rem; }
  .hero-copy { width: 54%; }
  .hero-art { left: 25%; }
  .hero::before { background: linear-gradient(90deg, #f5f9fd 3%, rgb(245 249 253 / 98%) 30%, rgb(245 249 253 / 80%) 43%, transparent 70%); }
  .hero-note { font-size: 1.05rem; max-width: 175px; right: 6px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .service-image { height: auto; }
  .service-body { padding: 28px 20px 22px; }
  .storage-section { grid-template-columns: 1fr 1fr; }
  .storage-ribbon { width: 160px; padding: 20px; left: 18px; bottom: 18px; }
  .storage-features { grid-template-columns: 1fr; gap: 12px; }
  .why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 0; }
  .why-grid li:nth-child(4) { border-right: none; }
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767px) {
  .primary-navigation { max-height: calc(100dvh - 190px - env(safe-area-inset-bottom)); overscroll-behavior-y: contain; }
  .admin-bar .primary-navigation { max-height: calc(100dvh - 236px - env(safe-area-inset-bottom)); }
  html { scroll-padding-top: 120px; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .admin-bar .site-header { top: 46px; }
  .utility-inner { min-height: 29px; font-size: 0.64rem; gap: 8px; justify-content: space-between; }
  .utility-message { padding-left: 8px; }
  .utility-contact { display: none; }
  .header-inner { min-height: 72px; gap: 9px; padding-block: 10px; }
  .site-branding { flex-basis: 150px; }
  .brand-wordmark strong { font-size: 1rem; }
  .brand-wordmark > span { font-size: 0.6rem; max-width: 185px; text-wrap: balance; }
  .custom-logo { max-width: 155px; max-height: 50px; }
  .header-actions { display: none; }
  .menu-toggle { font-size: 0.8rem; }
  .hero { display: flex; flex-direction: column; }
  .hero::before { display: none; }
  .hero-inner { min-height: 0; padding-block: 36px 28px; order: 0; display: block; }
  .hero-copy { width: 100%; max-width: 560px; }
  .hero h1 { font-size: clamp(2.6rem, 8vw, 3.7rem); max-width: 540px; margin-bottom: 17px; }
  .hero-description { max-width: 530px; font-size: 0.99rem; margin-bottom: 20px; }
  .hero-art { position: relative; inset: auto; height: 300px; width: 100%; z-index: 0; order: 1; }
  .hero-image { object-position: 60% 42%; }
  .hero-services { gap: 12px 22px; margin-bottom: 23px; }
  .hero-services li { font-size: 0.72rem; }
  .hero .em-button { font-size: 0.82rem; min-height: 48px; padding-inline: 15px; }
  .trust-strip { margin-top: 18px; gap: 10px 14px; }
  .trust-strip li { font-size: 0.65rem; }
  .hero-note { display: none; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: 1.8rem; }
  .section-heading > p:last-child:not(.em-eyebrow) { font-size: 0.9rem; }
  .services-grid { gap: 14px; }
  .service-image { height: auto; }
  .service-body { padding: 28px 15px 20px; }
  .service-body h3 { font-size: 1rem; }
  .service-body p { font-size: 0.76rem; }
  .storage-section { grid-template-columns: 1fr; }
  .storage-visual { min-height: 300px; }
  .storage-copy { padding: 33px 24px; max-width: none; }
  .storage-copy h2 { max-width: 540px; font-size: 1.95rem; }
  .storage-ribbon { width: 165px; }
  .storage-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .process-grid { grid-template-columns: 1fr; gap: 22px; }
  .process-card { flex-direction: row; align-items: center; padding: 24px 16px; }
  .process-card::after { display: none; }
  .process-icon { width: 45px; height: 45px; }
  .why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .why-grid h3 { font-size: 0.75rem; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .final-cta .button-row { width: 100%; }
  .final-cta .em-button { flex: 1; font-size: 0.82rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; padding-block: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .footer-signoff { max-width: none; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom > div { flex-direction: column; align-items: flex-start; gap: 12px; }
  .mobile-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); position: fixed; z-index: 45; inset: auto 0 0; background: white; box-shadow: 0 -3px 20px rgb(9 40 76 / 12%); padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); gap: 8px; }
  .mobile-actions .em-button { flex-direction: column; gap: 2px; padding: 5px; font-size: 0.68rem; min-height: 48px; }
  .mobile-actions .em-button:first-child { background: var(--em-navy); }
  .mobile-actions .em-button--whatsapp { border-color: #d6e2d9; }
}
@media (max-width: 480px) {
  .utility-message { font-size: 0.6rem; }
  .services-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-image { height: auto; }
  .service-image > img { object-fit: cover; object-position: center 48%; }
  .service-body h3 { font-size: 1.15rem; }
  .service-body p { font-size: 0.86rem; }
  .service-body { padding: 30px 20px 24px; }
  .hero .button-row { flex-direction: column; }
  .hero .em-button { width: 100%; }
  .hero-services { justify-content: space-between; gap: 10px; }
  .hero-services li { flex-direction: column; gap: 4px; }
  .hero-art { height: 250px; }
  .trust-strip { justify-content: space-between; gap: 8px; }
  .trust-strip li { font-size: 0.66rem; gap: 4px; }
  .process-grid { grid-template-columns: 1fr; gap: 20px; }
  .process-card { gap: 20px; padding: 23px; }
  .process-card h3 { font-size: 1rem; }
  .process-card p { font-size: 0.82rem; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 0; }
  .why-grid li:nth-child(2n) { border-right: 0; }
  .why-grid h3 { font-size: 0.85rem; }
  .why-grid li:last-child { grid-column: 1 / -1; }
  .storage-features { grid-template-columns: 1fr; }
  .final-cta .button-row { flex-direction: column; }
  .quote-dialog .quote-panel { padding: 32px 20px 24px; }
  .quote-panel h2 { font-size: 1.6rem; }
  .quote-services { grid-template-columns: 1fr; }
  .quote-panel .button-row { flex-direction: column; }
}
@media (max-width: 600px) { .admin-bar .site-header { top: 0; } }
@media (min-width: 1200px) and (max-width: 1390px) { .em-container { width: min(var(--em-container), calc(100% - 144px)); } .header-inner { gap: 10px; } .menu { gap: 0 8px; } .site-branding { flex-basis: 185px; } }
/* Hero-only finishing pass. All copy, media and actions keep their existing settings. */
.hero { background: #f1f4f7; }
.hero::before { background: linear-gradient(90deg, #edf2f7 0%, #f8f8f5 27%, rgb(248 248 245 / 97%) 36%, rgb(248 248 245 / 65%) 47%, transparent 65%), linear-gradient(0deg, rgb(243 246 248 / 35%), transparent 28%); }
.hero-inner { padding-block: 54px 46px; }
.hero-copy > .em-eyebrow { font-size: .72rem; letter-spacing: .14em; margin-bottom: 12px; }
.hero .availability-badge { gap: 8px; padding: 7px 12px; margin-bottom: 21px; background: rgb(255 255 255 / 92%); border-color: #dce3e9; box-shadow: 0 4px 14px rgb(11 35 66 / 5%); font-size: .73rem; }
.hero .availability-badge .em-icon { width: 19px; height: 19px; padding: 2px; border-radius: 50%; background: #fff1f3; }
.hero h1 { font-size: clamp(2.55rem, 4.15vw, 4rem); line-height: 1.08; letter-spacing: -.042em; margin-bottom: 22px; text-wrap: balance; }
.hero-description { max-width: 440px; font-size: clamp(.98rem, 1.12vw, 1.06rem); line-height: 1.8; margin-bottom: 24px; color: #45576d; }
.hero-services { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; max-width: 440px; margin-bottom: 25px; }
.hero-services li { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 7px; padding: 10px 8px; min-height: 44px; background: rgb(255 255 255 / 78%); border: 1px solid #dfe5eb; border-radius: 10px; box-shadow: 0 3px 9px rgb(11 35 66 / 3%); font-size: .71rem; font-weight: 650; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.hero-services li span { overflow-wrap: anywhere; }
.hero-services .em-icon { width: 21px; height: 21px; padding: 0; }
.hero .button-row { gap: 12px; }
.hero .em-button { min-height: 52px; padding: 14px 19px; border-radius: 10px; font-size: .85rem; }
.hero a.em-button:not(.em-button--whatsapp) { box-shadow: 0 7px 20px rgb(202 9 36 / 17%), inset 0 -1px 0 rgb(0 0 0 / 8%); }
.hero a.em-button--whatsapp { background: #fff; border-color: #bfcbd7; box-shadow: 0 5px 15px rgb(11 35 66 / 5%); }
.hero .em-button .em-icon { transition: transform 180ms ease; }
.hero .trust-strip { width: 100%; max-width: 440px; gap: 12px 16px; justify-content: space-between; margin-top: 24px; padding-top: 18px; border-color: #d9e1e8; }
.hero .trust-strip li { font-size: .69rem; gap: 6px; }
.hero .trust-strip .em-icon { width: 18px; height: 18px; }
.hero-note { max-width: 202px; padding: 16px 19px; bottom: 24px; right: 18px; background: rgb(255 255 255 / 89%); border-color: rgb(255 255 255 / 85%); border-radius: 13px; font-size: 1.1rem; line-height: 1.45; transform: rotate(-1.5deg); box-shadow: 0 8px 26px rgb(11 35 66 / 10%); backdrop-filter: blur(8px); }
.hero-note span { width: 66px; height: 2px; margin-top: 8px; transform: rotate(-4deg); }
@media (hover: hover) {
  .hero-services li:hover { transform: translateY(-2px); border-color: #c8d4df; box-shadow: 0 6px 16px rgb(11 35 66 / 7%); }
  .hero a.em-button:not(.em-button--whatsapp):hover .em-icon { transform: translateX(3px); }
  .hero a.em-button--whatsapp:hover { border-color: #94af9f; background: #fbfefc; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero h1 { font-size: clamp(2.55rem, 4.55vw, 3.05rem); }
  .hero-services { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 360px; }
  .hero-services li { justify-content: flex-start; padding-inline: 12px; }
  .hero .em-button { font-size: .79rem; padding-inline: 12px; }
  .hero::before { background: linear-gradient(90deg, #edf2f7 0%, #f8f8f5 29%, rgb(248 248 245 / 87%) 43%, transparent 72%); }
  .hero-note { max-width: 173px; font-size: .99rem; right: 8px; }
}
@media (max-width: 767px) {
  .hero { background: linear-gradient(125deg, #edf2f7, #faf9f6); }
  .hero-inner { padding-block: 32px 27px; }
  .hero h1 { font-size: clamp(2.55rem, 7.5vw, 3.55rem); max-width: 520px; margin-bottom: 18px; }
  .hero .availability-badge { margin-bottom: 19px; }
  .hero-description { max-width: 520px; margin-bottom: 22px; line-height: 1.75; }
  .hero-services { max-width: 520px; margin-bottom: 23px; }
  .hero .trust-strip { max-width: 520px; margin-top: 21px; }
  .hero-art { height: clamp(250px, 52vw, 360px); }
  .hero-image { object-position: 60% 35%; }
  .hero-note { display: none; }
}
@media (max-width: 480px) {
  .hero-services { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .hero-services li { justify-content: flex-start; padding-inline: 14px; font-size: .75rem; }
  .hero .button-row { gap: 11px; }
  .hero .trust-strip { gap: 10px 7px; }
  .hero .trust-strip li { font-size: .65rem; gap: 4px; }
  .hero .trust-strip .em-icon { width: 16px; height: 16px; }
}
@keyframes em-hero-rise { from { opacity: .4; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes em-hero-image { from { opacity: .8; transform: scale(1.012); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > .em-eyebrow, .hero-copy > .availability-badge, .hero h1, .hero-description, .hero .button-row { animation: em-hero-rise 420ms var(--em-ease) both; }
  .hero-services li { animation: em-hero-rise 380ms var(--em-ease) backwards; }
  .hero-services li:nth-child(2) { animation-delay: 45ms; }
  .hero-services li:nth-child(3) { animation-delay: 90ms; }
  .hero-services li:nth-child(n+4) { animation-delay: 135ms; }
  .hero .trust-strip { animation: em-hero-rise 450ms var(--em-ease) 100ms backwards; }
  .hero-image { animation: em-hero-image 600ms ease-out both; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-services li:hover, .hero a.em-button:hover .em-icon { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .service-card:hover, .service-card:focus-within, .em-button:hover, .showcase-card:hover > img, .testimonial-card:hover, .service-card:hover .service-arrow .em-icon { transform: none; }
}
