/* === Inner Pages (Unit 4) === */
/* About, Contact, Request a Quote, Hydraulic Hose Crimping, Privacy, Refund.
   Every rule below is scoped with "body:not(.home)" because several class names
   (icon-badge, why-item, final-cta, crimp-checklist, check-icon, step-item,
   step-number, eyebrow-dash) are also used by 20-home.css on the front page.
   The only unscoped, intentionally global rules are the header nav dropdown /
   off-canvas menu styling and the nav-fit media query at the bottom, which must
   apply site-wide including the homepage. */

/* --- Shared inner-page hero --- */
body:not(.home) .page-hero .overlay{
	background:
		repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 30px),
		repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 30px),
		linear-gradient(100deg, rgba(5,31,48,.92) 0%, rgba(7,47,71,.74) 45%, rgba(7,47,71,.4) 75%, rgba(7,47,71,.2) 100%)
	!important;
}
body:not(.home) .page-hero-policy .overlay{
	background: linear-gradient(180deg, rgba(5,31,48,.88) 0%, rgba(7,47,71,.8) 100%) !important;
}
body:not(.home) .page-hero .text-box{max-width:680px}
body:not(.home) .page-hero-crumbs{display:block;color:#fff;opacity:.78;font-size:13px;margin-bottom:1em;letter-spacing:.01em}
body:not(.home) .page-hero-crumbs a{display:inline-block;padding:15px 0;margin:-15px 0;color:#fff;text-decoration:none}
body:not(.home) .page-hero-crumbs a:hover{text-decoration:underline}
body:not(.home) .page-hero-eyebrow{display:flex;align-items:center;gap:10px;color:#F3FBF8;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:13px;margin-bottom:.8em;text-shadow:0 1px 6px rgba(5,31,48,.4)}
body:not(.home) .page-hero-eyebrow .eyebrow-dash{display:inline-block;width:28px;height:2px;background:#5FE0B0;flex:0 0 auto}
body:not(.home) .page-hero h1{color:#fff;font-size:38px;line-height:1.18;margin-bottom:.4em;text-shadow:0 2px 20px rgba(5,31,48,.35)}
body:not(.home) .page-hero-policy h1{margin-bottom:0}
body:not(.home) .page-hero-sub{color:#fff;opacity:.94;font-size:16px;max-width:560px;margin-bottom:0}
/* Hero button pairs: no wrapping div (it would split across UX Builder text chunks and
   get auto-closed by TinyMCE); spacing comes from margin on each [button class="page-hero-btn"]. */
body:not(.home) .page-hero-btn{margin:1.4em 12px 0 0;box-shadow:0 10px 24px rgba(5,31,48,.28)}
body:not(.home) .page-hero-btn:last-child{margin-right:0}

/* Section eyebrow used inside body sections (matches hero eyebrow) */
body:not(.home) .section-eyebrow{display:flex;align-items:center;gap:10px;color:#057F5C;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:13px;margin-bottom:.8em}
body:not(.home) .section-eyebrow .eyebrow-dash{display:inline-block;width:28px;height:2px;background:#057F5C;flex:0 0 auto}

/* Shared icon badge (reused across inner pages) */
body:not(.home) .icon-badge{flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:#EAF1F6;display:flex;align-items:center;justify-content:center;color:#0B4A6F;box-shadow:inset 0 0 0 1px rgba(11,74,111,.08);transition:background-color .2s ease,color .2s ease,transform .2s ease}
body:not(.home) .icon-badge-lg{width:56px;height:56px}
body:not(.home) .icon-badge-dark{background:rgba(255,255,255,.1);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}

/* Shared checklist */
body:not(.home) .crimp-checklist{list-style:none;margin:0 0 1.6em;padding:0}
body:not(.home) .crimp-checklist li{display:flex;align-items:center;gap:10px;margin-bottom:.65em;color:var(--color-text);font-weight:500}
body:not(.home) .crimp-checklist .check-icon{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:#E6F4EE;color:var(--color-secondary);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px rgba(5,127,92,.08)}

/* Shared final CTA banner */
body:not(.home) .final-cta .overlay{
	background:
		repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 1px, transparent 1px 34px),
		repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 34px),
		linear-gradient(180deg, rgba(5,31,48,.55) 0%, rgba(5,31,48,.86) 100%)
	!important;
}
body:not(.home) .final-cta h2{color:#fff;font-size:32px;margin-bottom:.5em}
body:not(.home) .final-cta p{color:#fff;opacity:.94;font-size:16px;margin-bottom:1.5em}
/* CTA button pairs: no wrapping div (see .page-hero-btn note above); the text_box is
   already centered, so inline-block buttons with side margins wrap and center naturally. */
body:not(.home) .final-cta-btn{margin:6px 8px;box-shadow:0 10px 24px rgba(5,31,48,.3)}

/* Stronger, more uniformly navy overlay for the About and Hose Crimping closing CTAs
   (both reuse the dusk port-crane photo, which otherwise shows too much warm sky). */
body:not(.home) .about-cta .overlay,
body:not(.home) .hc-cta .overlay{
	background: linear-gradient(160deg, rgba(5,31,48,.93) 0%, rgba(7,47,71,.9) 55%, rgba(7,47,71,.85) 100%) !important;
}

/* Shared step items (How It Works) */
body:not(.home) .step-item{text-align:center}
body:not(.home) .step-number{width:48px;height:48px;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 10px 22px rgba(11,74,111,.25)}
body:not(.home) .step-item h3{margin-bottom:.4em}
body:not(.home) .step-item p{color:var(--color-text-muted);font-size:15px}

/* === About (page 19) === */
/* .page-id-19 is a class on <body> itself, not a descendant, so it must be chained
   directly onto "body" (body.page-id-19 …), not used as a descendant combinator.
   ux_image has no image_radius attribute, so the rounded corners and shadow are CSS-only. */
body.page-id-19 .about-story-img img,
body:not(.home) .hc-offer-img img{border-radius:8px;box-shadow:0 20px 50px rgba(11,74,111,.18),0 4px 14px rgba(11,74,111,.1)}
body:not(.home) .about-story-text p{color:var(--color-text-muted);font-size:16px}

body:not(.home) .about-mv .title{margin-bottom:1.6em}
/* Card background/border/padding go on .col-inner (not the .col itself), so the
   col's own gutter padding stays intact as the gap between cards and screen edges
   (matching the safe pattern used on Home; putting a filled box directly on .col
   makes adjacent cards touch with no gap, since .col padding sits inside the box). */
body:not(.home) .mv-card{text-align:center}
body:not(.home) .mv-card .col-inner{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:40px 32px;box-shadow:0 2px 8px rgba(11,74,111,.05),0 10px 24px rgba(11,74,111,.04);transition:transform .3s ease,box-shadow .3s ease;height:100%}
body:not(.home) .mv-card:hover .col-inner{transform:translateY(-6px);box-shadow:0 4px 12px rgba(11,74,111,.08),0 22px 44px rgba(11,74,111,.16)}
body:not(.home) .mv-card .icon-badge{margin:0 auto 18px}
body:not(.home) .mv-card p{color:var(--color-text-muted);font-size:15px}

body:not(.home) .about-wwd .wwd-intro p{color:var(--color-text-muted);font-size:16px;max-width:680px;margin:0 auto}
body:not(.home) .about-wwd .row{justify-content:center}
body:not(.home) .wwd-card .featured-box{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:32px 26px;height:100%;box-shadow:0 2px 8px rgba(11,74,111,.05),0 10px 24px rgba(11,74,111,.04);transition:transform .3s ease,box-shadow .3s ease}
body:not(.home) .wwd-card .featured-box:hover{transform:translateY(-6px);box-shadow:0 4px 12px rgba(11,74,111,.08),0 22px 44px rgba(11,74,111,.16)}
body:not(.home) .wwd-card .featured-box .icon-badge{margin-bottom:18px}
body:not(.home) .wwd-card .icon-box-text h3{margin-bottom:.4em}
body:not(.home) .wwd-card .icon-box-text p{color:var(--color-text-muted);font-size:15px;margin-bottom:0}

body:not(.home) .about-why .why-item{text-align:center}
body:not(.home) .about-why .icon-badge{margin:0 auto 16px;box-shadow:0 8px 20px rgba(11,74,111,.12)}
body:not(.home) .about-why .why-item:hover .icon-badge{background:#0B4A6F;color:#fff;transform:scale(1.06)}
body:not(.home) .about-why .why-item h3{margin-bottom:.4em}
body:not(.home) .about-why .why-item p{color:var(--color-text-muted);font-size:15px}

body:not(.home) .about-industries{background:linear-gradient(160deg,#072F47 0%,#051F30 100%)}
body:not(.home) .about-industries .industries-title h2,
body:not(.home) .about-industries .title h2{color:#fff}
body:not(.home) .industry-item{text-align:center}
body:not(.home) .industry-item .icon-badge-dark{margin:0 auto 12px;width:48px;height:48px}
body:not(.home) .industry-item:hover .icon-badge-dark{background:#057F5C;color:#fff}
body:not(.home) .industry-label{color:#fff;opacity:.92;font-size:14px;font-weight:600;margin:0}

/* Screen-reader-only utility (used for the Contact page's visible-to-AT-only H2) */
.visually-hidden{position:absolute!important;left:-9999px;top:auto;width:1px;height:1px;padding:0;margin:0;overflow:hidden;white-space:nowrap;border:0}

/* === Contact (page 23) === */
body:not(.home) .contact-card{text-align:center}
body:not(.home) .contact-card .col-inner{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:32px 20px;box-shadow:0 2px 8px rgba(11,74,111,.05),0 10px 24px rgba(11,74,111,.04);transition:transform .3s ease,box-shadow .3s ease;height:100%}
body:not(.home) .contact-card:hover .col-inner{transform:translateY(-6px);box-shadow:0 4px 12px rgba(11,74,111,.08),0 22px 44px rgba(11,74,111,.16)}
body:not(.home) .contact-card .icon-badge{margin:0 auto 16px}
body:not(.home) .contact-card h3{margin-bottom:.3em;font-size:17px}
body:not(.home) .contact-card p{margin-bottom:0;color:var(--color-text-muted);font-size:14.5px;overflow-wrap:normal;word-break:normal}
body:not(.home) .contact-card p a{display:inline-block;padding:10px 0;color:#0B4A6F;font-weight:600;text-decoration:none;white-space:nowrap}
body:not(.home) .contact-card p a:hover{color:var(--color-secondary-hover)}

/* .contact-form-card is now a class on the [col] itself (see p23), so the box goes on
   .col-inner to keep the col's own gutter padding intact (same pattern as .contact-card). */
body:not(.home) .contact-form-card .col-inner{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:40px;box-shadow:0 2px 8px rgba(11,74,111,.05),0 16px 36px rgba(11,74,111,.06)}
body:not(.home) .contact-form-card h2{margin-bottom:.3em}
body:not(.home) .contact-form-lead{color:var(--color-text-muted);font-size:15px;margin-bottom:1.6em}
body:not(.home) .contact-quote-link{margin-top:1.4em;margin-bottom:0;font-size:14px;color:var(--color-text-muted);border-top:1px solid var(--color-border);padding-top:1.4em}
body:not(.home) .contact-quote-link a{display:inline-block;padding:10px 0;color:var(--color-secondary);font-weight:600;text-decoration:none}
body:not(.home) .contact-quote-link a:hover{color:var(--color-secondary-hover);text-decoration:underline}

body:not(.home) .contact-map-wrap{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(11,74,111,.05),0 16px 36px rgba(11,74,111,.08);margin-bottom:28px}
body:not(.home) .contact-map-wrap iframe{width:100%;height:320px;border:0;display:block}
body:not(.home) .contact-side-note{background:#F3F6F9;border-radius:8px;padding:28px;border:1px solid var(--color-border)}
body:not(.home) .contact-side-note h3{margin-bottom:.5em}
body:not(.home) .contact-side-note p{color:var(--color-text-muted);font-size:15px;margin-bottom:0}

/* --- Contact Form 7 restyle (general contact form + quote form) ---
   CF7 wraps every field as: <p><label>Text<br><span class="wpcf7-form-control-wrap">
   <input/select/textarea></span></label></p>, and wraps every radio/checkbox option as:
   <label><input type="radio|checkbox"><span class="wpcf7-list-item-label">Text</span></label>
   (no <br>, no form-control-wrap). We give the two kinds of <label> different layouts:
   field labels stack (text above control), option labels sit in a row (control beside text). */
body:not(.home) .contact-form-card .wpcf7-form,
body:not(.home) .quote-form-card .wpcf7-form{margin:0}
body:not(.home) .contact-form-card .wpcf7-form p,
body:not(.home) .quote-form-card .wpcf7-form p{margin:0 0 18px 0}
body:not(.home) .contact-form-card .wpcf7-form p:last-child,
body:not(.home) .quote-form-card .wpcf7-form p:last-child{margin-bottom:0}
body:not(.home) .contact-form-card .wpcf7-form label,
body:not(.home) .quote-form-card .wpcf7-form label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:var(--color-text);font-size:14px;margin:0}
body:not(.home) .contact-form-card .wpcf7-form label br,
body:not(.home) .quote-form-card .wpcf7-form label br{display:none}
/* Radio / checkbox option labels: row layout, control beside its text */
body:not(.home) .contact-form-card .wpcf7-form label:has(.wpcf7-list-item-label),
body:not(.home) .quote-form-card .wpcf7-form label:has(.wpcf7-list-item-label){
	display:flex;flex-direction:row;align-items:center;gap:8px;font-weight:400;
	min-height:44px;cursor:pointer;
}
body:not(.home) .contact-form-card .wpcf7-form input[type="text"],
body:not(.home) .contact-form-card .wpcf7-form input[type="email"],
body:not(.home) .contact-form-card .wpcf7-form input[type="tel"],
body:not(.home) .contact-form-card .wpcf7-form textarea,
body:not(.home) .quote-form-card .wpcf7-form input[type="text"],
body:not(.home) .quote-form-card .wpcf7-form input[type="email"],
body:not(.home) .quote-form-card .wpcf7-form input[type="tel"],
body:not(.home) .quote-form-card .wpcf7-form textarea,
body:not(.home) .quote-form-card .wpcf7-form select{
	display:block;width:100%;max-width:none;padding:13px 16px;border:1px solid var(--color-border);border-radius:6px;
	font-size:15px;line-height:1.5;font-family:inherit;color:var(--color-text);background:#fff;
	transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box;
}
body:not(.home) .contact-form-card .wpcf7-form textarea,
body:not(.home) .quote-form-card .wpcf7-form textarea{min-height:140px;resize:vertical}
/* Text-field focus ring (excludes radio/checkbox, which get their own focus-visible
   outline below so :focus-visible outline:none never leaves them without any indicator). */
body:not(.home) .contact-form-card .wpcf7-form input:not([type="radio"]):not([type="checkbox"]):focus,
body:not(.home) .contact-form-card .wpcf7-form textarea:focus,
body:not(.home) .quote-form-card .wpcf7-form input:not([type="radio"]):not([type="checkbox"]):focus,
body:not(.home) .quote-form-card .wpcf7-form textarea:focus,
body:not(.home) .quote-form-card .wpcf7-form select:focus{
	outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px rgba(5,127,92,.35);
}
body:not(.home) .contact-form-card input[type="radio"]:focus-visible,
body:not(.home) .contact-form-card input[type="checkbox"]:focus-visible,
body:not(.home) .quote-form-card input[type="radio"]:focus-visible,
body:not(.home) .quote-form-card input[type="checkbox"]:focus-visible{
	outline:2px solid #057F5C;outline-offset:2px;
}
body:not(.home) .quote-form-card .wpcf7-form select{
	appearance:none;-webkit-appearance:none;height:auto;padding-top:13px;padding-bottom:13px;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235B6B7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat:no-repeat;background-position:right 14px center;background-size:16px;padding-right:40px;
}
body:not(.home) .contact-form-card .wpcf7-form .wpcf7-form-control-wrap,
body:not(.home) .quote-form-card .wpcf7-form .wpcf7-form-control-wrap{display:block;width:100%}
/* Two-column rows (name|company, email|phone) on desktop, stacked on mobile */
body:not(.home) .quote-form-row{display:flex;gap:20px;flex-wrap:wrap}
body:not(.home) .quote-form-row > p{flex:1 1 calc(50% - 10px);min-width:220px;margin-bottom:0}
body:not(.home) .quote-form-group{margin:0 0 18px 0;border:0;padding:0}
body:not(.home) .quote-form-group-label{display:block;font-weight:600;color:var(--color-text);font-size:14px;margin-bottom:.6em;padding:0}
body:not(.home) .quote-form-group .wpcf7-radio,
body:not(.home) .quote-form-group .wpcf7-acceptance{display:flex;flex-wrap:wrap;gap:20px}
body:not(.home) .quote-form-group .wpcf7-list-item{margin:0}
body:not(.home) .quote-form-checkbox-group .wpcf7-acceptance{gap:10px;align-items:flex-start}
body:not(.home) .quote-form-checkbox-group label:has(.wpcf7-list-item-label){align-items:flex-start;min-height:0}
body:not(.home) .quote-form-checkbox-group .wpcf7-list-item-label{font-size:14px;color:var(--color-text-muted)}
body:not(.home) .quote-form-checkbox-group .wpcf7-list-item-label a{color:var(--color-secondary);text-decoration:underline}
body:not(.home) .contact-form-card input[type="radio"],
body:not(.home) .contact-form-card input[type="checkbox"],
body:not(.home) .quote-form-card input[type="radio"],
body:not(.home) .quote-form-card input[type="checkbox"]{width:19px;height:19px;flex:0 0 auto;accent-color:var(--color-secondary);margin:0}
body:not(.home) .contact-form-card .wpcf7-form input[type="submit"],
body:not(.home) .quote-form-card .wpcf7-form input[type="submit"]{
	display:block;width:100%;background:#057F5C;color:#fff;border:none;border-radius:6px;
	padding:15px 20px;font-size:15px;font-weight:700;letter-spacing:.02em;cursor:pointer;
	transition:background-color .2s ease,transform .2s ease;box-shadow:0 10px 24px rgba(5,127,92,.25);
}
body:not(.home) .contact-form-card .wpcf7-form input[type="submit"]:hover,
body:not(.home) .quote-form-card .wpcf7-form input[type="submit"]:hover{background:#046A4D;transform:translateY(-2px)}
body:not(.home) .contact-form-card .wpcf7-spinner,
body:not(.home) .quote-form-card .wpcf7-spinner{margin-left:10px}
body:not(.home) .contact-form-card .wpcf7-not-valid-tip,
body:not(.home) .quote-form-card .wpcf7-not-valid-tip{color:#B3261E;font-size:13px;margin-top:.4em}
body:not(.home) .contact-form-card .wpcf7-response-output,
body:not(.home) .quote-form-card .wpcf7-response-output{border-radius:6px;padding:14px 16px;font-size:14px;margin:20px 0 0}

/* === Request a Quote (page 35) === */
/* .quote-form-card is now a class on the [col] itself (see p35), so the box goes on
   .col-inner to keep the col's own gutter padding intact (same pattern as .contact-card). */
body:not(.home) .quote-form-card .col-inner{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:40px;box-shadow:0 2px 8px rgba(11,74,111,.05),0 16px 36px rgba(11,74,111,.06)}
body:not(.home) .quote-form-card h2{margin-bottom:.3em}
body:not(.home) .quote-form-lead{color:var(--color-text-muted);font-size:15px;margin-bottom:1.6em}

body:not(.home) .quote-steps-card,
body:not(.home) .quote-contact-card{background:#F3F6F9;border:1px solid var(--color-border);border-radius:8px;padding:28px 28px;margin-bottom:24px}
body:not(.home) .quote-steps-card h3,
body:not(.home) .quote-contact-card h3{margin-bottom:1em}
body:not(.home) .quote-steps-list{list-style:none;margin:0;padding:0}
body:not(.home) .quote-steps-list li{display:flex;align-items:flex-start;gap:14px;margin-bottom:1.3em}
body:not(.home) .quote-steps-list li:last-child{margin-bottom:0}
body:not(.home) .quote-step-num{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}
body:not(.home) .quote-step-text{color:var(--color-text);font-size:15px;padding-top:.2em}
body:not(.home) .quote-contact-list{list-style:none;margin:0;padding:0}
body:not(.home) .quote-contact-list li{display:flex;align-items:center;gap:12px;margin-bottom:14px;color:var(--color-text);font-size:15px}
body:not(.home) .quote-contact-list li:last-child{margin-bottom:0}
body:not(.home) .quote-contact-list .icon-badge{width:38px;height:38px}
body:not(.home) .quote-contact-list li{min-height:44px}
body:not(.home) .quote-contact-list a{display:inline-block;padding:10px 0;color:#0B4A6F;font-weight:600;text-decoration:none}
body:not(.home) .quote-contact-list a:hover{color:var(--color-secondary-hover)}

/* === Hydraulic Hose Crimping (new page) === */
body:not(.home) .hc-offer-text p{color:var(--color-text-muted);font-size:16px}
body:not(.home) .hc-app-intro p{color:var(--color-text-muted);font-size:16px;max-width:720px;margin:0 auto}
body:not(.home) .hc-app-item{text-align:center}
body:not(.home) .hc-app-item .icon-badge{margin:0 auto 16px;box-shadow:0 8px 20px rgba(11,74,111,.12)}
body:not(.home) .hc-app-item:hover .icon-badge{background:#0B4A6F;color:#fff;transform:scale(1.06)}
body:not(.home) .hc-app-item h3{margin-bottom:.4em}
body:not(.home) .hc-app-item p{color:var(--color-text-muted);font-size:15px}

body:not(.home) .hc-faq-col{margin:0 auto;float:none}
/* Flatsome 3.19's [accordion] renders .accordion-title / .accordion-inner (not
   .panel-title / .panel-inner, which don't exist and matched nothing). */
body:not(.home) .hc-accordion .accordion-item,
body:not(.home) .hc-accordion .accordion-item .accordion-title{border-color:var(--color-border)}
body:not(.home) .hc-accordion{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(11,74,111,.05),0 10px 24px rgba(11,74,111,.04)}
body:not(.home) .hc-accordion .accordion-title a{padding:18px 22px;font-weight:600;color:var(--color-text)}
body:not(.home) .hc-accordion .accordion-title a:hover{color:var(--color-secondary)}
body:not(.home) .hc-accordion .accordion-inner{padding:0 22px 20px}
body:not(.home) .hc-accordion .accordion-inner p{color:var(--color-text-muted);margin-bottom:0}

/* === Privacy & Refund policy pages === */
body:not(.home) .policy-section{display:flex;justify-content:center}
body:not(.home) .policy-body{margin:0 auto;float:none}
body:not(.home) .policy-body h2{margin-top:1.6em;margin-bottom:.5em;font-size:22px}
body:not(.home) .policy-body h2:first-child{margin-top:0}
body:not(.home) .policy-body h3{margin-top:1.2em;margin-bottom:.5em;font-size:17px}
body:not(.home) .policy-body p,
body:not(.home) .policy-body li{color:var(--color-text-muted);font-size:15.5px;line-height:1.7}
body:not(.home) .policy-body ul,
body:not(.home) .policy-body ol{margin-bottom:1.2em}
body:not(.home) .policy-body hr{border:none;border-top:1px solid var(--color-border);margin:2em 0}
body:not(.home) .policy-body a{display:inline-block;padding:4px 0}

/* === Main menu dropdown (global: applies site-wide, including the homepage) ===
   Scoped to "> li.menu-item-has-children" (a submenu-bearing top-level nav item),
   so it doesn't also restyle the header search dropdown, which lives in the same
   .header-nav but isn't a menu-item-has-children. */
.header-nav > li.menu-item-has-children > .nav-dropdown{background:#fff;border-radius:8px;box-shadow:0 16px 40px rgba(11,74,111,.18),0 4px 12px rgba(11,74,111,.08);border:1px solid var(--color-border);padding:10px 0;min-width:260px}
.header-nav > li.menu-item-has-children > .nav-dropdown .nav-dropdown{margin-top:0}
.header-nav > li.menu-item-has-children > .nav-dropdown li a{padding:11px 22px;color:var(--color-text);font-size:14px;font-weight:500;transition:background-color .15s ease,color .15s ease}
.header-nav > li.menu-item-has-children > .nav-dropdown li a:hover,
.header-nav > li.menu-item-has-children > .nav-dropdown li.active a{background-color:#F3F6F9;color:var(--color-secondary)}
.header-nav > li.menu-item-has-children > a .icon-angle-down{margin-left:4px}
.header-nav .all-products-link{border-bottom:1px solid var(--color-border);margin-bottom:6px;padding-bottom:6px}
.header-nav .all-products-link > a{font-weight:700}

/* Off-canvas mobile submenu (global). Flatsome 3.19's off-canvas menu renders submenus
   as ul.sub-menu.nav-sidebar-ul.children, not #main-menu .nav-dropdown. */
#main-menu ul.sub-menu.nav-sidebar-ul.children{background:rgba(255,255,255,.04)}
#main-menu ul.sub-menu.nav-sidebar-ul.children li a{padding-left:32px}

/* Nav-fit fix (global): the primary nav (Home/Products/Hose Crimping/About Us/Contact)
   can collide with the search icon in a narrow band just above 850px. Reduce inter-item
   spacing there instead of forcing a smaller font across the whole 850-999px range, and
   avoid !important so it doesn't fight Unit 1's own header padding rule. */
@media (max-width:869px){
	.nav-spacing-medium > li{margin:0 2px}
	.header-nav.nav > li > a{font-size:12px}
}

/* Tablet tweaks */
@media (max-width:849px){
	body:not(.home) .page-hero h1{font-size:30px}
	body:not(.home) .page-hero-eyebrow{font-size:12px}
	body:not(.home) .final-cta h2{font-size:27px}
}

/* Mobile tweaks (<550px) */
@media (max-width:549px){
	body:not(.home) .page-hero h1{font-size:25px}
	body:not(.home) .page-hero-eyebrow{font-size:12px}
	body:not(.home) .page-hero-sub{font-size:14px;max-width:none}
	body:not(.home) .page-hero-btns{gap:12px}
	body:not(.home) .about-mv .mv-card .col-inner{padding:28px 22px}
	body:not(.home) .wwd-card .featured-box{padding:26px 20px}
	body:not(.home) .contact-form-card .col-inner,
	body:not(.home) .quote-form-card .col-inner{padding:24px 20px}
	body:not(.home) .quote-steps-card,
	body:not(.home) .quote-contact-card{padding:22px}
	body:not(.home) .contact-side-note{padding:22px}
	body:not(.home) .final-cta h2{font-size:23px}
	body:not(.home) .final-cta p{font-size:15px}
	body:not(.home) .icon-badge{width:44px;height:44px}
	body:not(.home) .icon-badge svg{width:22px;height:22px}
}
