/*
Theme Name: SteeringCraft v152 Home Mobile Freshener UI
Theme URI: https://steeringcraft.com/
Author: SteeringCraft
Author URI: https://steeringcraft.com/
Description: A factory-direct custom steering wheel showcase theme for product gallery, daily updates, SEO news, inquiry capture, and custom freshener showcase pages.
Version: 1.52.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: b2b-steering-wheel
*/
:root {
  --bg: #f5f5f3;
  --ink: #101112;
  --muted: #6b6f76;
  --line: #d9d9d4;
  --panel: #ffffff;
  --dark: #111315;
  --accent: #a42020;
  --blue: #0958e8;
  --metal: #9ca3aa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-topbar {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 12px clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: #fbfaf8;
  color: #111315;
  font-size: 14px;
  font-weight: 700;
}

.site-topbar span + span::before {
  content: ".";
  margin-right: 28px;
  color: #111315;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border: 6px solid var(--dark);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--bg);
}

.primary-nav,
.primary-nav ul {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 2.4vw, 42px);
  width: min(100%, 940px);
  justify-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a {
  color: #8a8580;
  font-size: 15px;
  font-weight: 650;
  white-space: nowrap;
  transition: color 160ms ease;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: #101112;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--dark);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 760;
  text-align: center;
}

.button-dark {
  background: var(--dark);
  color: #fff;
}

.button-blue {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.button-light {
  background: transparent;
  color: var(--dark);
}

.text-link {
  color: var(--accent);
  font-weight: 760;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  min-height: calc(100vh - 74px);
  padding: clamp(36px, 6vw, 84px) clamp(18px, 5vw, 76px);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.15fr) minmax(280px, 0.75fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(56px, 8vw, 118px) clamp(18px, 5vw, 76px);
  background: #fbfaf8;
}

.home-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(46px, 5.6vw, 82px);
}

.home-hero-copy p:not(.eyebrow) {
  max-width: 540px;
  color: #2f3338;
  font-size: 20px;
}

.home-hero-wheel {
  display: grid;
  place-items: center;
  min-height: 540px;
}

.home-hero-wheel img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.hero-benefits {
  display: grid;
  gap: 24px;
}

.hero-benefits div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
}

.hero-benefits span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  font-weight: 850;
}

.hero-benefits strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.hero-benefits p {
  grid-column: 2;
  margin: -8px 0 0;
  color: var(--muted);
}

.home-section {
  padding: clamp(44px, 6vw, 84px) clamp(18px, 5vw, 76px);
  background: #fff;
}

.home-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.home-section-head.compact {
  margin-bottom: 12px;
}

.home-section-head h2,
.materials-panel h2,
.gift-addon-band h2,
.faq-panel h2,
.final-cta-panel h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 44px);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.brand-tile {
  display: grid;
  place-items: center;
  min-height: 166px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

.brand-tile span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 14px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-size: 30px;
  font-weight: 900;
}

.brand-tile strong {
  font-size: 20px;
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(24px, 4vw, 52px) clamp(18px, 5vw, 76px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

.process-strip a {
  display: block;
  padding: 28px;
  border-right: 1px solid var(--line);
  transition: box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.process-strip a:last-child {
  border-right: 0;
}

.process-strip a:hover {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(9, 88, 232, 0.22), 0 18px 50px rgba(9, 88, 232, 0.12);
  transform: translateY(-2px);
}

.process-strip span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-weight: 850;
}

.process-strip strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.process-strip p {
  color: var(--muted);
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.review-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 420px);
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 16px;
  scroll-snap-type: x mandatory;
}

.review-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
  scroll-snap-align: start;
}

.review-card img,
.review-avatar {
  width: 92px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: #111315;
}

.review-avatar {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 54px;
  font-weight: 900;
}

.review-card p {
  color: var(--muted);
}

.style-card {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 16px;
  align-items: center;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

.style-card h3 {
  font-size: 22px;
}

.style-card p {
  color: var(--muted);
}

.style-wheel {
  display: grid;
  place-items: center;
  min-height: 160px;
}

.wheel-visual.small {
  width: 150px;
  border-width: 18px;
  box-shadow: inset 0 0 0 7px #2a2d30, 0 12px 28px rgba(0, 0, 0, 0.12);
}

.wheel-visual.small span {
  border-width: 5px;
}

.materials-panel {
  margin: clamp(24px, 4vw, 52px) clamp(18px, 5vw, 76px);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
  text-align: center;
}

.materials-panel h2 {
  text-align: left;
}

.materials-title-link {
  display: block;
}

.materials-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.materials-row a {
  display: grid;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
}

.materials-row span {
  display: block;
  aspect-ratio: 1.45;
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent),
    repeating-linear-gradient(45deg, #101112 0 8px, #2b2f35 8px 16px);
}

.daily-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.daily-gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 1.28;
  overflow: hidden;
  border-radius: 8px;
  background: #ededeb;
}

.daily-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.daily-gallery-item time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border-radius: 4px;
  background: rgba(16, 17, 18, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.gift-addon-copy h2 {
  display: inline-block;
  margin-right: 18px;
}

.gift-addon-band,
.faq-cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin: clamp(24px, 4vw, 52px) clamp(18px, 5vw, 76px);
}

.gift-addon-band {
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

.gift-addon-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gift-addon-features span {
  display: grid;
  place-items: center;
  min-height: 90px;
  padding: 14px;
  border-left: 1px solid var(--line);
  text-align: center;
  font-weight: 850;
}

.faq-panel,
.final-cta-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

.faq-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.faq-row:last-child {
  border-bottom: 0;
}

.faq-row:hover {
  color: var(--blue);
}

.faq-list-page {
  display: grid;
  gap: 14px;
}

.faq-answer-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq-answer-card h2 {
  font-size: clamp(22px, 2.2vw, 30px);
}

.final-cta-panel {
  display: grid;
  grid-template-columns: 1fr 140px;
  align-items: center;
  gap: 24px;
}

.final-cta-panel p {
  color: var(--muted);
}

.final-wheel-mark {
  width: 128px;
  aspect-ratio: 1;
  border: 8px solid var(--line);
  border-radius: 50%;
}

.hero-copy {
  align-self: center;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy p:not(.eyebrow),
.page-hero p,
.split-section p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-visual {
  display: grid;
  place-items: center;
  min-height: 520px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.75), rgba(17, 19, 21, 0.08)),
    radial-gradient(circle at 70% 30%, rgba(164, 32, 32, 0.22), transparent 28%),
    #dadbd8;
  overflow: hidden;
}

.wheel-visual {
  position: relative;
  width: min(78%, 520px);
  aspect-ratio: 1;
  border: clamp(34px, 5vw, 58px) solid #121416;
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px #2a2d30, 0 34px 88px rgba(0, 0, 0, 0.22);
}

.wheel-visual::before,
.wheel-visual::after,
.wheel-visual span {
  position: absolute;
  content: "";
  background: #171a1d;
  border-radius: 999px;
}

.wheel-visual::before {
  width: 18%;
  height: 54%;
  left: 41%;
  top: 26%;
}

.wheel-visual::after {
  width: 58%;
  height: 18%;
  left: 21%;
  top: 48%;
}

.wheel-visual span {
  width: 28%;
  height: 28%;
  left: 36%;
  top: 36%;
  background: #c4c6c8;
  border: 12px solid #111315;
}

.section,
.split-section,
.contact-section,
.single-layout {
  padding: clamp(42px, 6vw, 88px) clamp(18px, 5vw, 76px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.product-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: #eeeeec;
  color: #1d242b;
  font-size: 18px;
}

.news-breadcrumb a,
.news-breadcrumb span:last-child {
  color: var(--blue);
}

.news-page {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: clamp(36px, 5vw, 70px);
  padding: clamp(42px, 6vw, 74px) clamp(18px, 5vw, 76px);
  background: #fff;
}

.news-sidebar {
  display: grid;
  align-content: start;
  gap: 22px;
}

.news-sidebar-title {
  padding: 16px 20px;
  background: var(--blue);
  color: #fff;
  font-size: 22px;
  font-weight: 760;
}

.news-category-link {
  padding: 10px 20px;
  color: var(--blue);
  font-size: 17px;
}

.featured-news-list {
  display: grid;
  gap: 14px;
}

.featured-news-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #5c6065;
}

.featured-thumb {
  display: block;
  width: 78px;
  height: 78px;
  border: 1px solid var(--line);
  background: #f1f1ef;
}

.featured-thumb img,
.featured-thumb span {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-thumb span {
  display: block;
  background: linear-gradient(135deg, #f7f7f5, #d7d9d6);
}

.featured-news-item strong {
  font-size: 16px;
  line-height: 1.22;
}

.news-main h1 {
  margin-bottom: 28px;
  font-size: clamp(34px, 3.4vw, 52px);
}

.news-list {
  display: grid;
}

.news-row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.news-row-image {
  display: block;
  aspect-ratio: 1.35;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f1f1ef;
}

.news-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-row-copy {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 14px;
}

.news-row-copy h2 {
  margin: 0;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.18;
}

.news-row-copy time {
  color: #9b9fa4;
  font-size: 18px;
}

.news-row-copy time::before {
  content: "-";
  margin-right: 8px;
}

.news-row-copy p {
  max-width: 820px;
  color: #4d5359;
  font-size: 18px;
}

.news-row-copy .button {
  justify-self: end;
  min-width: 160px;
  margin-top: 4px;
  border-radius: 0;
}

.pagination-nav {
  margin-top: 30px;
}

.pagination-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination-nav a,
.pagination-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: #111315;
  font-size: 14px;
  font-weight: 760;
}

.pagination-nav a:hover,
.pagination-nav a:focus-visible,
.pagination-nav .current {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.pagination-nav .dots {
  border-color: transparent;
  background: transparent;
  color: var(--muted);
}

.product-card,
.post-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.card-media,
.post-card > a {
  display: block;
  aspect-ratio: 4 / 3;
  background: #dadbd8;
}

.card-media img,
.post-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f1f1ef;
}

.image-placeholder,
.mini-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 28%, #151719 29% 40%, transparent 41%),
    linear-gradient(135deg, #e7e7e3, #b9bdc0);
  color: #191b1e;
  font-weight: 800;
}

.card-body,
.post-card {
  padding: 18px;
}

.card-body p,
.post-card p {
  color: var(--muted);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.tag-row span {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #42464c;
  font-size: 12px;
  font-weight: 700;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  background: #16181a;
  color: #fff;
}

.split-section p {
  color: #c8cbce;
}

.capability-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.capability-grid div,
.process-grid div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
}

.capability-grid strong,
.capability-grid span,
.process-grid span {
  display: block;
}

.capability-grid span,
.process-grid p {
  margin-top: 8px;
  color: #c8cbce;
}

.page-hero {
  padding: clamp(52px, 8vw, 112px) clamp(18px, 5vw, 76px);
  background: linear-gradient(135deg, #f5f5f3 0%, #d9dbdc 100%);
}

.daily-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(26px, 4vw, 48px);
  align-items: start;
  padding: clamp(40px, 6vw, 72px) clamp(18px, 5vw, 76px);
  background: #fff;
}

.timeline-list {
  position: relative;
  display: grid;
  gap: 28px;
}

.timeline-list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 145px;
  width: 1px;
  background: var(--line);
  content: "";
}

.timeline-entry {
  position: relative;
  display: grid;
  grid-template-columns: 120px 24px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.timeline-date {
  color: #2d3238;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.timeline-dot {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-top: 12px;
  border: 2px solid #66707a;
  border-radius: 50%;
  background: #fff;
}

.timeline-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(280px, 1.12fr);
  gap: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.timeline-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2.2vw, 30px);
}

.timeline-copy p {
  color: #343a40;
}

.topic-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.topic-chip-row a,
.topic-filter-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfaf8;
  color: #343a40;
  font-size: 13px;
  font-weight: 750;
}

.topic-filter-grid a.active,
.topic-chip-row a:hover,
.topic-filter-grid a:hover {
  border-color: rgba(9, 88, 232, 0.38);
  background: rgba(9, 88, 232, 0.08);
  color: var(--blue);
}

.timeline-images {
  display: grid;
  gap: 8px;
  align-self: stretch;
  min-height: 0;
}

.timeline-images img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
  background: #ededeb;
}

.timeline-images.image-count-1 {
  grid-template-columns: 1fr;
  aspect-ratio: 16 / 10;
  max-height: 330px;
}

.timeline-images.image-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(190px, 260px);
}

.timeline-images.image-count-3 {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 132px));
}

.timeline-images.image-count-3 img:first-child {
  grid-row: 1 / span 2;
}

.timeline-images.image-count-4 {
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 132px));
}

.timeline-images.image-count-4 img:first-child {
  grid-row: 1 / span 2;
}

.daily-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}

.sidebar-card {
  display: block;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

.sidebar-card h2 {
  font-size: 22px;
}

.sidebar-card p,
.sidebar-card small,
.back-top-card span {
  color: var(--muted);
}

.topic-filter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

.subscribe-form {
  display: grid;
  gap: 12px;
}

.subscribe-form input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  font: inherit;
}

.subscribe-form .button {
  width: 100%;
}

.back-top-card {
  display: grid;
  gap: 8px;
}

.back-top-card strong::before {
  content: "^";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  color: var(--blue);
}

.compact-hero {
  padding-top: clamp(42px, 6vw, 82px);
  padding-bottom: clamp(42px, 6vw, 82px);
}

.filter-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(120px, 0.55fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 22px;
}

.filter-bar select,
.gallery-start-button,
.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.gallery-section {
  padding-top: clamp(28px, 4vw, 48px);
}

.gallery-start-button {
  justify-self: stretch;
  cursor: pointer;
  font-weight: 760;
  text-align: center;
  border-color: #111;
  background: #111;
  color: #fff;
  letter-spacing: 0;
}


.gallery-start-button:hover,
.gallery-start-button:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
}


.narrow {
  max-width: 1080px;
  margin: 0 auto;
}

.update-list {
  display: grid;
  gap: 18px;
}

.update-list.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.update-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  align-items: start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.compact .update-item {
  grid-template-columns: 1fr;
}

.update-item img,
.mini-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

.update-item time {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.gift-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gift-visual span {
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.gift-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(52px, 7vw, 98px) clamp(18px, 5vw, 76px);
  background: radial-gradient(circle at 75% 40%, rgba(9, 88, 232, 0.08), transparent 28%), #fbfaf8;
  border-bottom: 1px solid var(--line);
}

.gift-hero h1 {
  font-size: var(--gift-title-size, clamp(44px, 6vw, 76px));
}

.gift-hero .eyebrow {
  font-size: var(--gift-eyebrow-size, 13px);
}

.gift-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: #343a40;
  font-size: var(--gift-description-size, 18px);
}

.gift-hero-copy .gift-check-list {
  font-size: var(--gift-benefit-size, 16px);
}

.gift-check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.gift-check-list li {
  position: relative;
  padding-left: 26px;
  color: #202429;
  font-weight: 650;
}

.gift-check-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  content: ">";
  font-size: 11px;
  font-weight: 900;
}

.gift-hero-art {
  min-height: 480px;
}

.gift-hero-art img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.freshener-cluster {
  position: relative;
  min-height: 520px;
}

.freshener-card {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 116px;
  min-height: 134px;
  padding: 14px;
  border: 1px solid rgba(16, 17, 18, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 17, 18, 0.14);
  color: #111315;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.freshener-card::before {
  position: absolute;
  top: -34px;
  left: 50%;
  width: 1px;
  height: 38px;
  background: #1f2328;
  content: "";
}

.freshener-card.car {
  left: 2%;
  top: 70px;
  width: 170px;
  border-radius: 34px 20px 28px 18px;
  background: linear-gradient(135deg, #ff5d4a, #f6cf66);
}

.freshener-card.dog {
  left: 30%;
  top: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff7e8, #e6b174);
}

.freshener-card.sunset {
  right: 20%;
  top: 44px;
  border-radius: 50%;
  background: linear-gradient(160deg, #71d2e8, #ff8da6 55%, #2d4d8f);
}

.freshener-card.heart {
  left: 18%;
  bottom: 62px;
  border-radius: 42% 42% 18px 18px;
  background: linear-gradient(135deg, #fff, #ffd8e6);
}

.freshener-card.vibe {
  left: 48%;
  bottom: 32px;
  background: linear-gradient(160deg, #ffb8d0, #f5e78a, #89d7c3);
}

.freshener-card.pack {
  right: 4%;
  bottom: 72px;
  width: 180px;
  min-height: 220px;
  border-radius: 8px;
  background: linear-gradient(180deg, #baf3e8, #fff 40%, #f2d7bd);
}

.gift-section {
  padding: clamp(42px, 6vw, 72px) clamp(18px, 5vw, 76px);
  background: #fff;
}

.gift-section.tight {
  padding-top: 28px;
}

.gift-section-head {
  margin-bottom: 26px;
}

.gift-section-head.centered {
  text-align: center;
}

.gift-section-head h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.gift-showcase-title {
  display: inline-block;
  margin: 0;
  font-size: clamp(20px, 2.1vw, 30px);
  letter-spacing: 0;
  text-transform: uppercase;
}

.gift-showcase-slider {
  position: relative;
  overflow: hidden;
}

.gift-showcase-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 6px;
}

.paged-slider-page {
  display: none;
}

.slider-radio {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

#gift-showcase-control-1:checked ~ .gift-showcase-pages [data-slider-page="0"],
#gift-showcase-control-2:checked ~ .gift-showcase-pages [data-slider-page="1"],
#gift-showcase-control-3:checked ~ .gift-showcase-pages [data-slider-page="2"],
#gift-showcase-control-4:checked ~ .gift-showcase-pages [data-slider-page="3"],
#gift-showcase-control-5:checked ~ .gift-showcase-pages [data-slider-page="4"] {
  display: grid;
}


.gift-showcase-card,
.shape-card,
.fragrance-card,
.sample-card,
.production-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

.gift-showcase-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: stretch;
  min-height: 184px;
  padding: 14px;
  text-align: center;
}

.gift-showcase-card span {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 7px;
  background: linear-gradient(135deg, #ffffff, #e8e8e5);
  color: var(--accent);
  font-weight: 900;
}

.gift-showcase-card span img,
.sample-card span img,
.production-card span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.shape-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
}

.shape-card {
  display: grid;
  gap: 10px;
  place-items: center;
  min-height: 156px;
  padding: 16px 8px 14px;
  overflow: hidden;
  text-align: center;
}

.shape-card strong,
.gift-showcase-card strong {
  font-size: 13px;
}

.gift-showcase-card strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  line-height: 1.25;
  text-align: center;
}

.shape-image {
  display: grid;
  place-items: center;
  width: 100%;
  height: 96px;
}

.shape-image img {
  max-width: 104px;
  max-height: 92px;
  object-fit: contain;
}

.shape-icon {
  position: relative;
  display: block;
  width: 82px;
  height: 96px;
  background: #111315;
}

.shape-icon::after {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}

.shape-square { width: 92px; height: 92px; border-radius: 12px; }
.shape-rectangle { width: 70px; height: 100px; border-radius: 12px; }
.shape-rectangle::after { width: 26px; height: 8px; border-radius: 999px; }
.shape-round { width: 96px; height: 96px; border-radius: 50%; }
.shape-oval { width: 76px; height: 108px; border-radius: 50%; }
.shape-heart {
  width: 104px;
  height: 88px;
  clip-path: polygon(50% 94%, 8% 56%, 0 30%, 13% 9%, 34% 0, 50% 20%, 66% 0, 87% 9%, 100% 30%, 92% 56%);
}
.shape-arch { width: 78px; height: 108px; border-radius: 39px 39px 12px 12px; }
.shape-hexagon { clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%); }
.shape-octagon { clip-path: polygon(28% 0, 72% 0, 100% 28%, 100% 72%, 72% 100%, 28% 100%, 0 72%, 0 28%); }
.shape-hexagon,
.shape-octagon {
  width: 104px;
  height: 90px;
}
.shape-tag { width: 68px; height: 104px; border-radius: 10px; }
.shape-tag::after { left: 10px; top: 8px; transform: none; }
.shape-custom-die-cut {
  width: 74px;
  height: 92px;
  border-radius: 40% 40% 30% 30%;
  box-shadow:
    -27px 22px 0 -11px #111315,
    27px 22px 0 -11px #111315,
    -20px -8px 0 -9px #111315,
    20px -8px 0 -9px #111315,
    -23px 64px 0 -11px #111315,
    23px 64px 0 -11px #111315,
    -12px 92px 0 -8px #111315,
    12px 92px 0 -8px #111315;
}

.shape-custom-die-cut::after {
  display: none;
}

.gift-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 18px auto 0;
  max-width: none;
  color: var(--muted);
  text-align: center;
  white-space: nowrap;
}

.gift-note span {
  flex: 0 0 auto;
}

.showcase-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.showcase-dots label {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfd3d8;
  cursor: pointer;
}

#gift-showcase-control-1:checked ~ .showcase-dots label[for="gift-showcase-control-1"],
#gift-showcase-control-2:checked ~ .showcase-dots label[for="gift-showcase-control-2"],
#gift-showcase-control-3:checked ~ .showcase-dots label[for="gift-showcase-control-3"],
#gift-showcase-control-4:checked ~ .showcase-dots label[for="gift-showcase-control-4"],
#gift-showcase-control-5:checked ~ .showcase-dots label[for="gift-showcase-control-5"] {
  background: var(--blue);
}

.fragrance-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.fragrance-card {
  --fragrance-color: var(--blue);
  --fragrance-tint: rgba(9, 88, 232, 0.1);
  --fragrance-soft: rgba(9, 88, 232, 0.04);
  --fragrance-icon: "";
  position: relative;
  min-height: 286px;
  padding: 18px 14px;
  overflow: hidden;
  background:
    linear-gradient(145deg, #ffffff, var(--fragrance-soft));
  box-shadow: 0 18px 42px rgba(16, 17, 18, 0.08);
}

.fragrance-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--fragrance-color) 38%, transparent);
  color: var(--fragrance-color);
  font-size: clamp(15px, 1.08vw, 19px);
  line-height: 1.05;
}

.fragrance-card h3::before {
  display: none;
}

.fragrance-icon-round {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border: 2px solid var(--fragrance-color);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--fragrance-color);
  overflow: hidden;
  box-shadow: 0 10px 22px var(--fragrance-tint);
}

.fragrance-icon-round img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fragrance-icon-round > span {
  font-size: 18px;
  font-weight: 900;
}

.fragrance-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fragrance-card li {
  position: relative;
  padding-left: 24px;
  color: #3c4248;
  font-size: 13px;
}

.fragrance-card li::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
  border-radius: 50% 50% 50% 0;
  background: var(--fragrance-color);
  color: var(--fragrance-color);
  content: "";
  opacity: 0.78;
  transform: rotate(-45deg);
}

.fragrance-fresh-clean {
  --fragrance-color: #2498ad;
  --fragrance-tint: rgba(36, 152, 173, 0.1);
  --fragrance-soft: rgba(36, 152, 173, 0.06);
  --fragrance-icon: "~";
}

.fragrance-fruity {
  --fragrance-color: #79aa26;
  --fragrance-tint: rgba(121, 170, 38, 0.1);
  --fragrance-soft: rgba(121, 170, 38, 0.07);
  --fragrance-icon: "o";
}

.fragrance-floral {
  --fragrance-color: #d75a82;
  --fragrance-tint: rgba(215, 90, 130, 0.1);
  --fragrance-soft: rgba(215, 90, 130, 0.07);
  --fragrance-icon: "*";
}

.fragrance-woody-oriental {
  --fragrance-color: #9b7656;
  --fragrance-tint: rgba(155, 118, 86, 0.12);
  --fragrance-soft: rgba(155, 118, 86, 0.07);
  --fragrance-icon: "@";
}

.fragrance-sweet-fun {
  --fragrance-color: #8c63c7;
  --fragrance-tint: rgba(140, 99, 199, 0.1);
  --fragrance-soft: rgba(140, 99, 199, 0.07);
  --fragrance-icon: "S";
}

.fragrance-car-classics {
  --fragrance-color: #2e7cc5;
  --fragrance-tint: rgba(46, 124, 197, 0.1);
  --fragrance-soft: rgba(46, 124, 197, 0.06);
  --fragrance-icon: "C";
}

.fragrance-perfume-inspired {
  --fragrance-color: #5f82bd;
  --fragrance-tint: rgba(95, 130, 189, 0.1);
  --fragrance-soft: rgba(95, 130, 189, 0.07);
  --fragrance-icon: "P";
  grid-column: auto;
  min-height: 286px;
}

.fragrance-perfume-inspired ul {
  grid-template-columns: 1fr;
}

.packaging-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: stretch;
}

.packaging-layout > div,
.packaging-layout .sample-slider {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.packaging-layout h3 {
  min-height: 38px;
  margin: 0 0 16px;
  display: flex;
  align-items: flex-end;
}

.packaging-grid,
.sample-grid,
.production-grid {
  display: grid;
  gap: 16px;
}

.packaging-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 1;
  align-items: stretch;
}

.packaging-grid .sample-card {
  height: 100%;
}

.sample-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sample-slider-head {
  display: flex;
  align-items: flex-end;
  min-height: 38px;
  margin: 0 0 16px;
}

.sample-slider-head h3 {
  margin: 0;
}

.sample-slider {
  position: relative;
}

.sample-slider .review-controls {
  position: absolute;
  top: -4px;
  right: 0;
}

.sample-slider-viewport {
  max-width: 100%;
  overflow: hidden;
  flex: 1;
  display: flex;
}

.sample-slider-track {
  display: flex;
  gap: 16px;
  width: 100%;
  flex: 1;
  align-items: stretch;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 1px 2px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.sample-slider-track .sample-card {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
  height: 100%;
  scroll-snap-align: start;
}

.sample-card {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 16px;
  align-content: end;
  background: linear-gradient(145deg, #f8f8f6, #dddeda);
}

.sample-card span {
  display: grid;
  place-items: center;
  min-height: 136px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--muted);
  font-weight: 850;
}

.sample-card strong {
  font-size: 13px;
  text-align: center;
}

.comparison-table {
  display: grid;
  grid-template-columns: 1.18fr 0.72fr 1.18fr;
  overflow: visible;
  background: transparent;
}

.comparison-table > div {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(27, 36, 59, 0.1);
  text-align: center;
}

.comparison-table > div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.comparison-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 72px;
  font-size: 18px;
  font-weight: 900;
}

.comparison-table > div:nth-child(3n + 1) {
  background: rgba(9, 88, 232, 0.12);
}

.comparison-head.we {
  color: var(--blue);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.comparison-table > div:nth-child(3n + 2) {
  background: rgba(255, 255, 255, 0.98);
}

.comparison-table > div:nth-child(3n) {
  background: rgba(216, 216, 212, 0.55);
}

.comparison-head.feature {
  background: transparent;
  border-bottom: 0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.comparison-head.other {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.comparison-table > div:nth-last-child(3) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.comparison-table > div:nth-last-child(2) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.comparison-table > div:last-child {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.comparison-head.we::before,
.comparison-head.other::before {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}

.comparison-head.we::before {
  color: var(--blue);
  content: "👍";
}

.comparison-head.other::before {
  color: #60646b;
  content: "👎";
}

.production-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px;
}

.production-card {
  position: relative;
  padding: 18px;
  text-align: center;
}

.production-card:not(:last-child)::after {
  position: absolute;
  top: 46%;
  right: -39px;
  z-index: 2;
  color: #9aa0a6;
  content: "\2192";
  font-size: 26px;
  font-weight: 700;
  transform: translateY(-50%);
}

.production-card span {
  display: block;
  aspect-ratio: 1.55;
  margin-bottom: 14px;
  border-radius: 7px;
  background: linear-gradient(135deg, #ffffff, #d9d9d4);
}

.production-card h3 {
  font-size: 17px;
}

.production-card p {
  color: var(--muted);
  font-size: 14px;
}

.gift-final-cta {
  display: grid;
  grid-template-columns: 0.95fr 1.28fr 0.78fr;
  gap: 18px;
  align-items: center;
  margin: clamp(24px, 4vw, 56px) clamp(18px, 5vw, 76px);
  min-height: 210px;
  padding: 18px 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfaf8;
}

.gift-final-cta h2 {
  width: 100%;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.12;
  margin-bottom: 12px;
  white-space: normal;
}

.gift-final-cta > div:nth-child(2) {
  display: grid;
  justify-items: start;
  justify-self: center;
  align-content: center;
  width: 100%;
  max-width: 680px;
  text-align: left;
}

.gift-final-cta > div:nth-child(2) p {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  white-space: normal;
}

.gift-final-cta > div:nth-child(2) .button-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 14px;
  margin-top: 18px;
}

.gift-final-cta > div:nth-child(2) .button {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 15px;
}

.gift-final-cta .gift-check-list.compact {
  justify-self: end;
  width: 100%;
  max-width: 250px;
  gap: 16px;
}

.gift-final-cta .gift-check-list.compact li {
  padding-left: 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.gift-final-cta .gift-check-list.compact li::before {
  top: 1px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  content: "✓";
  box-shadow: 0 0 0 2px rgba(9, 88, 232, 0.08);
}

.freshener-mini-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.freshener-mini-row img {
  width: 100%;
  max-width: 320px;
  max-height: 220px;
  height: auto;
  object-fit: contain;
}

.freshener-mini-row span {
  width: 68px;
  height: 88px;
  border-radius: 12px;
  background: linear-gradient(160deg, #f9b5c9, #f6e58b, #97d9c7);
  box-shadow: 0 12px 28px rgba(16, 17, 18, 0.12);
}

.freshener-mini-row span:first-child {
  border-radius: 45% 45% 20% 20%;
  background: #ffd8e6;
}

.freshener-mini-row span:nth-child(2) {
  border-radius: 50%;
  background: linear-gradient(160deg, #71d2e8, #ff8da6);
}

.gift-check-list.compact {
  margin-top: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
  align-items: start;
}

.contact-panel,
.inquiry-form,
.notice {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.contact-panel .button {
  width: 100%;
  margin-top: 10px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.inquiry-form label,
.inquiry-file-field {
  display: block;
  margin-bottom: 14px;
  color: #34383d;
  font-weight: 700;
}

.inquiry-form label input,
.inquiry-form label textarea {
  margin-top: 6px;
}

.notice {
  margin-bottom: 18px;
  border-color: #98c8a0;
  background: #f0faf1;
}

.single-layout {
  max-width: 980px;
  margin: 0 auto;
}

.card-media {
  position: relative;
}

.card-updated-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #111315;
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.product-detail {
  max-width: 1560px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 58px) clamp(18px, 5vw, 76px) clamp(54px, 7vw, 96px);
  background: #fff;
  font-size: 16px;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  color: #4d5560;
  font-size: 13px;
  font-weight: 600;
}

.product-breadcrumb a {
  color: #111315;
}

.product-hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}

.product-gallery-panel {
  position: relative;
  display: grid;
  min-height: 600px;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
}

.product-gallery-panel.has-thumbnails {
  grid-template-columns: 88px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 18px;
}

.product-hero-image {
  display: grid;
  place-items: center;
  min-height: 500px;
}

.product-hero-image .single-image {
  width: 100%;
  max-height: 520px;
  margin: 0;
  object-fit: contain;
}

.product-gallery-panel.has-thumbnails .product-hero-image {
  grid-column: 2;
  grid-row: 1;
}

.product-thumbnails {
  display: grid;
  width: 88px;
  gap: 12px;
  align-content: start;
}

.product-gallery-panel.has-thumbnails .product-thumbnails {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.product-thumbnails a {
  display: grid;
  place-items: center;
  width: 88px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f6f6f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-thumbnails a:hover {
  transform: translateY(-2px);
  border-color: #0b63ff;
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.08);
}

.product-thumbnails a[aria-current="true"] {
  border-color: #0b63ff;
}

.product-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery-dots {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 10px;
}

.product-gallery-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7d7d2;
}

.product-gallery-dots .is-active {
  background: var(--blue);
}

.product-hero-copy {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  gap: 18px;
  min-height: 600px;
}

.product-hero-copy h1 {
  color: #101112;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.06;
  text-transform: uppercase;
}

.product-summary {
  max-width: 560px;
  color: #1f252c;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.5;
}

.product-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -4px;
}

.product-meta-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8f7f2;
  color: #24282d;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.1;
}

.product-advantage-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-self: center;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-advantage-list span {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 9px 8px;
  color: #111315;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-advantage-list i,
.product-card-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
  color: var(--blue);
  font-style: normal;
  font-weight: 900;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.product-hero-copy > .button {
  align-self: end;
  width: 100%;
}

.product-section {
  margin-top: clamp(46px, 6vw, 78px);
}

.product-section h2,
.product-section-head h2,
.product-final-cta h2 {
  color: #101112;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.05;
  text-transform: uppercase;
}

.product-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product-section-head.stacked {
  display: block;
}

.product-section-head.stacked p {
  margin-top: 12px;
  color: #4b5563;
  font-size: 16px;
}

.product-section-head a {
  color: #101112;
  font-size: 15px;
  font-weight: 700;
}

.similar-product-grid,
.product-feature-grid,
.custom-option-grid {
  display: grid;
  gap: 16px;
}

.similar-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 16px;
}

.similar-product-card,
.product-feature-card,
.custom-option-card,
.product-faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.similar-product-card:hover,
.product-feature-card:hover,
.custom-option-card:hover,
.product-faq-list details:hover {
  transform: translateY(-2px);
  border-color: #c4c5bf;
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.1);
}

.similar-product-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  color: var(--ink);
  min-width: 0;
}

.similar-product-card > span {
  display: grid;
  place-items: center;
  aspect-ratio: 1.1;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.similar-product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.similar-product-card strong {
  font-size: 16px;
  line-height: 1.12;
}

.similar-product-card em {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
}

.product-overview-section h2,
.product-section-head:not(.stacked) h2 {
  display: flex;
  align-items: center;
  gap: 14px;
}

.product-overview-section h2::before,
.product-section-head:not(.stacked) h2::before {
  content: "";
  width: 5px;
  height: 38px;
  border-radius: 99px;
  background: var(--blue);
}

.similar-styles-section .product-section-head h2::before {
  display: none;
}

.specs-section .product-section-head h2,
.factory-section .product-section-head h2 {
  display: grid;
  gap: 12px;
}

.specs-section .product-section-head h2::after,
.factory-section .product-section-head h2::after {
  content: "";
  width: 70px;
  height: 3px;
  border-radius: 99px;
  background: var(--blue);
}

.product-overview-section p {
  max-width: 1100px;
  color: #34383d;
  font-size: 17px;
  line-height: 1.66;
}

.product-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-feature-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 250px;
  padding: 34px 24px;
  text-align: center;
}

.product-feature-card .product-card-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
}

.product-card-icon.image-icon {
  border: 0;
  border-radius: 0;
}

.product-card-icon.image-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-feature-card h3,
.product-faq-list summary {
  color: #101112;
  font-size: 20px;
  line-height: 1.12;
}

.product-feature-card p,
.product-faq-list p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
}

