:root {
  --ufun-coral: #d83232;
  --ufun-purple: #8c5ce6;
  --ufun-orange: #ff9f1c;
  --ufun-mint: #49d1ae;
  --ufun-sky: #66c9f3;
  --ufun-navy: #182742;
  --ufun-cream: #fffdf8;
  --ufun-ink: #2e3345;
  --ufun-muted: #697085;
  --ufun-border: #e8e1d9;
  --ufun-rounded: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --ufun-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ufun-shadow: 0 16px 40px rgba(38, 54, 84, 0.10);
  --ufun-radius: 24px;
  --ufun-small-radius: 15px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ufun-cream);
  color: var(--ufun-ink);
  font-family: var(--ufun-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--ufun-purple); text-decoration: none; }
a:hover { color: var(--ufun-coral); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.65em;
  color: var(--ufun-navy);
  font-family: var(--ufun-rounded);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.45rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--ufun-orange); outline-offset: 3px; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px;
  margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important; clip-path: none; display: block; height: auto; left: 10px; top: 10px; width: auto;
  z-index: 100000; background: #fff; color: var(--ufun-navy); padding: 14px 20px; border-radius: 10px;
}
.ufun-container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.ufun-narrow { width: min(820px, calc(100% - 40px)); }
.ufun-main { min-height: 60vh; overflow: hidden; }

/* Header */
.ufun-topbar { background: var(--ufun-navy); color: #fff; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.05em; }
.ufun-topbar__inner { display: flex; justify-content: space-between; gap: 20px; padding-block: 8px; }
.ufun-header { position: relative; z-index: 50; background: #fff; border-bottom: 1px solid rgba(38,54,84,.1); }
.ufun-header__inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.ufun-brand { flex: 0 0 auto; }
.ufun-brand img { width: auto; height: 50px; max-width: 175px; object-fit: contain; }
.ufun-brand .custom-logo-link { display: block; }
.ufun-navigation { margin-left: auto; }
.ufun-menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: clamp(14px, 2.1vw, 30px); }
.ufun-menu li { margin: 0; }
.ufun-menu a { color: var(--ufun-navy); font-size: 0.82rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; }
.ufun-menu .current-menu-item > a, .ufun-menu a:hover { color: var(--ufun-coral); }
.ufun-menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; border-radius: 12px; background: #f5f1ff; padding: 10px; }
.ufun-menu-toggle span:not(.screen-reader-text) { display: block; height: 3px; margin: 4px 0; border-radius: 4px; background: var(--ufun-navy); transition: .2s ease; }

/* Buttons and small UI */
.ufun-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px;
  border: 2px solid transparent; border-radius: 999px; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.02em;
  text-align: center; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ufun-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(38,54,84,.14); }
