﻿/*
Theme Name: SteeringCraft B2B Showcase
Theme URI: https://steeringcraft.com/
Author: Sales Team
Author URI: https://steeringcraft.com/
Description: A neutral B2B showcase theme for custom steering wheels with dealer attribution, product gallery, daily updates, SEO news, inquiry capture, and custom freshener showcase pages.
Version: 1.3.5
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;
}

.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;
  min-height: 180px;
}

.timeline-images img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  border-radius: 7px;
  background: #ededeb;
}

.timeline-images.image-count-1 {
  grid-template-columns: 1fr;
}

.timeline-images.image-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timeline-images.image-count-3,
.timeline-images.image-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-images.image-count-3 img:first-child {
  grid-column: span 2;
}

.timeline-images.image-count-1 img {
  max-height: 330px;
}

.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(3, minmax(0, 1fr)) minmax(120px, 0.45fr);
  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: clamp(44px, 6vw, 76px);
}

.gift-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: #343a40;
  font-size: 18px;
}

.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-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.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;
  gap: 12px;
  place-items: center;
  min-height: 170px;
  padding: 14px;
  text-align: center;
}

.gift-showcase-card span {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 7px;
  background: linear-gradient(135deg, #ffffff, #e8e8e5);
  color: var(--accent);
  font-weight: 900;
}

.shape-grid {
  display: grid;
  grid-template-columns: repeat(10, 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;
}

.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 {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--muted);
  text-align: center;
}

.fragrance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.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: 20px 22px;
  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: 12px;
  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(19px, 1.6vw, 25px);
  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: 14px;
}

.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.78fr 1.22fr;
  gap: 28px;
}

.packaging-grid,
.sample-grid,
.production-grid {
  display: grid;
  gap: 16px;
}

.packaging-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sample-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.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: 1fr 0.72fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.comparison-table > div {
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.comparison-table > div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.comparison-head {
  font-size: 18px;
  font-weight: 900;
}

.comparison-head.we {
  background: rgba(9, 88, 232, 0.1);
  color: var(--blue);
}

.comparison-head.feature {
  background: #f7f7f5;
}

.comparison-head.other {
  background: #eeeeea;
}

.production-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.production-card {
  padding: 18px;
  text-align: center;
}

.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: 220px minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: center;
  margin: clamp(24px, 4vw, 56px) clamp(18px, 5vw, 76px);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

.gift-final-cta h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.freshener-mini-row {
  display: flex;
  gap: 10px;
}

.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 {
  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;
}

.product-detail {
  padding: clamp(24px, 4vw, 58px) clamp(18px, 5vw, 76px) clamp(54px, 7vw, 96px);
}

.product-breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.product-breadcrumb a {
  color: #2b2f35;
}

.product-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.product-media-panel {
  display: grid;
  gap: 12px;
}

.product-main-image {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: clamp(14px, 2vw, 24px);
  background: #ededeb;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-main-image .single-image {
  width: 100%;
  max-height: 760px;
  margin: 0;
  object-fit: contain;
}

.media-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.product-info-panel {
  position: sticky;
  top: 98px;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-info-panel h1 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.product-summary {
  color: var(--muted);
  font-size: 17px;
}

.product-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.product-meta-grid div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fafafa;
}

.product-meta-grid span,
.spec-list span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-meta-grid strong,
.spec-list strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
}

.product-actions {
  display: grid;
  gap: 10px;
}

.product-actions .button {
  width: 100%;
}

.dealer-safe-note {
  margin-top: 18px;
  padding: 16px;
  border-left: 3px solid var(--accent);
  background: #f7f7f5;
}

.dealer-safe-note p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.product-detail-tabs {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(24px, 4vw, 54px);
  margin-top: clamp(34px, 5vw, 64px);
  padding-top: clamp(30px, 5vw, 56px);
  border-top: 1px solid var(--line);
}

.product-detail-tabs h2 {
  font-size: clamp(24px, 2.4vw, 36px);
}

.spec-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.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-main,
  .product-detail-tabs,
  .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;
  }

  .product-info-panel {
    position: static;
  }

  .product-main-image {
    min-height: 360px;
  }

  .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));
  }

  .gift-showcase-grid,
  .fragrance-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,
  .gift-showcase-grid,
  .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-meta-grid {
    grid-template-columns: 1fr;
  }

  .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 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  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"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

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

.custom-file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid #c8c9c6;
  border-radius: 4px;
  background: #f8f8f6;
  color: #111315;
  font-weight: 760;
}

.custom-file-name {
  color: #111315;
  font-weight: 700;
}

.inquiry-form input[type="file"] {
  min-height: 0;
  padding: 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(4, minmax(0, 1fr)) minmax(120px, 0.44fr);
}

@media (max-width: 1180px) {
  .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-rail {
  scrollbar-width: none;
}

.review-rail::-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;
  }
}