.custom-option-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.custom-option-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 230px;
  overflow: hidden;
  color: var(--ink);
}

.custom-option-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px 20px;
}

.custom-option-copy em {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
}

.custom-option-copy i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #111315;
  font-style: normal;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.custom-option-card strong {
  color: #101112;
  font-size: 19px;
  line-height: 1.12;
}

.custom-option-card small {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
}

.custom-option-card b {
  align-self: end;
  color: var(--blue);
  font-size: 13px;
}

.custom-option-image {
  min-height: 100%;
  background: #f4f4f2;
}

.custom-option-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.product-spec-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.05);
}

.product-spec-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 102px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.product-spec-table .product-spec-item:last-child {
  border-bottom: 0;
}

.product-spec-item strong {
  color: #101112;
  font-size: 15px;
}

.product-spec-item p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.45;
}

.factory-table {
  display: grid;
  grid-template-columns: 0.8fr 1.22fr 1.12fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.05);
}

.factory-table > div {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 16px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.factory-table > div:nth-child(3n) {
  border-right: 0;
}

.factory-head {
  justify-content: center;
  color: #101112;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  background: #f2f3f4;
}

.factory-head.our {
  color: #fff;
  background: var(--blue);
}

.factory-label {
  gap: 14px;
}

.factory-label span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.factory-label strong {
  font-size: 15px;
}

.factory-good,
.factory-bad {
  gap: 12px;
  color: #111315;
  font-size: 15px;
}

.factory-good i,
.factory-bad i {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  border-radius: 50%;
  background: var(--blue);
}

.factory-bad i {
  background: #777;
}

.product-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}

.product-faq-list details {
  padding: 0;
}

.product-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  list-style: none;
}

.product-faq-list summary::-webkit-details-marker {
  display: none;
}

.product-faq-list summary::after {
  content: "⌄";
  font-size: 20px;
}

.product-faq-list p {
  padding: 0 24px 20px;
}

.product-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: center;
  min-height: 240px;
  margin-top: clamp(34px, 5vw, 58px);
  padding: clamp(22px, 3vw, 34px) clamp(24px, 4vw, 44px);
  overflow: hidden;
  background: #080808;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.16);
}

.product-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.74) 44%, rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.product-final-cta > div,
.product-final-cta > img {
  position: relative;
  z-index: 1;
}

.product-final-cta h2 {
  max-width: 500px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
}

.product-final-cta > img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
}

.product-final-cta p {
  max-width: 560px;
  margin: 10px 0 16px;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.product-final-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, auto));
  gap: 10px 22px;
  margin-top: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.product-final-badges span {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}

.product-final-badges span:last-child {
  border-right: 0;
}

.single-layout h1 {
  font-size: clamp(38px, 5vw, 64px);
}

.single-image {
  width: 100%;
  max-height: none;
  object-fit: contain;
  margin: 24px 0;
  border-radius: 6px;
}

.content {
  color: #2c3035;
  font-size: 18px;
}

.single-cta {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 0.75fr 1.1fr;
  gap: 24px;
  padding: 42px clamp(18px, 5vw, 76px);
  background: #fbfaf8;
  color: var(--ink);
}

.site-footer h2 {
  max-width: 780px;
  font-size: clamp(26px, 3vw, 42px);
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
  color: #3f444b;
}

.footer-newsletter p {
  color: var(--muted);
}

.footer-newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 320px;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.footer-newsletter input {
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  font: inherit;
}

.footer-newsletter button {
  min-width: 46px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-weight: 850;
}

[hidden] {
  display: none !important;
}