.ufun-button--primary { color: #fff; background: var(--ufun-coral); }
.ufun-button--primary:hover { color: #fff; background: #ed4e59; }
.ufun-button--outline { color: var(--ufun-purple); border-color: var(--ufun-purple); background: transparent; }
.ufun-button--outline:hover { color: #fff; background: var(--ufun-purple); }
.ufun-button--soft { min-height: 42px; color: var(--ufun-navy); background: #fff7e8; border-color: #eedfca; }
.ufun-button--mini { min-height: 38px; padding: 8px 17px; color: #fff; background: var(--card-accent, var(--ufun-purple)); }
.ufun-button--light { color: var(--ufun-coral); background: #fff; }
.ufun-button--outline-light { color: #fff; border-color: #fff; background: transparent; }
.ufun-header-cta { white-space: nowrap; }
.ufun-pill { display: inline-flex; margin: 0 0 24px; padding: 7px 18px; color: #fff; border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .04em; }
.ufun-pill--purple { background: var(--ufun-purple); }
.ufun-pill--coral { background: var(--ufun-coral); }
.ufun-eyebrow { color: var(--ufun-coral); font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.ufun-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Section system */
.ufun-section { position: relative; padding: clamp(70px, 8vw, 112px) 0; }
.ufun-section--white { background: #fff; }
.ufun-section--cream { background: var(--ufun-cream); }
.ufun-section--sky { background: linear-gradient(135deg, #dff7ff 0%, #f4eaff 100%); }
.ufun-section--mint { background: #dff8f1; }
.ufun-section--purple { background: #eadfff; }
.ufun-section--coral { background: var(--ufun-coral); color: #fff; }
.ufun-section--navy { background: var(--ufun-navy); color: #fff; }
.ufun-section--coral h1, .ufun-section--coral h2, .ufun-section--coral h3,
.ufun-section--navy h1, .ufun-section--navy h2, .ufun-section--navy h3 { color: #fff; }
.ufun-section-heading { max-width: 760px; margin: 0 auto clamp(32px, 5vw, 52px); text-align: center; }
.ufun-section-heading--left { margin-inline: 0; text-align: left; }
.ufun-section-intro { color: var(--ufun-muted); }
.ufun-section--navy .ufun-section-intro, .ufun-section--coral .ufun-section-intro { color: rgba(255,255,255,.78); }
.ufun-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 34px; }
.ufun-heading-row .ufun-section-heading { margin-bottom: 0; }
.ufun-section-action { margin-top: 34px; text-align: center; }
.ufun-decor { position: absolute; z-index: 1; pointer-events: none; }
.ufun-decor--star { left: 3vw; top: 50px; color: #ffca39; font-size: 36px; transform: rotate(15deg); }
.ufun-decor--dot { right: 11vw; top: 38px; width: 15px; height: 15px; border-radius: 50%; background: var(--ufun-purple); }

/* Hero */
.ufun-hero { padding-block: clamp(55px, 7vw, 92px); }
.ufun-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -14px; height: 29px; background: radial-gradient(circle at 14px -1px, transparent 15px, var(--ufun-coral) 16px) 0 0 / 28px 28px repeat-x; transform: rotate(180deg); z-index: 2; }
.ufun-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.22fr; gap: clamp(34px, 6vw, 80px); align-items: center; }
.ufun-hero__copy h1 { margin-bottom: 24px; }
.ufun-hero__copy h1 span { display: block; }
.ufun-title-color-1 { color: var(--ufun-coral); }
.ufun-title-color-2 { color: var(--ufun-purple); }
.ufun-title-color-3 { color: var(--ufun-orange); }
.ufun-hero__intro { max-width: 590px; color: #5e6679; font-size: 1.05rem; }
.ufun-hero__pills { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 28px 0; }
.ufun-hero__pills span { display: flex; gap: 9px; align-items: center; padding: 10px 14px; border: 1px solid rgba(38,54,84,.13); border-radius: 999px; background: rgba(255,255,255,.85); font-size: .8rem; font-weight: 800; }
.ufun-hero__pills i { width: 14px; height: 14px; flex: 0 0 auto; border-radius: 50%; }
.ufun-dot-color-1 { background: var(--ufun-coral); } .ufun-dot-color-2 { background: var(--ufun-purple); }
.ufun-dot-color-3 { background: var(--ufun-mint); } .ufun-dot-color-4 { background: var(--ufun-orange); }
.ufun-hero__visual { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; padding: 20px; border-radius: 38px; background: rgba(255,255,255,.92); box-shadow: var(--ufun-shadow); }
.ufun-hero-card { position: relative; min-height: 190px; grid-column: span 2; overflow: hidden; border-radius: 24px; background: #f4edff; background: color-mix(in srgb, var(--card-accent) 20%, white); }
.ufun-hero-card:nth-child(n+4) { min-height: 180px; grid-column: span 3; }
.ufun-hero-card > span { position: absolute; z-index: 2; top: 13px; left: 14px; padding: 5px 12px; border-radius: 999px; color: #fff; background: var(--card-accent); font-size: .62rem; font-weight: 900; }
.ufun-hero-card__image { width: 100%; height: 100%; padding: 28px 10px 4px; object-fit: contain; transition: transform .25s ease; }
.ufun-hero-card:hover .ufun-hero-card__image { transform: scale(1.045) rotate(-1deg); }
.ufun-hero-card--empty { display: grid; place-items: center; color: var(--ufun-navy); }

/* Audience strip */
.ufun-audience-strip { padding: 31px 0 26px; }
.ufun-audience-strip .ufun-container { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px 18px; }
.ufun-audience-strip strong, .ufun-audience-strip span { color: inherit; font-size: .72rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.ufun-audience-strip span::before { content: "★"; margin-right: 18px; color: #fff3a8; }

/* Collection cards */
.ufun-collection-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.ufun-collection-card { overflow: hidden; border: 1px solid rgba(38,54,84,.09); border-radius: 22px; background: #fff0f3; background: color-mix(in srgb, var(--card-accent) 18%, white); transition: transform .22s ease, box-shadow .22s ease; }
.ufun-collection-card:hover { transform: translateY(-6px) rotate(-.35deg); box-shadow: var(--ufun-shadow); }
.ufun-collection-card__image { display: block; aspect-ratio: 1 / .95; overflow: hidden; }
.ufun-collection-card__photo { width: 100%; height: 100%; padding: 14px 10px 0; object-fit: contain; }
.ufun-collection-card__body { margin: 0 10px 10px; padding: 9px 8px; border-radius: 999px; background: #fff; text-align: center; }
.ufun-collection-card__body span { display: block; color: var(--card-accent); font-size: .56rem; font-weight: 900; }
.ufun-collection-card__body h3 { margin: 1px 0 0; font-size: .73rem; letter-spacing: 0; }
.ufun-collection-card__body h3 a { color: var(--ufun-navy); }
.ufun-collection-grid--archive { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ufun-collection-grid--archive .ufun-collection-card__image { aspect-ratio: 1.35 / 1; }
.ufun-collection-grid--archive .ufun-collection-card__body h3 { font-size: 1.05rem; }

/* Product cards */
.ufun-product-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 17px; }
.ufun-product-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ufun-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--ufun-border); border-radius: 20px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.ufun-product-card:hover { transform: translateY(-5px); box-shadow: var(--ufun-shadow); }
.ufun-product-card__image { position: relative; display: block; aspect-ratio: 1.15 / 1; margin: 7px; overflow: hidden; border-radius: 15px; background: #fff0f3; }
.ufun-product-card:nth-child(6n+2) .ufun-product-card__image { background: #fff4df; }
.ufun-product-card:nth-child(6n+3) .ufun-product-card__image { background: #fbe8f4; }
.ufun-product-card:nth-child(6n+4) .ufun-product-card__image { background: #e7f8f3; }
.ufun-product-card:nth-child(6n+5) .ufun-product-card__image { background: #e7f5ff; }
.ufun-product-card:nth-child(6n+6) .ufun-product-card__image { background: #eee8ff; }
.ufun-product-card__photo { width: 100%; height: 100%; object-fit: contain; padding: 8px; transition: transform .24s ease; }
.ufun-product-card:hover .ufun-product-card__photo { transform: scale(1.05); }
.ufun-product-card__badge { position: absolute; top: 8px; right: 8px; padding: 4px 8px; color: #fff; border-radius: 999px; background: var(--ufun-coral); font-size: .55rem; font-weight: 900; }
.ufun-product-card__body { padding: 4px 12px 13px; }
.ufun-product-card__sku { display: inline-flex; padding: 4px 9px; border-radius: 999px; color: #fff; background: var(--ufun-coral); font-size: .55rem; font-weight: 900; }
.ufun-product-card h3 { min-height: 2.35em; margin: 9px 0 5px; font-size: .8rem; line-height: 1.18; letter-spacing: -.01em; text-transform: uppercase; }
.ufun-product-card h3 a { color: var(--ufun-navy); }
.ufun-product-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 6px; color: var(--ufun-muted); font-size: .64rem; }
.ufun-product-card__footer a { color: var(--ufun-coral); font-weight: 900; }
.ufun-image-placeholder { display: grid; place-items: center; width: 100%; min-height: 180px; color: var(--ufun-orange); font-size: 60px; background: #fff4df; }

/* Seasonal stories */
.ufun-seasonal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.ufun-story-card { position: relative; min-height: 245px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 26px; color: #fff; background: var(--card-accent, var(--ufun-purple)); background: color-mix(in srgb, var(--card-accent) 78%, var(--ufun-navy)); box-shadow: 0 18px 36px rgba(38,54,84,.11); }
.ufun-story-card__copy { position: relative; z-index: 2; padding: 28px 0 26px 27px; }
.ufun-story-card h3 { color: #fff; font-size: 1.45rem; }
.ufun-story-card p { font-size: .83rem; opacity: .86; }
.ufun-story-card__image { position: absolute; right: -5%; bottom: -4%; width: 58%; height: 95%; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(0,0,0,.1)); transition: transform .25s ease; }
.ufun-story-card:hover .ufun-story-card__image { transform: translateY(-6px) rotate(2deg); }

/* Benefits, process, testimonials and FAQs */
.ufun-benefits-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
.ufun-benefit { text-align: center; }
.ufun-benefit > span { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 18px; border: 3px solid var(--item-accent); border-radius: 50%; color: var(--item-accent); font-family: var(--ufun-rounded); font-size: 1.1rem; font-weight: 900; background: #fff; }
.ufun-benefit h3 { margin-bottom: 8px; font-size: .83rem; text-transform: uppercase; }
.ufun-benefit p { color: var(--ufun-muted); font-size: .73rem; }
.ufun-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.ufun-process-step { display: flex; gap: 15px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.08); }
.ufun-process-step > span { width: 39px; height: 39px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ufun-coral); font-weight: 900; }
.ufun-process-step:nth-child(2) > span { background: var(--ufun-orange); }
.ufun-process-step:nth-child(3) > span { background: var(--ufun-mint); }
.ufun-process-step:nth-child(4) > span { background: var(--ufun-purple); }
.ufun-process-step h3 { margin: 2px 0 7px; font-size: .78rem; text-transform: uppercase; }
.ufun-process-step p { margin: 0; color: rgba(255,255,255,.7); font-size: .72rem; }
.ufun-testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ufun-testimonial { margin: 0; padding: 28px; border: 1px solid var(--ufun-border); border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(38,54,84,.06); }
.ufun-testimonial__mark { color: var(--ufun-coral); font-family: Georgia, serif; font-size: 3.5rem; line-height: .75; }
.ufun-testimonial footer { display: grid; margin-top: 18px; }
.ufun-testimonial footer span { color: var(--ufun-muted); font-size: .8rem; }
.ufun-faq-list { display: grid; gap: 12px; }
.ufun-faq { border: 1px solid var(--ufun-border); border-radius: 16px; background: #fff; }
.ufun-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; color: var(--ufun-navy); font-family: var(--ufun-rounded); font-weight: 900; cursor: pointer; list-style: none; }
.ufun-faq summary::-webkit-details-marker { display: none; }
.ufun-faq summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ufun-purple); transition: transform .2s ease; }
.ufun-faq[open] summary span { transform: rotate(45deg); }
.ufun-faq > div { padding: 0 20px 18px; color: var(--ufun-muted); }

/* Flexible and CTA modules */
.ufun-rich-section--split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.ufun-rich-section__image { width: 100%; border-radius: 28px; box-shadow: var(--ufun-shadow); }
.ufun-cta { padding: 62px 0; }
.ufun-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.ufun-cta__inner > div:first-child { max-width: 700px; }
.ufun-cta h2 { margin-bottom: 14px; }
.ufun-cta p { opacity: .85; }

/* Archive and generic pages */
.ufun-archive-hero, .ufun-page-hero { padding: clamp(62px, 8vw, 105px) 0; background: linear-gradient(135deg, #dff7ff, #f4eaff); text-align: center; }
.ufun-archive-hero h1, .ufun-page-hero h1 { margin-bottom: 18px; }
.ufun-archive-hero p, .ufun-archive-intro { max-width: 760px; margin-inline: auto; color: var(--ufun-muted); }
.ufun-catalog-search { max-width: 650px; display: flex; margin: 28px auto 0; padding: 5px; border: 1px solid rgba(38,54,84,.12); border-radius: 999px; background: #fff; box-shadow: 0 12px 30px rgba(38,54,84,.06); }
.ufun-catalog-search input { min-width: 0; flex: 1; border: 0; border-radius: 999px; padding: 10px 17px; color: var(--ufun-navy); background: transparent; }
.ufun-catalog-search button { border: 0; border-radius: 999px; padding: 10px 20px; color: #fff; background: var(--ufun-coral); font-size: .73rem; font-weight: 900; }
.ufun-filter-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 24px; }
.ufun-filter-pills a { padding: 7px 14px; border: 1px solid rgba(38,54,84,.12); border-radius: 999px; color: var(--ufun-navy); background: rgba(255,255,255,.75); font-size: .72rem; font-weight: 800; }
.ufun-filter-pills a:hover, .ufun-filter-pills a.is-active { color: #fff; background: var(--ufun-purple); border-color: var(--ufun-purple); }
.ufun-empty-state { padding: 60px 20px; text-align: center; }
.ufun-error-page { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ufun-error-page > span { font-size: 72px; }
.ufun-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.ufun-post-card { overflow: hidden; border: 1px solid var(--ufun-border); border-radius: 20px; background: #fff; }
.ufun-post-card img { width: 100%; aspect-ratio: 1.5/1; object-fit: cover; }
.ufun-post-card > div { padding: 24px; }
.ufun-post-card h2 { font-size: 1.4rem; }
.ufun-post-card h2 a { color: var(--ufun-navy); }
.ufun-entry-content { color: #454b5d; font-size: 1.03rem; }
.ufun-entry-content > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.ufun-entry-content > .alignwide { max-width: 1180px; }
.ufun-entry-content > .alignfull { max-width: none; }
.ufun-entry-content h2, .ufun-entry-content h3 { margin-top: 1.5em; }
.ufun-entry-content img { border-radius: 20px; }
.ufun-entry-content table { width: 100%; border-collapse: collapse; }
.ufun-entry-content th, .ufun-entry-content td { padding: 12px; border: 1px solid var(--ufun-border); }
.ufun-post-hero-image { margin-bottom: 35px; }
.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 10px; border-radius: 999px; color: var(--ufun-navy); background: #fff4e3; font-weight: 800; }
.page-numbers.current { color: #fff; background: var(--ufun-purple); }

/* Single product and collection */
.ufun-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; padding-block: 24px; color: var(--ufun-muted); font-size: .78rem; }
.ufun-product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 6vw, 80px); align-items: start; padding: 25px 0 90px; }
.ufun-product-detail__media { min-height: 520px; display: grid; place-items: center; border-radius: 32px; background: linear-gradient(145deg, #fff0f3, #f1ebff); }
.ufun-product-detail__image { width: 100%; max-height: 650px; object-fit: contain; padding: 25px; }
.ufun-product-detail__copy { padding-top: 15px; }
.ufun-product-detail__copy h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
.ufun-product-detail__intro { color: var(--ufun-muted); font-size: 1.06rem; }
.ufun-quote-note { display: inline-flex; padding: 8px 14px; border-radius: 999px; color: #a04600; background: #fff0cf; font-weight: 800; }
.ufun-spec-table { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 24px 0; border: 1px solid var(--ufun-border); border-radius: 18px; overflow: hidden; }
.ufun-spec-table > div { padding: 14px 16px; border-right: 1px solid var(--ufun-border); border-bottom: 1px solid var(--ufun-border); }
.ufun-spec-table dt { color: var(--ufun-muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.ufun-spec-table dd { margin: 3px 0 0; color: var(--ufun-navy); font-weight: 800; }
.ufun-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 18px; padding: 0; margin: 0 0 28px; list-style: none; }
.ufun-feature-list li { position: relative; padding-left: 24px; font-size: .88rem; }
.ufun-feature-list li::before { content: "★"; position: absolute; left: 0; color: var(--ufun-mint); }
.ufun-product-content { font-size: 1rem; }
.ufun-collection-hero { padding: clamp(60px, 8vw, 100px) 0; background: linear-gradient(135deg, #fff4e7, #f4eaff); }
.ufun-collection-hero__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.ufun-collection-hero__grid p { color: var(--ufun-muted); }
.ufun-collection-hero__image { width: 100%; max-height: 560px; object-fit: contain; }

/* Inquiry form */
.ufun-inquiry-card { margin: 80px 0; padding: clamp(28px, 5vw, 55px); border-radius: 30px; color: #fff; background: var(--ufun-navy); }
.ufun-inquiry-card h2 { color: #fff; }
.ufun-inquiry-copy { max-width: 760px; }
.ufun-inquiry-copy > p:last-child { color: rgba(255,255,255,.75); }
.ufun-inquiry-form { margin-top: 26px; }
.ufun-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.ufun-form-grid label { color: #fff; font-size: .76rem; font-weight: 800; }
.ufun-form-grid input, .ufun-form-grid textarea { width: 100%; display: block; margin-top: 6px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: var(--ufun-navy); background: #fff; }
.ufun-form-full { grid-column: 1 / -1; }
.ufun-privacy-note { margin: 12px 0 18px; color: rgba(255,255,255,.65); font-size: .73rem; }
.ufun-honeypot { position: absolute !important; left: -9999px !important; }
.ufun-form-notice { margin: 18px 0; padding: 12px 16px; border-radius: 12px; font-weight: 800; }
.ufun-form-notice--success { color: #104b3a; background: #c8f7e9; }
.ufun-form-notice--error { color: #6a1720; background: #ffdbe0; }

/* Footer */
.ufun-footer { color: #fff; background: #1d2942; }
.ufun-footer__grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 70px; padding-block: 65px; }
.ufun-footer h2 { color: #fff; font-size: 1rem; text-transform: uppercase; }
.ufun-footer__brand img { width: 155px; padding: 8px; border-radius: 12px; background: #fff; }
.ufun-footer__brand p { max-width: 360px; margin-top: 18px; color: rgba(255,255,255,.7); }
.ufun-social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.ufun-social-links a { padding: 6px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: .7rem; }
.ufun-footer-menu, .ufun-contact-list { list-style: none; padding: 0; margin: 0; }
.ufun-footer-menu li, .ufun-contact-list li { margin: 8px 0; }
.ufun-footer a { color: rgba(255,255,255,.82); }
.ufun-footer a:hover { color: #fff; }
.ufun-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.ufun-footer__bottom .ufun-container { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; color: rgba(255,255,255,.55); font-size: .68rem; text-transform: uppercase; }

/* WordPress core */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--ufun-muted); font-size: .82rem; }
.sticky { border-color: var(--ufun-orange); }
.bypostauthor { outline: 2px solid var(--ufun-mint); }
.ufun-comments .comment-list { padding-left: 20px; }

@media (max-width: 1120px) {
  .ufun-header__inner { gap: 18px; }
  .ufun-menu { gap: 14px; }
  .ufun-header-cta { display: none; }
  .ufun-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ufun-collection-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ufun-benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ufun-seasonal-grid { gap: 18px; }
}

@media (max-width: 860px) {
  .ufun-topbar__inner span:last-child { display: none; }
  .ufun-header__inner { min-height: 74px; }
  .ufun-brand img { height: 43px; }
  .ufun-menu-toggle { display: block; }
  .ufun-navigation { position: fixed; inset: 112px 0 auto; max-height: calc(100vh - 112px); overflow: auto; visibility: hidden; opacity: 0; transform: translateY(-12px); background: #fff; border-top: 1px solid var(--ufun-border); box-shadow: var(--ufun-shadow); transition: .2s ease; }
  .ufun-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .ufun-menu { display: grid; gap: 0; padding: 18px 20px 28px; }
  .ufun-menu a { display: block; padding: 13px 8px; border-bottom: 1px solid var(--ufun-border); }
  .ufun-hero__grid, .ufun-product-detail, .ufun-collection-hero__grid, .ufun-rich-section--split { grid-template-columns: 1fr; }
  .ufun-hero__copy { text-align: center; }
  .ufun-hero__intro { margin-inline: auto; }
  .ufun-hero__copy .ufun-actions { justify-content: center; }
  .ufun-seasonal-grid { grid-template-columns: 1fr; }
  .ufun-story-card { min-height: 230px; }
  .ufun-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ufun-testimonial-grid, .ufun-post-grid { grid-template-columns: 1fr; }
  .ufun-footer__grid { grid-template-columns: 1fr 1fr; }
  .ufun-footer__brand { grid-column: 1 / -1; }
  .ufun-product-detail__media { min-height: 380px; }
}

@media (max-width: 620px) {
  .ufun-container, .ufun-narrow { width: min(100% - 28px, 1220px); }
  .ufun-topbar { font-size: .6rem; text-align: center; }
  .ufun-topbar__inner { justify-content: center; }
  .ufun-navigation { inset-block-start: 105px; }
  h1 { font-size: clamp(2.35rem, 13vw, 4rem); }
  h2 { font-size: clamp(1.8rem, 9vw, 2.6rem); }
  .ufun-section { padding-block: 65px; }
  .ufun-hero__pills { grid-template-columns: 1fr; }
  .ufun-hero__visual { grid-template-columns: repeat(2, 1fr); padding: 11px; border-radius: 25px; }
  .ufun-hero-card, .ufun-hero-card:nth-child(n+4) { min-height: 150px; grid-column: span 1; }
  .ufun-hero-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .ufun-product-grid, .ufun-product-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ufun-product-card h3 { font-size: .72rem; }
  .ufun-collection-grid, .ufun-collection-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ufun-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ufun-heading-row, .ufun-cta__inner { align-items: flex-start; flex-direction: column; }
  .ufun-process-grid { grid-template-columns: 1fr; }
  .ufun-form-grid { grid-template-columns: 1fr; }
  .ufun-spec-table { grid-template-columns: 1fr; }
  .ufun-feature-list { grid-template-columns: 1fr; }
  .ufun-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .ufun-footer__brand { grid-column: auto; }
  .ufun-footer__bottom .ufun-container { flex-direction: column; }
  .ufun-audience-strip .ufun-container { justify-content: flex-start; }
  .ufun-audience-strip strong { width: 100%; }
  .ufun-product-detail { padding-bottom: 60px; }
  .ufun-product-detail__media { min-height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* --------------------------------------------------------------------------
   Version 1.1 — compact American wholesale catalogue / seasonal reference UI
   -------------------------------------------------------------------------- */
:root {
  --ufun-coral: #d83232;
  --ufun-navy: #182742;
  --ufun-cream: #fffdf8;
  --ufun-ink: #1c2430;
  --ufun-muted: #6d7075;
  --ufun-border: #dadddf;
  --ufun-season-accent: #d83232;
  --ufun-season-dark: #b91e24;
  --ufun-season-support: #f2c34e;
  --ufun-radius: 12px;
  --ufun-small-radius: 8px;
  --ufun-shadow: 0 12px 34px rgba(24, 39, 66, .12);
}

body { background: var(--ufun-cream); color: var(--ufun-ink); }
.ufun-container { width: min(1380px, calc(100% - 44px)); }
.ufun-main { overflow: clip; }
h1, h2, h3, h4, h5, h6 { color: var(--ufun-ink); letter-spacing: -.02em; }
h2 { font-size: clamp(1.85rem, 3vw, 2.7rem); }

/* Compact navigation, catalogue search and quote counter. */
.ufun-topbar { background: var(--ufun-navy); }
.ufun-topbar__inner { padding-block: 5px; }
.ufun-header { position: relative; z-index: 80; border-bottom-color: #e5e5e5; box-shadow: 0 1px 0 rgba(24, 39, 66, .04); }
.ufun-header__inner { min-height: 76px; gap: clamp(13px, 1.7vw, 26px); }
.ufun-brand img { width: auto; height: 44px; max-width: 168px; }
.ufun-menu { gap: clamp(12px, 1.25vw, 22px); }
.ufun-menu a { color: var(--ufun-ink); font-size: .75rem; letter-spacing: .025em; }
.ufun-menu .current-menu-item > a, .ufun-menu a:hover { color: var(--ufun-season-accent); }
.ufun-header-search {
  width: clamp(180px, 17vw, 258px); height: 40px; display: flex; align-items: center; gap: 8px; flex: 0 1 auto;
  padding: 0 13px; border: 1px solid #e1e2e4; border-radius: 999px; background: #f6f6f5;
}
.ufun-header-search > span { color: var(--ufun-season-accent); font-size: 1.25rem; line-height: 1; }
.ufun-header-search input { min-width: 0; width: 100%; padding: 0; border: 0; outline: 0; color: var(--ufun-ink); background: transparent; font-size: .76rem; }
.ufun-header-cta { min-height: 42px; padding: 9px 17px; white-space: nowrap; background: var(--ufun-season-accent); font-size: .67rem; }
.ufun-quote-count { min-width: 22px; height: 22px; display: grid; place-items: center; margin-left: 7px; padding-inline: 5px; border-radius: 50%; color: var(--ufun-season-dark); background: #fff; font-size: .67rem; }
.ufun-quote-count[hidden] { display: none !important; }

/* Full-width seasonal carousel. */
.ufun-season-carousel { position: relative; background: var(--ufun-navy); }
.ufun-carousel-stage { position: relative; height: clamp(560px, 45vw, 680px); overflow: hidden; }
.ufun-carousel-slide { position: absolute; inset: 0; z-index: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .55s ease, visibility .55s ease; }
.ufun-carousel-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }
.ufun-carousel-slide__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ufun-carousel-slide__veil { position: absolute; inset: 0 auto 0 0; width: min(67%, 940px); background: linear-gradient(90deg, var(--slide-overlay) 0%, var(--slide-overlay) 46%, transparent 100%); opacity: var(--slide-overlay-opacity); }
.ufun-carousel-slide__inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.ufun-carousel-slide__copy { width: min(535px, 43vw); padding-block: 36px; color: var(--slide-text); }
.ufun-carousel-eyebrow { display: inline-flex; margin: 0 0 12px; padding: 6px 12px; border: 1px solid currentColor; border-radius: 999px; color: var(--slide-heading); font-size: .69rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ufun-carousel-slide h1 { margin: 0 0 12px; color: var(--slide-heading); font-size: clamp(3rem, 5.2vw, 5.2rem); line-height: .89; text-transform: uppercase; text-shadow: 0 2px 0 rgba(255,255,255,.2); }
.ufun-carousel-slide h1 span { display: block; }
.ufun-carousel-intro { max-width: 510px; margin-bottom: 16px; color: var(--slide-text); font-size: .94rem; line-height: 1.5; }
.ufun-hero-features { display: grid; width: min(350px, 100%); gap: 8px; padding: 0; margin: 16px 0 19px; list-style: none; }
.ufun-hero-features li { display: flex; align-items: center; gap: 9px; min-height: 34px; }
.ufun-hero-features li > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 2px solid var(--slide-accent); border-radius: 50%; color: var(--slide-accent); background: rgba(255,255,255,.9); font-size: .58rem; font-weight: 900; }
.ufun-hero-features strong { padding: 7px 13px; border-radius: 999px; color: var(--slide-text); background: rgba(255,255,255,.84); box-shadow: 0 3px 12px rgba(0,0,0,.07); font-size: .76rem; }
.ufun-button--season-primary { color: #fff; background: var(--slide-accent); }
.ufun-button--season-primary:hover { color: #fff; background: var(--slide-accent-dark); }
.ufun-button--season-outline { color: var(--slide-accent-dark); border-color: var(--slide-accent); background: rgba(255,255,255,.9); }
.ufun-button--season-outline:hover { color: #fff; background: var(--slide-accent-dark); }
.ufun-carousel-controls { position: absolute; z-index: 8; right: max(22px, calc((100vw - 1380px) / 2 + 22px)); bottom: 22px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: #fff; background: rgba(13, 24, 42, .76); backdrop-filter: blur(7px); }
.ufun-carousel-arrow, .ufun-carousel-pause, .ufun-carousel-dots button { border: 0; color: inherit; background: transparent; }
.ufun-carousel-arrow { width: 31px; height: 31px; border-radius: 50%; font-size: 1.45rem; line-height: 1; }
.ufun-carousel-arrow:hover, .ufun-carousel-pause:hover { background: rgba(255,255,255,.13); }
.ufun-carousel-dots { display: flex; align-items: center; gap: 8px; }
.ufun-carousel-dots button { width: 7px; height: 7px; padding: 0; border-radius: 50%; background: rgba(255,255,255,.56); }
.ufun-carousel-dots button[aria-selected="true"] { width: 12px; height: 12px; background: var(--ufun-season-support); }
.ufun-carousel-pause { width: 30px; height: 30px; border-radius: 50%; font-size: .67rem; }
.ufun-carousel-count { min-width: 52px; font-size: .7rem; }
.ufun-carousel-count b { color: var(--ufun-season-support); }
.ufun-use-strip { min-height: 64px; display: grid; align-items: center; color: #fff; background: var(--ufun-season-accent); transition: background-color .35s ease; }
.ufun-use-strip__panel { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 26px; min-height: 64px; font-size: .82rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.ufun-use-strip__panel strong::before { content: "★"; margin-right: 10px; color: var(--ufun-season-support); }
.ufun-use-strip__panel span::before { content: "•"; margin-right: 26px; opacity: .72; }

/* Reference-page density and headings. */
.ufun-section { padding: clamp(48px, 5vw, 72px) 0; }
.ufun-section--cream { background: #fffdf8; }
.ufun-section--white { background: #fff; }
.ufun-section-heading { max-width: 780px; margin-bottom: 30px; }
.ufun-section-heading h2 { margin-bottom: 9px; text-transform: uppercase; }
.ufun-section-heading h2::before, .ufun-section-heading h2::after { content: ""; display: inline-block; width: 22px; height: 3px; margin: 0 12px .24em; border-radius: 99px; background: var(--ufun-season-accent); }
.ufun-section-heading--left h2::before { margin-left: 0; }
.ufun-section-heading--left h2::after { display: none; }
.ufun-section-intro { margin-bottom: 0; font-size: .92rem; }
.ufun-heading-row { margin-bottom: 28px; }
.ufun-season-panel[hidden], .ufun-use-strip__panel[hidden] { display: none !important; }
.ufun-empty-panel { padding: 30px; border: 1px dashed var(--ufun-border); text-align: center; }

/* Eight narrow product-type cards. */
.ufun-category-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 9px; }
.ufun-category-card { min-width: 0; padding: 8px; border: 1px solid #cfd2d5; border-radius: 9px; background: #fff; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.ufun-category-card:hover { transform: translateY(-4px); box-shadow: var(--ufun-shadow); }
.ufun-category-card__image { height: 180px; display: block; overflow: hidden; }
.ufun-category-card__photo { width: 100%; height: 100%; min-height: 0; object-fit: contain; padding: 4px; background: #fff; }
.ufun-category-card h3 { margin: 7px 0 0; padding: 9px 5px; border-radius: 7px; background: #f3f0ee; font-size: .72rem; line-height: 1.15; text-transform: uppercase; }
.ufun-category-card h3 a { color: var(--card-accent, var(--ufun-season-accent)); }

/* Dense six-column trade catalogue cards. */
.ufun-product-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 11px; }
.ufun-product-card { border-color: #cfd2d5; border-radius: 9px; box-shadow: none; }
.ufun-product-card__image { aspect-ratio: 1 / 1.03; margin: 5px; border-radius: 6px; background: #fff !important; }
.ufun-product-card__photo { padding: 5px; }
.ufun-product-card__body { padding: 4px 10px 10px; text-align: center; }
.ufun-product-card__sku { padding: 3px 8px; border-radius: 4px; background: var(--ufun-season-accent); font-size: .61rem; }
.ufun-product-card h3 { min-height: 2.3em; margin: 7px 0 4px; color: var(--ufun-ink); font-size: .76rem; text-transform: none; }
.ufun-product-card__meta { display: grid; min-height: 34px; color: var(--ufun-muted); font-size: .66rem; line-height: 1.35; }
.ufun-product-card__meta span + span { color: var(--ufun-season-dark); font-weight: 800; }
.ufun-add-quote { width: 100%; margin-top: 8px; padding: 8px 5px; border: 0; border-top: 1px solid #ececef; color: var(--ufun-season-accent); background: #fff; font-size: .65rem; font-weight: 900; letter-spacing: .025em; }
.ufun-add-quote:hover, .ufun-add-quote.is-selected { color: #fff; border-radius: 5px; background: var(--ufun-season-accent); }

/* Round feature photography. */
.ufun-benefits-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px); }
.ufun-benefit__visual { width: min(132px, 88%); aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 14px; overflow: hidden; border: 2px solid #d8dade; border-radius: 50%; color: var(--item-accent); background: #fff; }
.ufun-benefit__visual img { width: 100%; height: 100%; object-fit: cover; }
.ufun-benefit__visual span { font-family: var(--ufun-rounded); font-size: 1.1rem; font-weight: 900; }
.ufun-benefit h3 { margin-bottom: 5px; font-size: .78rem; }
.ufun-benefit p { margin: 0; font-size: .7rem; line-height: 1.45; }

/* Four photographic setup steps. */
.ufun-process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(28px, 5vw, 72px); }
.ufun-process-step { position: relative; display: block; padding: 0; border: 0; border-radius: 0; color: var(--ufun-ink); background: transparent; text-align: center; }
.ufun-process-step:not(:last-child)::after { content: "→"; position: absolute; top: 29%; right: calc(clamp(28px, 5vw, 72px) / -1 - 19px); color: var(--ufun-season-accent); font-size: 2.2rem; font-weight: 900; }
.ufun-process-step__image { aspect-ratio: 1.7 / 1; overflow: hidden; border-radius: 10px; background: #f1f1f1; }
.ufun-process-step__image img { width: 100%; height: 100%; object-fit: cover; }
.ufun-process-step > span { width: 62px; height: 62px; display: grid; place-items: center; margin: 30px auto; background: var(--ufun-season-accent) !important; }
.ufun-process-step h3 { margin: 16px 0 4px; color: var(--ufun-ink); font-size: .9rem; text-transform: none; }
.ufun-process-step p { margin: 0; color: var(--ufun-muted); font-size: .76rem; }

/* Horizontal specification and certification systems. */
.ufun-home-spec-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); padding: 0; margin: 0; overflow: hidden; border: 1px solid #c9cdd3; border-radius: 8px; background: #fff; }
.ufun-home-spec-grid > div { min-width: 0; border-right: 1px solid #c9cdd3; }
.ufun-home-spec-grid > div:last-child { border-right: 0; }
.ufun-home-spec-grid dt { padding: 15px 8px; border-bottom: 1px solid #d6d9dd; color: var(--ufun-ink); font-size: .7rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.ufun-home-spec-grid dd { min-height: 64px; display: grid; place-items: center; margin: 0; padding: 12px 9px; color: var(--ufun-ink); font-size: .73rem; line-height: 1.35; text-align: center; }
.ufun-cert-grid { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; gap: clamp(25px, 5vw, 74px); }
.ufun-cert { width: 128px; color: var(--ufun-ink); text-align: center; }
.ufun-cert__mark { width: 104px; height: 104px; display: grid; place-items: center; margin: 0 auto 10px; overflow: hidden; border: 2px solid #c9cdd3; border-radius: 50%; background: #fff; }
.ufun-cert__mark img { max-width: 76%; max-height: 76%; object-fit: contain; }
.ufun-cert__mark span { font-size: 1.15rem; font-weight: 900; }
.ufun-cert p { color: var(--ufun-muted); font-size: .68rem; }
.ufun-cert-note { max-width: 760px; margin: 22px auto 0; color: var(--ufun-muted); font-size: .76rem; text-align: center; }
.ufun-cert-note > * { margin: 0; }

/* Seasonal CTA and quote list. */
.ufun-cta { color: #fff; background: var(--ufun-season-accent) !important; }
.ufun-cta h2 { color: #fff; text-transform: uppercase; }
.ufun-cta .ufun-button--light { color: var(--ufun-season-dark); }
.ufun-quote-summary { margin: 18px 0; padding: 16px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; background: rgba(255,255,255,.08); }
.ufun-quote-summary strong { display: block; margin-bottom: 7px; }
.ufun-quote-summary ul { display: flex; flex-wrap: wrap; gap: 7px 18px; padding-left: 18px; margin: 0; color: rgba(255,255,255,.8); font-size: .78rem; }

/* Catalogue pages retain the same compact visual language. */
.ufun-archive-hero, .ufun-page-hero { background: linear-gradient(135deg, #fff5ec, #f1f5fb); }
.ufun-catalog-search button, .page-numbers.current { background: var(--ufun-season-accent); }
.ufun-filter-pills a:hover, .ufun-filter-pills a.is-active { border-color: var(--ufun-season-accent); background: var(--ufun-season-accent); }
.ufun-inquiry-card { border-radius: 14px; background: var(--ufun-navy); }
.ufun-footer { background: var(--ufun-navy); }

@media (max-width: 1280px) {
  .ufun-header-search { display: none; }
  .ufun-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ufun-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ufun-category-card__image { height: 200px; }
}

@media (max-width: 980px) {
  .ufun-header__inner { min-height: 72px; }
  .ufun-menu-toggle { display: block; }
  .ufun-navigation { position: absolute; inset: 100% 0 auto; max-height: calc(100vh - 72px); overflow: auto; visibility: hidden; opacity: 0; transform: translateY(-10px); background: #fff; border-top: 1px solid var(--ufun-border); box-shadow: var(--ufun-shadow); transition: .2s ease; }
  .ufun-navigation.is-open { visibility: visible; opacity: 1; transform: none; }
  .ufun-menu { display: grid; gap: 0; padding: 16px 22px 25px; }
  .ufun-menu a { display: block; padding: 12px 5px; border-bottom: 1px solid var(--ufun-border); }
  .ufun-header-cta { display: inline-flex; }
  .ufun-carousel-stage { height: 620px; }
  .ufun-carousel-slide__copy { width: min(520px, 58vw); }
  .ufun-carousel-slide__veil { width: 78%; }
  .ufun-benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 34px; }
  .ufun-process-grid { gap: 28px; }
  .ufun-process-step:not(:last-child)::after { display: none; }
  .ufun-home-spec-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ufun-home-spec-grid > div:nth-child(3n) { border-right: 0; }
  .ufun-home-spec-grid > div:nth-child(-n+3) { border-bottom: 1px solid #c9cdd3; }
}

@media (max-width: 700px) {
  .ufun-container, .ufun-narrow { width: min(100% - 28px, 1380px); }
  .ufun-header-cta { position: relative; min-width: 44px; width: 44px; padding: 8px; }
  .ufun-header-cta > span { display: none; }
  .ufun-header-cta::before { content: "Q"; }
  .ufun-quote-count { position: absolute; top: -7px; right: -7px; margin: 0; border: 2px solid var(--ufun-season-accent); }
  .ufun-carousel-stage { height: 720px; }
  .ufun-carousel-slide__image { object-position: 62% center; }
  .ufun-carousel-slide__veil { width: 100%; background: linear-gradient(180deg, var(--slide-overlay) 0%, var(--slide-overlay) 62%, transparent 100%); opacity: 1; }
  .ufun-carousel-slide__inner { align-items: flex-start; }
  .ufun-carousel-slide__copy { width: 100%; padding-top: 38px; }
  .ufun-carousel-slide h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .ufun-carousel-intro { font-size: .88rem; }
  .ufun-hero-features { width: min(335px, 100%); }
  .ufun-carousel-controls { right: 14px; bottom: 15px; }
  .ufun-carousel-dots { gap: 6px; }
  .ufun-carousel-count { display: none; }
  .ufun-use-strip__panel { justify-content: flex-start; gap: 8px 13px; padding-block: 13px; font-size: .68rem; }
  .ufun-use-strip__panel strong { width: 100%; }
  .ufun-use-strip__panel span::before { margin-right: 13px; }
  .ufun-section-heading h2::before, .ufun-section-heading h2::after { width: 13px; margin-inline: 7px; }
  .ufun-heading-row { display: block; }
  .ufun-heading-row .ufun-section-heading { margin-bottom: 18px; }
  .ufun-category-grid, .ufun-product-grid, .ufun-product-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ufun-category-card__image { height: 162px; }
  .ufun-product-card h3 { font-size: .72rem; }
  .ufun-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ufun-process-grid { grid-template-columns: 1fr; gap: 30px; }
  .ufun-process-step__image { aspect-ratio: 1.8 / 1; }
  .ufun-home-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ufun-home-spec-grid > div, .ufun-home-spec-grid > div:nth-child(3n) { border-right: 1px solid #c9cdd3; border-bottom: 1px solid #c9cdd3; }
  .ufun-home-spec-grid > div:nth-child(2n) { border-right: 0; }
  .ufun-home-spec-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .ufun-cert-grid { gap: 24px; }
  .ufun-cert { width: 112px; }
  .ufun-cert__mark { width: 92px; height: 92px; }
  .ufun-quote-summary ul { display: grid; }
}