@media (max-width: 960px) {
  .site-header,
  .site-topbar,
  .home-hero,
  .daily-layout,
  .hero,
  .split-section,
  .contact-section,
  .site-footer,
  .news-page,
  .news-row,
  .product-hero-section,
  .product-final-cta,
  .gift-hero,
  .packaging-layout,
  .gift-final-cta,
  .gift-addon-band,
  .faq-cta-section,
  .final-cta-panel {
    grid-template-columns: 1fr;
  }

  .daily-sidebar {
    position: static;
  }

  .timeline-list::before {
    left: 8px;
  }

  .timeline-entry {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .timeline-date {
    grid-column: 2;
  }

  .timeline-dot {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .timeline-card {
    grid-column: 2;
    grid-template-columns: 1fr;
  }

  .timeline-images.image-count-1 {
    max-height: 300px;
  }

  .timeline-images.image-count-2 {
    grid-auto-rows: minmax(150px, 220px);
  }

  .timeline-images.image-count-3 {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 118px));
  }

  .timeline-images.image-count-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: minmax(0, 160px) minmax(0, 96px);
  }

  .timeline-images.image-count-4 img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .product-hero-image {
    min-height: 360px;
  }

  .product-gallery-panel {
    min-height: 460px;
    padding: 16px;
  }

  .product-gallery-panel.has-thumbnails {
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .product-hero-copy {
    min-height: auto;
  }

  .product-thumbnails {
    width: 82px;
    gap: 12px;
  }

  .product-thumbnails a {
    width: 82px;
  }

  .product-advantage-list,
  .similar-product-grid,
  .custom-option-grid,
  .product-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-spec-grid {
    grid-template-columns: 1fr;
  }

  .product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .factory-table {
    grid-template-columns: 1fr;
  }

  .factory-table > div,
  .factory-table > div:nth-child(3n) {
    border-right: 0;
  }

  .factory-head.empty {
    display: none;
  }

  .primary-nav {
    justify-content: start;
    overflow-x: auto;
  }

  .news-row-copy .button {
    justify-self: start;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 420px;
  }

  .product-grid,
  .post-grid,
  .update-list.compact,
  .filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fragrance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gift-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shape-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .gift-hero-art,
  .freshener-cluster {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 14px;
  }

  .site-header > .button {
    width: 100%;
  }

  h1 {
    font-size: 38px;
  }

  .product-grid,
  .post-grid,
  .update-list.compact,
  .filter-bar,
  .fragrance-grid,
  .packaging-grid,
  .sample-grid,
  .production-grid,
  .brand-grid,
  .process-strip,
  .style-grid,
  .materials-row,
  .gift-addon-features,
  .capability-grid,
  .process-grid,
  .form-grid,
  .update-item,
  .gift-visual,
  .product-advantage-list,
  .similar-product-grid,
  .custom-option-grid,
  .product-faq-list,
  .product-spec-grid {
    grid-template-columns: 1fr;
  }

  .gift-showcase-grid {
    grid-template-columns: 1fr;
  }

  .product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sample-slider-track .sample-card {
    flex-basis: 100%;
  }

  .sample-slider .review-controls {
    top: -8px;
  }

  .gift-note {
    font-size: 13px;
    white-space: normal;
  }

  .gift-final-cta h2 {
    white-space: normal;
  }

  .gift-final-cta > div:nth-child(2) {
    width: 100%;
    text-align: center;
    justify-items: center;
  }

  .gift-final-cta > div:nth-child(2) p {
    white-space: normal;
  }

  .gift-final-cta > div:nth-child(2) .button-row {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .production-card:not(:last-child)::after {
    display: none;
  }

  .product-final-cta .button {
    justify-self: start;
  }

  .product-gallery-panel {
    min-height: auto;
    padding: 14px;
  }

  .product-hero-image {
    min-height: 330px;
  }

  .product-hero-copy {
    grid-template-rows: auto;
  }

  .product-thumbnails {
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    order: 2;
  }

  .product-gallery-panel.has-thumbnails {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .product-gallery-panel.has-thumbnails .product-hero-image {
    grid-column: 1;
    grid-row: 1;
  }

  .product-thumbnails a {
    width: auto;
  }

  .product-gallery-panel.has-thumbnails .product-thumbnails {
    grid-column: 1;
    grid-row: 2;
  }

  .product-gallery-dots {
    grid-column: 1;
    grid-row: 3;
  }

  .product-advantage-list {
    border-left: 0;
  }

  .product-advantage-list span {
    min-height: auto;
    border-left: 1px solid var(--line);
  }

  .custom-option-card {
    grid-template-columns: 1fr;
  }

  .custom-option-image {
    min-height: 220px;
  }

  .product-spec-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px;
  }

  .product-spec-item p {
    grid-column: auto;
  }

  .product-final-badges {
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }

  .product-final-badges span {
    border-right: 0;
  }

  .product-final-cta {
    min-height: auto;
    padding: 22px;
  }

  .product-final-cta > img {
    max-height: 180px;
  }

  .daily-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shape-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gift-hero-art,
  .freshener-cluster {
    min-height: 360px;
  }

  .freshener-card {
    min-width: 90px;
    min-height: 108px;
    font-size: 12px;
  }

  .freshener-card.pack {
    width: 118px;
    min-height: 150px;
  }

  .comparison-table {
    grid-template-columns: 1fr;
  }

  .comparison-table > div {
    border-bottom: 1px solid var(--line);
  }

  .fragrance-perfume-inspired ul {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .home-section-head,
  .site-topbar {
    align-items: start;
    flex-direction: column;
  }

  .news-sidebar-title {
    font-size: 18px;
  }

  .featured-news-item {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .featured-thumb {
    width: 64px;
    height: 64px;
  }
}

/* v22 FAQ and News sidebar refinements */
.primary-nav,
.primary-nav ul {
  gap: clamp(22px, 2.4vw, 42px);
  width: min(100%, 940px);
  justify-self: center;
}

.faq-page {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
  background: #f7f7f5;
}

.faq-page .faq-list-page {
  max-width: 980px;
}

.page-section-title {
  margin-bottom: 24px;
}

.page-section-title h1 {
  max-width: 760px;
  font-size: clamp(40px, 4.6vw, 68px);
}

.side-nav-card {
  position: sticky;
  top: 112px;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 360px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.side-nav-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.side-nav-card a {
  display: block;
  padding: 10px 0;
  color: #1d242b;
  font-weight: 700;
}

.side-nav-card a:hover {
  color: var(--blue);
}

.side-nav-top {
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.featured-news-block {
  margin-top: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.news-sidebar-title {
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
}

.news-category-link {
  padding: 10px 0;
  color: #1d242b;
}

@media (max-width: 960px) {
  .faq-page,
  .news-page {
    grid-template-columns: 1fr;
  }

  .side-nav-card {
    position: static;
    min-height: 0;
  }
}

/* v23 unified FAQ and News left navigation */
.news-page.faq-page {
  background: #fff;
}

.faq-main h1,
.news-main h1 {
  margin-bottom: 26px;
}

.side-nav-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  gap: 16px;
}

.side-nav-label {
  display: block;
  margin: 0;
  padding: 16px 20px;
  background: var(--blue);
  color: #fff;
  font-size: 22px;
  font-weight: 760;
  text-transform: none;
}

.side-nav-card > a:not(.side-nav-top) {
  padding: 8px 20px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 600;
}

.side-nav-card > a:not(.side-nav-top):hover {
  background: #eef4ff;
  color: #084ec4;
}

.side-nav-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 10px;
  padding: 12px 20px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  background: var(--blue);
  color: #fff !important;
  font-weight: 760;
}

.side-nav-top:hover {
  background: #084ec4;
  border-color: #084ec4;
}

.featured-news-block {
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
}

.featured-news-block > p:not(.side-nav-label) {
  padding: 0 20px;
}

.featured-news-list {
  padding: 0 0 0 20px;
}

.faq-answer-card {
  border-radius: 0;
}

/* v24 sidebar back-to-top card */
.side-nav-card > a:not(.side-nav-top) {
  color: #111315;
  font-weight: 700;
}

.side-nav-card > a:not(.side-nav-top):hover {
  background: #eef4ff;
  color: var(--blue);
}

.side-nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 64px;
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: #111315 !important;
  font-weight: 760;
}

.side-nav-top span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.side-nav-top strong {
  color: #111315;
  font-size: 18px;
  font-weight: 800;
}

.side-nav-top:hover {
  border-color: var(--blue);
  background: #f8fbff;
}

.side-nav-top:hover span {
  background: var(--blue);
  color: #fff;
}

/* v25 larger FAQ and News back-to-top button */
.news-sidebar .side-nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  min-height: 96px;
  padding: 22px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #111315 !important;
  box-shadow: none;
}

.news-sidebar .side-nav-top span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border: 2px solid var(--blue);
  border-radius: 8px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.news-sidebar .side-nav-top strong {
  color: #111315;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
}

.news-sidebar .side-nav-top:hover {
  border-color: var(--blue);
  background: #fff;
}

.news-sidebar .side-nav-top:hover span {
  background: var(--blue);
  color: #fff;
}

/* v26 FAQ and News back-to-top matches Daily Updates card without description */
.news-sidebar .side-nav-top {
  display: block;
  min-height: 0;
  margin-top: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
  color: #111315 !important;
  box-shadow: none;
}

.news-sidebar .side-nav-top span {
  display: none;
}

.news-sidebar .side-nav-top strong {
  display: flex;
  align-items: center;
  color: #111315;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.news-sidebar .side-nav-top strong::before {
  content: "^";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.news-sidebar .side-nav-top:hover {
  border-color: var(--line);
  background: #fbfaf8;
}

.news-sidebar .side-nav-top:hover strong::before {
  background: var(--blue);
  color: #fff;
}

/* v27 contact inquiry split form */
.contact-intro {
  padding: clamp(44px, 6vw, 72px) clamp(18px, 5vw, 76px) 20px;
  background: #fbfaf8;
}

.contact-intro h1 {
  max-width: 900px;
  font-size: clamp(44px, 5.5vw, 76px);
}

.contact-intro p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.contact-section.inquiry-only-section {
  display: block;
  padding: clamp(30px, 5vw, 64px) clamp(18px, 5vw, 76px);
  background: #f7f7f5;
}

.inquiry-only-section .inquiry-form {
  max-width: 1480px;
  margin: 0 auto;
}

.shared-inquiry-fields {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.shared-inquiry-fields h3,
.product-inquiry-card legend {
  margin: 0 0 16px;
  color: #111315;
  font-size: 24px;
  font-weight: 850;
}

.product-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.product-inquiry-card {
  min-width: 0;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.checkbox-line {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px !important;
}

.checkbox-line input {
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.inquiry-form label select,
.inquiry-form label input,
.inquiry-form label textarea {
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.inquiry-form input[type="file"] {
  padding: 9px 12px;
}

.inquiry-form > .button {
  margin-top: 22px;
  min-width: 220px;
}

@media (max-width: 900px) {
  .product-inquiry-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* v28 inquiry cards and custom English file buttons */
.inquiry-only-section .inquiry-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.shared-inquiry-fields,
.product-inquiry-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.shared-inquiry-fields {
  margin-bottom: 18px;
  padding-bottom: 26px;
}

.shared-inquiry-fields::after,
.product-inquiry-card::after {
  content: "";
  position: absolute;
  inset: -80% auto auto -40%;
  width: 40%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.75), transparent);
  transform: rotate(18deg) translateX(-120%);
  pointer-events: none;
}

.shared-inquiry-fields:hover,
.product-inquiry-card:hover {
  border-color: rgba(9, 88, 232, 0.38);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
  transform: translateY(-2px);
}

.shared-inquiry-fields:hover::after,
.product-inquiry-card:hover::after {
  transform: rotate(18deg) translateX(420%);
  transition: transform 650ms ease;
}

.custom-file-control {
  display: block;
  min-height: 46px;
  margin-top: 6px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.custom-file-control input[type="file"] {
  width: 100%;
  min-height: 34px;
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.b2bsw-hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.inquiry-form input[type="file"] {
  min-height: 34px;
  padding: 6px 0;
  border: 0;
}

/* v29 homepage hero proportion refinement */
.home-hero {
  grid-template-columns: minmax(280px, 0.86fr) minmax(460px, 1.08fr) minmax(270px, 0.72fr);
  gap: clamp(18px, 2.4vw, 34px);
  min-height: calc(100vh - 116px);
  padding: clamp(46px, 6vw, 86px) clamp(24px, 5vw, 86px);
  background: #fbfaf8;
}

.home-hero-copy {
  max-width: 520px;
}

.home-hero-copy .eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 900;
}

.home-hero-copy h1 {
  max-width: 520px;
  font-size: clamp(42px, 4.1vw, 62px);
  line-height: 0.98;
}

.home-hero-copy p:not(.eyebrow) {
  max-width: 480px;
  margin-top: 22px;
  color: #30343a;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.42;
}

.home-hero .button-row {
  margin-top: 28px;
  gap: 14px;
}

.home-hero .button {
  min-height: 44px;
  padding: 10px 20px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-hero .button:hover,
.home-hero .button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.14);
}

.home-hero .button-blue:hover,
.home-hero .button-blue:focus-visible {
  border-color: #084ec4;
  background: #084ec4;
}

.home-hero .button-light:hover,
.home-hero .button-light:focus-visible {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.home-hero-wheel {
  min-height: clamp(440px, 45vw, 590px);
  align-self: center;
}

.home-hero-wheel img {
  width: min(100%, 620px);
  max-height: clamp(430px, 45vw, 590px);
  object-fit: contain;
}

.hero-benefits {
  gap: clamp(18px, 2vw, 28px);
  max-width: 330px;
  align-self: center;
}

.hero-benefits div {
  grid-template-columns: 54px 1fr;
  gap: 14px;
}

.hero-benefits span {
  width: 54px;
  height: 54px;
  font-size: 15px;
}

.hero-benefits strong {
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.12;
}

.hero-benefits p {
  margin-top: -6px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.38;
}

@media (max-width: 1180px) {
  .home-hero {
    grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.05fr);
  }

  .hero-benefits {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
  }

  .hero-benefits div {
    grid-template-columns: 48px 1fr;
  }

  .hero-benefits p {
    grid-column: 1 / -1;
    margin-top: 2px;
  }
}

@media (max-width: 760px) {
  .home-hero {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .home-hero-copy h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .home-hero-wheel {
    min-height: auto;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }
}

/* v30 trim homepage hero vertical whitespace */
.home-hero {
  min-height: auto;
  padding-top: clamp(18px, 2.4vw, 36px);
  padding-bottom: clamp(22px, 3vw, 42px);
}

.home-hero-wheel {
  min-height: clamp(390px, 40vw, 540px);
}

.home-hero-wheel img {
  max-height: clamp(390px, 40vw, 540px);
}

@media (max-width: 760px) {
  .home-hero {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}

/* v31 gallery model filter */
.filter-bar {
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(140px, 0.48fr);
  gap: 12px;
}

@media (max-width: 1180px) {
  .filter-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .filter-bar {
    grid-template-columns: 1fr;
  }
}

/* v35 homepage interaction polish */
.brand-tile {
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.brand-tile span {
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.brand-tile:hover,
.brand-tile:focus-visible {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 16px 34px rgba(9, 88, 232, 0.2);
  transform: translateY(-2px);
}

.brand-tile:hover span,
.brand-tile:focus-visible span {
  border-color: rgba(255, 255, 255, 0.86);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.review-controls {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.review-arrow {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  transition: border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.review-arrow:hover,
.review-arrow:focus-visible {
  border-color: rgba(9, 88, 232, 0.4);
  color: #084ec4;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
  transform: translateY(-1px);
}

.review-arrow:disabled,
.review-arrow[aria-disabled="true"] {
  opacity: 0.42;
  cursor: default;
  box-shadow: none;
  transform: none;
}

.review-rail {
  scrollbar-width: none;
}

.review-rail::-webkit-scrollbar,
.sample-slider-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.review-card:hover {
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.13);
  transform: translateY(-2px);
}

.materials-row a {
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.materials-row a:hover,
.materials-row a:focus-visible {
  border-color: rgba(9, 88, 232, 0.32);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.1);
  transform: translateY(-2px);
}

.materials-row span {
  transition: transform 220ms ease;
}

.materials-row a:hover span,
.materials-row a:focus-visible span {
  transform: scale(1.055);
}

.gift-addon-band {
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(22px, 3vw, 34px);
}

.gift-addon-copy .button {
  transition: border-color 170ms ease, background 170ms ease, color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.gift-addon-copy .button:hover,
.gift-addon-copy .button:focus-visible {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 26px rgba(9, 88, 232, 0.22);
  transform: translateY(-1px);
}

.gift-addon-features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 112px;
  border-left: 1px solid var(--line);
}

.gift-addon-features span {
  position: relative;
  min-height: 112px;
  border-left: 0;
  border-right: 1px solid var(--line);
  overflow: hidden;
}

.gift-addon-features span:last-child {
  border-right: 0;
}

.gift-addon-features span::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7f7f5, #e8ecef);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gift-addon-features span:hover::before {
  opacity: 1;
  transform: scale(1);
}

.gift-addon-features strong {
  position: relative;
  z-index: 1;
}

.final-cta-panel {
  grid-template-columns: minmax(0, 0.66fr) minmax(190px, 0.34fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
}

.final-cta-panel h2 {
  max-width: 780px;
  font-size: clamp(32px, 3.5vw, 56px);
}

.final-wheel-mark {
  justify-self: center;
  width: min(220px, 100%);
  max-width: 220px;
}

@media (max-width: 960px) {
  .review-controls {
    margin-left: auto;
  }

  .gift-addon-band,
  .final-cta-panel {
    grid-template-columns: 1fr;
  }

  .gift-addon-features {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .review-arrow {
    width: 38px;
    height: 38px;
    font-size: 30px;
  }

  .review-rail {
    grid-auto-columns: minmax(280px, 86vw);
  }
}

/* v36 homepage gift add-on editable visual */
.gift-addon-visual {
  min-height: 118px;
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.gift-addon-visual img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.gift-addon-visual .gift-addon-features {
  height: 100%;
}

@media (max-width: 960px) {
  .gift-addon-visual {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }
}

/* Final homepage gift image slot and compact CTA */
.gift-addon-band {
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
  align-items: stretch;
  min-height: 210px;
  padding: clamp(22px, 3vw, 34px);
}

.gift-addon-copy {
  display: grid;
  align-content: center;
  justify-items: start;
}

.gift-addon-copy h2 {
  max-width: 520px;
  line-height: 0.98;
}

.gift-addon-copy p {
  max-width: 620px;
}

.gift-addon-visual {
  display: block;
  min-width: 0;
  min-height: 100%;
  border-left: 1px solid var(--line);
  padding-left: clamp(22px, 3vw, 42px);
}

.gift-addon-visual img,
.gift-addon-image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #f7f7f5, #e6e9ec);
  object-fit: cover;
  object-position: center;
}

.faq-cta-section {
  align-items: stretch;
}

.final-cta-panel {
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
  align-items: center;
  gap: clamp(18px, 2.8vw, 34px);
  min-height: 0;
  padding: clamp(18px, 2.2vw, 28px) clamp(22px, 3vw, 38px);
  overflow: hidden;
}

.final-cta-copy {
  display: grid;
  align-content: start;
  justify-items: start;
  min-width: 0;
}

.final-cta-panel h2 {
  max-width: 720px;
  margin-bottom: 10px;
  font-size: clamp(26px, 2.1vw, 38px);
  line-height: 1.12;
}

.final-cta-panel h2 span {
  display: inline;
  white-space: normal;
}

.final-cta-panel h2 span + span::before {
  content: " ";
}

.final-cta-panel p {
  max-width: 650px;
  margin-bottom: 16px;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.35;
}

.final-cta-panel .button {
  min-height: 42px;
  padding: 9px 18px;
}

.final-cta-visual {
  display: grid;
  place-items: center;
  min-width: 0;
}

.final-cta-visual img {
  width: min(100%, 210px);
  aspect-ratio: 1;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.final-wheel-mark {
  width: min(100%, 210px);
  max-width: 210px;
  border-width: 7px;
}

@media (max-width: 960px) {
  .gift-addon-band,
  .final-cta-panel {
    grid-template-columns: 1fr;
  }

  .gift-addon-visual {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 18px;
  }

  .final-cta-visual {
    justify-items: start;
  }
}

@media (min-width: 1200px) {
  .final-cta-panel h2 {
    font-size: clamp(26px, 1.45vw, 30px);
  }

  .final-cta-panel {
    min-height: 0;
  }

  .final-cta-visual img,
  .final-cta-visual .final-wheel-mark {
    width: min(100%, 180px);
    max-width: 180px;
  }
}


/* v52: dedicated mobile UI for /custom-fresheners/ */
.fresheners-mobile-page {
  display: none;
}

.fresheners-desktop-page {
  display: block;
}

@media (max-width: 768px) {
  body.page-template-page-custom-gifts {
    overflow-x: hidden;
    background: #f6f5f2;
  }

  body.page-template-page-custom-gifts .site-topbar {
    display: none;
  }

  body.page-template-page-custom-gifts .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 18px;
  }

  body.page-template-page-custom-gifts .brand {
    font-size: 17px;
    line-height: 1.2;
  }

  body.page-template-page-custom-gifts .brand-mark {
    width: 30px;
    height: 30px;
  }

  body.page-template-page-custom-gifts .primary-nav,
  body.page-template-page-custom-gifts .primary-nav ul {
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  body.page-template-page-custom-gifts .primary-nav::-webkit-scrollbar,
  body.page-template-page-custom-gifts .primary-nav ul::-webkit-scrollbar {
    display: none;
  }

  body.page-template-page-custom-gifts .primary-nav a {
    font-size: 15px;
  }

  body.page-template-page-custom-gifts .site-header > .button {
    width: 100%;
    min-height: 46px;
    border-radius: 6px;
    font-size: 15px;
  }

  body.page-template-page-custom-gifts .fresheners-desktop-page {
    display: none;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page {
    display: block;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page h1,
  body.page-template-page-custom-gifts .fresheners-mobile-page h2,
  body.page-template-page-custom-gifts .fresheners-mobile-page h3,
  body.page-template-page-custom-gifts .fresheners-mobile-page p {
    margin-top: 0;
  }

  .m-fresh-hero,
  .m-section,
  .m-final-cta {
    margin: 0 14px 14px;
    padding: 22px 18px;
    border: 1px solid rgba(27, 36, 59, 0.08);
    border-radius: 20px;
    background: #fff;
  }

  .m-fresh-hero {
    margin-top: 14px;
    padding-top: 24px;
  }

  .m-eyebrow {
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .m-fresh-hero h1 {
    max-width: 10.5ch;
    margin-bottom: 14px;
    font-size: clamp(38px, 10.6vw, 50px);
    line-height: 1.03;
    letter-spacing: -0.055em;
  }

  .m-hero-text {
    margin-bottom: 18px;
    color: #2f343a;
    font-size: 17px;
    line-height: 1.55;
  }

  .m-button-stack {
    display: grid;
    gap: 10px;
  }

  .m-button-stack .button {
    width: 100%;
    min-height: 50px;
    border-radius: 7px;
    font-size: 16px;
  }

  .m-hero-points,
  .m-final-points {
    display: grid;
    gap: 9px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }

  .m-hero-points li,
  .m-final-points li {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.35;
  }

  .m-hero-points li::before,
  .m-final-points li::before {
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    content: "✓";
    font-size: 12px;
    font-weight: 900;
  }

  .m-hero-image {
    margin-top: 22px;
    overflow: hidden;
    border-radius: 16px;
    background: #f5f4f1;
  }

  .m-hero-image img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
  }

  .m-section-head {
    margin-bottom: 16px;
    text-align: left;
  }

  .m-section-head h2 {
    margin-bottom: 8px;
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .m-section-head p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.5;
  }

  .m-card-scroll,
  .m-sample-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 76%;
    gap: 12px;
    margin: 0 -18px;
    padding: 0 18px 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .m-card-scroll::-webkit-scrollbar,
  .m-sample-scroll::-webkit-scrollbar {
    display: none;
  }

  .m-show-card,
  .m-sample-card,
  .m-pack-card,
  .m-shape-card,
  .m-compare-card,
  .m-process-card,
  .m-fragrance-card {
    border: 1px solid rgba(27, 36, 59, 0.1);
    border-radius: 16px;
    background: #fbfaf8;
  }

  .m-show-card {
    display: grid;
    gap: 10px;
    min-height: 214px;
    padding: 12px;
    scroll-snap-align: start;
    text-align: center;
  }

  .m-show-card span {
    display: grid;
    place-items: center;
    height: 162px;
    overflow: hidden;
    border-radius: 13px;
    background: linear-gradient(135deg, #fff, #e9e9e5);
  }

  .m-show-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .m-show-card strong,
  .m-shape-card strong,
  .m-pack-card strong {
    display: -webkit-box;
    min-height: 34px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.22;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .m-shape-grid,
  .m-pack-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .m-shape-card,
  .m-pack-card {
    display: grid;
    gap: 10px;
    place-items: center;
    min-height: 164px;
    padding: 12px 8px;
    overflow: hidden;
  }

  .m-shape-img,
  .m-pack-card span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 108px;
    overflow: hidden;
    border-radius: 13px;
    background: linear-gradient(135deg, #fff, #e9e9e5);
  }

  .m-shape-img img,
  .m-pack-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .m-shape-card .shape-icon {
    transform: scale(0.84);
    transform-origin: center;
  }

  .m-fragrance-list {
    display: grid;
    gap: 12px;
  }

  .m-fragrance-card {
    padding: 0;
    overflow: hidden;
    background: #fff;
  }

  .m-fragrance-card summary {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px;
    cursor: pointer;
    list-style: none;
  }

  .m-fragrance-card summary::-webkit-details-marker {
    display: none;
  }

  .m-fragrance-card summary strong {
    font-size: 17px;
    line-height: 1.2;
  }

  .m-fragrance-card .fragrance-icon-round {
    width: 52px;
    height: 52px;
  }

  .m-fragrance-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    margin: 0;
    padding: 0 16px 16px;
    list-style: none;
  }

  .m-fragrance-card li {
    position: relative;
    padding-left: 16px;
    color: #3c4248;
    font-size: 14px;
    line-height: 1.3;
  }

  .m-fragrance-card li::before {
    position: absolute;
    top: 0.48em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
    content: "";
  }

  .m-subtitle {
    margin: 4px 0 12px;
    font-size: 22px;
    line-height: 1.15;
  }

  .m-subtitle-samples {
    margin-top: 22px;
  }

  .m-pack-card {
    min-height: 210px;
    padding: 12px;
  }

  .m-pack-card span {
    height: 150px;
  }

  .m-sample-scroll {
    grid-auto-columns: 84%;
  }

  .m-sample-card {
    padding: 12px;
    scroll-snap-align: start;
  }

  .m-sample-card span {
    display: grid;
    place-items: center;
    height: 238px;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff, #e9e9e5);
  }

  .m-sample-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .m-compare-list {
    display: grid;
    gap: 12px;
  }

  .m-compare-card {
    padding: 14px;
    background: #fff;
  }

  .m-compare-card h3 {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.25;
  }

  .m-compare-row {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .m-compare-row + .m-compare-row {
    margin-top: 8px;
  }

  .m-compare-row span {
    font-weight: 900;
  }

  .m-compare-row p {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .m-we {
    background: rgba(9, 88, 232, 0.1);
  }

  .m-we span {
    color: var(--blue);
  }

  .m-other {
    background: rgba(216, 216, 212, 0.58);
  }

  .m-other span {
    color: #555b63;
  }

  .m-process-list {
    display: grid;
    gap: 12px;
  }

  .m-process-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px;
    background: #fff;
  }

  .m-process-card > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 14px;
    background: #f0efeb;
    color: var(--blue);
    font-weight: 900;
  }

  .m-process-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .m-process-card h3 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.25;
  }

  .m-process-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.4;
  }

  .m-final-cta {
    padding: 24px 18px;
    text-align: center;
  }

  .m-final-cta h2 {
    margin-bottom: 10px;
    font-size: clamp(34px, 9vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .m-final-cta > p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  .m-final-image {
    margin-top: 18px;
    overflow: hidden;
    border-radius: 16px;
    background: #f5f4f1;
  }

  .m-final-image img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
  }

  .m-final-points {
    margin-top: 18px;
    text-align: left;
  }
}

@media (max-width: 430px) {
  .m-fresh-hero,
  .m-section,
  .m-final-cta {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .m-card-scroll {
    grid-auto-columns: 80%;
  }

  .m-show-card span {
    height: 154px;
  }

  .m-fragrance-card ul {
    grid-template-columns: 1fr;
  }

  .m-sample-scroll {
    grid-auto-columns: 88%;
  }
}


/* v53: approved mobile UI direction, no cart icon */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts {
    background: #f7f6f3;
  }

  body.page-template-page-custom-gifts .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(17, 19, 21, 0.16);
    background: #fffdf8;
    backdrop-filter: none;
  }

  body.page-template-page-custom-gifts .brand {
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 900;
  }

  body.page-template-page-custom-gifts .brand-mark {
    display: none;
  }

  body.page-template-page-custom-gifts .primary-nav {
    display: none;
  }

  body.page-template-page-custom-gifts .site-header > .button {
    position: relative;
    display: flex;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
  }

  body.page-template-page-custom-gifts .site-header > .button::before {
    content: "⌕";
    color: #101112;
    font-size: 28px;
    line-height: 1;
  }

  body.page-template-page-custom-gifts .site-header > .button::after {
    content: "☰";
    margin-left: 28px;
    color: #101112;
    font-size: 28px;
    line-height: 1;
  }

  body.page-template-page-custom-gifts .m-fresh-hero {
    margin: 0;
    padding: 28px 20px 0;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(17, 19, 21, 0.22), rgba(17, 19, 21, 0.92)),
      #111315;
    color: #fff;
  }

  body.page-template-page-custom-gifts .m-eyebrow {
    color: var(--blue);
    letter-spacing: 0.1em;
  }

  body.page-template-page-custom-gifts .m-fresh-hero h1 {
    max-width: 11ch;
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.03;
    letter-spacing: -0.055em;
  }

  body.page-template-page-custom-gifts .m-hero-text {
    max-width: 92%;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.55;
  }

  body.page-template-page-custom-gifts .m-button-stack {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.page-template-page-custom-gifts .m-button-stack .button {
    min-height: 48px;
    border-radius: 12px;
    font-size: 14px;
  }

  body.page-template-page-custom-gifts .m-hero-points {
    grid-template-columns: 1fr;
    margin-top: 18px;
    padding-bottom: 18px;
  }

  body.page-template-page-custom-gifts .m-hero-points li {
    color: #fff;
    font-size: 14px;
  }

  body.page-template-page-custom-gifts .m-hero-image {
    margin: 14px -20px 0;
    border-radius: 0;
    background: #111315;
  }

  body.page-template-page-custom-gifts .m-hero-image img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
  }

  body.page-template-page-custom-gifts .m-section {
    margin: 0;
    padding: 34px 20px;
    border: 0;
    border-radius: 0;
    background: #fffdf8;
  }

  body.page-template-page-custom-gifts .m-section:nth-of-type(4),
  body.page-template-page-custom-gifts .m-section:nth-of-type(6),
  body.page-template-page-custom-gifts .m-section:nth-of-type(7) {
    background: #111315;
    color: #fff;
  }

  body.page-template-page-custom-gifts .m-section:nth-of-type(4) .m-section-head p,
  body.page-template-page-custom-gifts .m-section:nth-of-type(6) .m-section-head p,
  body.page-template-page-custom-gifts .m-section:nth-of-type(7) .m-section-head p {
    color: rgba(255, 255, 255, 0.68);
  }

  body.page-template-page-custom-gifts .m-section-head {
    margin-bottom: 20px;
  }

  body.page-template-page-custom-gifts .m-section-head h2 {
    margin-bottom: 8px;
    font-size: clamp(27px, 7.4vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  body.page-template-page-custom-gifts .m-section-head p {
    max-width: 92%;
    color: #59606a;
    font-size: 14px;
    line-height: 1.55;
  }

  body.page-template-page-custom-gifts .m-card-scroll {
    grid-auto-columns: 43%;
    gap: 12px;
    margin: 0 -20px;
    padding: 0 20px 18px;
  }

  body.page-template-page-custom-gifts .m-show-card {
    min-height: 210px;
    padding: 10px;
    border: 1px solid rgba(17, 19, 21, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 17, 18, 0.08);
  }

  body.page-template-page-custom-gifts .m-show-card span {
    height: 150px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff, #ededeb);
  }

  body.page-template-page-custom-gifts .m-show-card strong {
    font-size: 12px;
  }

  body.page-template-page-custom-gifts .m-shape-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  body.page-template-page-custom-gifts .m-shape-card {
    min-height: 132px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 17, 18, 0.06);
  }

  body.page-template-page-custom-gifts .m-shape-img {
    height: 76px;
    background: transparent;
  }

  body.page-template-page-custom-gifts .m-shape-card .shape-icon {
    transform: scale(0.62);
  }

  body.page-template-page-custom-gifts .m-shape-card strong {
    min-height: 28px;
    font-size: 11px;
  }

  body.page-template-page-custom-gifts .m-fragrance-card {
    border-color: rgba(255, 255, 255, 0.12);
    background: #1b1c1e;
    color: #fff;
  }

  body.page-template-page-custom-gifts .m-fragrance-card summary {
    grid-template-columns: 50px 1fr auto;
  }

  body.page-template-page-custom-gifts .m-fragrance-card summary::after {
    content: "+";
    font-size: 24px;
    font-weight: 400;
  }

  body.page-template-page-custom-gifts .m-fragrance-card[open] summary::after {
    content: "–";
  }

  body.page-template-page-custom-gifts .m-fragrance-card li {
    color: rgba(255, 255, 255, 0.78);
  }

  body.page-template-page-custom-gifts .m-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.page-template-page-custom-gifts .m-pack-card {
    min-height: 214px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 17, 18, 0.08);
  }

  body.page-template-page-custom-gifts .m-pack-card span {
    height: 142px;
  }

  body.page-template-page-custom-gifts .m-sample-scroll {
    grid-auto-columns: 40%;
    gap: 12px;
  }

  body.page-template-page-custom-gifts .m-sample-card {
    padding: 8px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 17, 18, 0.08);
  }

  body.page-template-page-custom-gifts .m-sample-card span {
    height: 138px;
    border-radius: 12px;
  }

  body.page-template-page-custom-gifts .m-compare-card {
    border-color: rgba(255, 255, 255, 0.12);
    background: #1b1c1e;
    color: #fff;
  }

  body.page-template-page-custom-gifts .m-compare-row {
    grid-template-columns: 56px 1fr;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.page-template-page-custom-gifts .m-compare-row p {
    color: rgba(255, 255, 255, 0.82);
  }

  body.page-template-page-custom-gifts .m-process-card {
    border-color: rgba(255, 255, 255, 0.12);
    background: #1b1c1e;
    color: #fff;
  }

  body.page-template-page-custom-gifts .m-process-card p {
    color: rgba(255, 255, 255, 0.66);
  }

  body.page-template-page-custom-gifts .m-final-cta {
    margin: 0;
    padding: 34px 20px;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(150deg, rgba(9, 88, 232, 0.95), rgba(17, 19, 21, 0.92)),
      #111315;
    color: #fff;
    text-align: left;
  }

  body.page-template-page-custom-gifts .m-final-cta h2 {
    max-width: 12ch;
    color: #fff;
    text-align: left;
  }

  body.page-template-page-custom-gifts .m-final-cta > p {
    max-width: 92%;
    color: rgba(255, 255, 255, 0.86);
    text-align: left;
  }

  body.page-template-page-custom-gifts .m-final-cta .m-button-stack {
    grid-template-columns: 1fr 1fr;
  }

  body.page-template-page-custom-gifts .m-final-cta .button-blue {
    border-color: #fff;
    background: #fff;
    color: var(--blue);
  }

  body.page-template-page-custom-gifts .m-final-cta .button-light {
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
  }

  body.page-template-page-custom-gifts .m-final-points li {
    color: #fff;
  }
}

@media (max-width: 430px) {
  body.page-template-page-custom-gifts .m-button-stack,
  body.page-template-page-custom-gifts .m-final-cta .m-button-stack {
    grid-template-columns: 1fr 1fr;
  }

  body.page-template-page-custom-gifts .m-card-scroll {
    grid-auto-columns: 45%;
  }

  body.page-template-page-custom-gifts .m-shape-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-template-page-custom-gifts .m-sample-scroll {
    grid-auto-columns: 42%;
  }
}


/* v54: packaging & real samples mobile balance */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .m-section .m-subtitle {
    margin: 4px 0 14px;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  body.page-template-page-custom-gifts .m-section .m-subtitle-samples {
    margin-top: 20px;
  }

  body.page-template-page-custom-gifts .m-pack-card {
    min-height: 232px;
  }

  body.page-template-page-custom-gifts .m-pack-card span {
    height: 148px;
  }

  body.page-template-page-custom-gifts .m-sample-scroll {
    grid-auto-columns: calc((100% - 12px) / 2);
    gap: 14px;
    padding-bottom: 6px;
  }

  body.page-template-page-custom-gifts .m-sample-card {
    min-height: 232px;
    padding: 10px;
  }

  body.page-template-page-custom-gifts .m-sample-card span {
    height: 212px;
  }
}

@media (max-width: 430px) {
  body.page-template-page-custom-gifts .m-sample-scroll {
    grid-auto-columns: calc((100% - 12px) / 2);
  }
}


/* v55: tighten gap above mobile Shapes section */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .fresheners-mobile-page .m-section:nth-of-type(2) {
    padding-top: 18px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page .m-section:nth-of-type(2) .m-section-head {
    margin-bottom: 16px;
  }
}


/* v56: correctly tighten the mobile Shapes section vertical spacing */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(3) {
    padding-top: 14px;
    padding-bottom: 18px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(3) .m-section-head {
    margin-bottom: 14px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(3) .m-shape-grid {
    margin-bottom: 0;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(3) + .m-section {
    padding-top: 26px;
  }
}


/* v57: unify mobile section rhythm for Custom Fresheners */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section .m-section-head {
    margin-bottom: 20px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:first-of-type {
    padding-top: 40px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(2),
  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(3),
  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(4),
  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(5),
  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(6),
  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(7) {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(2) + .m-section,
  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:nth-of-type(3) + .m-section {
    padding-top: 34px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page .m-card-scroll {
    padding-bottom: 10px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page .m-shape-grid {
    margin-bottom: 0;
  }
}

@media (max-width: 430px) {
  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  body.page-template-page-custom-gifts .fresheners-mobile-page > .m-section:first-of-type {
    padding-top: 38px;
  }
}


/* v58: fix mobile image distortion/centering and tighten fresheners mobile header */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .brand {
    display: flex;
    align-items: center;
    max-width: calc(100% - 86px);
    overflow: hidden;
  }

  body.page-template-page-custom-gifts .brand > span:last-child {
    display: none;
  }

  body.page-template-page-custom-gifts .brand::after {
    content: "SteeringCraft";
    color: #101112;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  body.page-template-page-custom-gifts .site-header > .button::before,
  body.page-template-page-custom-gifts .site-header > .button::after {
    font-size: 26px;
    line-height: 1;
  }

  body.page-template-page-custom-gifts .site-header > .button::after {
    margin-left: 18px;
  }

  body.page-template-page-custom-gifts .m-show-card span,
  body.page-template-page-custom-gifts .m-pack-card span,
  body.page-template-page-custom-gifts .m-sample-card span,
  body.page-template-page-custom-gifts .m-process-card span,
  body.page-template-page-custom-gifts .m-shape-img,
  body.page-template-page-custom-gifts .m-final-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.page-template-page-custom-gifts .m-show-card img,
  body.page-template-page-custom-gifts .m-pack-card img,
  body.page-template-page-custom-gifts .m-sample-card img,
  body.page-template-page-custom-gifts .m-process-card img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
    object-position: center center;
  }

  body.page-template-page-custom-gifts .m-shape-img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 84%;
    max-height: 84%;
    margin: auto;
    object-fit: contain;
    object-position: center center;
  }

  body.page-template-page-custom-gifts .m-hero-image img,
  body.page-template-page-custom-gifts .m-final-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
  }
}


/* v59: fine-tune visual centering for a few mobile shape assets with uneven transparent padding */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .m-shape-grid .m-shape-card:nth-child(5) .m-shape-img img,
  body.page-template-page-custom-gifts .m-shape-grid .m-shape-card:nth-child(7) .m-shape-img img,
  body.page-template-page-custom-gifts .m-shape-grid .m-shape-card:nth-child(8) .m-shape-img img {
    transform: translateY(8px);
  }

  body.page-template-page-custom-gifts .m-shape-grid .m-shape-card:nth-child(9) .m-shape-img img,
  body.page-template-page-custom-gifts .m-shape-grid .m-shape-card:nth-child(10) .m-shape-img img {
    transform: translateY(4px);
  }
}


/* v60: mobile Shapes uses unified CSS/SVG-like code graphics, no PNG offset issues */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .m-shape-card {
    display: grid;
    grid-template-rows: 92px auto;
    align-items: center;
    justify-items: center;
    min-height: 132px;
  }

  body.page-template-page-custom-gifts .m-shape-card .m-shape-code {
    position: relative;
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin: 0 auto;
  }

  body.page-template-page-custom-gifts .m-shape-card .m-shape-code::before {
    content: "";
    display: block;
    width: 58px;
    height: 58px;
    background: #111315;
  }

  body.page-template-page-custom-gifts .m-shape-card .m-shape-code::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ffffff;
  }

  body.page-template-page-custom-gifts .m-shape-square::before {
    width: 66px;
    height: 52px;
    border-radius: 10px;
  }

  body.page-template-page-custom-gifts .m-shape-rectangle::before {
    width: 42px;
    height: 62px;
    border-radius: 9px;
  }

  body.page-template-page-custom-gifts .m-shape-round::before {
    width: 62px;
    height: 62px;
    border-radius: 50%;
  }

  body.page-template-page-custom-gifts .m-shape-oval::before {
    width: 48px;
    height: 68px;
    border-radius: 50%;
  }

  body.page-template-page-custom-gifts .m-shape-heart::before {
    width: 60px;
    height: 54px;
    background: #111315;
    clip-path: polygon(50% 88%, 8% 48%, 8% 23%, 28% 8%, 50% 24%, 72% 8%, 92% 23%, 92% 48%);
  }

  body.page-template-page-custom-gifts .m-shape-arch::before {
    width: 50px;
    height: 64px;
    border-radius: 26px 26px 10px 10px;
  }

  body.page-template-page-custom-gifts .m-shape-hexagon::before {
    width: 64px;
    height: 58px;
    clip-path: polygon(24% 0, 76% 0, 100% 50%, 76% 100%, 24% 100%, 0 50%);
  }

  body.page-template-page-custom-gifts .m-shape-octagon::before {
    width: 62px;
    height: 62px;
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  }

  body.page-template-page-custom-gifts .m-shape-tag::before {
    width: 44px;
    height: 64px;
    border-radius: 8px;
  }

  body.page-template-page-custom-gifts .m-shape-tag::after {
    left: 31px;
    top: 13px;
    transform: none;
  }

  body.page-template-page-custom-gifts .m-shape-custom-die-cut::before {
    width: 66px;
    height: 58px;
    border: 2px dashed #111315;
    border-radius: 18px 10px 20px 12px;
    background: transparent;
    clip-path: polygon(9% 20%, 28% 8%, 48% 18%, 67% 7%, 90% 22%, 82% 48%, 94% 72%, 68% 88%, 42% 82%, 20% 92%, 7% 67%, 16% 44%);
  }

  body.page-template-page-custom-gifts .m-shape-custom-die-cut::after {
    top: 30px;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #0958e8;
    border-radius: 50%;
  }
}


/* v61: refine mobile CSS shapes to match standard size reference silhouettes */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .m-shape-card .m-shape-code {
    width: 82px;
    height: 82px;
  }

  body.page-template-page-custom-gifts .m-shape-card .m-shape-code::before {
    background: #111315;
  }

  body.page-template-page-custom-gifts .m-shape-card .m-shape-code::after {
    top: 11px;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translateX(-50%);
    border: 0;
    border-radius: 50%;
    background: #ffffff;
  }

  /* Square hang-tab style */
  body.page-template-page-custom-gifts .m-shape-square::before {
    width: 58px;
    height: 58px;
    border-radius: 8px;
  }

  body.page-template-page-custom-gifts .m-shape-square::after {
    top: 7px;
  }

  body.page-template-page-custom-gifts .m-shape-square {
    filter: drop-shadow(0 -7px 0 #111315);
  }

  /* Rectangle center-hole template */
  body.page-template-page-custom-gifts .m-shape-rectangle::before {
    width: 46px;
    height: 64px;
    border-radius: 9px;
  }

  body.page-template-page-custom-gifts .m-shape-rectangle::after {
    top: 16px;
    width: 20px;
    height: 5px;
    border-radius: 999px;
  }

  /* Round center-hole template */
  body.page-template-page-custom-gifts .m-shape-round::before {
    width: 64px;
    height: 64px;
    border-radius: 50%;
  }

  body.page-template-page-custom-gifts .m-shape-round::after {
    top: 15px;
  }

  /* Oval center-hole template */
  body.page-template-page-custom-gifts .m-shape-oval::before {
    width: 48px;
    height: 70px;
    border-radius: 50%;
  }

  body.page-template-page-custom-gifts .m-shape-oval::after {
    top: 9px;
  }

  /* Heart hang-hole template */
  body.page-template-page-custom-gifts .m-shape-heart::before {
    width: 66px;
    height: 58px;
    clip-path: polygon(
      50% 95%,
      9% 58%,
      4% 36%,
      13% 17%,
      31% 8%,
      50% 22%,
      69% 8%,
      87% 17%,
      96% 36%,
      91% 58%
    );
  }

  body.page-template-page-custom-gifts .m-shape-heart::after {
    top: 12px;
  }

  /* Arch center-hole template */
  body.page-template-page-custom-gifts .m-shape-arch::before {
    width: 50px;
    height: 68px;
    border-radius: 26px 26px 8px 8px;
  }

  body.page-template-page-custom-gifts .m-shape-arch::after {
    top: 11px;
  }

  /* Hexagon center-hole template */
  body.page-template-page-custom-gifts .m-shape-hexagon::before {
    width: 66px;
    height: 58px;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  }

  body.page-template-page-custom-gifts .m-shape-hexagon::after {
    top: 12px;
  }

  /* Octagon center-hole template */
  body.page-template-page-custom-gifts .m-shape-octagon::before {
    width: 64px;
    height: 64px;
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  }

  body.page-template-page-custom-gifts .m-shape-octagon::after {
    top: 13px;
  }

  /* Rectangle side-hole / tag style */
  body.page-template-page-custom-gifts .m-shape-tag::before {
    width: 44px;
    height: 66px;
    border-radius: 8px;
  }

  body.page-template-page-custom-gifts .m-shape-tag::after {
    top: 14px;
    left: 23px;
    transform: none;
    width: 7px;
    height: 7px;
  }

  /* Custom die-cut: irregular dashed outline */
  body.page-template-page-custom-gifts .m-shape-custom-die-cut::before {
    width: 66px;
    height: 60px;
    border: 2px dashed #111315;
    border-radius: 0;
    background: transparent;
    clip-path: polygon(
      12% 18%,
      30% 6%,
      47% 17%,
      65% 5%,
      86% 18%,
      78% 42%,
      93% 62%,
      70% 84%,
      48% 77%,
      25% 92%,
      9% 70%,
      17% 45%
    );
  }

  body.page-template-page-custom-gifts .m-shape-custom-die-cut::after {
    top: 29px;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translateX(-50%);
    border: 2px solid #0958e8;
    border-radius: 50%;
    background: transparent;
  }
}


/* v62: mobile Shapes uses fixed reference silhouettes from provided images */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .m-shape-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-template-page-custom-gifts .m-shape-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 168px;
    padding: 14px 8px 16px;
  }

  body.page-template-page-custom-gifts .m-shape-asset {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 94px;
    margin-bottom: 10px;
  }

  body.page-template-page-custom-gifts .m-shape-asset img {
    display: block;
    max-width: 78px;
    max-height: 84px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
  }

  body.page-template-page-custom-gifts .m-shape-card strong {
    margin-top: auto;
    text-align: center;
    line-height: 1.2;
  }
}


/* v63: fix mobile oval shape hole position */
@media (max-width: 768px) {
  body.page-template-page-custom-gifts .m-shape-card:nth-child(4) .m-shape-asset img {
    max-height: 86px;
  }
}


/* v65: desktop custom-fresheners shapes use the approved reference silhouettes */
body.page-template-page-custom-gifts .shape-card .shape-image img {
  width: auto;
  height: auto;
  max-width: 108px;
  max-height: 92px;
  object-fit: contain;
}

/* v66 homepage desktop catalogue rebuild */
@media (min-width: 961px) {
  .home-hero-v66 {
    position: relative;
    grid-template-columns: minmax(330px, 0.82fr) minmax(470px, 1.08fr) minmax(270px, 0.62fr);
    gap: clamp(28px, 3.2vw, 54px);
    padding: clamp(56px, 6vw, 86px) clamp(44px, 5vw, 86px) clamp(52px, 5vw, 78px);
    border-bottom: 1px solid rgba(18, 24, 31, 0.08);
    background:
      radial-gradient(circle at 52% 42%, rgba(9, 88, 232, 0.08), transparent 28%),
      linear-gradient(110deg, #fff 0%, #fbfaf8 48%, #f4f1eb 100%);
    overflow: hidden;
  }

  .home-hero-v66::before,
  .home-hero-v66::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
  }

  .home-hero-v66::before {
    width: 520px;
    height: 520px;
    right: 28%;
    top: 50%;
    transform: translateY(-48%);
    border: 1px solid rgba(17, 24, 39, 0.07);
    background: rgba(255, 255, 255, 0.36);
  }

  .home-hero-v66::after {
    width: 240px;
    height: 240px;
    left: -80px;
    bottom: -120px;
    background: rgba(9, 88, 232, 0.06);
  }

  .home-hero-v66 > * {
    position: relative;
    z-index: 1;
  }

  .home-hero-v66 .home-hero-copy {
    max-width: 560px;
  }

  .home-hero-v66 .home-hero-copy .eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 11px;
    border: 1px solid rgba(9, 88, 232, 0.18);
    border-radius: 999px;
    background: rgba(9, 88, 232, 0.06);
    color: #0958e8;
    letter-spacing: 0.06em;
  }

  .home-hero-v66 .home-hero-copy h1 {
    max-width: 560px;
    font-size: clamp(48px, 4.45vw, 72px);
    line-height: 0.96;
    letter-spacing: -0.055em;
  }

  .home-hero-v66 .home-hero-copy p:not(.eyebrow) {
    max-width: 510px;
    margin-top: 24px;
    color: #343942;
    font-size: clamp(17px, 1.18vw, 20px);
    line-height: 1.55;
  }

  .home-hero-v66 .button-row {
    margin-top: 32px;
  }

  .home-hero-v66 .button {
    border-radius: 7px;
    min-height: 48px;
    padding-inline: 24px;
  }

  .home-hero-v66 .home-hero-wheel {
    min-height: clamp(460px, 38vw, 600px);
    filter: drop-shadow(0 34px 44px rgba(17, 24, 39, 0.16));
  }

  .home-hero-v66 .home-hero-wheel img {
    width: min(100%, 640px);
    max-height: clamp(450px, 38vw, 600px);
  }

  .hero-benefits-v66 {
    gap: 22px;
    max-width: 360px;
  }

  .hero-benefits-v66 div {
    position: relative;
    grid-template-columns: 62px 1fr;
    gap: 15px;
    min-height: 88px;
    padding: 0 0 0 0;
  }

  .hero-benefits-v66 div:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 31px;
    top: 70px;
    bottom: -18px;
    border-left: 1px dashed rgba(17, 24, 39, 0.16);
  }

  .hero-benefits-v66 span {
    width: 62px;
    height: 62px;
    border-color: rgba(17, 24, 39, 0.16);
    background: rgba(255, 255, 255, 0.72);
    color: #0958e8;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.06);
  }

  .hero-benefits-v66 strong {
    margin-top: 3px;
    font-size: clamp(18px, 1.28vw, 22px);
    letter-spacing: -0.02em;
  }

  .hero-benefits-v66 p {
    color: #5f6671;
    font-size: 14px;
    line-height: 1.42;
  }

  .home-section-v66 {
    padding: clamp(34px, 4.5vw, 68px) clamp(44px, 5vw, 86px);
  }

  .home-section-v66 .home-section-head,
  .materials-panel-v66 .materials-title-link {
    margin-bottom: 22px;
  }

  .home-section-v66 .home-section-head h2,
  .materials-panel-v66 h2,
  .gift-addon-band-v66 h2,
  .faq-cta-section-v66 h2 {
    font-size: clamp(28px, 2.2vw, 38px);
    letter-spacing: -0.035em;
  }

  .brand-grid-v66 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
  }

  .brand-tile-v66 {
    min-height: 150px;
    padding: 12px 12px 14px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  }

  .brand-tile-v66:hover,
  .brand-tile-v66:focus-visible {
    background: #fff;
    color: var(--dark);
    border-color: rgba(9, 88, 232, 0.34);
    box-shadow: 0 16px 42px rgba(9, 88, 232, 0.13);
  }

  .brand-tile-v66 .brand-visual-v66 {
    display: grid;
    place-items: center;
    width: 100%;
    height: 92px;
    margin: 0 0 10px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #f9fafb, #eef1f5);
    overflow: hidden;
  }

  .brand-tile-v66:hover .brand-visual-v66,
  .brand-tile-v66:focus-visible .brand-visual-v66 {
    background: linear-gradient(180deg, #f9fafb, #eef1f5);
  }

  .brand-visual-v66 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
    mix-blend-mode: multiply;
  }

  .brand-visual-v66 b {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border: 2px solid #111315;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 900;
  }

  .brand-tile-v66 strong {
    font-size: 15px;
    line-height: 1.15;
  }

  .process-strip-v66 {
    margin-top: 0;
    margin-bottom: clamp(28px, 4vw, 58px);
    border-radius: 12px;
    background: linear-gradient(90deg, #f9f7f2, #fff);
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.06);
  }

  .process-strip-v66 a {
    position: relative;
    min-height: 150px;
    padding: 26px 28px 24px 96px;
  }

  .process-strip-v66 i {
    position: absolute;
    left: 28px;
    top: 32px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(17, 24, 39, 0.15);
    border-radius: 50%;
    color: #111315;
    font-style: normal;
    font-weight: 900;
  }

  .process-strip-v66 span {
    margin-top: 10px;
    font-size: 12px;
  }

  .process-strip-v66 strong {
    font-size: 18px;
    letter-spacing: -0.02em;
  }

  .process-strip-v66 p {
    max-width: 250px;
    font-size: 13px;
    line-height: 1.45;
  }

  .style-grid-v66 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .style-card-v66 {
    min-height: 210px;
    padding: 14px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .style-card-v66:hover {
    border-color: rgba(9, 88, 232, 0.28);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.12);
    transform: translateY(-2px);
  }

  .style-wheel-v66 {
    min-height: 168px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8f8f6, #eef1f3);
    overflow: hidden;
  }

  .style-wheel-v66 img {
    width: 100%;
    height: 100%;
    max-height: 176px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }

  .style-card-v66 h3 {
    margin-bottom: 8px;
    font-size: clamp(18px, 1.2vw, 21px);
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .style-card-v66 p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.45;
  }

  .mini-button-v66 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(17, 24, 39, 0.18);
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
    font-weight: 850;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
  }

  .mini-button-v66:hover,
  .mini-button-v66:focus-visible {
    border-color: #0958e8;
    background: #0958e8;
    color: #fff;
  }

  .materials-panel-v66 {
    margin-top: 0;
    margin-bottom: clamp(28px, 4vw, 58px);
    padding: 26px 24px 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #fbfaf8, #f5f2eb);
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.06);
  }

  .materials-row-v66 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px;
    margin: 20px 0 18px;
  }

  .materials-row-v66 a {
    gap: 10px;
    padding: 10px;
    border-radius: 9px;
    background: #fff;
    font-size: 13px;
  }

  .materials-row-v66 span {
    aspect-ratio: 1.34;
    border-radius: 7px;
    background-size: cover;
  }

  .materials-row-v66 a:nth-child(1) span {
    background: linear-gradient(135deg, #08090a, #3a3d41 52%, #0e0f10), repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 2px, transparent 2px 7px);
  }

  .materials-row-v66 a:nth-child(2) span {
    background: radial-gradient(circle at 40% 32%, #555861, transparent 28%), linear-gradient(135deg, #15161a, #34363d 60%, #111216);
  }

  .materials-row-v66 a:nth-child(3) span {
    background: linear-gradient(135deg, rgba(255,255,255,.16), transparent), repeating-linear-gradient(45deg, #101113 0 8px, #2b2f35 8px 16px, #17191c 16px 24px);
  }

  .materials-row-v66 a:nth-child(4) span {
    background: radial-gradient(circle, #0f1114 0 2px, transparent 2px 9px), linear-gradient(135deg, #25282e, #08090a);
  }

  .materials-row-v66 a:nth-child(5) span {
    background: repeating-linear-gradient(0deg, #141519 0 11px, #0958e8 11px 14px, #15161a 14px 25px, #c64635 25px 28px, #17181b 28px 39px);
  }

  .materials-row-v66 a:nth-child(6) span {
    background: radial-gradient(circle at 68% 45%, #0b0c0f 0 10px, #31353c 10px 18px, transparent 19px), linear-gradient(135deg, #555a62, #15171b 58%, #07080a);
  }

  .materials-row-v66 a:nth-child(7) span {
    background: linear-gradient(90deg, transparent 47%, #0958e8 47% 55%, transparent 55%), radial-gradient(circle at 50% 100%, #343942, #111315 58%, #050607 60%);
  }

  .daily-gallery-grid-v66 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .daily-gallery-item-v66 {
    aspect-ratio: 1.85;
    border-radius: 10px;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
    transition: box-shadow 180ms ease, transform 180ms ease;
  }

  .daily-gallery-item-v66:hover,
  .daily-gallery-item-v66:focus-visible {
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.14);
    transform: translateY(-2px);
  }

  .daily-gallery-item-v66::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(0deg, rgba(10, 12, 16, 0.62), transparent);
    pointer-events: none;
  }

  .daily-gallery-item-v66 time {
    z-index: 1;
    right: 14px;
    bottom: 14px;
    border-radius: 999px;
  }

  .gift-addon-band-v66 {
    grid-template-columns: minmax(260px, 0.35fr) minmax(280px, 0.35fr) minmax(360px, 0.3fr);
    align-items: stretch;
    gap: 24px;
    margin-top: 0;
    margin-bottom: clamp(28px, 4vw, 58px);
    padding: 26px;
    border-radius: 12px;
    background:
      linear-gradient(90deg, rgba(255,255,255,0.82), rgba(251,250,248,0.94)),
      linear-gradient(135deg, #f4f1ea, #fff);
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.06);
  }

  .gift-addon-band-v66 .gift-addon-copy {
    align-self: center;
  }

  .gift-addon-band-v66 .gift-addon-copy h2 {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .gift-addon-band-v66 .gift-addon-copy p {
    max-width: 360px;
    color: #555d68;
  }

  .gift-addon-band-v66 .gift-addon-visual {
    display: grid;
    place-items: center;
    min-height: 190px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
  }

  .gift-addon-band-v66 .gift-addon-visual img {
    width: 100%;
    height: 100%;
    max-height: 240px;
    object-fit: contain;
  }

  .gift-addon-features-v66 {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    border-left: 1px solid rgba(17, 24, 39, 0.1);
    padding-left: 22px;
  }

  .gift-addon-features-v66 span {
    display: block;
    min-height: auto;
    padding: 12px 0 12px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    text-align: left;
  }

  .gift-addon-features-v66 span:last-child {
    border-bottom: 0;
  }

  .gift-addon-features-v66 strong,
  .gift-addon-features-v66 small {
    display: block;
  }

  .gift-addon-features-v66 small {
    margin-top: 5px;
    color: #626a75;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
  }

  .dealer-feedback-v66 {
    padding-top: 10px;
    background: #fff;
  }

  .dealer-feedback-v66 .review-card {
    background: #fbfaf8;
  }

  .faq-cta-section-v66 {
    grid-template-columns: minmax(340px, 0.42fr) minmax(0, 0.58fr);
    gap: 28px;
  }

  .faq-cta-section-v66 .faq-panel,
  .faq-cta-section-v66 .final-cta-panel {
    border-radius: 12px;
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.06);
  }
}

@media (max-width: 1320px) and (min-width: 961px) {
  .home-hero-v66 {
    grid-template-columns: minmax(300px, 0.9fr) minmax(430px, 1fr);
  }

  .hero-benefits-v66 {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
  }

  .hero-benefits-v66 div:not(:last-child)::after {
    display: none;
  }

  .brand-grid-v66 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .style-grid-v66 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gift-addon-band-v66 {
    grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 0.58fr);
  }

  .gift-addon-features-v66 {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 0;
    padding-left: 0;
  }

  .gift-addon-features-v66 span {
    border-bottom: 0;
    border-right: 1px solid rgba(17, 24, 39, 0.08);
  }

  .gift-addon-features-v66 span:last-child {
    border-right: 0;
  }
}

/* v67 homepage desktop trust + catalogue polish */
@media (min-width: 961px) {
  .home-hero-v67 {
    grid-template-columns: minmax(360px, 0.88fr) minmax(520px, 1.14fr) minmax(280px, 0.58fr);
    padding-top: clamp(70px, 6.5vw, 104px);
    padding-bottom: clamp(64px, 5.8vw, 92px);
    background:
      radial-gradient(circle at 54% 44%, rgba(9, 88, 232, 0.11), transparent 29%),
      radial-gradient(circle at 77% 20%, rgba(17, 24, 39, 0.045), transparent 24%),
      linear-gradient(112deg, #fff 0%, #fbfaf8 46%, #f0ece4 100%);
  }

  .home-hero-v67::before {
    width: 610px;
    height: 610px;
    right: 24%;
    border-color: rgba(17, 24, 39, 0.09);
    background: rgba(255, 255, 255, 0.42);
  }

  .home-hero-v67 .home-hero-copy h1 {
    max-width: 610px;
    font-size: clamp(54px, 4.85vw, 82px);
    line-height: 0.94;
  }

  .home-hero-v67 .home-hero-copy p:not(.eyebrow) {
    max-width: 535px;
    color: #2b3038;
  }

  .home-hero-v67 .home-hero-wheel {
    min-height: clamp(500px, 40vw, 650px);
    transform: scale(1.04);
    filter: drop-shadow(0 38px 50px rgba(17, 24, 39, 0.18));
  }

  .home-hero-v67 .home-hero-wheel img {
    width: min(104%, 700px);
    max-height: clamp(490px, 40vw, 650px);
  }

  .hero-benefits-v67 strong {
    color: #111315;
  }

  .hero-benefits-v67 p {
    max-width: 240px;
  }

  .home-section-v66 .home-section-head {
    align-items: flex-end;
  }

  .home-section-v66 .home-section-head h2 {
    flex: 0 0 auto;
  }

  .home-section-v66 .home-section-head p,
  .materials-panel-v66 .materials-title-link p {
    max-width: 460px;
    margin: 0 auto 0 0;
    color: #626a75;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
  }

  .brand-tile-v66 {
    align-content: start;
    min-height: 178px;
  }

  .brand-tile-v66 strong {
    margin-top: 2px;
  }

  .brand-tile-v66 small {
    display: block;
    margin-top: 6px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }

  .popular-styles-v67 {
    background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
  }

  .popular-styles-v67 .style-card-v66 {
    min-height: 236px;
    border-color: rgba(17, 24, 39, 0.1);
  }

  .popular-styles-v67 .style-wheel-v66 {
    min-height: 184px;
  }

  .materials-panel-v66 .materials-title-link {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    color: inherit;
  }

  .daily-updates-v67 {
    background: #fff;
  }

  .daily-updates-v67 .daily-gallery-grid-v66 {
    gap: 18px;
  }

  .daily-updates-v67 .daily-gallery-item-v66 {
    aspect-ratio: 1.72;
    border: 1px solid rgba(17, 24, 39, 0.08);
  }

  .support-notes-v67 {
    padding-top: 24px;
    background: #fff;
  }

  .support-note-grid-v67 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .support-note-grid-v67 article {
    min-height: 190px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(17, 24, 39, 0.09);
    border-radius: 12px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 248, 0.96));
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.055);
  }

  .support-note-grid-v67 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 22px;
    border: 1px solid rgba(9, 88, 232, 0.26);
    border-radius: 50%;
    background: rgba(9, 88, 232, 0.06);
    color: #0958e8;
    font-size: 12px;
    font-weight: 900;
  }

  .support-note-grid-v67 h3 {
    margin-bottom: 10px;
    font-size: 21px;
    letter-spacing: -0.02em;
  }

  .support-note-grid-v67 p {
    color: #5f6671;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
  }

  .faq-cta-section-v66 {
    margin-top: 0;
  }
}

@media (max-width: 1320px) and (min-width: 961px) {
  .home-hero-v67 {
    grid-template-columns: minmax(320px, 0.9fr) minmax(470px, 1fr);
  }

  .support-note-grid-v67 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* v68 homepage desktop refinement */
@media (min-width: 961px) {
  .home-hero-v68 {
    grid-template-columns: minmax(400px, 0.92fr) minmax(500px, 1.06fr) minmax(270px, 0.54fr);
    column-gap: clamp(24px, 2.6vw, 40px);
  }

  .home-hero-v68 .home-hero-copy {
    max-width: 460px;
  }

  .home-hero-v68 .home-hero-copy .eyebrow {
    margin-bottom: 18px;
    padding: 11px 20px;
    letter-spacing: 0.06em;
  }

  .home-hero-v68 .home-hero-copy h1 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 440px;
    font-size: clamp(44px, 4.05vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .home-hero-v68 .home-hero-copy h1 span {
    display: block;
  }

  .home-hero-v68 .home-hero-copy p:not(.eyebrow) {
    max-width: 430px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.58;
  }

  .home-hero-v68 .home-hero-wheel {
    min-height: clamp(470px, 37vw, 590px);
    transform: none;
  }

  .home-hero-v68 .home-hero-wheel img {
    width: min(100%, 640px);
    max-height: clamp(430px, 35vw, 570px);
  }

  .home-hero-v68 .hero-benefits-v67 {
    gap: 28px;
  }

  .home-hero-v68 .hero-benefits-v67 strong {
    font-size: clamp(17px, 1.18vw, 21px);
    line-height: 1.06;
  }

  .home-hero-v68 .hero-benefits-v67 p {
    max-width: 225px;
    font-size: 13px;
    line-height: 1.46;
  }

  .home-section-v66 {
    padding-top: clamp(28px, 3vw, 44px);
    padding-bottom: clamp(32px, 3.2vw, 48px);
  }

  .home-section-v66 .home-section-head {
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
  }

  .home-section-v66 .home-section-head p,
  .materials-panel-v68 .materials-title-link p {
    flex: 1 1 auto;
    max-width: none;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.2;
  }

  .home-brands-v68 .home-section-head p {
    max-width: 330px;
  }

  .brand-grid-v66 {
    gap: 14px;
  }

  .brand-tile-v66 {
    min-height: 170px;
  }

  .brand-tile-v66 .brand-visual-v66 {
    height: 96px;
  }

  .brand-tile-v66 small {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.18;
  }

  .process-section-v68 {
    background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
  }

  .process-section-v68 .home-section-head p {
    max-width: 360px;
  }

  .process-strip-v68 {
    margin: 0;
    border-radius: 12px;
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
  }

  .process-strip-v68 a {
    min-height: 158px;
  }

  .popular-styles-v68 .home-section-head p {
    max-width: 285px;
  }

  .materials-panel-v68 {
    margin-top: 0;
    margin-bottom: clamp(22px, 2.4vw, 34px);
    padding: 24px 24px 18px;
  }

  .materials-panel-v68 .materials-title-link {
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
  }

  .materials-panel-v68 .materials-title-link p {
    max-width: 360px;
    text-align: left;
  }

  .materials-panel-v68 .materials-row-v66 {
    margin: 16px 0 14px;
  }

  .materials-panel-v68 > .text-link {
    display: inline-flex;
    margin-top: 2px;
  }

  .daily-updates-v68 .home-section-head p {
    max-width: 300px;
  }

  .gift-addon-band-v68 {
    grid-template-columns: minmax(280px, 0.34fr) minmax(320px, 0.34fr) minmax(420px, 0.32fr);
    align-items: center;
    margin-bottom: clamp(22px, 2.4vw, 34px);
    padding: 24px 26px 18px;
  }

  .gift-addon-band-v68 .gift-addon-visual {
    min-height: 200px;
  }

  .gift-addon-band-v68 .gift-addon-features-v66 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    min-height: 190px;
    border-left: 1px solid rgba(17, 24, 39, 0.08);
    padding-left: 18px;
  }

  .gift-addon-band-v68 .gift-addon-features-v66 span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 14px;
    border-right: 1px solid rgba(17, 24, 39, 0.08);
    border-bottom: 0;
    text-align: center;
  }

  .gift-addon-band-v68 .gift-addon-features-v66 span:last-child {
    border-right: 0;
  }

  .gift-addon-band-v68 .gift-addon-features-v66 strong {
    font-size: 16px;
    line-height: 1.12;
  }

  .gift-addon-band-v68 .gift-addon-features-v66 small {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.38;
  }

  .support-notes-v68 {
    padding-top: clamp(24px, 2.6vw, 38px);
    padding-bottom: clamp(28px, 2.9vw, 40px);
  }

  .support-notes-v68 .home-section-head p {
    max-width: 270px;
  }

  .support-note-grid-v67 article {
    min-height: 176px;
  }

  .faq-cta-section-v68 {
    margin-top: 0;
    margin-bottom: clamp(20px, 2.4vw, 32px);
  }
}

@media (max-width: 1320px) and (min-width: 961px) {
  .home-hero-v68 {
    grid-template-columns: minmax(350px, 0.95fr) minmax(440px, 1.05fr);
  }

  .home-hero-v68 .home-hero-copy {
    max-width: none;
  }

  .home-section-v66 .home-section-head p,
  .materials-panel-v68 .materials-title-link p {
    white-space: normal;
  }

  .gift-addon-band-v68 {
    grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 0.58fr);
    padding-bottom: 20px;
  }

  .gift-addon-band-v68 .gift-addon-features-v66 {
    grid-column: 1 / -1;
    border-left: 0;
    padding-left: 0;
    min-height: auto;
  }

  .gift-addon-band-v68 .gift-addon-features-v66 span {
    border-right: 1px solid rgba(17, 24, 39, 0.08);
  }

  .gift-addon-band-v68 .gift-addon-features-v66 span:last-child {
    border-right: 0;
  }
}


/* v69 Daily Updates image + text cards */
@media (min-width: 961px) {
  .daily-updates-v69 .home-section-head p {
    max-width: 330px;
  }

  .daily-update-cards-v69 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .daily-update-card-v69 {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .daily-update-card-v69:hover {
    transform: translateY(-2px);
    border-color: rgba(9, 88, 232, 0.22);
    box-shadow: 0 20px 48px rgba(17, 24, 39, 0.12);
  }

  .daily-update-image-v69 {
    position: relative;
    display: block;
    aspect-ratio: 1.72;
    overflow: hidden;
    background: linear-gradient(180deg, #f4f5f5, #d8dad9);
  }

  .daily-update-image-v69 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .daily-update-image-v69::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(0deg, rgba(10, 12, 16, 0.58), transparent);
    pointer-events: none;
  }

  .daily-update-image-v69 time {
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(17, 19, 21, 0.9);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
  }

  .daily-update-copy-v69 {
    padding: 18px 18px 20px;
  }

  .daily-update-copy-v69 h3 {
    margin: 0 0 9px;
    font-size: 19px;
    line-height: 1.16;
    letter-spacing: -0.02em;
  }

  .daily-update-copy-v69 h3 a {
    color: inherit;
  }

  .daily-update-copy-v69 p {
    min-height: 42px;
    margin: 0 0 14px;
    color: #5f6671;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.48;
  }
}

@media (max-width: 960px) {
  .daily-update-cards-v69 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .daily-update-card-v69 {
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    background: #fff;
  }

  .daily-update-image-v69 {
    position: relative;
    display: block;
    aspect-ratio: 1.45;
    overflow: hidden;
    background: linear-gradient(180deg, #f4f5f5, #d8dad9);
  }

  .daily-update-image-v69 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .daily-update-image-v69 time {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(17, 19, 21, 0.88);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
  }

  .daily-update-copy-v69 {
    padding: 16px;
  }

  .daily-update-copy-v69 h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.2;
  }

  .daily-update-copy-v69 p {
    margin: 0 0 12px;
    color: #5f6671;
    font-size: 13px;
    line-height: 1.45;
  }
}


/* v70 homepage final polish: hero, section unity, updates, gift add-ons, feedback */
@media (min-width: 961px) {
  .home-hero-v70 {
    grid-template-columns: minmax(500px, 0.95fr) minmax(520px, 1.05fr) minmax(270px, 0.52fr);
    column-gap: clamp(24px, 2.7vw, 44px);
  }

  .home-hero-v70::before {
    border-color: transparent;
    background:
      radial-gradient(circle at 50% 48%, rgba(9, 88, 232, 0.08), transparent 38%),
      radial-gradient(circle at 50% 58%, rgba(17, 24, 39, 0.08), transparent 48%);
    filter: blur(10px);
  }

  .home-hero-v70 .home-hero-copy {
    max-width: 560px;
  }

  .home-hero-v70 .home-hero-copy h1 {
    max-width: 680px;
    font-size: clamp(44px, 3.7vw, 62px);
    line-height: 1.02;
    letter-spacing: -0.052em;
  }

  .home-hero-v70 .home-hero-copy h1 span {
    white-space: nowrap;
  }

  .home-hero-v70 .home-hero-copy p:not(.eyebrow) {
    max-width: 500px;
  }

  .home-hero-v70 .home-hero-wheel {
    filter:
      drop-shadow(0 34px 44px rgba(17, 24, 39, 0.14))
      drop-shadow(0 0 34px rgba(9, 88, 232, 0.06));
  }

  .home-hero-v70 .home-hero-wheel::before,
  .home-hero-v70 .home-hero-wheel::after {
    display: none !important;
  }

  .home-section-v66.process-section-v68,
  .home-section-v66.popular-styles-v68,
  .home-section-v66.daily-updates-v70,
  .home-section-v66.customer-feedback-v70 {
    background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
  }

  .materials-panel-v70,
  .gift-addon-band-v70,
  .faq-cta-section-v70 {
    width: auto;
    margin-left: clamp(44px, 5vw, 86px);
    margin-right: clamp(44px, 5vw, 86px);
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.055);
  }

  .materials-panel-v70 {
    padding: 24px 24px 18px;
  }

  .daily-update-cards-v70 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .daily-update-cards-v70 .daily-update-card-v69:nth-child(n+4) {
    display: none;
  }

  .daily-update-cards-v70 .daily-update-card-v69 {
    border-radius: 12px;
  }

  .daily-update-cards-v70 .daily-update-copy-v69 {
    position: relative;
    padding: 18px 46px 22px 20px;
  }

  .daily-update-cards-v70 .daily-update-copy-v69 h3 {
    font-size: 18px;
    line-height: 1.14;
  }

  .daily-update-cards-v70 .daily-update-copy-v69 p {
    min-height: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .daily-update-arrow-v70 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #6b7280;
    font-size: 22px;
    line-height: 1;
  }

  .gift-addon-band-v70 {
    grid-template-columns: minmax(220px, 0.25fr) minmax(520px, 0.42fr) minmax(480px, 0.33fr);
    gap: 22px;
    padding: 22px 24px 20px;
  }

  .gift-addon-band-v70 .gift-addon-copy {
    max-width: 330px;
  }

  .gift-addon-band-v70 .gift-addon-copy h2 {
    font-size: clamp(28px, 2vw, 36px);
  }

  .gift-addon-band-v70 .gift-addon-copy p {
    max-width: 300px;
    font-size: 14px;
  }

  .gift-addon-band-v70 .gift-addon-visual {
    min-height: 190px;
    background: linear-gradient(90deg, rgba(255,255,255,.86), rgba(242,245,248,.86));
  }

  .gift-addon-band-v70 .gift-addon-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .gift-addon-band-v70 .gift-addon-features-v66 {
    min-height: 190px;
    padding-left: 16px;
  }

  .gift-addon-band-v70 .gift-addon-features-v66 i {
    display: block;
    margin: 0 auto 12px;
    color: #8a9099;
    font-style: normal;
    font-size: 26px;
    line-height: 1;
  }

  .gift-addon-band-v70 .gift-addon-features-v66 strong {
    font-size: 15px;
  }

  .gift-addon-band-v70 .gift-addon-features-v66 small {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-feedback-v70 {
    padding-top: clamp(28px, 3vw, 44px);
    padding-bottom: clamp(30px, 3vw, 46px);
  }

  .customer-feedback-v70 .home-section-head p {
    max-width: 420px;
  }

  .customer-feedback-grid-v70 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .customer-feedback-grid-v70 article {
    min-height: 178px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.055);
  }

  .customer-feedback-grid-v70 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border: 1px solid rgba(9, 88, 232, 0.24);
    border-radius: 50%;
    background: rgba(9, 88, 232, 0.05);
    color: #0958e8;
    font-size: 12px;
    font-weight: 900;
  }

  .customer-feedback-grid-v70 p {
    margin: 0 0 14px;
    color: #333943;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.48;
  }

  .customer-feedback-grid-v70 strong {
    display: block;
    color: #6b7280;
    font-size: 12px;
    font-weight: 850;
  }

  .faq-cta-section-v70 {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .faq-cta-section-v70 .faq-panel,
  .faq-cta-section-v70 .final-cta-panel {
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.055);
  }

  .faq-cta-section-v70 .final-cta-visual,
  .faq-cta-section-v70 .final-wheel-mark {
    opacity: 0.45;
  }
}

@media (max-width: 1320px) and (min-width: 961px) {
  .home-hero-v70 {
    grid-template-columns: minmax(380px, 0.95fr) minmax(440px, 1.05fr);
  }

  .home-hero-v70 .home-hero-copy h1 span {
    white-space: normal;
  }

  .gift-addon-band-v70 {
    grid-template-columns: minmax(260px, 0.38fr) minmax(320px, 0.62fr);
  }

  .gift-addon-band-v70 .gift-addon-features-v66 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  .customer-feedback-grid-v70 {
    display: grid;
    gap: 14px;
  }

  .customer-feedback-grid-v70 article {
    padding: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    background: #fff;
  }

  .customer-feedback-grid-v70 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border: 1px solid rgba(9, 88, 232, 0.24);
    border-radius: 50%;
    background: rgba(9, 88, 232, 0.05);
    color: #0958e8;
    font-size: 11px;
    font-weight: 900;
  }

  .customer-feedback-grid-v70 p {
    margin: 0 0 10px;
    color: #333943;
    font-size: 14px;
    line-height: 1.45;
  }

  .customer-feedback-grid-v70 strong {
    color: #6b7280;
    font-size: 12px;
  }
}


/* v71 homepage continuity + carousel + image feedback */
@media (min-width: 961px) {
  /* Keep the page background continuous; section identity comes from content cards, not full-width color bands. */
  .home-section-v66,
  .home-section-v66.process-section-v68,
  .home-section-v66.popular-styles-v68,
  .home-section-v66.daily-updates-v70,
  .home-section-v66.daily-updates-v71,
  .home-section-v66.customer-feedback-v70,
  .home-section-v66.customer-feedback-v71 {
    background: #fff;
  }

  .materials-panel-v71,
  .gift-addon-band-v71,
  .faq-cta-section-v71 .faq-panel,
  .faq-cta-section-v71 .final-cta-panel {
    background: #fff;
    border-color: rgba(17, 24, 39, 0.08);
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.052);
  }

  /* Hero: prevent headline from sliding under product image. */
  .home-hero-v71 {
    grid-template-columns: minmax(410px, 0.84fr) minmax(500px, 1fr) minmax(270px, 0.52fr);
    column-gap: clamp(32px, 3vw, 54px);
  }

  .home-hero-v71 .home-hero-copy {
    max-width: 470px;
    min-width: 0;
  }

  .home-hero-v71 .home-hero-copy h1 {
    max-width: 470px;
    font-size: clamp(42px, 3.45vw, 58px);
    line-height: 1.03;
  }

  .home-hero-v71 .home-hero-copy h1 span {
    white-space: normal;
  }

  .home-hero-v71 .home-hero-wheel {
    transform: translateX(10px);
  }

  .home-hero-v71::before {
    border: 0 !important;
    opacity: 0.5;
  }

  /* Daily Updates carousel: one row, 3 visible, auto-scroll with JS. */
  .daily-update-carousel-v71 {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .daily-update-carousel-v71::-webkit-scrollbar {
    display: none;
  }

  .daily-update-carousel-v71 .daily-update-card-v69 {
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: calc((100% - 36px) / 3);
    scroll-snap-align: start;
  }

  .daily-update-carousel-v71 .daily-update-card-v69:nth-child(n+4) {
    display: grid;
  }

  /* Custom Gift Add-ons: remove empty right space by widening image and tightening features. */
  .gift-addon-band-v71 {
    grid-template-columns: minmax(210px, 0.22fr) minmax(560px, 0.48fr) minmax(390px, 0.30fr);
    margin-left: clamp(44px, 5vw, 86px);
    margin-right: clamp(44px, 5vw, 86px);
    padding: 22px 22px 20px;
    gap: 18px;
  }

  .gift-addon-band-v71 .gift-addon-copy {
    max-width: 270px;
  }

  .gift-addon-band-v71 .gift-addon-copy p {
    max-width: 260px;
  }

  .gift-addon-band-v71 .gift-addon-visual {
    min-height: 210px;
  }

  .gift-addon-band-v71 .gift-addon-visual img {
    width: 100%;
    max-width: none;
  }

  .gift-addon-band-v71 .gift-addon-features-v66 {
    min-height: 190px;
    padding-left: 10px;
  }

  .gift-addon-band-v71 .gift-addon-features-v66 span {
    padding: 0 10px;
  }

  /* Customer Feedback: real image + text cards. */
  .customer-feedback-v71 .home-section-head p {
    max-width: 430px;
  }

  .customer-feedback-grid-v71 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .customer-feedback-grid-v71 article {
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.055);
  }

  .feedback-image-v71 {
    display: block;
    aspect-ratio: 1.65;
    overflow: hidden;
    background: linear-gradient(180deg, #f4f5f5, #d8dad9);
  }

  .feedback-image-v71 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .feedback-copy-v71 {
    padding: 18px 20px 20px;
  }

  .feedback-copy-v71 h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.16;
    letter-spacing: -0.02em;
  }

  .feedback-copy-v71 p {
    margin: 0 0 14px;
    color: #333943;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.46;
  }

  .feedback-copy-v71 strong {
    color: #6b7280;
    font-size: 12px;
    font-weight: 850;
  }
}

@media (max-width: 1320px) and (min-width: 961px) {
  .home-hero-v71 {
    grid-template-columns: minmax(350px, 0.9fr) minmax(430px, 1.1fr);
  }

  .gift-addon-band-v71 {
    grid-template-columns: minmax(240px, 0.34fr) minmax(360px, 0.66fr);
  }

  .gift-addon-band-v71 .gift-addon-features-v66 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  .daily-update-carousel-v71 {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .daily-update-carousel-v71::-webkit-scrollbar {
    display: none;
  }

  .daily-update-carousel-v71 .daily-update-card-v69 {
    flex: 0 0 86%;
    min-width: 86%;
    scroll-snap-align: start;
  }

  .customer-feedback-grid-v71 {
    display: grid;
    gap: 14px;
  }

  .customer-feedback-grid-v71 article {
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    background: #fff;
  }

  .feedback-image-v71 {
    display: block;
    aspect-ratio: 1.45;
    overflow: hidden;
    background: linear-gradient(180deg, #f4f5f5, #d8dad9);
  }

  .feedback-image-v71 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .feedback-copy-v71 {
    padding: 16px;
  }

  .feedback-copy-v71 h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.2;
  }

  .feedback-copy-v71 p {
    margin: 0 0 10px;
    color: #333943;
    font-size: 14px;
    line-height: 1.45;
  }

  .feedback-copy-v71 strong {
    color: #6b7280;
    font-size: 12px;
  }
}


/* v72 homepage background continuity fix */
/* Keep homepage sections on one continuous base color instead of alternating grey/white bands. */
body.home,
body.front-page,
body.home main,
body.front-page main,
body.home .site,
body.front-page .site,
body.home .site-content,
body.front-page .site-content,
body.home .content-area,
body.front-page .content-area {
  background: #fff !important;
}

@media (min-width: 961px) {
  body.home .home-section,
  body.home .home-section-v66,
  body.home .process-section-v68,
  body.home .popular-styles-v67,
  body.home .popular-styles-v68,
  body.home .daily-updates-v66,
  body.home .daily-updates-v67,
  body.home .daily-updates-v68,
  body.home .daily-updates-v69,
  body.home .daily-updates-v70,
  body.home .daily-updates-v71,
  body.home .customer-feedback-v70,
  body.home .customer-feedback-v71,
  body.home .materials-panel,
  body.home .materials-panel-v66,
  body.home .materials-panel-v68,
  body.home .materials-panel-v70,
  body.home .materials-panel-v71,
  body.home .gift-addon-band,
  body.home .gift-addon-band-v66,
  body.home .gift-addon-band-v68,
  body.home .gift-addon-band-v70,
  body.home .gift-addon-band-v71,
  body.home .faq-cta-section,
  body.home .faq-cta-section-v66,
  body.home .faq-cta-section-v68,
  body.home .faq-cta-section-v70,
  body.home .faq-cta-section-v71,
  body.front-page .home-section,
  body.front-page .home-section-v66,
  body.front-page .process-section-v68,
  body.front-page .popular-styles-v67,
  body.front-page .popular-styles-v68,
  body.front-page .daily-updates-v66,
  body.front-page .daily-updates-v67,
  body.front-page .daily-updates-v68,
  body.front-page .daily-updates-v69,
  body.front-page .daily-updates-v70,
  body.front-page .daily-updates-v71,
  body.front-page .customer-feedback-v70,
  body.front-page .customer-feedback-v71,
  body.front-page .materials-panel,
  body.front-page .materials-panel-v66,
  body.front-page .materials-panel-v68,
  body.front-page .materials-panel-v70,
  body.front-page .materials-panel-v71,
  body.front-page .gift-addon-band,
  body.front-page .gift-addon-band-v66,
  body.front-page .gift-addon-band-v68,
  body.front-page .gift-addon-band-v70,
  body.front-page .gift-addon-band-v71,
  body.front-page .faq-cta-section,
  body.front-page .faq-cta-section-v66,
  body.front-page .faq-cta-section-v68,
  body.front-page .faq-cta-section-v70,
  body.front-page .faq-cta-section-v71 {
    background: #fff !important;
    background-image: none !important;
  }

  /* Preserve cards themselves, but remove full-width grey strips behind cards. */
  body.home .materials-panel-v71,
  body.home .gift-addon-band-v71,
  body.home .faq-cta-section-v71 .faq-panel,
  body.home .faq-cta-section-v71 .final-cta-panel,
  body.front-page .materials-panel-v71,
  body.front-page .gift-addon-band-v71,
  body.front-page .faq-cta-section-v71 .faq-panel,
  body.front-page .faq-cta-section-v71 .final-cta-panel {
    background: #fff !important;
    border-color: rgba(17, 24, 39, 0.08);
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.052);
  }

  /* Avoid visible background bands caused by margin gaps around standalone panels. */
  body.home .materials-panel-v71,
  body.home .gift-addon-band-v71,
  body.home .faq-cta-section-v71,
  body.front-page .materials-panel-v71,
  body.front-page .gift-addon-band-v71,
  body.front-page .faq-cta-section-v71 {
    margin-top: clamp(26px, 3vw, 42px);
    margin-bottom: clamp(26px, 3vw, 42px);
  }
}


/* v73 homepage background rhythm
   User-approved logic:
   - Hero is its own brighter, uniform A area.
   - From Shop by Vehicle Brand to footer, the page uses the warmer B system.
   - Shop by Vehicle Brand starts as the first transition band from A to B.
   - Then sections alternate between transition bands and unified warm B bands.
*/
@media (min-width: 961px) {
  :root {
    --home-hero-a: #ffffff;
    --home-page-b: #f4f1eb;
    --home-page-b-soft: #f8f6f2;
  }

  body.home,
  body.front-page,
  body.home main,
  body.front-page main,
  body.home .site,
  body.front-page .site,
  body.home .site-content,
  body.front-page .site-content,
  body.home .content-area,
  body.front-page .content-area {
    background: var(--home-page-b) !important;
  }

  body.home .home-hero,
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    background: var(--home-hero-a) !important;
    background-image: none !important;
  }

  /* 1st band after hero: bright-to-warm transition. */
  body.home .home-brands-v66,
  body.home .home-brands-v68,
  body.front-page .home-brands-v66,
  body.front-page .home-brands-v68 {
    background: linear-gradient(180deg, var(--home-hero-a) 0%, var(--home-page-b-soft) 42%, var(--home-page-b) 100%) !important;
    background-image: linear-gradient(180deg, var(--home-hero-a) 0%, var(--home-page-b-soft) 42%, var(--home-page-b) 100%) !important;
  }

  /* Warm B bands. */
  body.home .process-section-v68,
  body.home .materials-panel-v71,
  body.home .gift-addon-band-v71,
  body.home .site-footer,
  body.front-page .process-section-v68,
  body.front-page .materials-panel-v71,
  body.front-page .gift-addon-band-v71,
  body.front-page .site-footer {
    background: var(--home-page-b) !important;
    background-image: none !important;
  }

  /* Transition bands inside the B system: left/top lighter, right/bottom warmer. */
  body.home .popular-styles-v68,
  body.home .daily-updates-v71,
  body.home .customer-feedback-v71,
  body.home .faq-cta-section-v71,
  body.front-page .popular-styles-v68,
  body.front-page .daily-updates-v71,
  body.front-page .customer-feedback-v71,
  body.front-page .faq-cta-section-v71 {
    background: linear-gradient(135deg, #ffffff 0%, var(--home-page-b-soft) 46%, var(--home-page-b) 100%) !important;
    background-image: linear-gradient(135deg, #ffffff 0%, var(--home-page-b-soft) 46%, var(--home-page-b) 100%) !important;
  }

  /* Keep internal cards clean while letting outer bands carry the page rhythm. */
  body.home .brand-tile-v66,
  body.home .style-card-v66,
  body.home .daily-update-card-v69,
  body.home .customer-feedback-grid-v71 article,
  body.home .faq-cta-section-v71 .faq-panel,
  body.home .faq-cta-section-v71 .final-cta-panel,
  body.front-page .brand-tile-v66,
  body.front-page .style-card-v66,
  body.front-page .daily-update-card-v69,
  body.front-page .customer-feedback-grid-v71 article,
  body.front-page .faq-cta-section-v71 .faq-panel,
  body.front-page .faq-cta-section-v71 .final-cta-panel {
    background: #fff !important;
  }

  /* These two are full-width feature bands, so their outer panel should blend with B, not look like white islands. */
  body.home .materials-panel-v71,
  body.home .gift-addon-band-v71,
  body.front-page .materials-panel-v71,
  body.front-page .gift-addon-band-v71 {
    border-color: rgba(17, 24, 39, 0.075);
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.045);
  }
}


/* v74 homepage process strip + synced carousel polish */
@media (min-width: 961px) {
  /* Process bar belongs directly under Shop by Vehicle Brand, without an extra title. */
  .process-section-v74 {
    padding: 0 clamp(44px, 5vw, 86px) clamp(32px, 3.2vw, 48px);
    background: var(--home-page-b) !important;
  }

  .process-strip-v74 {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.075);
    border-radius: 12px;
    background: #eee9df !important;
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.055);
  }

  .process-strip-v74 a {
    position: relative;
    grid-template-columns: 80px minmax(0, 1fr);
    min-height: 142px;
    padding: 26px 34px;
    background: transparent !important;
  }

  .process-strip-v74 a:not(:last-child)::after {
    content: "›";
    position: absolute;
    right: -12px;
    top: 50%;
    z-index: 2;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    color: #1f2933;
    font-size: 34px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background: #eee9df;
  }

  .process-strip-v74 i {
    grid-row: 1 / span 3;
    width: 58px;
    height: 58px;
    margin: 0;
    color: #121417;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(17, 24, 39, 0.10);
  }

  .process-strip-v74 small {
    display: block;
    margin-bottom: 8px;
    color: #7a828d;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
  }

  .process-strip-v74 span {
    display: none !important;
  }

  .process-strip-v74 strong {
    font-size: 17px;
    line-height: 1.15;
  }

  .process-strip-v74 p {
    max-width: 220px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.38;
  }

  /* Speed/sync carousel tracks. Daily Updates and Customer Feedback use the same timing. */
  .daily-update-carousel-v71,
  .customer-feedback-carousel-v74 {
    scroll-behavior: smooth;
  }

  .customer-feedback-carousel-v74 {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .customer-feedback-carousel-v74::-webkit-scrollbar {
    display: none;
  }

  .customer-feedback-carousel-v74 article {
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: calc((100% - 36px) / 3);
    scroll-snap-align: start;
  }

  /* Keep gift add-on feature points static; no hover grey patch. */
  .gift-addon-band-v71 .gift-addon-features-v66 span,
  .gift-addon-band-v71 .gift-addon-features-v66 span:hover,
  .gift-addon-band-v71 .gift-addon-features-v66 span:focus,
  .gift-addon-band-v71 .gift-addon-features-v66 span:focus-visible {
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }
}

@media (max-width: 1320px) and (min-width: 961px) {
  .process-strip-v74 a {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 24px 24px;
  }

  .process-strip-v74 i {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 960px) {
  .process-section-v74 {
    padding: 0 16px 28px;
    background: var(--home-page-b, #f4f1eb);
  }

  .process-strip-v74 {
    display: grid;
    gap: 10px;
    margin: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .process-strip-v74 a {
    position: relative;
    min-height: auto;
    padding: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    background: #eee9df !important;
  }

  .process-strip-v74 a::after {
    display: none;
  }

  .process-strip-v74 span {
    display: none !important;
  }

  .process-strip-v74 small {
    display: block;
    margin-bottom: 6px;
    color: #7a828d;
    font-size: 11px;
    font-weight: 850;
  }

  .customer-feedback-carousel-v74 {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .customer-feedback-carousel-v74::-webkit-scrollbar {
    display: none;
  }

  .customer-feedback-carousel-v74 article {
    flex: 0 0 86%;
    min-width: 86%;
    scroll-snap-align: start;
  }
}


/* v75 Order Process icon cleanup */
/* Remove the floating circular icons in the process strip. Keep the text, small number, and arrow flow only. */
@media (min-width: 961px) {
  .process-strip-v74 a {
    grid-template-columns: minmax(0, 1fr);
    padding: 28px 34px 26px;
  }

  .process-strip-v74 i {
    display: none !important;
  }

  .process-strip-v74 small {
    position: static;
    display: block;
    margin: 0 0 10px;
    color: #7d8590;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
  }

  .process-strip-v74 strong,
  .process-strip-v74 p {
    grid-column: 1;
  }
}

@media (max-width: 960px) {
  .process-strip-v74 i {
    display: none !important;
  }
}


/* v76 card spacing refinements */
/* Popular Styles: remove top/bottom inner padding from each card so content sits tighter vertically. */
@media (min-width: 961px) {
  .popular-styles-v68 .style-card-v66,
  .popular-styles-v67 .style-card-v66,
  .popular-styles-v68 .style-card,
  .popular-styles-v67 .style-card {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: unset;
    align-items: stretch;
  }

  .popular-styles-v68 .style-card-v66 img,
  .popular-styles-v67 .style-card-v66 img,
  .popular-styles-v68 .style-card img,
  .popular-styles-v67 .style-card img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .popular-styles-v68 .style-card-v66 .style-card-copy,
  .popular-styles-v67 .style-card-v66 .style-card-copy,
  .popular-styles-v68 .style-card .style-card-copy,
  .popular-styles-v67 .style-card .style-card-copy {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  /* Materials & Options: remove left/right/top padding from each small material card. */
  .materials-panel-v71 .materials-row-v66 a,
  .materials-panel-v70 .materials-row-v66 a,
  .materials-panel-v68 .materials-row-v66 a,
  .materials-panel-v66 .materials-row-v66 a,
  .materials-panel .materials-row a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    overflow: hidden;
  }

  .materials-panel-v71 .materials-row-v66 img,
  .materials-panel-v70 .materials-row-v66 img,
  .materials-panel-v68 .materials-row-v66 img,
  .materials-panel-v66 .materials-row-v66 img,
  .materials-panel .materials-row img {
    display: block;
    width: 100%;
    margin-top: 0 !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .materials-panel-v71 .materials-row-v66 a strong,
  .materials-panel-v70 .materials-row-v66 a strong,
  .materials-panel-v68 .materials-row-v66 a strong,
  .materials-panel-v66 .materials-row-v66 a strong,
  .materials-panel .materials-row a strong {
    display: block;
    padding: 10px 8px 12px;
  }
}


/* v77 Popular Styles spacing correction */
/* Keep the tighter image/card edge, but restore proper breathing room for text. */
@media (min-width: 961px) {
  .popular-styles-v68 .style-card-v66,
  .popular-styles-v67 .style-card-v66,
  .popular-styles-v68 .style-card,
  .popular-styles-v67 .style-card {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
  }

  .popular-styles-v68 .style-card-v66 > div,
  .popular-styles-v67 .style-card-v66 > div,
  .popular-styles-v68 .style-card > div,
  .popular-styles-v67 .style-card > div {
    padding: 18px 18px 18px 0 !important;
    align-self: center;
  }

  .popular-styles-v68 .style-card-v66 h3,
  .popular-styles-v67 .style-card-v66 h3,
  .popular-styles-v68 .style-card h3,
  .popular-styles-v67 .style-card h3 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    line-height: 1.08;
  }

  .popular-styles-v68 .style-card-v66 p,
  .popular-styles-v67 .style-card-v66 p,
  .popular-styles-v68 .style-card p,
  .popular-styles-v67 .style-card p {
    margin-bottom: 14px !important;
  }

  .popular-styles-v68 .style-wheel-v66,
  .popular-styles-v67 .style-wheel-v66 {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }

  .popular-styles-v68 .style-wheel-v66 img,
  .popular-styles-v67 .style-wheel-v66 img {
    height: 100%;
    object-fit: cover;
  }
}


/* v78 homepage card tone + section sizing refinements */
@media (min-width: 961px) {
  /* Make homepage cards less like solid white blocks: closer to the page background, subtle border only. */
  .brand-tile-v66,
  .style-card-v66,
  .style-card,
  .materials-row-v66 a,
  .materials-row a,
  .daily-update-card-v69,
  .customer-feedback-grid-v71 article,
  .feedback-image-v71,
  .faq-cta-section-v71 .faq-panel,
  .faq-cta-section-v71 .final-cta-panel,
  .gift-addon-band-v71,
  .materials-panel-v71 {
    background: rgba(248, 246, 242, 0.72) !important;
    border-color: rgba(17, 24, 39, 0.075) !important;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.036) !important;
  }

  .style-card-v66,
  .style-card {
    background: rgba(250, 249, 246, 0.82) !important;
  }

  .brand-tile-v66:hover,
  .style-card-v66:hover,
  .style-card:hover,
  .materials-row-v66 a:hover,
  .materials-row a:hover,
  .daily-update-card-v69:hover,
  .customer-feedback-grid-v71 article:hover {
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06) !important;
  }

  /* Popular Styles: visually larger as a section, but avoid layout breakage.
     Narrow card gaps a little, increase card height slightly, keep text breathable. */
  .popular-styles-v68 {
    padding-top: clamp(36px, 3.6vw, 56px) !important;
    padding-bottom: clamp(40px, 4vw, 62px) !important;
  }

  .popular-styles-v68 .home-section-head,
  .popular-styles-v67 .home-section-head {
    margin-bottom: 24px !important;
  }

  .popular-styles-v68 .style-grid-v66,
  .popular-styles-v67 .style-grid-v66,
  .popular-styles-v68 .style-grid,
  .popular-styles-v67 .style-grid {
    gap: 14px !important;
  }

  .popular-styles-v68 .style-card-v66,
  .popular-styles-v67 .style-card-v66,
  .popular-styles-v68 .style-card,
  .popular-styles-v67 .style-card {
    min-height: 230px !important;
    grid-template-columns: minmax(160px, 0.95fr) minmax(0, 1fr);
  }

  .popular-styles-v68 .style-wheel-v66,
  .popular-styles-v67 .style-wheel-v66 {
    min-height: 230px;
  }

  .popular-styles-v68 .style-card-v66 > div,
  .popular-styles-v67 .style-card-v66 > div,
  .popular-styles-v68 .style-card > div,
  .popular-styles-v67 .style-card > div {
    padding: 22px 18px 20px 0 !important;
  }

  .popular-styles-v68 .style-card-v66 h3,
  .popular-styles-v67 .style-card-v66 h3,
  .popular-styles-v68 .style-card h3,
  .popular-styles-v67 .style-card h3 {
    font-size: clamp(21px, 1.45vw, 27px);
  }

  .popular-styles-v68 .style-card-v66 p,
  .popular-styles-v67 .style-card-v66 p,
  .popular-styles-v68 .style-card p,
  .popular-styles-v67 .style-card p {
    font-size: 14px;
    line-height: 1.42;
  }

  /* FAQ: lower the visual height while keeping both columns aligned. */
  .faq-cta-section-v71,
  .faq-cta-section-v70,
  .faq-cta-section-v68 {
    align-items: stretch !important;
    gap: 18px !important;
    margin-top: clamp(22px, 2.6vw, 36px) !important;
    margin-bottom: clamp(22px, 2.6vw, 36px) !important;
  }

  .faq-cta-section-v71 .faq-panel,
  .faq-cta-section-v71 .final-cta-panel,
  .faq-cta-section-v70 .faq-panel,
  .faq-cta-section-v70 .final-cta-panel {
    min-height: 0 !important;
    padding: 20px 24px !important;
  }

  .faq-cta-section-v71 .home-section-head.compact,
  .faq-cta-section-v70 .home-section-head.compact {
    margin-bottom: 8px !important;
  }

  .faq-cta-section-v71 .faq-panel h2,
  .faq-cta-section-v70 .faq-panel h2 {
    font-size: clamp(30px, 2.7vw, 42px) !important;
  }

  .faq-cta-section-v71 .faq-row,
  .faq-cta-section-v70 .faq-row {
    min-height: 44px !important;
    padding: 9px 0 !important;
  }

  .faq-cta-section-v71 .final-cta-copy h2,
  .faq-cta-section-v70 .final-cta-copy h2 {
    font-size: clamp(30px, 2.65vw, 44px) !important;
    line-height: 1.02 !important;
  }

  .faq-cta-section-v71 .final-cta-copy p,
  .faq-cta-section-v70 .final-cta-copy p {
    max-width: 480px;
    margin: 12px 0 18px !important;
    font-size: 16px !important;
    line-height: 1.36 !important;
  }

  .faq-cta-section-v71 .final-cta-visual,
  .faq-cta-section-v70 .final-cta-visual {
    transform: scale(0.86);
    transform-origin: center right;
  }
}

@media (max-width: 1320px) and (min-width: 961px) {
  .popular-styles-v68 .style-card-v66,
  .popular-styles-v67 .style-card-v66,
  .popular-styles-v68 .style-card,
  .popular-styles-v67 .style-card {
    min-height: 210px !important;
    grid-template-columns: minmax(145px, 0.9fr) minmax(0, 1fr);
  }

  .popular-styles-v68 .style-wheel-v66,
  .popular-styles-v67 .style-wheel-v66 {
    min-height: 210px;
  }
}


/* v79 force card tone override
   Previous v78 was not visually effective because earlier homepage rules forced many cards back to white.
   This block uses stronger homepage-specific selectors and overrides nested card/image backgrounds too.
*/
@media (min-width: 961px) {
  body.home,
  body.front-page {
    --sc-card-bg: rgba(241, 237, 229, 0.72);
    --sc-card-bg-hover: rgba(246, 243, 238, 0.86);
    --sc-card-border: rgba(17, 24, 39, 0.095);
    --sc-card-shadow: 0 8px 22px rgba(17, 24, 39, 0.035);
    --sc-image-soft-bg: rgba(236, 233, 226, 0.78);
  }

  /* Main small cards across homepage */
  body.home .brand-tile-v66,
  body.home .style-card-v66,
  body.home .style-card,
  body.home .materials-row-v66 a,
  body.home .materials-row a,
  body.home .daily-update-card-v69,
  body.home .customer-feedback-grid-v71 article,
  body.home .customer-feedback-grid-v70 article,
  body.front-page .brand-tile-v66,
  body.front-page .style-card-v66,
  body.front-page .style-card,
  body.front-page .materials-row-v66 a,
  body.front-page .materials-row a,
  body.front-page .daily-update-card-v69,
  body.front-page .customer-feedback-grid-v71 article,
  body.front-page .customer-feedback-grid-v70 article {
    background: var(--sc-card-bg) !important;
    background-color: var(--sc-card-bg) !important;
    background-image: none !important;
    border-color: var(--sc-card-border) !important;
    box-shadow: var(--sc-card-shadow) !important;
  }

  /* Big panels should also stop looking like solid white blocks */
  body.home .materials-panel-v71,
  body.home .materials-panel-v70,
  body.home .gift-addon-band-v71,
  body.home .gift-addon-band-v70,
  body.home .faq-cta-section-v71 .faq-panel,
  body.home .faq-cta-section-v71 .final-cta-panel,
  body.front-page .materials-panel-v71,
  body.front-page .materials-panel-v70,
  body.front-page .gift-addon-band-v71,
  body.front-page .gift-addon-band-v70,
  body.front-page .faq-cta-section-v71 .faq-panel,
  body.front-page .faq-cta-section-v71 .final-cta-panel {
    background: rgba(241, 237, 229, 0.56) !important;
    background-color: rgba(241, 237, 229, 0.56) !important;
    background-image: none !important;
    border-color: var(--sc-card-border) !important;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.035) !important;
  }

  /* Internal image/visual blocks: avoid a white rectangle inside a toned card */
  body.home .brand-visual-v66,
  body.home .style-wheel-v66,
  body.home .materials-row-v66 a img,
  body.home .materials-row a img,
  body.home .daily-update-image-v69,
  body.home .feedback-image-v71,
  body.front-page .brand-visual-v66,
  body.front-page .style-wheel-v66,
  body.front-page .materials-row-v66 a img,
  body.front-page .materials-row a img,
  body.front-page .daily-update-image-v69,
  body.front-page .feedback-image-v71 {
    background: var(--sc-image-soft-bg) !important;
    background-color: var(--sc-image-soft-bg) !important;
  }

  /* The old placeholder gradients were making cards look like separate grey/white blocks. */
  body.home .image-placeholder,
  body.home .wheel-visual,
  body.home .wheel-visual.small,
  body.front-page .image-placeholder,
  body.front-page .wheel-visual,
  body.front-page .wheel-visual.small {
    background: var(--sc-image-soft-bg) !important;
    background-color: var(--sc-image-soft-bg) !important;
  }

  body.home .brand-tile-v66:hover,
  body.home .style-card-v66:hover,
  body.home .style-card:hover,
  body.home .materials-row-v66 a:hover,
  body.home .materials-row a:hover,
  body.home .daily-update-card-v69:hover,
  body.home .customer-feedback-grid-v71 article:hover,
  body.home .customer-feedback-grid-v70 article:hover,
  body.front-page .brand-tile-v66:hover,
  body.front-page .style-card-v66:hover,
  body.front-page .style-card:hover,
  body.front-page .materials-row-v66 a:hover,
  body.front-page .materials-row a:hover,
  body.front-page .daily-update-card-v69:hover,
  body.front-page .customer-feedback-grid-v71 article:hover,
  body.front-page .customer-feedback-grid-v70 article:hover {
    background: var(--sc-card-bg-hover) !important;
    background-color: var(--sc-card-bg-hover) !important;
    border-color: rgba(17, 24, 39, 0.12) !important;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.055) !important;
  }

  /* Keep buttons readable, don't tone them down too much */
  body.home .mini-button-v66,
  body.front-page .mini-button-v66 {
    background: rgba(255, 255, 255, 0.48) !important;
    border-color: rgba(17, 24, 39, 0.16) !important;
  }
}


/* v80 refined card/background tone
   Visual direction:
   - Popular Styles / Daily Updates / Customer Feedback cards use a very light top-left to bottom-right gradient,
     matching the page background rhythm but lighter than v79.
   - FAQ/CTA returns to a uniform bright panel, no gradient.
   - Keep visual separation through subtle border/shadow rather than heavy white blocks.
*/
@media (min-width: 961px) {
  body.home,
  body.front-page {
    --sc-card-grad-light: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(250,248,244,0.90) 48%, rgba(245,241,235,0.78) 100%);
    --sc-card-grad-hover: linear-gradient(135deg, rgba(255,255,255,0.99) 0%, rgba(252,250,246,0.94) 50%, rgba(247,244,238,0.84) 100%);
    --sc-card-line-soft: rgba(17, 24, 39, 0.072);
    --sc-card-shadow-soft: 0 10px 26px rgba(17, 24, 39, 0.032);
    --sc-faq-bright: #fbfaf7;
  }

  /* The three image/text content sections: light, elegant gradient cards. */
  body.home .popular-styles-v68 .style-card-v66,
  body.home .popular-styles-v68 .style-card,
  body.home .daily-updates-v71 .daily-update-card-v69,
  body.home .customer-feedback-v71 .customer-feedback-grid-v71 article,
  body.home .customer-feedback-grid-v71 article,
  body.front-page .popular-styles-v68 .style-card-v66,
  body.front-page .popular-styles-v68 .style-card,
  body.front-page .daily-updates-v71 .daily-update-card-v69,
  body.front-page .customer-feedback-v71 .customer-feedback-grid-v71 article,
  body.front-page .customer-feedback-grid-v71 article {
    background: var(--sc-card-grad-light) !important;
    background-color: transparent !important;
    background-image: var(--sc-card-grad-light) !important;
    border-color: var(--sc-card-line-soft) !important;
    box-shadow: var(--sc-card-shadow-soft) !important;
  }

  body.home .popular-styles-v68 .style-card-v66:hover,
  body.home .popular-styles-v68 .style-card:hover,
  body.home .daily-updates-v71 .daily-update-card-v69:hover,
  body.home .customer-feedback-v71 .customer-feedback-grid-v71 article:hover,
  body.home .customer-feedback-grid-v71 article:hover,
  body.front-page .popular-styles-v68 .style-card-v66:hover,
  body.front-page .popular-styles-v68 .style-card:hover,
  body.front-page .daily-updates-v71 .daily-update-card-v69:hover,
  body.front-page .customer-feedback-v71 .customer-feedback-grid-v71 article:hover,
  body.front-page .customer-feedback-grid-v71 article:hover {
    background: var(--sc-card-grad-hover) !important;
    background-image: var(--sc-card-grad-hover) !important;
    border-color: rgba(17, 24, 39, 0.095) !important;
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.052) !important;
  }

  /* Image wells should not become dark beige blocks; keep them light but still part of the same gradient family. */
  body.home .popular-styles-v68 .style-wheel-v66,
  body.home .daily-updates-v71 .daily-update-image-v69,
  body.home .customer-feedback-v71 .feedback-image-v71,
  body.front-page .popular-styles-v68 .style-wheel-v66,
  body.front-page .daily-updates-v71 .daily-update-image-v69,
  body.front-page .customer-feedback-v71 .feedback-image-v71 {
    background: linear-gradient(135deg, rgba(255,255,255,0.72) 0%, rgba(247,245,240,0.78) 52%, rgba(238,234,226,0.72) 100%) !important;
    background-image: linear-gradient(135deg, rgba(255,255,255,0.72) 0%, rgba(247,245,240,0.78) 52%, rgba(238,234,226,0.72) 100%) !important;
  }

  /* Keep brand/material utility cards lighter than v79 too, but less emphasized than the three main sections. */
  body.home .brand-tile-v66,
  body.home .materials-row-v66 a,
  body.home .materials-row a,
  body.front-page .brand-tile-v66,
  body.front-page .materials-row-v66 a,
  body.front-page .materials-row a {
    background: rgba(250, 248, 244, 0.74) !important;
    background-image: none !important;
    border-color: var(--sc-card-line-soft) !important;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.026) !important;
  }

  /* FAQ and right CTA: no gradient, one clean bright tone. */
  body.home .faq-cta-section-v71 .faq-panel,
  body.home .faq-cta-section-v71 .final-cta-panel,
  body.home .faq-cta-section-v70 .faq-panel,
  body.home .faq-cta-section-v70 .final-cta-panel,
  body.front-page .faq-cta-section-v71 .faq-panel,
  body.front-page .faq-cta-section-v71 .final-cta-panel,
  body.front-page .faq-cta-section-v70 .faq-panel,
  body.front-page .faq-cta-section-v70 .final-cta-panel {
    background: var(--sc-faq-bright) !important;
    background-color: var(--sc-faq-bright) !important;
    background-image: none !important;
    border-color: rgba(17, 24, 39, 0.075) !important;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.034) !important;
  }

  /* The two larger option/gift bands can stay slightly warmer, but not dark. */
  body.home .materials-panel-v71,
  body.home .materials-panel-v70,
  body.home .gift-addon-band-v71,
  body.home .gift-addon-band-v70,
  body.front-page .materials-panel-v71,
  body.front-page .materials-panel-v70,
  body.front-page .gift-addon-band-v71,
  body.front-page .gift-addon-band-v70 {
    background: rgba(246, 242, 235, 0.62) !important;
    background-image: none !important;
    border-color: rgba(17, 24, 39, 0.075) !important;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.034) !important;
  }
}


/* v81 hero decorative semicircle removal */
/* Remove the lower-left template-like semicircle from the homepage hero. */
body.home .home-hero::after,
body.home .home-hero-v66::after,
body.home .home-hero-v67::after,
body.home .home-hero-v68::after,
body.home .home-hero-v70::after,
body.home .home-hero-v71::after,
body.front-page .home-hero::after,
body.front-page .home-hero-v66::after,
body.front-page .home-hero-v67::after,
body.front-page .home-hero-v68::after,
body.front-page .home-hero-v70::after,
body.front-page .home-hero-v71::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}


/* v83 Custom Gift Add-ons feature hover removal */
/* The three feature points on the right are static information, not interactive cards. */
@media (min-width: 961px) {
  body.home .gift-addon-band-v66 .gift-addon-features-v66 span,
  body.home .gift-addon-band-v66 .gift-addon-features-v66 span:hover,
  body.home .gift-addon-band-v66 .gift-addon-features-v66 span:focus,
  body.home .gift-addon-band-v66 .gift-addon-features-v66 span:focus-visible,
  body.home .gift-addon-band-v68 .gift-addon-features-v66 span,
  body.home .gift-addon-band-v68 .gift-addon-features-v66 span:hover,
  body.home .gift-addon-band-v68 .gift-addon-features-v66 span:focus,
  body.home .gift-addon-band-v68 .gift-addon-features-v66 span:focus-visible,
  body.home .gift-addon-band-v70 .gift-addon-features-v66 span,
  body.home .gift-addon-band-v70 .gift-addon-features-v66 span:hover,
  body.home .gift-addon-band-v70 .gift-addon-features-v66 span:focus,
  body.home .gift-addon-band-v70 .gift-addon-features-v66 span:focus-visible,
  body.home .gift-addon-band-v71 .gift-addon-features-v66 span,
  body.home .gift-addon-band-v71 .gift-addon-features-v66 span:hover,
  body.home .gift-addon-band-v71 .gift-addon-features-v66 span:focus,
  body.home .gift-addon-band-v71 .gift-addon-features-v66 span:focus-visible,
  body.front-page .gift-addon-band-v66 .gift-addon-features-v66 span,
  body.front-page .gift-addon-band-v66 .gift-addon-features-v66 span:hover,
  body.front-page .gift-addon-band-v66 .gift-addon-features-v66 span:focus,
  body.front-page .gift-addon-band-v66 .gift-addon-features-v66 span:focus-visible,
  body.front-page .gift-addon-band-v68 .gift-addon-features-v66 span,
  body.front-page .gift-addon-band-v68 .gift-addon-features-v66 span:hover,
  body.front-page .gift-addon-band-v68 .gift-addon-features-v66 span:focus,
  body.front-page .gift-addon-band-v68 .gift-addon-features-v66 span:focus-visible,
  body.front-page .gift-addon-band-v70 .gift-addon-features-v66 span,
  body.front-page .gift-addon-band-v70 .gift-addon-features-v66 span:hover,
  body.front-page .gift-addon-band-v70 .gift-addon-features-v66 span:focus,
  body.front-page .gift-addon-band-v70 .gift-addon-features-v66 span:focus-visible,
  body.front-page .gift-addon-band-v71 .gift-addon-features-v66 span,
  body.front-page .gift-addon-band-v71 .gift-addon-features-v66 span:hover,
  body.front-page .gift-addon-band-v71 .gift-addon-features-v66 span:focus,
  body.front-page .gift-addon-band-v71 .gift-addon-features-v66 span:focus-visible {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    cursor: default !important;
  }

  body.home .gift-addon-band-v66 .gift-addon-features-v66 span::before,
  body.home .gift-addon-band-v66 .gift-addon-features-v66 span::after,
  body.home .gift-addon-band-v68 .gift-addon-features-v66 span::before,
  body.home .gift-addon-band-v68 .gift-addon-features-v66 span::after,
  body.home .gift-addon-band-v70 .gift-addon-features-v66 span::before,
  body.home .gift-addon-band-v70 .gift-addon-features-v66 span::after,
  body.home .gift-addon-band-v71 .gift-addon-features-v66 span::before,
  body.home .gift-addon-band-v71 .gift-addon-features-v66 span::after,
  body.front-page .gift-addon-band-v66 .gift-addon-features-v66 span::before,
  body.front-page .gift-addon-band-v66 .gift-addon-features-v66 span::after,
  body.front-page .gift-addon-band-v68 .gift-addon-features-v66 span::before,
  body.front-page .gift-addon-band-v68 .gift-addon-features-v66 span::after,
  body.front-page .gift-addon-band-v70 .gift-addon-features-v66 span::before,
  body.front-page .gift-addon-band-v70 .gift-addon-features-v66 span::after,
  body.front-page .gift-addon-band-v71 .gift-addon-features-v66 span::before,
  body.front-page .gift-addon-band-v71 .gift-addon-features-v66 span::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.home .gift-addon-band-v66 .gift-addon-features-v66 span *,
  body.home .gift-addon-band-v68 .gift-addon-features-v66 span *,
  body.home .gift-addon-band-v70 .gift-addon-features-v66 span *,
  body.home .gift-addon-band-v71 .gift-addon-features-v66 span *,
  body.front-page .gift-addon-band-v66 .gift-addon-features-v66 span *,
  body.front-page .gift-addon-band-v68 .gift-addon-features-v66 span *,
  body.front-page .gift-addon-band-v70 .gift-addon-features-v66 span *,
  body.front-page .gift-addon-band-v71 .gift-addon-features-v66 span * {
    pointer-events: none;
  }
}


/* v84 Homepage Hero image area cleanup
   - Remove the CSS glow/drop-shadow behind uploaded hero images.
   - Enlarge the central hero image display area to better fill the visual range marked by the user.
   - Keep the right benefit column readable and avoid touching mobile layout too aggressively.
*/
@media (min-width: 961px) {
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(360px, 0.82fr) minmax(620px, 1.34fr) minmax(260px, 0.68fr) !important;
    gap: clamp(20px, 2.6vw, 42px) !important;
  }

  body.home .home-hero-v66 .home-hero-wheel,
  body.home .home-hero-v67 .home-hero-wheel,
  body.home .home-hero-v68 .home-hero-wheel,
  body.home .home-hero-v70 .home-hero-wheel,
  body.home .home-hero-v71 .home-hero-wheel,
  body.front-page .home-hero-v66 .home-hero-wheel,
  body.front-page .home-hero-v67 .home-hero-wheel,
  body.front-page .home-hero-v68 .home-hero-wheel,
  body.front-page .home-hero-v70 .home-hero-wheel,
  body.front-page .home-hero-v71 .home-hero-wheel {
    min-height: clamp(570px, 46vw, 760px) !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-image: none !important;
    overflow: visible !important;
  }

  body.home .home-hero-v66 .home-hero-wheel::before,
  body.home .home-hero-v66 .home-hero-wheel::after,
  body.home .home-hero-v67 .home-hero-wheel::before,
  body.home .home-hero-v67 .home-hero-wheel::after,
  body.home .home-hero-v68 .home-hero-wheel::before,
  body.home .home-hero-v68 .home-hero-wheel::after,
  body.home .home-hero-v70 .home-hero-wheel::before,
  body.home .home-hero-v70 .home-hero-wheel::after,
  body.home .home-hero-v71 .home-hero-wheel::before,
  body.home .home-hero-v71 .home-hero-wheel::after,
  body.front-page .home-hero-v66 .home-hero-wheel::before,
  body.front-page .home-hero-v66 .home-hero-wheel::after,
  body.front-page .home-hero-v67 .home-hero-wheel::before,
  body.front-page .home-hero-v67 .home-hero-wheel::after,
  body.front-page .home-hero-v68 .home-hero-wheel::before,
  body.front-page .home-hero-v68 .home-hero-wheel::after,
  body.front-page .home-hero-v70 .home-hero-wheel::before,
  body.front-page .home-hero-v70 .home-hero-wheel::after,
  body.front-page .home-hero-v71 .home-hero-wheel::before,
  body.front-page .home-hero-v71 .home-hero-wheel::after {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
  }

  body.home .home-hero-v66 .home-hero-wheel img,
  body.home .home-hero-v67 .home-hero-wheel img,
  body.home .home-hero-v68 .home-hero-wheel img,
  body.home .home-hero-v70 .home-hero-wheel img,
  body.home .home-hero-v71 .home-hero-wheel img,
  body.front-page .home-hero-v66 .home-hero-wheel img,
  body.front-page .home-hero-v67 .home-hero-wheel img,
  body.front-page .home-hero-v68 .home-hero-wheel img,
  body.front-page .home-hero-v70 .home-hero-wheel img,
  body.front-page .home-hero-v71 .home-hero-wheel img {
    display: block !important;
    width: min(100%, 820px) !important;
    max-width: 820px !important;
    max-height: clamp(560px, 46vw, 760px) !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    filter: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-image: none !important;
  }
}

@media (max-width: 1320px) and (min-width: 961px) {
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(330px, 0.86fr) minmax(520px, 1.22fr) minmax(250px, 0.68fr) !important;
    gap: clamp(18px, 2.2vw, 30px) !important;
  }

  body.home .home-hero-v66 .home-hero-wheel img,
  body.home .home-hero-v67 .home-hero-wheel img,
  body.home .home-hero-v68 .home-hero-wheel img,
  body.home .home-hero-v70 .home-hero-wheel img,
  body.home .home-hero-v71 .home-hero-wheel img,
  body.front-page .home-hero-v66 .home-hero-wheel img,
  body.front-page .home-hero-v67 .home-hero-wheel img,
  body.front-page .home-hero-v68 .home-hero-wheel img,
  body.front-page .home-hero-v70 .home-hero-wheel img,
  body.front-page .home-hero-v71 .home-hero-wheel img {
    width: min(100%, 720px) !important;
    max-width: 720px !important;
  }
}


/* v85 Hero typography layout restore
   v84 widened the hero image column, which squeezed the left copy column.
   Restore the earlier comfortable headline formatting while keeping the enlarged/no-glow hero image.
*/
@media (min-width: 961px) {
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(500px, 1.08fr) minmax(620px, 1.16fr) minmax(280px, 0.72fr) !important;
    gap: clamp(24px, 3vw, 48px) !important;
  }

  body.home .home-hero-v66 .home-hero-copy,
  body.home .home-hero-v67 .home-hero-copy,
  body.home .home-hero-v68 .home-hero-copy,
  body.home .home-hero-v70 .home-hero-copy,
  body.home .home-hero-v71 .home-hero-copy,
  body.front-page .home-hero-v66 .home-hero-copy,
  body.front-page .home-hero-v67 .home-hero-copy,
  body.front-page .home-hero-v68 .home-hero-copy,
  body.front-page .home-hero-v70 .home-hero-copy,
  body.front-page .home-hero-v71 .home-hero-copy {
    max-width: 720px !important;
    min-width: 0 !important;
  }

  body.home .home-hero-v66 .home-hero-copy h1,
  body.home .home-hero-v67 .home-hero-copy h1,
  body.home .home-hero-v68 .home-hero-copy h1,
  body.home .home-hero-v70 .home-hero-copy h1,
  body.home .home-hero-v71 .home-hero-copy h1,
  body.front-page .home-hero-v66 .home-hero-copy h1,
  body.front-page .home-hero-v67 .home-hero-copy h1,
  body.front-page .home-hero-v68 .home-hero-copy h1,
  body.front-page .home-hero-v70 .home-hero-copy h1,
  body.front-page .home-hero-v71 .home-hero-copy h1 {
    max-width: 720px !important;
    font-size: clamp(58px, 5.15vw, 92px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
  }

  body.home .home-hero-v66 .home-hero-copy h1 span,
  body.home .home-hero-v67 .home-hero-copy h1 span,
  body.home .home-hero-v68 .home-hero-copy h1 span,
  body.home .home-hero-v70 .home-hero-copy h1 span,
  body.home .home-hero-v71 .home-hero-copy h1 span,
  body.front-page .home-hero-v66 .home-hero-copy h1 span,
  body.front-page .home-hero-v67 .home-hero-copy h1 span,
  body.front-page .home-hero-v68 .home-hero-copy h1 span,
  body.front-page .home-hero-v70 .home-hero-copy h1 span,
  body.front-page .home-hero-v71 .home-hero-copy h1 span {
    white-space: normal !important;
  }

  body.home .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v71 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v71 .home-hero-copy p:not(.eyebrow) {
    max-width: 620px !important;
    font-size: clamp(17px, 1.18vw, 20px) !important;
    line-height: 1.55 !important;
  }

  body.home .home-hero-v66 .button-row,
  body.home .home-hero-v67 .button-row,
  body.home .home-hero-v68 .button-row,
  body.home .home-hero-v70 .button-row,
  body.home .home-hero-v71 .button-row,
  body.front-page .home-hero-v66 .button-row,
  body.front-page .home-hero-v67 .button-row,
  body.front-page .home-hero-v68 .button-row,
  body.front-page .home-hero-v70 .button-row,
  body.front-page .home-hero-v71 .button-row {
    flex-wrap: nowrap !important;
  }

  body.home .home-hero-v66 .button,
  body.home .home-hero-v67 .button,
  body.home .home-hero-v68 .button,
  body.home .home-hero-v70 .button,
  body.home .home-hero-v71 .button,
  body.front-page .home-hero-v66 .button,
  body.front-page .home-hero-v67 .button,
  body.front-page .home-hero-v68 .button,
  body.front-page .home-hero-v70 .button,
  body.front-page .home-hero-v71 .button {
    white-space: nowrap !important;
  }
}

/* On medium desktop widths, prioritize readable hero copy over maximum image size. */
@media (max-width: 1480px) and (min-width: 1181px) {
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(460px, 1.04fr) minmax(560px, 1.10fr) minmax(260px, 0.70fr) !important;
  }

  body.home .home-hero-v66 .home-hero-wheel img,
  body.home .home-hero-v67 .home-hero-wheel img,
  body.home .home-hero-v68 .home-hero-wheel img,
  body.home .home-hero-v70 .home-hero-wheel img,
  body.home .home-hero-v71 .home-hero-wheel img,
  body.front-page .home-hero-v66 .home-hero-wheel img,
  body.front-page .home-hero-v67 .home-hero-wheel img,
  body.front-page .home-hero-v68 .home-hero-wheel img,
  body.front-page .home-hero-v70 .home-hero-wheel img,
  body.front-page .home-hero-v71 .home-hero-wheel img {
    width: min(100%, 740px) !important;
    max-width: 740px !important;
  }
}

@media (max-width: 1180px) and (min-width: 961px) {
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(420px, 1fr) minmax(440px, 1fr) !important;
  }

  body.home .hero-benefits,
  body.front-page .hero-benefits {
    grid-column: 1 / -1 !important;
  }
}


/* v86 Hero headline restore: exact approved line breaks and wider left copy area */
@media (min-width: 961px) {
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(520px, 1.02fr) minmax(560px, 1.10fr) minmax(270px, 0.72fr) !important;
    gap: clamp(24px, 2.5vw, 42px) !important;
  }

  body.home .home-hero-v66 .home-hero-copy,
  body.home .home-hero-v67 .home-hero-copy,
  body.home .home-hero-v68 .home-hero-copy,
  body.home .home-hero-v70 .home-hero-copy,
  body.home .home-hero-v71 .home-hero-copy,
  body.front-page .home-hero-v66 .home-hero-copy,
  body.front-page .home-hero-v67 .home-hero-copy,
  body.front-page .home-hero-v68 .home-hero-copy,
  body.front-page .home-hero-v70 .home-hero-copy,
  body.front-page .home-hero-v71 .home-hero-copy {
    max-width: 640px !important;
    min-width: 520px !important;
  }

  body.home .home-hero-v66 .home-hero-copy h1,
  body.home .home-hero-v67 .home-hero-copy h1,
  body.home .home-hero-v68 .home-hero-copy h1,
  body.home .home-hero-v70 .home-hero-copy h1,
  body.home .home-hero-v71 .home-hero-copy h1,
  body.front-page .home-hero-v66 .home-hero-copy h1,
  body.front-page .home-hero-v67 .home-hero-copy h1,
  body.front-page .home-hero-v68 .home-hero-copy h1,
  body.front-page .home-hero-v70 .home-hero-copy h1,
  body.front-page .home-hero-v71 .home-hero-copy h1 {
    max-width: 640px !important;
    font-size: clamp(56px, 4.85vw, 86px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    gap: 0 !important;
  }

  body.home .home-hero-v66 .home-hero-copy h1 span,
  body.home .home-hero-v67 .home-hero-copy h1 span,
  body.home .home-hero-v68 .home-hero-copy h1 span,
  body.home .home-hero-v70 .home-hero-copy h1 span,
  body.home .home-hero-v71 .home-hero-copy h1 span,
  body.front-page .home-hero-v66 .home-hero-copy h1 span,
  body.front-page .home-hero-v67 .home-hero-copy h1 span,
  body.front-page .home-hero-v68 .home-hero-copy h1 span,
  body.front-page .home-hero-v70 .home-hero-copy h1 span,
  body.front-page .home-hero-v71 .home-hero-copy h1 span {
    display: block !important;
    white-space: nowrap !important;
  }

  body.home .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v71 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v71 .home-hero-copy p:not(.eyebrow) {
    max-width: 560px !important;
  }

  body.home .home-hero-v66 .home-hero-wheel img,
  body.home .home-hero-v67 .home-hero-wheel img,
  body.home .home-hero-v68 .home-hero-wheel img,
  body.home .home-hero-v70 .home-hero-wheel img,
  body.home .home-hero-v71 .home-hero-wheel img,
  body.front-page .home-hero-v66 .home-hero-wheel img,
  body.front-page .home-hero-v67 .home-hero-wheel img,
  body.front-page .home-hero-v68 .home-hero-wheel img,
  body.front-page .home-hero-v70 .home-hero-wheel img,
  body.front-page .home-hero-v71 .home-hero-wheel img {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
  }
}

@media (max-width: 1480px) and (min-width: 961px) {
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(500px, 1fr) minmax(520px, 1.04fr) minmax(250px, 0.68fr) !important;
  }

  body.home .home-hero-v66 .home-hero-wheel img,
  body.home .home-hero-v67 .home-hero-wheel img,
  body.home .home-hero-v68 .home-hero-wheel img,
  body.home .home-hero-v70 .home-hero-wheel img,
  body.home .home-hero-v71 .home-hero-wheel img,
  body.front-page .home-hero-v66 .home-hero-wheel img,
  body.front-page .home-hero-v67 .home-hero-wheel img,
  body.front-page .home-hero-v68 .home-hero-wheel img,
  body.front-page .home-hero-v70 .home-hero-wheel img,
  body.front-page .home-hero-v71 .home-hero-wheel img {
    width: min(100%, 700px) !important;
    max-width: 700px !important;
  }
}


/* v87 Hero desktop refinement
   Match the approved reference more closely:
   - smaller left headline
   - exact 3-line rhythm
   - tighter top/bottom spacing
   - no oversized empty hero area
*/
@media (min-width: 961px) {
  body.home .home-hero,
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(500px, 1.00fr) minmax(560px, 1.12fr) minmax(250px, 0.68fr) !important;
    gap: clamp(22px, 2.2vw, 38px) !important;
    min-height: unset !important;
    padding-top: clamp(20px, 2vw, 30px) !important;
    padding-bottom: clamp(36px, 3vw, 54px) !important;
    align-items: center !important;
  }

  body.home .home-hero-copy,
  body.home .home-hero-v66 .home-hero-copy,
  body.home .home-hero-v67 .home-hero-copy,
  body.home .home-hero-v68 .home-hero-copy,
  body.home .home-hero-v70 .home-hero-copy,
  body.home .home-hero-v71 .home-hero-copy,
  body.front-page .home-hero-copy,
  body.front-page .home-hero-v66 .home-hero-copy,
  body.front-page .home-hero-v67 .home-hero-copy,
  body.front-page .home-hero-v68 .home-hero-copy,
  body.front-page .home-hero-v70 .home-hero-copy,
  body.front-page .home-hero-v71 .home-hero-copy {
    max-width: 560px !important;
    min-width: 0 !important;
  }

  body.home .home-hero-copy .eyebrow,
  body.home .home-hero-v66 .home-hero-copy .eyebrow,
  body.home .home-hero-v67 .home-hero-copy .eyebrow,
  body.home .home-hero-v68 .home-hero-copy .eyebrow,
  body.home .home-hero-v70 .home-hero-copy .eyebrow,
  body.home .home-hero-v71 .home-hero-copy .eyebrow,
  body.front-page .home-hero-copy .eyebrow,
  body.front-page .home-hero-v66 .home-hero-copy .eyebrow,
  body.front-page .home-hero-v67 .home-hero-copy .eyebrow,
  body.front-page .home-hero-v68 .home-hero-copy .eyebrow,
  body.front-page .home-hero-v70 .home-hero-copy .eyebrow,
  body.front-page .home-hero-v71 .home-hero-copy .eyebrow {
    margin-bottom: 20px !important;
  }

  body.home .home-hero-copy h1,
  body.home .home-hero-v66 .home-hero-copy h1,
  body.home .home-hero-v67 .home-hero-copy h1,
  body.home .home-hero-v68 .home-hero-copy h1,
  body.home .home-hero-v70 .home-hero-copy h1,
  body.home .home-hero-v71 .home-hero-copy h1,
  body.front-page .home-hero-copy h1,
  body.front-page .home-hero-v66 .home-hero-copy h1,
  body.front-page .home-hero-v67 .home-hero-copy h1,
  body.front-page .home-hero-v68 .home-hero-copy h1,
  body.front-page .home-hero-v70 .home-hero-copy h1,
  body.front-page .home-hero-v71 .home-hero-copy h1 {
    max-width: 560px !important;
    margin: 0 !important;
    font-size: clamp(48px, 4.2vw, 72px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.052em !important;
  }

  body.home .home-hero-copy h1 span,
  body.home .home-hero-v66 .home-hero-copy h1 span,
  body.home .home-hero-v67 .home-hero-copy h1 span,
  body.home .home-hero-v68 .home-hero-copy h1 span,
  body.home .home-hero-v70 .home-hero-copy h1 span,
  body.home .home-hero-v71 .home-hero-copy h1 span,
  body.front-page .home-hero-copy h1 span,
  body.front-page .home-hero-v66 .home-hero-copy h1 span,
  body.front-page .home-hero-v67 .home-hero-copy h1 span,
  body.front-page .home-hero-v68 .home-hero-copy h1 span,
  body.front-page .home-hero-v70 .home-hero-copy h1 span,
  body.front-page .home-hero-v71 .home-hero-copy h1 span {
    display: block !important;
    white-space: nowrap !important;
  }

  body.home .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v71 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v71 .home-hero-copy p:not(.eyebrow) {
    max-width: 540px !important;
    margin-top: 24px !important;
    font-size: clamp(17px, 1.05vw, 18px) !important;
    line-height: 1.5 !important;
  }

  body.home .home-hero .button-row,
  body.home .home-hero-v66 .button-row,
  body.home .home-hero-v67 .button-row,
  body.home .home-hero-v68 .button-row,
  body.home .home-hero-v70 .button-row,
  body.home .home-hero-v71 .button-row,
  body.front-page .home-hero .button-row,
  body.front-page .home-hero-v66 .button-row,
  body.front-page .home-hero-v67 .button-row,
  body.front-page .home-hero-v68 .button-row,
  body.front-page .home-hero-v70 .button-row,
  body.front-page .home-hero-v71 .button-row {
    margin-top: 30px !important;
  }

  body.home .home-hero-wheel,
  body.home .home-hero-v66 .home-hero-wheel,
  body.home .home-hero-v67 .home-hero-wheel,
  body.home .home-hero-v68 .home-hero-wheel,
  body.home .home-hero-v70 .home-hero-wheel,
  body.home .home-hero-v71 .home-hero-wheel,
  body.front-page .home-hero-wheel,
  body.front-page .home-hero-v66 .home-hero-wheel,
  body.front-page .home-hero-v67 .home-hero-wheel,
  body.front-page .home-hero-v68 .home-hero-wheel,
  body.front-page .home-hero-v70 .home-hero-wheel,
  body.front-page .home-hero-v71 .home-hero-wheel {
    min-height: clamp(520px, 39vw, 700px) !important;
    align-self: center !important;
  }

  body.home .home-hero-wheel img,
  body.home .home-hero-v66 .home-hero-wheel img,
  body.home .home-hero-v67 .home-hero-wheel img,
  body.home .home-hero-v68 .home-hero-wheel img,
  body.home .home-hero-v70 .home-hero-wheel img,
  body.home .home-hero-v71 .home-hero-wheel img,
  body.front-page .home-hero-wheel img,
  body.front-page .home-hero-v66 .home-hero-wheel img,
  body.front-page .home-hero-v67 .home-hero-wheel img,
  body.front-page .home-hero-v68 .home-hero-wheel img,
  body.front-page .home-hero-v70 .home-hero-wheel img,
  body.front-page .home-hero-v71 .home-hero-wheel img {
    width: min(100%, 720px) !important;
    max-width: 720px !important;
  }
}

/* v88 Hero left-column narrowing + headline size correction
   User-approved direction:
   - Keep the headline in exactly 3 lines: Custom Steering / Wheels / Made to Order
   - Reduce overall left-column width so the copy block stays within the marked red box
   - Keep paragraph font size unchanged, allow paragraph wrapping
   - Expand the center product image area horizontally
*/
@media (min-width: 961px) {
  body.home .home-hero,
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(420px, 0.88fr) minmax(640px, 1.26fr) minmax(240px, 0.64fr) !important;
    gap: clamp(18px, 2vw, 34px) !important;
    padding-top: clamp(18px, 1.5vw, 26px) !important;
    padding-bottom: clamp(26px, 2.2vw, 40px) !important;
    align-items: center !important;
  }

  body.home .home-hero-copy,
  body.home .home-hero-v66 .home-hero-copy,
  body.home .home-hero-v67 .home-hero-copy,
  body.home .home-hero-v68 .home-hero-copy,
  body.home .home-hero-v70 .home-hero-copy,
  body.home .home-hero-v71 .home-hero-copy,
  body.front-page .home-hero-copy,
  body.front-page .home-hero-v66 .home-hero-copy,
  body.front-page .home-hero-v67 .home-hero-copy,
  body.front-page .home-hero-v68 .home-hero-copy,
  body.front-page .home-hero-v70 .home-hero-copy,
  body.front-page .home-hero-v71 .home-hero-copy {
    width: 100% !important;
    max-width: 470px !important;
    min-width: 0 !important;
  }

  body.home .home-hero-copy .eyebrow,
  body.home .home-hero-v66 .home-hero-copy .eyebrow,
  body.home .home-hero-v67 .home-hero-copy .eyebrow,
  body.home .home-hero-v68 .home-hero-copy .eyebrow,
  body.home .home-hero-v70 .home-hero-copy .eyebrow,
  body.home .home-hero-v71 .home-hero-copy .eyebrow,
  body.front-page .home-hero-copy .eyebrow,
  body.front-page .home-hero-v66 .home-hero-copy .eyebrow,
  body.front-page .home-hero-v67 .home-hero-copy .eyebrow,
  body.front-page .home-hero-v68 .home-hero-copy .eyebrow,
  body.front-page .home-hero-v70 .home-hero-copy .eyebrow,
  body.front-page .home-hero-v71 .home-hero-copy .eyebrow {
    margin-bottom: 18px !important;
  }

  body.home .home-hero-copy h1,
  body.home .home-hero-v66 .home-hero-copy h1,
  body.home .home-hero-v67 .home-hero-copy h1,
  body.home .home-hero-v68 .home-hero-copy h1,
  body.home .home-hero-v70 .home-hero-copy h1,
  body.home .home-hero-v71 .home-hero-copy h1,
  body.front-page .home-hero-copy h1,
  body.front-page .home-hero-v66 .home-hero-copy h1,
  body.front-page .home-hero-v67 .home-hero-copy h1,
  body.front-page .home-hero-v68 .home-hero-copy h1,
  body.front-page .home-hero-v70 .home-hero-copy h1,
  body.front-page .home-hero-v71 .home-hero-copy h1 {
    width: 100% !important;
    max-width: 470px !important;
    margin: 0 !important;
    font-size: clamp(38px, 3.7vw, 62px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.048em !important;
  }

  body.home .home-hero-copy h1 span,
  body.home .home-hero-v66 .home-hero-copy h1 span,
  body.home .home-hero-v67 .home-hero-copy h1 span,
  body.home .home-hero-v68 .home-hero-copy h1 span,
  body.home .home-hero-v70 .home-hero-copy h1 span,
  body.home .home-hero-v71 .home-hero-copy h1 span,
  body.front-page .home-hero-copy h1 span,
  body.front-page .home-hero-v66 .home-hero-copy h1 span,
  body.front-page .home-hero-v67 .home-hero-copy h1 span,
  body.front-page .home-hero-v68 .home-hero-copy h1 span,
  body.front-page .home-hero-v70 .home-hero-copy h1 span,
  body.front-page .home-hero-v71 .home-hero-copy h1 span {
    display: block !important;
    white-space: nowrap !important;
  }

  body.home .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v71 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v71 .home-hero-copy p:not(.eyebrow) {
    max-width: 470px !important;
    margin-top: 22px !important;
    font-size: clamp(17px, 1.05vw, 18px) !important;
    line-height: 1.5 !important;
  }

  body.home .home-hero .button-row,
  body.home .home-hero-v66 .button-row,
  body.home .home-hero-v67 .button-row,
  body.home .home-hero-v68 .button-row,
  body.home .home-hero-v70 .button-row,
  body.home .home-hero-v71 .button-row,
  body.front-page .home-hero .button-row,
  body.front-page .home-hero-v66 .button-row,
  body.front-page .home-hero-v67 .button-row,
  body.front-page .home-hero-v68 .button-row,
  body.front-page .home-hero-v70 .button-row,
  body.front-page .home-hero-v71 .button-row {
    margin-top: 28px !important;
    gap: 14px !important;
  }

  body.home .home-hero-wheel,
  body.home .home-hero-v66 .home-hero-wheel,
  body.home .home-hero-v67 .home-hero-wheel,
  body.home .home-hero-v68 .home-hero-wheel,
  body.home .home-hero-v70 .home-hero-wheel,
  body.home .home-hero-v71 .home-hero-wheel,
  body.front-page .home-hero-wheel,
  body.front-page .home-hero-v66 .home-hero-wheel,
  body.front-page .home-hero-v67 .home-hero-wheel,
  body.front-page .home-hero-v68 .home-hero-wheel,
  body.front-page .home-hero-v70 .home-hero-wheel,
  body.front-page .home-hero-v71 .home-hero-wheel {
    min-height: clamp(520px, 40vw, 710px) !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.home .home-hero-wheel img,
  body.home .home-hero-v66 .home-hero-wheel img,
  body.home .home-hero-v67 .home-hero-wheel img,
  body.home .home-hero-v68 .home-hero-wheel img,
  body.home .home-hero-v70 .home-hero-wheel img,
  body.home .home-hero-v71 .home-hero-wheel img,
  body.front-page .home-hero-wheel img,
  body.front-page .home-hero-v66 .home-hero-wheel img,
  body.front-page .home-hero-v67 .home-hero-wheel img,
  body.front-page .home-hero-v68 .home-hero-wheel img,
  body.front-page .home-hero-v70 .home-hero-wheel img,
  body.front-page .home-hero-v71 .home-hero-wheel img {
    width: min(100%, 820px) !important;
    max-width: 820px !important;
  }
}

@media (max-width: 1480px) and (min-width: 961px) {
  body.home .home-hero,
  body.home .home-hero-v66,
  body.home .home-hero-v67,
  body.home .home-hero-v68,
  body.home .home-hero-v70,
  body.home .home-hero-v71,
  body.front-page .home-hero,
  body.front-page .home-hero-v66,
  body.front-page .home-hero-v67,
  body.front-page .home-hero-v68,
  body.front-page .home-hero-v70,
  body.front-page .home-hero-v71 {
    grid-template-columns: minmax(390px, 0.84fr) minmax(560px, 1.18fr) minmax(230px, 0.62fr) !important;
    gap: clamp(18px, 1.8vw, 28px) !important;
  }

  body.home .home-hero-copy,
  body.home .home-hero-v66 .home-hero-copy,
  body.home .home-hero-v67 .home-hero-copy,
  body.home .home-hero-v68 .home-hero-copy,
  body.home .home-hero-v70 .home-hero-copy,
  body.home .home-hero-v71 .home-hero-copy,
  body.front-page .home-hero-copy,
  body.front-page .home-hero-v66 .home-hero-copy,
  body.front-page .home-hero-v67 .home-hero-copy,
  body.front-page .home-hero-v68 .home-hero-copy,
  body.front-page .home-hero-v70 .home-hero-copy,
  body.front-page .home-hero-v71 .home-hero-copy {
    max-width: 440px !important;
  }

  body.home .home-hero-copy h1,
  body.home .home-hero-v66 .home-hero-copy h1,
  body.home .home-hero-v67 .home-hero-copy h1,
  body.home .home-hero-v68 .home-hero-copy h1,
  body.home .home-hero-v70 .home-hero-copy h1,
  body.home .home-hero-v71 .home-hero-copy h1,
  body.front-page .home-hero-copy h1,
  body.front-page .home-hero-v66 .home-hero-copy h1,
  body.front-page .home-hero-v67 .home-hero-copy h1,
  body.front-page .home-hero-v68 .home-hero-copy h1,
  body.front-page .home-hero-v70 .home-hero-copy h1,
  body.front-page .home-hero-v71 .home-hero-copy h1 {
    max-width: 440px !important;
    font-size: clamp(34px, 3.2vw, 54px) !important;
  }

  body.home .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.home .home-hero-v71 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v66 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v67 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v68 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v70 .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-v71 .home-hero-copy p:not(.eyebrow) {
    max-width: 440px !important;
  }

  body.home .home-hero-wheel img,
  body.home .home-hero-v66 .home-hero-wheel img,
  body.home .home-hero-v67 .home-hero-wheel img,
  body.home .home-hero-v68 .home-hero-wheel img,
  body.home .home-hero-v70 .home-hero-wheel img,
  body.home .home-hero-v71 .home-hero-wheel img,
  body.front-page .home-hero-wheel img,
  body.front-page .home-hero-v66 .home-hero-wheel img,
  body.front-page .home-hero-v67 .home-hero-wheel img,
  body.front-page .home-hero-v68 .home-hero-wheel img,
  body.front-page .home-hero-v70 .home-hero-wheel img,
  body.front-page .home-hero-v71 .home-hero-wheel img {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
  }
}

/* v89 final CTA balance tweak
   - shrink CTA headline slightly
   - enlarge right image/upload area
   - keep the panel visually airy and balanced on desktop
*/
@media (min-width: 961px) {
  body.home .faq-cta-section-v71 .final-cta-panel,
  body.home .faq-cta-section-v70 .final-cta-panel,
  body.front-page .faq-cta-section-v71 .final-cta-panel,
  body.front-page .faq-cta-section-v70 .final-cta-panel {
    grid-template-columns: minmax(0, 0.56fr) minmax(230px, 0.44fr) !important;
    gap: clamp(18px, 2.4vw, 28px) !important;
    padding: clamp(20px, 2.4vw, 30px) clamp(22px, 2.8vw, 34px) !important;
    align-items: center !important;
  }

  body.home .faq-cta-section-v71 .final-cta-copy h2,
  body.home .faq-cta-section-v70 .final-cta-copy h2,
  body.front-page .faq-cta-section-v71 .final-cta-copy h2,
  body.front-page .faq-cta-section-v70 .final-cta-copy h2 {
    max-width: 540px !important;
    margin-bottom: 12px !important;
    font-size: clamp(24px, 1.9vw, 33px) !important;
    line-height: 1.10 !important;
    letter-spacing: -0.02em !important;
  }

  body.home .faq-cta-section-v71 .final-cta-copy p,
  body.home .faq-cta-section-v70 .final-cta-copy p,
  body.front-page .faq-cta-section-v71 .final-cta-copy p,
  body.front-page .faq-cta-section-v70 .final-cta-copy p {
    max-width: 500px !important;
    margin: 10px 0 18px !important;
  }

  body.home .faq-cta-section-v71 .final-cta-visual,
  body.home .faq-cta-section-v70 .final-cta-visual,
  body.front-page .faq-cta-section-v71 .final-cta-visual,
  body.front-page .faq-cta-section-v70 .final-cta-visual {
    min-height: 220px !important;
    justify-items: center !important;
    align-self: stretch !important;
  }

  body.home .faq-cta-section-v71 .final-cta-visual img,
  body.home .faq-cta-section-v70 .final-cta-visual img,
  body.front-page .faq-cta-section-v71 .final-cta-visual img,
  body.front-page .faq-cta-section-v70 .final-cta-visual img,
  body.home .faq-cta-section-v71 .final-wheel-mark,
  body.home .faq-cta-section-v70 .final-wheel-mark,
  body.front-page .faq-cta-section-v71 .final-wheel-mark,
  body.front-page .faq-cta-section-v70 .final-wheel-mark {
    width: min(100%, 260px) !important;
    max-width: 260px !important;
  }
}


/* v90 CTA headline line-height fix: add a bit more vertical spacing to prevent line overlap in the final CTA title. */

/* v91 homepage Custom Gift Add-ons image transparency fix
   - remove the built-in white/grey image background that shows through transparent PNGs
   - let transparent PNG artwork blend into the card background
   - keep only the placeholder with its soft gradient when no image is uploaded
*/
body.home .gift-addon-band-v66 .gift-addon-visual,
body.front-page .gift-addon-band-v66 .gift-addon-visual,
body.home .gift-addon-band-v68 .gift-addon-visual,
body.front-page .gift-addon-band-v68 .gift-addon-visual,
body.home .gift-addon-band-v70 .gift-addon-visual,
body.front-page .gift-addon-band-v70 .gift-addon-visual,
body.home .gift-addon-band-v71 .gift-addon-visual,
body.front-page .gift-addon-band-v71 .gift-addon-visual {
  background: transparent !important;
  box-shadow: none !important;
}

body.home .gift-addon-visual img,
body.front-page .gift-addon-visual img,
body.home .gift-addon-band-v66 .gift-addon-visual img,
body.front-page .gift-addon-band-v66 .gift-addon-visual img,
body.home .gift-addon-band-v70 .gift-addon-visual img,
body.front-page .gift-addon-band-v70 .gift-addon-visual img,
body.home .gift-addon-band-v71 .gift-addon-visual img,
body.front-page .gift-addon-band-v71 .gift-addon-visual img {
  background: transparent !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.home .gift-addon-image-placeholder,
body.front-page .gift-addon-image-placeholder {
  border-radius: 10px !important;
  background: linear-gradient(90deg, rgba(255,255,255,.72), rgba(242,245,248,.72)) !important;
}

/* v97: product detail confirmed refinements */
.product-feature-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}

.product-feature-card {
  min-height: 210px;
  padding: 22px 14px 20px;
  border-radius: 12px;
}

.product-feature-card .product-card-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
}

.product-card-icon.line-icon {
  color: #111315;
  border: 0;
  border-radius: 0;
}

.product-line-icon {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-card-icon.image-icon {
  border: 0;
  border-radius: 0;
}

.product-card-icon.image-icon img {
  object-fit: contain;
}

.product-feature-card h3 {
  font-size: 15px;
  line-height: 1.15;
}

.product-feature-card p {
  font-size: 12.5px;
  line-height: 1.45;
}

.similar-styles-section {
  position: relative;
  overflow: visible;
}

.similar-styles-section .product-section-head {
  margin-bottom: 18px;
}

.similar-styles-carousel {
  position: relative;
}

.similar-styles-carousel .similar-product-grid {
  display: flex;
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px 4px 10px 0;
}

.similar-styles-carousel .similar-product-grid::-webkit-scrollbar {
  display: none;
}

.similar-styles-carousel .similar-product-card {
  flex: 0 0 calc((100% - 80px) / 6);
  min-width: 0;
  scroll-snap-align: start;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
}

.similar-carousel-next {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 3;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: #101112;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.similar-carousel-next span {
  font-size: 42px;
  line-height: 1;
  transform: translateY(-2px);
}

.similar-carousel-next:hover {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.16);
}

.similar-carousel-next:disabled {
  opacity: 0;
  pointer-events: none;
}

.custom-option-copy em {
  min-height: 30px;
}

.custom-option-copy i.custom-option-uploaded-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
}

.custom-option-copy i.custom-option-uploaded-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.factory-table {
  grid-template-columns: 0.7fr 1.25fr 1.15fr;
}

.factory-label {
  gap: 0;
}

.factory-label span {
  display: none !important;
}

.factory-label strong {
  font-size: 16px;
}

.product-final-cta {
  grid-template-columns: 0.9fr 1.2fr;
  min-height: 360px;
  padding: clamp(34px, 4.8vw, 60px) clamp(34px, 5.4vw, 68px);
  margin-top: clamp(46px, 6vw, 76px);
}

.product-final-cta h2 {
  max-width: 620px;
  font-size: clamp(32px, 3.5vw, 56px);
}

.product-final-cta p {
  max-width: 640px;
  margin: 20px 0 22px;
  font-size: 17px;
}

.product-final-cta > img {
  width: 100%;
  max-height: 320px;
  min-height: 260px;
  object-fit: contain;
}

@media (max-width: 1280px) {
  .product-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .similar-styles-carousel .similar-product-card {
    flex-basis: calc((100% - 48px) / 4);
  }
}

@media (max-width: 900px) {
  .product-final-cta {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .product-final-cta > img {
    min-height: 220px;
    max-height: 260px;
  }
}

@media (max-width: 760px) {
  .similar-styles-carousel .similar-product-card {
    flex-basis: 72%;
  }

  .similar-carousel-next {
    right: -8px;
    width: 46px;
    height: 46px;
  }

  .similar-carousel-next span {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-feature-card {
    min-height: 190px;
  }

  .product-final-cta h2 {
    font-size: 30px;
  }
}

/* v98: product detail backend + frontend cleanup */
.product-hero-section {
  align-items: start;
}
.product-media-column {
  min-width: 0;
}
.product-meta-chips {
  align-items: flex-start;
  gap: 10px;
}
.product-meta-chips span {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  min-width: max-content;
  min-height: 34px;
  padding: 8px 14px;
  white-space: nowrap;
  border-radius: 999px;
}
.product-advantage-list i {
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
  color: #101112;
  border: 0;
  border-radius: 0;
}
.product-advantage-list i .product-line-icon {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
}
.product-card-icon.line-icon {
  color: #101112 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.product-feature-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.product-feature-card {
  min-height: 210px !important;
  padding: 22px 14px 20px !important;
}
.product-feature-card h3 {
  font-size: 15px !important;
  line-height: 1.12 !important;
}
.product-feature-card p {
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}
.product-section-head.stacked h2,
.specs-section .product-section-head h2,
.factory-section .product-section-head h2 {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}
.product-section-head.stacked h2::before,
.specs-section .product-section-head h2::before,
.factory-section .product-section-head h2::before {
  content: "";
  width: 5px;
  height: 38px;
  border-radius: 99px;
  background: var(--blue);
  flex: 0 0 auto;
}
.specs-section .product-section-head h2::after,
.factory-section .product-section-head h2::after {
  display: none !important;
}
.similar-styles-attached {
  margin-top: 18px;
  overflow: visible;
}
.similar-styles-attached .similar-styles-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}
.similar-styles-attached h2 {
  color: #101112;
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.08;
  text-transform: uppercase;
}
.similar-styles-attached .similar-styles-head a {
  color: #101112;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.similar-styles-attached .similar-product-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 1px 4px 6px 0;
}
.similar-styles-attached .similar-product-grid::-webkit-scrollbar {
  display: none;
}
.similar-styles-attached .similar-product-card {
  flex: 0 0 calc((100% - 60px) / 6);
  min-width: 110px;
  gap: 7px;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17,17,17,.06);
}
.similar-styles-attached .similar-product-card > span {
  border-radius: 9px;
}
.similar-styles-attached .similar-product-card strong {
  font-size: 13px;
  line-height: 1.12;
}
.similar-styles-attached .similar-product-card em {
  font-size: 12px;
}
.similar-styles-attached .similar-carousel-next {
  right: -10px;
  width: 42px;
  height: 42px;
}
.similar-styles-attached .similar-carousel-next span {
  font-size: 32px;
}
.product-overview-section {
  margin-top: clamp(32px, 4vw, 52px) !important;
}
.custom-option-copy em {
  color: var(--blue);
}
.custom-option-copy i:not(.custom-option-uploaded-icon) {
  display: none !important;
}
.custom-option-copy i.custom-option-uploaded-icon {
  display: grid !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.factory-table {
  grid-template-columns: 0.78fr 1.25fr 1.15fr !important;
}
.factory-label strong {
  font-size: 16px;
}
.product-final-cta {
  grid-template-columns: 0.9fr 1.18fr !important;
  min-height: 390px !important;
  padding: clamp(42px, 5.4vw, 72px) clamp(42px, 5.8vw, 82px) !important;
}
.product-final-cta h2 {
  max-width: 680px;
  font-size: clamp(34px, 4vw, 64px) !important;
}
.product-final-cta p {
  max-width: 640px;
  margin: 22px 0 24px !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
}
.product-final-cta .button {
  min-height: 58px;
  padding: 0 30px;
  font-size: 18px;
  gap: 12px;
}
.button-with-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.button-with-icon span {
  font-size: 24px;
  line-height: 1;
}
.product-final-cta > img {
  width: 100% !important;
  max-height: 360px !important;
  min-height: 300px !important;
  object-fit: contain !important;
}
@media (max-width: 1380px) {
  .product-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .similar-styles-attached .similar-product-card {
    flex-basis: calc((100% - 36px) / 4);
  }
}
@media (max-width: 980px) {
  .product-hero-section,
  .product-final-cta {
    grid-template-columns: 1fr !important;
  }
  .product-meta-chips span {
    white-space: normal;
    min-width: 0;
  }
  .similar-styles-attached .similar-product-card {
    flex-basis: 42%;
  }
}
@media (max-width: 640px) {
  .product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .similar-styles-attached .similar-product-card {
    flex-basis: 72%;
  }
}

/* v99: product detail layout refinements after v98 QA */
.product-hero-copy {
  grid-template-rows: auto auto auto auto;
  align-content: start;
  min-height: 0;
}
.product-hero-trust-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: start;
  margin-top: 8px;
}
.product-hero-trust-list span {
  min-height: 72px;
  padding: 10px 8px;
  font-size: 12px;
  line-height: 1.25;
}
.product-hero-trust-list i {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.product-hero-trust-list i .product-line-icon {
  width: 24px;
  height: 24px;
}
.product-hero-copy > .button {
  align-self: start;
  margin-top: 6px;
}
.similar-styles-attached {
  margin-top: clamp(16px, 2vw, 26px) !important;
  margin-bottom: clamp(14px, 2vw, 24px) !important;
  padding-bottom: clamp(8px, 1vw, 14px);
  border-bottom: 1px solid rgba(16,17,18,.08);
}
.similar-styles-attached .similar-styles-head {
  margin-bottom: 14px;
}
.similar-styles-attached h2 {
  font-size: clamp(22px, 1.7vw, 30px) !important;
  letter-spacing: -.02em;
}
.similar-styles-attached .similar-styles-head a {
  font-size: 14px;
}
.similar-styles-attached .similar-product-grid {
  gap: 18px !important;
  padding: 2px 52px 10px 0 !important;
}
.similar-styles-attached .similar-product-card {
  flex: 0 0 calc((100% - 90px) / 6) !important;
  min-width: 178px !important;
  padding: 14px !important;
  gap: 10px !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 26px rgba(17,17,17,.07) !important;
}
.similar-styles-attached .similar-product-card > span {
  aspect-ratio: 1.05 !important;
  border-radius: 12px !important;
  background: #fafaf8;
}
.similar-styles-attached .similar-product-card strong {
  min-height: 34px;
  color: #101112;
  font-size: 15px !important;
  line-height: 1.12 !important;
}
.similar-styles-attached .similar-product-card em {
  color: var(--blue);
  font-size: 13px !important;
  font-weight: 800;
}
.similar-styles-attached .similar-carousel-next {
  right: -14px !important;
  width: 50px !important;
  height: 50px !important;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(17,17,17,.12);
}
.similar-styles-attached .similar-carousel-next span {
  font-size: 36px !important;
}
.product-overview-section {
  margin-top: clamp(24px, 3vw, 42px) !important;
}
.product-final-cta {
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr) !important;
  min-height: 270px !important;
  margin-top: clamp(32px, 4vw, 48px) !important;
  padding: clamp(24px, 3vw, 38px) clamp(32px, 5vw, 64px) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  border-radius: 14px !important;
}
.product-final-cta h2 {
  max-width: 560px !important;
  color: #fff !important;
  font-size: clamp(30px, 3vw, 48px) !important;
  line-height: .96 !important;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.product-final-cta p {
  max-width: 720px !important;
  margin: 18px 0 18px !important;
  color: rgba(255,255,255,.94) !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  line-height: 1.36 !important;
  white-space: nowrap;
}
.product-final-cta .button-with-icon {
  min-width: 240px;
  min-height: 58px;
  padding: 0 30px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.product-final-cta .button-with-icon span {
  font-size: 25px;
}
.product-final-badges {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(18px, 2.2vw, 36px) !important;
  margin-top: 22px !important;
  color: #fff;
}
.product-final-badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: clamp(16px, 2vw, 30px) !important;
  border-right: 1px solid rgba(255,255,255,.3);
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.product-final-badges span:last-child {
  padding-right: 0 !important;
}
.product-final-badges i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: rgba(255,255,255,.86);
  font-style: normal;
}
.product-final-badges i .product-line-icon {
  width: 24px;
  height: 24px;
  stroke-width: 1.7;
}
.product-final-cta > img {
  width: 100% !important;
  max-height: 240px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.35));
}
@media (max-width: 1480px) {
  .similar-styles-attached .similar-product-card {
    flex-basis: calc((100% - 72px) / 5) !important;
  }
  .product-final-cta h2 {
    font-size: clamp(28px, 2.6vw, 40px) !important;
  }
}
@media (max-width: 1100px) {
  .product-hero-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .similar-styles-attached .similar-product-card {
    flex-basis: 220px !important;
  }
  .product-final-cta {
    grid-template-columns: 1fr !important;
  }
  .product-final-cta p {
    white-space: normal;
  }
  .product-final-badges {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 640px) {
  .similar-styles-attached .similar-product-card {
    flex-basis: 76% !important;
    min-width: 230px !important;
  }
  .product-final-cta h2 {
    font-size: 30px !important;
  }
  .product-final-badges span {
    width: 100%;
    border-right: 0 !important;
    padding-right: 0 !important;
  }
}

/* v100: product detail QA fixes */
.product-hero-section {
  align-items: stretch !important;
}
.product-media-column,
.product-gallery-panel {
  height: 100%;
}
.product-hero-copy {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
}
.product-hero-copy > .button {
  margin-top: auto !important;
  width: 100%;
}
.product-hero-trust-list {
  margin-bottom: clamp(18px, 2.2vw, 30px) !important;
}
.product-final-cta {
  display: grid !important;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr) !important;
  align-items: center !important;
  overflow: hidden !important;
}
.product-final-cta > div {
  min-width: 0 !important;
  max-width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
}
.product-final-cta h2,
.product-final-cta p,
.product-final-badges {
  max-width: 100% !important;
}
.product-final-cta p {
  white-space: normal !important;
  overflow-wrap: normal !important;
}
.product-final-cta > img {
  grid-column: 2 !important;
  justify-self: center !important;
  align-self: center !important;
  max-width: 100% !important;
  width: 100% !important;
  position: relative !important;
  z-index: 1 !important;
}
.b2bsw-product-admin .similar-admin-links {
  margin-top: -8px;
}
.b2bsw-product-admin .similar-link-card label {
  display: block;
  margin: 0 0 10px;
}
@media (min-width: 981px) {
  .product-final-cta p {
    max-width: 680px !important;
  }
}
@media (max-width: 1100px) {
  .product-final-cta > img {
    grid-column: 1 !important;
  }
}

/* v101: product hero inquiry button and vertical rhythm refinements */
@media (min-width: 981px) {
  .product-hero-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: clamp(16px, 1.55vw, 24px) !important;
    min-height: 100% !important;
  }

  .product-hero-copy h1,
  .product-hero-copy .product-summary,
  .product-hero-copy .product-meta-chips,
  .product-hero-copy .product-hero-trust-list,
  .product-hero-copy > .button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .product-hero-copy .product-summary {
    flex: 1 1 auto !important;
    max-width: 620px !important;
    min-height: clamp(112px, 10vw, 190px) !important;
  }

  .product-hero-copy .product-meta-chips,
  .product-hero-copy .product-hero-trust-list {
    flex: 0 0 auto !important;
  }

  .product-hero-copy .product-hero-trust-list {
    margin-bottom: 0 !important;
  }

  .product-hero-copy > .button {
    flex: 0 0 auto !important;
    align-self: flex-start !important;
    width: min(430px, 100%) !important;
    min-height: 58px !important;
    padding: 0 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  .product-hero-copy > .button::before {
    content: "✉";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    transform: translateY(-1px);
  }
}

@media (max-width: 980px) {
  .product-hero-copy > .button {
    min-height: 54px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .product-hero-copy > .button::before {
    content: "✉";
    font-size: 20px;
    line-height: 1;
  }
}


/* v102: product gallery dots, centered hero inquiry button, final CTA heading rhythm */
.product-gallery-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: #d6d6d2;
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.product-gallery-dots button.is-active {
  background: var(--blue);
}
.product-gallery-dots button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
@media (min-width: 981px) {
  .product-hero-copy > .button {
    align-self: center !important;
  }
}
.product-final-cta h2 {
  line-height: 1.08 !important;
}


/* v103: product gallery dot hover switching and final CTA left spacing balance */
.product-final-cta > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: clamp(14px, 1.5vw, 20px) !important;
}
.product-final-cta h2,
.product-final-cta p,
.product-final-cta .button-with-icon,
.product-final-badges {
  margin: 0 !important;
}
.product-final-cta p {
  margin-top: 0 !important;
}
.product-final-badges {
  margin-top: 0 !important;
}


/* v106: Custom Fresheners Product Showcase auto-scrolls continuously; dots hover to jump pages */
.gift-showcase-pages {
  display: flex !important;
  align-items: stretch;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gift-showcase-pages::-webkit-scrollbar {
  display: none;
}
.gift-showcase-pages .paged-slider-page,
#gift-showcase-control-1:checked ~ .gift-showcase-pages [data-slider-page="0"],
#gift-showcase-control-2:checked ~ .gift-showcase-pages [data-slider-page="1"],
#gift-showcase-control-3:checked ~ .gift-showcase-pages [data-slider-page="2"],
#gift-showcase-control-4:checked ~ .gift-showcase-pages [data-slider-page="3"],
#gift-showcase-control-5:checked ~ .gift-showcase-pages [data-slider-page="4"] {
  display: contents !important;
}
.gift-showcase-pages .gift-showcase-card {
  flex: 0 0 calc((100% - 72px) / 7);
}
.showcase-dots label.is-active {
  background: var(--blue);
}
@media (max-width: 980px) {
  .gift-showcase-pages .gift-showcase-card {
    flex-basis: calc((100% - 24px) / 3);
  }
}
@media (max-width: 640px) {
  .gift-showcase-pages .gift-showcase-card {
    flex-basis: calc((100% - 12px) / 2);
  }
}


/* v107: Daily Updates links and multi-image backend/frontend refinements */
.b2bsw-daily-admin .b2bsw-admin-fields {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.timeline-card.daily-click-card {
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.timeline-card.daily-click-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(12, 15, 20, .12);
  border-color: rgba(0, 102, 255, .2);
}
.timeline-copy h2 a {
  color: inherit;
  text-decoration: none;
}
.timeline-copy h2 a:hover {
  color: var(--blue);
}
.daily-card-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 4px 0 0 !important;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-weight: 800;
  color: var(--ink) !important;
}
@media (max-width: 900px) {
  .b2bsw-daily-admin .b2bsw-admin-fields {
    grid-template-columns: 1fr;
  }
}


/* v108: Daily Updates 9-image grid layout */
.b2bsw-daily-admin .b2bsw-admin-hero-images {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.timeline-images.image-count-5,
.timeline-images.image-count-6,
.timeline-images.image-count-7,
.timeline-images.image-count-8,
.timeline-images.image-count-9 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 112px);
  aspect-ratio: 1 / 1;
}
.timeline-images.image-count-5 img,
.timeline-images.image-count-6 img,
.timeline-images.image-count-7 img,
.timeline-images.image-count-8 img,
.timeline-images.image-count-9 img {
  aspect-ratio: 1 / 1;
}
.timeline-images.image-count-7::after,
.timeline-images.image-count-8::after {
  content: "";
  display: block;
  min-width: 0;
  min-height: 0;
}
@media (max-width: 900px) {
  .b2bsw-daily-admin .b2bsw-admin-hero-images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .timeline-images.image-count-5,
  .timeline-images.image-count-6,
  .timeline-images.image-count-7,
  .timeline-images.image-count-8,
  .timeline-images.image-count-9 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 28vw);
  }
}
@media (max-width: 560px) {
  .b2bsw-daily-admin .b2bsw-admin-hero-images {
    grid-template-columns: 1fr !important;
  }
}

/* v109: Daily Updates nine-image grid bottom spacing fix */
.timeline-images.image-count-5,
.timeline-images.image-count-6,
.timeline-images.image-count-7,
.timeline-images.image-count-8,
.timeline-images.image-count-9 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: minmax(0, 1fr) !important;
  aspect-ratio: 1 / 1 !important;
  align-content: stretch !important;
}
.timeline-images.image-count-5 img,
.timeline-images.image-count-6 img,
.timeline-images.image-count-7 img,
.timeline-images.image-count-8 img,
.timeline-images.image-count-9 img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}
.timeline-images.image-count-7::after,
.timeline-images.image-count-8::after {
  min-height: 100% !important;
}
@media (max-width: 900px) {
  .timeline-images.image-count-5,
  .timeline-images.image-count-6,
  .timeline-images.image-count-7,
  .timeline-images.image-count-8,
  .timeline-images.image-count-9 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(0, 1fr) !important;
  }
}


/* v110: Daily Updates per-image links */
.b2bsw-daily-admin .b2bsw-admin-mini-field {
  display: block;
  margin-top: 10px;
}
.b2bsw-daily-admin .b2bsw-admin-mini-field strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.timeline-images .timeline-image-link {
  display: block;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  text-decoration: none;
}
.timeline-images .timeline-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline-images .timeline-image-link:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}


/* v112: Customer Feedback landing page and homepage link target */
.customer-feedback-page-hero {
  padding-bottom: clamp(28px, 4vw, 56px);
}
.customer-feedback-page-section {
  padding-top: clamp(28px, 4vw, 52px);
}
.customer-feedback-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.customer-feedback-page-card {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}
.customer-feedback-page-image {
  display: block;
  aspect-ratio: 1.55;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f5f5, #d8dad9);
}
.customer-feedback-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.customer-feedback-page-card:hover .customer-feedback-page-image img {
  transform: scale(1.035);
}
.customer-feedback-page-card > div {
  padding: 18px 20px 22px;
}
.customer-feedback-page-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.customer-feedback-page-card p {
  margin: 0 0 14px;
  color: #374151;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.48;
}
.customer-feedback-page-card a:not(.customer-feedback-page-image) {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
.customer-feedback-page-cta {
  grid-template-columns: minmax(0, 1fr) !important;
  min-height: 0 !important;
}
@media (max-width: 980px) {
  .customer-feedback-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .customer-feedback-page-grid {
    grid-template-columns: 1fr;
  }
}

/* v113: unified Feedback Library data source and lighter Customer Feedback page */
.customer-feedback-intro {
  max-width: 1760px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 74px) clamp(24px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(20px, 4vw, 64px);
  background: linear-gradient(135deg, #fbfaf7 0%, #f1eee8 100%);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}
.customer-feedback-intro .product-breadcrumb,
.customer-feedback-intro .breadcrumb {
  grid-column: 1 / -1;
  margin-bottom: clamp(8px, 1vw, 14px);
}
.customer-feedback-intro .eyebrow {
  margin: 0 0 10px;
  color: #6b7280;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.customer-feedback-intro h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
}
.customer-feedback-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: #4b5563;
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.45;
}
.customer-feedback-intro-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 430px;
}
.customer-feedback-intro-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #111827;
  font-weight: 800;
  white-space: nowrap;
}
.product-build-feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}
.product-build-feedback-card {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}
.product-build-feedback-image {
  display: block;
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  background: #f3f4f6;
}
.product-build-feedback-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-build-feedback-card > div {
  padding: 18px 20px 22px;
}
.product-build-feedback-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.15;
}
.product-build-feedback-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.45;
}
@media (max-width: 980px) {
  .customer-feedback-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .customer-feedback-intro-tags {
    justify-content: flex-start;
  }
  .product-build-feedback-grid {
    grid-template-columns: 1fr;
  }
}


/* v114: adaptive Build Feedback layout on product detail pages */
.product-build-feedback-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(18px, 2vw, 28px);
}
.product-build-feedback-head .product-section-head {
  margin-bottom: 0 !important;
}
.product-build-feedback-head > a {
  color: #991b1b;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.product-build-feedback-head > a:hover {
  color: var(--blue);
}
.product-build-feedback-grid.is-one {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 980px;
}
.product-build-feedback-grid.is-one .product-build-feedback-card {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
}
.product-build-feedback-grid.is-one .product-build-feedback-image {
  aspect-ratio: auto;
  min-height: 300px;
  height: 100%;
}
.product-build-feedback-grid.is-one .product-build-feedback-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px);
}
.product-build-feedback-grid.is-one .product-build-feedback-card h3 {
  font-size: clamp(24px, 2vw, 32px);
  margin-bottom: 12px;
}
.product-build-feedback-grid.is-one .product-build-feedback-card p {
  font-size: 17px;
  line-height: 1.55;
}
.product-build-feedback-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 1120px;
}
.product-build-feedback-grid.is-two .product-build-feedback-image {
  aspect-ratio: 1.75 / 1;
}
.product-build-feedback-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (max-width: 900px) {
  .product-build-feedback-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-build-feedback-grid.is-one,
  .product-build-feedback-grid.is-two,
  .product-build-feedback-grid.is-three {
    grid-template-columns: 1fr !important;
    max-width: none;
  }
  .product-build-feedback-grid.is-one .product-build-feedback-card {
    display: block;
  }
  .product-build-feedback-grid.is-one .product-build-feedback-image {
    min-height: 0;
    aspect-ratio: 1.55 / 1;
  }
}


/* v115: lightweight product feedback teaser for single related feedback */
.product-feedback-teaser {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  max-width: 940px;
  margin: clamp(22px, 2.2vw, 34px) 0 clamp(28px, 3vw, 46px);
  padding: 14px 18px;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfaf7 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
}
.product-feedback-teaser-image {
  display: block;
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f4f6;
  text-decoration: none;
}
.product-feedback-teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-feedback-teaser-copy strong {
  display: block;
  margin: 0 0 5px;
  color: #111827;
  font-size: 17px;
  line-height: 1.15;
}
.product-feedback-teaser-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.42;
}
.product-feedback-teaser-link {
  color: #991b1b;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.product-feedback-teaser-link:hover {
  color: var(--blue);
}
.product-build-feedback-section.is-compact {
  margin-top: clamp(32px, 4vw, 56px) !important;
}
.product-build-feedback-section.is-compact .product-build-feedback-grid {
  max-width: 1180px;
}
.product-build-feedback-section.is-compact .product-build-feedback-image {
  aspect-ratio: 1.75 / 1;
}
@media (max-width: 820px) {
  .product-feedback-teaser {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
  }
  .product-feedback-teaser-image {
    width: 72px;
    height: 72px;
  }
  .product-feedback-teaser-link {
    grid-column: 1 / -1;
  }
}


/* v116: make product detail feedback a lightweight overview add-on, not a main section */
.product-build-feedback-section,
.product-build-feedback-head,
.product-build-feedback-grid {
  /* Older large feedback block is kept unused in markup, but neutralized if cached markup appears. */
}
.product-feedback-strip {
  max-width: 980px;
  margin: 18px 0 clamp(28px, 3vw, 44px);
  padding: 16px 18px;
  border: 1px solid rgba(17, 24, 39, .09);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfaf7 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .04);
}
.product-feedback-strip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.product-feedback-strip-head > strong {
  color: #111827;
  font-size: 16px;
  line-height: 1.15;
}
.product-feedback-strip-head > a {
  color: #991b1b;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}
.product-feedback-strip-head > a:hover {
  color: var(--blue);
}
.product-feedback-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.product-feedback-mini-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}
.product-feedback-mini-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-feedback-mini-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 102, 255, .28);
  box-shadow: 0 16px 30px rgba(15, 23, 42, .07);
}
.product-feedback-mini-image {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f4f6;
}
.product-feedback-mini-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-feedback-mini-copy strong {
  display: block;
  margin: 0 0 5px;
  color: #111827;
  font-size: 15px;
  line-height: 1.18;
}
.product-feedback-mini-copy em {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4b5563;
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}
.product-feedback-teaser {
  max-width: 980px !important;
  margin-top: 18px !important;
  margin-bottom: clamp(28px, 3vw, 44px) !important;
}
@media (max-width: 900px) {
  .product-feedback-mini-grid,
  .product-feedback-mini-grid.is-two {
    grid-template-columns: 1fr;
    max-width: none;
  }
  .product-feedback-strip-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* v117: independent FAQ article archive cards */
.archive-intro {
  color: var(--muted);
  max-width: 760px;
  margin: -4px 0 24px;
  font-size: 16px;
  line-height: 1.7;
}
.faq-entry-list {
  display: grid;
  gap: 18px;
}
.faq-entry-card {
  display: grid;
  grid-template-columns: minmax(0, 180px) 1fr;
  gap: 18px;
  align-items: stretch;
  padding: 22px !important;
}
.faq-entry-card:not(:has(.faq-entry-thumb)) {
  grid-template-columns: 1fr;
}
.faq-entry-thumb {
  display: block;
  min-height: 128px;
  border-radius: 14px;
  overflow: hidden;
  background: #f2f0ea;
}
.faq-entry-thumb img {
  width: 100%;
  height: 100%;
  min-height: 128px;
  object-fit: cover;
  display: block;
}
.faq-entry-copy h2 {
  margin: 0 0 10px;
}
.faq-entry-copy h2 a {
  color: inherit;
  text-decoration: none;
}
.faq-entry-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.65;
}
.side-nav-card a[aria-current="page"] {
  color: var(--blue);
  font-weight: 800;
}
@media (max-width: 720px) {
  .faq-entry-card {
    grid-template-columns: 1fr;
  }
}

/* v118: custom fresheners section spacing refinement */
body.page-template-page-custom-gifts .gift-section {
  padding-top: clamp(30px, 4.2vw, 52px) !important;
  padding-bottom: clamp(30px, 4.2vw, 52px) !important;
}
body.page-template-page-custom-gifts .gift-section.tight {
  padding-top: clamp(22px, 3vw, 36px) !important;
  padding-bottom: clamp(26px, 3.6vw, 44px) !important;
}
body.page-template-page-custom-gifts .gift-section + .gift-section {
  margin-top: 0 !important;
}
body.page-template-page-custom-gifts .gift-section-head {
  margin-bottom: clamp(18px, 2vw, 24px) !important;
}
body.page-template-page-custom-gifts .shape-grid,
body.page-template-page-custom-gifts .fragrance-grid,
body.page-template-page-custom-gifts .gift-showcase-grid {
  margin-bottom: 0 !important;
}
body.page-template-page-custom-gifts .showcase-dots {
  margin-top: clamp(14px, 1.8vw, 22px) !important;
  margin-bottom: clamp(10px, 1.6vw, 18px) !important;
}
body.page-template-page-custom-gifts .gift-note {
  margin-top: clamp(16px, 2vw, 24px) !important;
}


/* v120: restore approved image-based regular shape silhouettes and load them eagerly */
body.page-template-page-custom-gifts .shape-card .shape-image {
  width: 124px;
  height: 104px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
}
body.page-template-page-custom-gifts .shape-card .shape-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 108px;
  max-height: 92px;
  object-fit: contain;
}


/* v123 FAQ / News warm background and unified editable CTA */
.news-page,
.news-page.faq-page {
  background: #faf8f3;
}

.news-main,
.faq-main {
  min-width: 0;
}

.news-row,
.faq-answer-card,
.side-nav-top,
.featured-news-item {
  border-color: #e6e2da;
}

.news-row {
  padding: clamp(18px, 2.2vw, 26px);
  margin-bottom: 24px;
  border: 1px solid #e6e2da;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 17, 18, 0.04);
}

.news-row-copy .button {
  border-radius: 4px;
}

.faq-answer-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 17, 18, 0.035);
}

.news-breadcrumb {
  background: #f4efe7;
  border-bottom-color: #e6e2da;
}

.single-layout {
  max-width: 980px;
  margin: clamp(24px, 4vw, 48px) auto;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 17, 18, 0.05);
}

body:has(.single-layout),
body:has(.news-page) {
  background: #faf8f3;
}

.sc-soft-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, 0.36fr);
  gap: clamp(18px, 3vw, 38px);
  align-items: center;
  margin-top: clamp(30px, 4vw, 52px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #e6e2da;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, #fbf8f1 100%);
  box-shadow: 0 18px 42px rgba(16, 17, 18, 0.08);
}

.sc-soft-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(56px, 5.2vw, 76px);
  height: clamp(56px, 5.2vw, 76px);
  border-radius: 999px;
  border: 1px solid #ded8cf;
  background: #eee8de;
  color: #111315;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
}

.sc-soft-cta-copy {
  min-width: 0;
}

.sc-soft-cta-eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-soft-cta h2 {
  max-width: 620px;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(26px, 2.7vw, 40px);
  line-height: 1.05;
}

.sc-soft-cta-copy > p:not(.sc-soft-cta-eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #4d5359;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.sc-soft-cta-actions {
  display: grid;
  gap: 14px;
  align-content: center;
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 1px solid #e1dcd3;
}

.sc-soft-cta-actions .button {
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  text-align: center;
  white-space: normal;
}

.sc-soft-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #1d242b;
  font-weight: 700;
}

.sc-soft-cta-link:hover {
  color: var(--blue);
}

@media (max-width: 960px) {
  .single-layout {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .sc-soft-cta {
    grid-template-columns: 1fr;
  }

  .sc-soft-cta-icon {
    justify-self: start;
  }

  .sc-soft-cta-actions {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid #e1dcd3;
  }
}

/* v126 balanced FAQ/News article CTA layout refinement */
.sc-compact-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 2.4vw, 30px);
  align-items: center;
  margin-top: clamp(24px, 3.2vw, 38px);
  padding: clamp(20px, 2.6vw, 30px) clamp(24px, 3.4vw, 42px);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(16, 17, 18, 0.055);
}
.sc-compact-cta .sc-soft-cta-eyebrow {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.075em;
}
.sc-compact-cta h2 {
  max-width: 620px;
  margin-bottom: 8px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
}
.sc-compact-cta .sc-soft-cta-copy > p:not(.sc-soft-cta-eyebrow) {
  max-width: 650px;
  font-size: clamp(14px, 0.95vw, 16px);
}
.sc-compact-cta .sc-soft-cta-actions {
  min-width: 0;
  padding-left: 0;
  border-left: 0;
  gap: 0;
  justify-items: end;
}
.sc-compact-cta .sc-soft-cta-actions .button {
  display: inline-flex;
  width: auto;
  min-width: 178px;
  min-height: 50px;
  padding: 15px 26px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap !important;
  box-shadow: 0 10px 22px rgba(9, 88, 232, 0.16);
}
@media (max-width: 760px) {
  .sc-compact-cta {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .sc-compact-cta .sc-soft-cta-actions {
    justify-items: start;
    padding-top: 14px;
    border-top: 1px solid #e1dcd3;
  }
  .sc-compact-cta .sc-soft-cta-actions .button {
    min-width: 170px;
    max-width: 100%;
  }
}

/* v127 compact FAQ/News article CTA: remove the right-side empty column completely */
.single-cta.sc-soft-cta.sc-compact-cta,
.single-cta.sc-compact-cta {
  display: block !important;
  margin-top: clamp(22px, 3vw, 34px) !important;
  padding: clamp(20px, 2.4vw, 28px) !important;
  border: 1px solid #e6e2da !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #ffffff 0%, #fbf8f1 100%) !important;
  box-shadow: 0 12px 30px rgba(16, 17, 18, 0.055) !important;
}
.single-cta.sc-compact-cta .sc-soft-cta-copy {
  max-width: 760px !important;
}
.single-cta.sc-compact-cta .sc-soft-cta-eyebrow {
  margin: 0 0 7px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.075em !important;
}
.single-cta.sc-compact-cta h2 {
  max-width: 700px !important;
  margin: 0 0 9px !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
}
.single-cta.sc-compact-cta .sc-soft-cta-copy > p:not(.sc-soft-cta-eyebrow) {
  max-width: 720px !important;
  margin: 0 !important;
  font-size: clamp(14px, 0.95vw, 16px) !important;
  line-height: 1.48 !important;
}
.single-cta.sc-compact-cta .sc-soft-cta-actions {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin-top: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
}
.single-cta.sc-compact-cta .sc-soft-cta-actions::before,
.single-cta.sc-compact-cta .sc-soft-cta-actions::after {
  content: none !important;
  display: none !important;
}
.single-cta.sc-compact-cta .sc-soft-cta-actions .button {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 13px 24px !important;
  border-radius: 7px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0 10px 22px rgba(9, 88, 232, 0.14) !important;
}
.single-cta.sc-compact-cta .sc-soft-cta-actions .button span {
  margin-left: 8px !important;
}
@media (min-width: 900px) {
  .single-cta.sc-compact-cta {
    max-width: 860px !important;
  }
}
@media (max-width: 760px) {
  .single-cta.sc-compact-cta {
    padding: 20px !important;
  }
  .single-cta.sc-compact-cta .sc-soft-cta-actions {
    margin-top: 16px !important;
  }
  .single-cta.sc-compact-cta .sc-soft-cta-actions .button {
    width: auto !important;
    max-width: 100% !important;
  }
}


/* v128 FAQ/News article CTA: real single-column mini CTA, no right-side action column */
.single-layout .single-cta.sc-article-mini-cta {
  display: block !important;
  max-width: 760px !important;
  margin: clamp(22px, 3vw, 36px) 0 0 !important;
  padding: clamp(18px, 2.2vw, 26px) clamp(20px, 2.8vw, 32px) !important;
  border: 1px solid #e6e2da !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ffffff 0%, #fbf8f1 100%) !important;
  box-shadow: 0 12px 30px rgba(16, 17, 18, 0.055) !important;
}
.single-layout .single-cta.sc-article-mini-cta .sc-article-mini-cta-copy {
  max-width: 640px !important;
}
.single-layout .single-cta.sc-article-mini-cta .sc-article-mini-cta-eyebrow {
  margin: 0 0 7px !important;
  color: var(--blue) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 820 !important;
  letter-spacing: 0.075em !important;
  text-transform: uppercase !important;
}
.single-layout .single-cta.sc-article-mini-cta h2 {
  max-width: 610px !important;
  margin: 0 0 8px !important;
  color: var(--ink) !important;
  font-size: clamp(22px, 1.9vw, 30px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
}
.single-layout .single-cta.sc-article-mini-cta p:not(.sc-article-mini-cta-eyebrow) {
  max-width: 620px !important;
  margin: 0 0 16px !important;
  color: #4d5359 !important;
  font-size: clamp(14px, 0.95vw, 16px) !important;
  line-height: 1.48 !important;
}
.single-layout .single-cta.sc-article-mini-cta .sc-article-mini-cta-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 154px !important;
  min-height: 46px !important;
  padding: 13px 22px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  box-shadow: 0 10px 22px rgba(9, 88, 232, 0.14) !important;
}
.single-layout .single-cta.sc-article-mini-cta .sc-article-mini-cta-button span {
  margin-left: 8px !important;
}
@media (max-width: 760px) {
  .single-layout .single-cta.sc-article-mini-cta {
    max-width: none !important;
    padding: 20px !important;
  }
  .single-layout .single-cta.sc-article-mini-cta .sc-article-mini-cta-button {
    min-width: 148px !important;
  }
}


/* v129 FAQ/News article CTA: keep the preferred compact two-column card, fix button proportion and one-line text */
.single-layout .single-cta.sc-balanced-article-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(26px, 4vw, 52px) !important;
  max-width: 760px !important;
  margin: clamp(28px, 4vw, 44px) auto 0 !important;
  padding: clamp(26px, 3.2vw, 38px) clamp(28px, 4vw, 46px) !important;
  border: 1px solid #e6e2da !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ffffff 0%, #fbf8f1 100%) !important;
  box-shadow: 0 18px 42px rgba(16, 17, 18, 0.07) !important;
}
.single-layout .single-cta.sc-balanced-article-cta .sc-soft-cta-copy {
  max-width: 560px !important;
}
.single-layout .single-cta.sc-balanced-article-cta .sc-soft-cta-eyebrow {
  margin: 0 0 8px !important;
  color: var(--blue) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 820 !important;
  letter-spacing: 0.075em !important;
  text-transform: uppercase !important;
}
.single-layout .single-cta.sc-balanced-article-cta h2 {
  max-width: 520px !important;
  margin: 0 0 10px !important;
  color: var(--ink) !important;
  font-size: clamp(26px, 2.4vw, 38px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}
.single-layout .single-cta.sc-balanced-article-cta .sc-soft-cta-copy > p:not(.sc-soft-cta-eyebrow) {
  max-width: 540px !important;
  margin: 0 !important;
  color: #4d5359 !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.5 !important;
}
.single-layout .single-cta.sc-balanced-article-cta .sc-soft-cta-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 190px !important;
  padding-left: clamp(26px, 3.5vw, 44px) !important;
  border-left: 1px solid #e2ded5 !important;
}
.single-layout .single-cta.sc-balanced-article-cta .sc-soft-cta-actions .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 172px !important;
  min-height: 52px !important;
  padding: 15px 24px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  text-align: center !important;
  box-shadow: 0 10px 22px rgba(9, 88, 232, 0.14) !important;
}
.single-layout .single-cta.sc-balanced-article-cta .sc-soft-cta-actions .button span {
  display: inline-block !important;
  margin-left: 8px !important;
  line-height: 1 !important;
}
@media (max-width: 760px) {
  .single-layout .single-cta.sc-balanced-article-cta {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    max-width: none !important;
    padding: 22px !important;
  }
  .single-layout .single-cta.sc-balanced-article-cta .sc-soft-cta-actions {
    justify-content: flex-start !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }
  .single-layout .single-cta.sc-balanced-article-cta .sc-soft-cta-actions .button {
    min-width: 160px !important;
  }
}


/* v130 FAQ/News article CTA: low-height article-end prompt strip */
.single-layout .single-cta.sc-article-strip-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 34px) !important;
  max-width: 980px !important;
  margin: clamp(28px, 4vw, 44px) auto 0 !important;
  padding: clamp(18px, 2.2vw, 26px) clamp(22px, 3vw, 36px) !important;
  border: 1px solid #e6e2da !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #fffdf9 0%, #f8f3ea 100%) !important;
  box-shadow: 0 14px 34px rgba(16, 17, 18, 0.055) !important;
}
.single-layout .single-cta.sc-article-strip-cta .sc-soft-cta-copy {
  min-width: 0 !important;
}
.single-layout .single-cta.sc-article-strip-cta .sc-soft-cta-eyebrow {
  margin: 0 0 6px !important;
  color: var(--blue) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 820 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}
.single-layout .single-cta.sc-article-strip-cta h2 {
  margin: 0 0 6px !important;
  max-width: 760px !important;
  color: var(--ink) !important;
  font-size: clamp(22px, 1.65vw, 28px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.025em !important;
}
.single-layout .single-cta.sc-article-strip-cta .sc-soft-cta-copy > p:not(.sc-soft-cta-eyebrow) {
  margin: 0 !important;
  max-width: 820px !important;
  color: #4d5359 !important;
  font-size: clamp(14px, 0.95vw, 16px) !important;
  line-height: 1.45 !important;
}
.single-layout .single-cta.sc-article-strip-cta .sc-soft-cta-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.single-layout .single-cta.sc-article-strip-cta .sc-soft-cta-actions .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 158px !important;
  min-height: 48px !important;
  padding: 14px 24px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  text-align: center !important;
  box-shadow: 0 10px 22px rgba(9, 88, 232, 0.14) !important;
}
.single-layout .single-cta.sc-article-strip-cta .sc-soft-cta-actions .button span {
  display: inline-block !important;
  margin-left: 8px !important;
  line-height: 1 !important;
}
@media (max-width: 760px) {
  .single-layout .single-cta.sc-article-strip-cta {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    padding: 20px !important;
  }
  .single-layout .single-cta.sc-article-strip-cta .sc-soft-cta-actions {
    justify-content: flex-start !important;
    margin-top: 2px !important;
  }
  .single-layout .single-cta.sc-article-strip-cta .sc-soft-cta-actions .button {
    min-width: 148px !important;
  }
}


/* v131 FAQ/News article CTA: real compact article-end prompt strip */
.single-layout .single-cta.sc-inline-prompt-cta {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  max-width: 900px !important;
  margin: clamp(26px, 3.5vw, 40px) auto 0 !important;
  padding: 18px 20px !important;
  border: 1px solid #e6e2da !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #fffdf9 0%, #faf6ee 100%) !important;
  box-shadow: 0 12px 28px rgba(16, 17, 18, 0.05) !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
.single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-copy {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-eyebrow {
  display: block !important;
  margin: 0 0 6px !important;
  color: var(--blue) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 820 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}
.single-layout .single-cta.sc-inline-prompt-cta h2,
.single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-copy h2 {
  display: block !important;
  max-width: 620px !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
  color: var(--ink) !important;
  font-size: clamp(22px, 1.55vw, 26px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.025em !important;
  font-weight: 820 !important;
}
.single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-copy > p:not(.sc-soft-cta-eyebrow) {
  display: block !important;
  max-width: 720px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #4d5359 !important;
  font-size: clamp(14px, 0.95vw, 16px) !important;
  line-height: 1.42 !important;
  font-weight: 400 !important;
}
.single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-actions {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-actions::before,
.single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-actions::after {
  display: none !important;
  content: none !important;
}
.single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-actions .button,
.single-layout .single-cta.sc-inline-prompt-cta a.button.button-blue {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 154px !important;
  max-width: none !important;
  min-height: 46px !important;
  padding: 13px 22px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  text-align: center !important;
  box-shadow: 0 10px 22px rgba(9, 88, 232, 0.14) !important;
}
.single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-actions .button span,
.single-layout .single-cta.sc-inline-prompt-cta a.button.button-blue span {
  display: inline-block !important;
  margin-left: 8px !important;
  line-height: 1 !important;
}
@media (max-width: 760px) {
  .single-layout .single-cta.sc-inline-prompt-cta {
    display: block !important;
    max-width: none !important;
    padding: 18px !important;
  }
  .single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-actions {
    justify-content: flex-start !important;
    margin-top: 14px !important;
  }
  .single-layout .single-cta.sc-inline-prompt-cta .sc-soft-cta-actions .button,
  .single-layout .single-cta.sc-inline-prompt-cta a.button.button-blue {
    min-width: 148px !important;
    min-height: 44px !important;
  }
}

/* v132 FAQ/News article CTA: Option A low-height gradient prompt strip */
.single-layout .single-cta.sc-option-a-gradient-cta,
.single-layout article .single-cta.sc-option-a-gradient-cta {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 20px !important;
  max-width: 900px !important;
  width: 100% !important;
  margin: clamp(26px, 3.2vw, 42px) auto 0 !important;
  padding: 18px 24px !important;
  border: 1px solid rgba(217, 211, 199, 0.92) !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 6% 8%, rgba(9, 88, 232, 0.055), transparent 26%),
    linear-gradient(135deg, #fffdf9 0%, #fbfaf8 46%, #f4f1eb 100%) !important;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.055) !important;
  min-height: 104px !important;
  overflow: hidden !important;
}
.single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-icon {
  display: inline-flex !important;
  width: 46px !important;
  height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: var(--blue) !important;
  background: rgba(9, 88, 232, 0.075) !important;
  border: 1px solid rgba(9, 88, 232, 0.16) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  flex: 0 0 auto !important;
}
.single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-copy {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-eyebrow {
  display: none !important;
}
.single-layout .single-cta.sc-option-a-gradient-cta h2,
.single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-copy h2 {
  margin: 0 0 5px !important;
  padding: 0 !important;
  max-width: none !important;
  color: var(--ink) !important;
  font-size: clamp(20px, 1.25vw, 23px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.015em !important;
  font-weight: 820 !important;
}
.single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-copy > p:not(.sc-option-a-eyebrow) {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  color: #30353a !important;
  font-size: clamp(14px, 0.92vw, 16px) !important;
  line-height: 1.45 !important;
  font-weight: 420 !important;
}
.single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-button,
.single-layout .single-cta.sc-option-a-gradient-cta a.sc-option-a-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 166px !important;
  max-width: none !important;
  min-height: 50px !important;
  padding: 14px 24px !important;
  border-radius: 8px !important;
  background: var(--blue) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 820 !important;
  white-space: nowrap !important;
  text-align: center !important;
  box-shadow: 0 12px 22px rgba(9, 88, 232, 0.16) !important;
  border: 0 !important;
}
.single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-button span {
  display: inline-block !important;
  margin-left: 8px !important;
  line-height: 1 !important;
}
.single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-button:hover,
.single-layout .single-cta.sc-option-a-gradient-cta a.sc-option-a-button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 26px rgba(9, 88, 232, 0.2) !important;
}
@media (max-width: 760px) {
  .single-layout .single-cta.sc-option-a-gradient-cta,
  .single-layout article .single-cta.sc-option-a-gradient-cta {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 18px !important;
    min-height: 0 !important;
  }
  .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-icon {
    width: 42px !important;
    height: 42px !important;
  }
  .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-button,
  .single-layout .single-cta.sc-option-a-gradient-cta a.sc-option-a-button {
    grid-column: 2 !important;
    justify-self: start !important;
    min-width: 150px !important;
    min-height: 46px !important;
    margin-top: 4px !important;
  }
}


/* v133 FINAL override: FAQ/News article CTA = Option A low-height prompt strip */
body .single-layout .single-cta.sc-option-a-gradient-cta {
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  max-width: 900px !important;
  width: 100% !important;
  margin: clamp(28px, 3vw, 42px) auto 0 !important;
  padding: 16px 22px !important;
  min-height: 96px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(222, 214, 201, 0.95) !important;
  background: linear-gradient(135deg, #fffdf8 0%, #faf7f0 52%, #f0ebe1 100%) !important;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045) !important;
  overflow: hidden !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta::before,
body .single-layout .single-cta.sc-option-a-gradient-cta::after,
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-copy::before,
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-copy::after {
  display: none !important;
  content: none !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-icon {
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(164, 32, 32, 0.08) !important;
  border: 1px solid rgba(164, 32, 32, 0.16) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-icon::before {
  content: "✉" !important;
  color: #a42020 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-copy {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-eyebrow {
  display: none !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta h2,
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-copy h2 {
  display: block !important;
  max-width: none !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
  color: #101112 !important;
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.02em !important;
  font-weight: 820 !important;
  text-transform: none !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-copy > p:not(.sc-option-a-eyebrow) {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #30353a !important;
  font-size: clamp(14px, 0.92vw, 16px) !important;
  line-height: 1.42 !important;
  font-weight: 420 !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-button,
body .single-layout .single-cta.sc-option-a-gradient-cta a.sc-option-a-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 166px !important;
  max-width: none !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  background: #0958e8 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 820 !important;
  white-space: nowrap !important;
  text-align: center !important;
  box-shadow: 0 10px 22px rgba(9, 88, 232, 0.14) !important;
  border: 0 !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-button span {
  display: inline-block !important;
  margin-left: 8px !important;
  line-height: 1 !important;
}
body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 26px rgba(9, 88, 232, 0.18) !important;
}
@media (max-width: 760px) {
  body .single-layout .single-cta.sc-option-a-gradient-cta {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 13px !important;
    padding: 16px !important;
    min-height: 0 !important;
  }
  body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }
  body .single-layout .single-cta.sc-option-a-gradient-cta .sc-option-a-button,
  body .single-layout .single-cta.sc-option-a-gradient-cta a.sc-option-a-button {
    grid-column: 2 !important;
    justify-self: start !important;
    min-width: 148px !important;
    min-height: 46px !important;
    margin-top: 12px !important;
  }
}

/* v136 editable GEO/SEO framework base blocks */
.sc-framework-hero,
.sc-framework-section,
.sc-framework-grid > article,
.sc-framework-faq,
.sc-related-list {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #fffdf8 0%, #f0ede5 100%);
  border-radius: 18px;
}

.sc-framework-hero {
  margin: 0 0 22px;
  padding: clamp(24px, 4vw, 42px);
}

.sc-framework-hero h2,
.sc-framework-section-head h2 {
  margin: 0;
  color: #111315;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.sc-framework-hero p:not(.eyebrow),
.sc-framework-section-head p:not(.eyebrow) {
  max-width: 820px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.sc-framework-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 24px;
}

.sc-framework-grid > article {
  padding: 20px;
  background: #fff;
}

.sc-framework-grid > article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #111315;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.sc-framework-grid h3,
.sc-framework-faq h3,
.sc-related-list h3 {
  margin: 0 0 8px;
  color: #111315;
  font-size: 18px;
  line-height: 1.2;
}

.sc-framework-grid p,
.sc-framework-faq p,
.sc-related-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.sc-framework-section {
  margin-top: clamp(28px, 5vw, 58px);
  padding: clamp(22px, 4vw, 38px);
}

.sc-framework-section-head {
  margin-bottom: 18px;
}

.sc-framework-section-head.centered {
  text-align: center;
}

.sc-framework-section-head.centered p {
  margin-left: auto;
  margin-right: auto;
}

.sc-framework-faq {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 18px;
  background: #fff;
}

.sc-framework-faq details {
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
}

.sc-framework-faq details:first-of-type {
  border-top: 0;
}

.sc-framework-faq summary {
  cursor: pointer;
  color: #111315;
  font-weight: 820;
}

.sc-framework-faq details p {
  margin-top: 8px;
}

.sc-framework-links,
.sc-related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.sc-framework-links a,
.sc-related-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #111315;
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}

.sc-framework-links a:hover,
.sc-framework-links a:focus-visible,
.sc-related-list a:hover,
.sc-related-list a:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.sc-key-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.sc-key-facts div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.sc-key-facts span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-key-facts strong {
  display: block;
  color: #111315;
  font-size: 14px;
  line-height: 1.35;
}

.single-framework-block {
  margin-top: 28px;
}

.contact-framework-hero,
.inquiry-only-section .contact-framework-grid {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.inquiry-only-section .contact-framework-grid {
  margin-bottom: 24px;
}

.freshener-framework-section {
  background: #f7f4ed;
}

.m-framework-section .sc-framework-grid {
  grid-template-columns: 1fr;
}

@media (max-width: 900px) {
  .sc-framework-grid,
  .sc-key-facts {
    grid-template-columns: 1fr;
  }

  .sc-framework-section,
  .sc-framework-hero {
    border-radius: 14px;
    padding: 20px;
  }

  .sc-framework-hero h2,
  .sc-framework-section-head h2 {
    font-size: 26px;
  }
}

.sc-related-list {
  padding: 18px;
}

.sc-related-list h3 {
  flex: 1 0 100%;
}


/* v138 backend block order controls */
.b2bsw-admin-framework-controls{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin:10px 0 12px;padding:10px 12px;background:#f6f7f7;border-left:4px solid #2271b1;}
.b2bsw-admin-framework-controls label{display:flex;align-items:center;gap:8px;margin:0;}
.b2bsw-admin-framework-controls input.small-text{width:76px;}
.single-framework-links{margin:18px 0 28px;}
.contact-framework-section{margin-bottom:24px;}


/* v139: compact GEO framework visuals while keeping v138 backend block controls */
body.page-template-page-gallery .section.gallery-section,
body.page-template-page-daily-updates .section.gallery-section {
  padding-top: clamp(14px, 2vw, 24px);
}

.sc-framework-section {
  margin-top: clamp(18px, 3vw, 32px);
  padding: clamp(16px, 2.4vw, 26px);
}

.sc-framework-hero {
  margin-bottom: clamp(12px, 2vw, 18px);
  padding: clamp(18px, 2.8vw, 28px);
}

.sc-framework-hero h2,
.sc-framework-section-head h2 {
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.sc-framework-hero p:not(.eyebrow),
.sc-framework-section-head p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.55;
}

.sc-framework-section-head {
  margin-bottom: 12px;
}

.sc-framework-grid {
  gap: 12px;
  margin: 12px 0 16px;
}

.sc-framework-grid > article {
  padding: 15px 16px;
  border-radius: 14px;
}

.sc-framework-grid > article span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-bottom: 9px;
  font-size: 11px;
}

.sc-framework-grid h3,
.sc-framework-faq h3,
.sc-related-list h3 {
  margin-bottom: 6px;
  font-size: 16px;
}

.sc-framework-grid p,
.sc-framework-faq p,
.sc-related-list p {
  font-size: 13px;
  line-height: 1.55;
}

.sc-framework-faq {
  gap: 6px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 14px;
}

.sc-framework-faq details {
  padding-top: 10px;
}

.sc-framework-faq details p {
  margin-top: 6px;
}

.sc-framework-links,
.sc-related-list {
  gap: 8px;
  margin-top: 12px;
}

.sc-framework-links a,
.sc-related-list a {
  min-height: 34px;
  padding: 7px 12px;
  font-size: 12px;
}

body.page-template-page-gallery .sc-gallery-framework {
  margin-top: 0;
}

body.page-template-page-gallery .sc-gallery-framework .gallery-framework-hero {
  padding: clamp(18px, 2.4vw, 30px);
}

body.page-template-page-gallery .sc-gallery-framework .sc-gallery-guide > article {
  min-height: 0;
}

body.page-template-page-gallery .filter-bar {
  margin-top: clamp(10px, 1.5vw, 18px);
}

body.page-template-page-daily-updates .daily-list-framework {
  margin-top: clamp(14px, 2vw, 24px);
}

body.page-template-page-daily-updates .daily-list-framework .sc-framework-hero,
body.page-template-page-gallery .sc-gallery-framework .sc-framework-hero {
  background: linear-gradient(135deg, #fffdf8 0%, #f2efe8 100%);
}

body.page-template-page-contact .contact-framework-section,
body.page-template-page-custom-gifts .freshener-framework-section,
.single-framework-block {
  margin-top: clamp(18px, 3vw, 32px);
}

@media (max-width: 900px) {
  body.page-template-page-gallery .section.gallery-section,
  body.page-template-page-daily-updates .section.gallery-section,
  .section,
  .split-section,
  .contact-section,
  .single-layout {
    padding-top: 24px;
  }

  .sc-framework-section,
  .sc-framework-hero {
    padding: 16px;
  }

  .sc-framework-hero h2,
  .sc-framework-section-head h2 {
    font-size: 24px;
  }

  .sc-framework-grid {
    gap: 10px;
  }
}


/* v140: targeted top spacing refinement for FAQ and Contact only */
body.page-template-page-contact .contact-section.inquiry-only-section {
  padding-top: clamp(14px, 2vw, 26px);
}

body.page-template-page-contact .contact-framework-section {
  margin-top: 0;
}

body.page-template-page-faq .news-page.faq-page {
  padding-top: clamp(18px, 3vw, 34px);
}

body.single-faq_article .single-layout {
  margin-top: clamp(14px, 2vw, 26px);
}

@media (max-width: 900px) {
  body.page-template-page-contact .contact-section.inquiry-only-section,
  body.page-template-page-faq .news-page.faq-page {
    padding-top: 18px;
  }
}

/* v142: ensure anti-spam honeypot never appears on the frontend. */
.b2bsw-hp-field { display: none !important; visibility: hidden !important; position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* v143: Custom Fresheners editor-content suppression and cleanup pass. */


/* v144: Product detail meta chips de-duplicate repeated brand/model labels. */

/* v149 Custom Fresheners GEO integration polish */
body.page-template-page-custom-gifts .freshener-framework-section {
  padding-bottom: clamp(18px, 2.6vw, 30px);
  margin-bottom: clamp(8px, 1.6vw, 18px);
}

body.page-template-page-custom-gifts .freshener-framework-section .freshener-framework-head,
body.page-template-page-custom-gifts .freshener-framework-section .compact-framework-head {
  margin-bottom: 14px;
}

body.page-template-page-custom-gifts .freshener-framework-section .sc-framework-section-head h2 {
  font-size: clamp(28px, 2.8vw, 40px);
}

body.page-template-page-custom-gifts .freshener-framework-section .sc-framework-section-head p:not(.eyebrow) {
  margin-top: 8px;
  line-height: 1.5;
}

body.page-template-page-custom-gifts .freshener-framework-section .sc-framework-grid {
  margin-bottom: 8px;
}

body.page-template-page-custom-gifts .freshener-framework-section + .gift-final-cta {
  margin-top: clamp(10px, 1.8vw, 20px);
}

body.page-template-page-custom-gifts .gift-final-cta {
  margin-bottom: clamp(22px, 4vw, 48px);
}

@media (max-width: 900px) {
  body.page-template-page-custom-gifts .freshener-framework-section + .gift-final-cta {
    margin-top: 14px;
  }
}

/* v150: Custom Fresheners Application Scenarios heading spacing fix */
body.page-template-page-custom-gifts .freshener-framework-section .compact-framework-head {
  margin-top: clamp(14px, 2vw, 24px);
  margin-bottom: clamp(12px, 1.8vw, 18px);
  padding-top: 0;
}

body.page-template-page-custom-gifts .freshener-framework-section .compact-framework-head h2 {
  margin: 0;
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.14;
  letter-spacing: -0.025em;
}

body.page-template-page-custom-gifts .freshener-framework-section .compact-framework-head p:not(.eyebrow) {
  display: block;
  margin-top: 10px;
  line-height: 1.55;
}

body.page-template-page-custom-gifts .freshener-framework-section .sc-framework-faq + .compact-framework-head {
  margin-top: clamp(20px, 2.4vw, 30px);
}

@media (max-width: 900px) {
  body.page-template-page-custom-gifts .freshener-framework-section .compact-framework-head h2 {
    font-size: 25px;
  }
}


/* v152: Homepage mobile UI aligned with the approved Custom Fresheners mobile direction. */
@media (max-width: 768px) {
  body.home,
  body.front-page {
    overflow-x: hidden;
    background: #f7f6f3;
  }

  body.home .site-topbar,
  body.front-page .site-topbar {
    display: none;
  }

  body.home .site-header,
  body.front-page .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(17, 19, 21, 0.14);
    background: #fffdf8;
    backdrop-filter: none;
  }

  body.home .brand,
  body.front-page .brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 0;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
  }

  body.home .brand-mark,
  body.front-page .brand-mark {
    display: none;
  }

  body.home .brand span:last-child,
  body.front-page .brand span:last-child {
    display: block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home .primary-nav,
  body.home .primary-nav ul,
  body.front-page .primary-nav,
  body.front-page .primary-nav ul {
    display: none;
  }

  body.home .site-header > .button,
  body.front-page .site-header > .button {
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
  }

  body.home .home-hero-v66,
  body.front-page .home-hero-v66 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 28px 20px 0;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(17, 19, 21, 0.18), rgba(17, 19, 21, 0.94)),
      #111315;
    color: #fff;
    overflow: hidden;
  }

  body.home .home-hero-v66::before,
  body.home .home-hero-v66::after,
  body.front-page .home-hero-v66::before,
  body.front-page .home-hero-v66::after {
    display: none !important;
  }

  body.home .home-hero-copy,
  body.front-page .home-hero-copy {
    max-width: none;
  }

  body.home .home-hero-copy .eyebrow,
  body.front-page .home-hero-copy .eyebrow {
    width: fit-content;
    margin: 0 0 12px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.1em;
  }

  body.home .home-hero-copy h1,
  body.front-page .home-hero-copy h1 {
    max-width: 11.5ch;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(38px, 10.8vw, 50px);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  body.home .home-hero-copy h1 span,
  body.front-page .home-hero-copy h1 span {
    display: inline;
    white-space: normal;
  }

  body.home .home-hero-copy p:not(.eyebrow),
  body.front-page .home-hero-copy p:not(.eyebrow) {
    max-width: 92%;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.55;
  }

  body.home .home-hero-v66 .button-row,
  body.front-page .home-hero-v66 .button-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0 18px;
  }

  body.home .home-hero-v66 .button,
  body.front-page .home-hero-v66 .button {
    min-height: 48px;
    border-radius: 12px;
    font-size: 14px;
  }

  body.home .home-hero-v66 .button-light,
  body.front-page .home-hero-v66 .button-light {
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
  }

  body.home .home-hero-wheel,
  body.front-page .home-hero-wheel {
    order: 2;
    min-height: 0;
    margin: 4px -20px 0;
    padding: 12px 20px 18px;
    background: #111315;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.25));
  }

  body.home .home-hero-wheel img,
  body.front-page .home-hero-wheel img {
    width: min(100%, 430px);
    max-height: 320px;
    object-fit: contain;
    margin: 0 auto;
  }

  body.home .hero-benefits-v67,
  body.front-page .hero-benefits-v67 {
    order: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
    padding: 0 0 22px;
  }

  body.home .hero-benefits-v67 div,
  body.front-page .hero-benefits-v67 div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 4px 12px;
    min-height: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: #1b1c1e;
    color: #fff;
  }

  body.home .hero-benefits-v67 div::after,
  body.front-page .hero-benefits-v67 div::after {
    display: none;
  }

  body.home .hero-benefits-v67 span,
  body.front-page .hero-benefits-v67 span {
    width: 38px;
    height: 38px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 12px;
  }

  body.home .hero-benefits-v67 strong,
  body.front-page .hero-benefits-v67 strong {
    align-self: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
  }

  body.home .hero-benefits-v67 p,
  body.front-page .hero-benefits-v67 p {
    grid-column: 2;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.38;
  }

  body.home .home-section-v66,
  body.home .materials-panel-v71,
  body.home .gift-addon-band-v71,
  body.home .faq-cta-section-v71,
  body.front-page .home-section-v66,
  body.front-page .materials-panel-v71,
  body.front-page .gift-addon-band-v71,
  body.front-page .faq-cta-section-v71 {
    margin: 0;
    padding: 34px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fffdf8;
  }

  body.home .home-section-v66:nth-of-type(even),
  body.front-page .home-section-v66:nth-of-type(even) {
    background: #f7f6f3;
  }

  body.home .home-section-head,
  body.front-page .home-section-head,
  body.home .materials-title-link,
  body.front-page .materials-title-link {
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
    text-align: left;
  }

  body.home .home-section-head h2,
  body.front-page .home-section-head h2,
  body.home .materials-panel-v71 h2,
  body.front-page .materials-panel-v71 h2,
  body.home .gift-addon-band-v71 h2,
  body.front-page .gift-addon-band-v71 h2,
  body.home .faq-cta-section-v71 h2,
  body.front-page .faq-cta-section-v71 h2 {
    margin: 0;
    font-size: clamp(28px, 7.8vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  body.home .home-section-head p,
  body.front-page .home-section-head p,
  body.home .materials-panel-v71 p,
  body.front-page .materials-panel-v71 p,
  body.home .gift-addon-band-v71 p,
  body.front-page .gift-addon-band-v71 p {
    max-width: 92%;
    margin: 0;
    color: #59606a;
    font-size: 14px;
    line-height: 1.55;
  }

  body.home .home-section-head .text-link,
  body.front-page .home-section-head .text-link,
  body.home .materials-panel-v71 > .text-link,
  body.front-page .materials-panel-v71 > .text-link {
    justify-self: start;
    margin-top: 2px;
  }

  body.home .brand-grid-v66,
  body.front-page .brand-grid-v66 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 44%;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.home .brand-grid-v66::-webkit-scrollbar,
  body.front-page .brand-grid-v66::-webkit-scrollbar {
    display: none;
  }

  body.home .brand-tile-v66,
  body.front-page .brand-tile-v66 {
    min-height: 156px;
    padding: 12px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 17, 18, 0.08);
    scroll-snap-align: start;
  }

  body.home .brand-tile-v66 .brand-visual-v66,
  body.front-page .brand-tile-v66 .brand-visual-v66 {
    height: 86px;
    border-radius: 14px;
  }

  body.home .brand-tile-v66 strong,
  body.front-page .brand-tile-v66 strong {
    font-size: 14px;
  }

  body.home .brand-tile-v66 small,
  body.front-page .brand-tile-v66 small {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.32;
  }

  body.home .process-section-v74,
  body.front-page .process-section-v74 {
    padding: 34px 20px;
    background: #111315;
    color: #fff;
  }

  body.home .process-strip-v74,
  body.front-page .process-strip-v74 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.home .process-strip-v74 a,
  body.front-page .process-strip-v74 a {
    min-height: 0;
    padding: 14px 14px 14px 62px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: #1b1c1e;
    color: #fff;
  }

  body.home .process-strip-v74 i,
  body.front-page .process-strip-v74 i {
    left: 14px;
    top: 16px;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #0958e8;
  }

  body.home .process-strip-v74 p,
  body.front-page .process-strip-v74 p {
    max-width: none;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
  }

  body.home .style-grid-v66,
  body.front-page .style-grid-v66 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.home .style-grid-v66::-webkit-scrollbar,
  body.front-page .style-grid-v66::-webkit-scrollbar {
    display: none;
  }

  body.home .style-card-v66,
  body.front-page .style-card-v66 {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 10px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 17, 18, 0.08);
    scroll-snap-align: start;
  }

  body.home .style-wheel-v66,
  body.front-page .style-wheel-v66 {
    min-height: 0;
    aspect-ratio: 1.25;
    border-radius: 14px;
  }

  body.home .style-card-v66 h3,
  body.front-page .style-card-v66 h3 {
    font-size: 17px;
  }

  body.home .style-card-v66 p,
  body.front-page .style-card-v66 p {
    font-size: 12px;
  }

  body.home .materials-row-v66,
  body.front-page .materials-row-v66 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.home .materials-row-v66 a,
  body.front-page .materials-row-v66 a {
    min-height: 104px;
    padding: 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 17, 18, 0.06);
  }

  body.home .daily-update-carousel-v71,
  body.front-page .daily-update-carousel-v71,
  body.home .customer-feedback-carousel-v74,
  body.front-page .customer-feedback-carousel-v74 {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.home .daily-update-carousel-v71::-webkit-scrollbar,
  body.home .customer-feedback-carousel-v74::-webkit-scrollbar,
  body.front-page .daily-update-carousel-v71::-webkit-scrollbar,
  body.front-page .customer-feedback-carousel-v74::-webkit-scrollbar {
    display: none;
  }

  body.home .daily-update-carousel-v71 .daily-update-card-v69,
  body.front-page .daily-update-carousel-v71 .daily-update-card-v69,
  body.home .customer-feedback-carousel-v74 article,
  body.front-page .customer-feedback-carousel-v74 article {
    flex: 0 0 82%;
    min-width: 82%;
    border-radius: 16px;
    scroll-snap-align: start;
  }

  body.home .daily-update-image-v69,
  body.front-page .daily-update-image-v69 {
    aspect-ratio: 1.06;
  }

  body.home .daily-update-copy-v69,
  body.front-page .daily-update-copy-v69 {
    padding: 14px 40px 16px 15px;
  }

  body.home .daily-update-copy-v69 h3,
  body.front-page .daily-update-copy-v69 h3 {
    font-size: 17px;
    line-height: 1.18;
  }

  body.home .daily-update-copy-v69 p,
  body.front-page .daily-update-copy-v69 p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
  }

  body.home .gift-addon-band-v71,
  body.front-page .gift-addon-band-v71 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    background: #fffdf8 !important;
  }

  body.home .gift-addon-visual,
  body.front-page .gift-addon-visual {
    min-height: 0;
    padding: 0;
    border: 0;
  }

  body.home .gift-addon-visual img,
  body.home .gift-addon-image-placeholder,
  body.front-page .gift-addon-visual img,
  body.front-page .gift-addon-image-placeholder {
    aspect-ratio: 2.05 / 1;
    max-height: 198px;
    object-fit: cover;
    border-radius: 16px;
  }

  body.home .gift-addon-features-v66,
  body.front-page .gift-addon-features-v66 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 0;
    border: 0;
  }

  body.home .gift-addon-features-v66 span,
  body.front-page .gift-addon-features-v66 span {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 4px 10px;
    padding: 12px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    background: #fff;
  }

  body.home .gift-addon-features-v66 small,
  body.front-page .gift-addon-features-v66 small {
    grid-column: 2;
  }

  body.home .faq-cta-section-v71,
  body.front-page .faq-cta-section-v71 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    background: #111315 !important;
    color: #fff;
  }

  body.home .faq-cta-section-v71 .faq-panel,
  body.front-page .faq-cta-section-v71 .faq-panel,
  body.home .faq-cta-section-v71 .final-cta-panel,
  body.front-page .faq-cta-section-v71 .final-cta-panel {
    padding: 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: #1b1c1e;
    box-shadow: none;
  }

  body.home .faq-cta-section-v71 p,
  body.front-page .faq-cta-section-v71 p,
  body.home .faq-cta-section-v71 .faq-row,
  body.front-page .faq-cta-section-v71 .faq-row {
    color: rgba(255, 255, 255, 0.72);
  }

  body.home .faq-row,
  body.front-page .faq-row {
    padding: 12px 0;
  }

  body.home .final-cta-panel,
  body.front-page .final-cta-panel {
    grid-template-columns: 1fr;
  }

  body.home .final-cta-copy,
  body.front-page .final-cta-copy {
    align-content: start;
  }

  body.home .final-cta-copy h2 span,
  body.front-page .final-cta-copy h2 span {
    display: inline;
  }

  body.home .final-cta-visual,
  body.front-page .final-cta-visual {
    display: none;
  }
}

@media (max-width: 430px) {
  body.home .brand span:last-child,
  body.front-page .brand span:last-child {
    max-width: 188px;
  }

  body.home .home-hero-copy h1,
  body.front-page .home-hero-copy h1 {
    max-width: 10.8ch;
  }

  body.home .brand-grid-v66,
  body.front-page .brand-grid-v66 {
    grid-auto-columns: 48%;
  }

  body.home .style-grid-v66,
  body.front-page .style-grid-v66,
  body.home .daily-update-carousel-v71 .daily-update-card-v69,
  body.front-page .daily-update-carousel-v71 .daily-update-card-v69,
  body.home .customer-feedback-carousel-v74 article,
  body.front-page .customer-feedback-carousel-v74 article {
    grid-auto-columns: 84%;
    flex-basis: 84%;
    min-width: 84%;
  }

  body.home .home-hero-v66 .button-row,
  body.front-page .home-hero-v66 .button-row {
    grid-template-columns: 1fr 1fr;
  }
}
