/* SIMPLY homepage v2 — loaded on front-page.php only. */
:root {
  --simply-font-body: 'inter', Arial, sans-serif;
  --simply-font-body-medium: 'interMedium', 'inter', Arial, sans-serif;
  --simply-font-heading: Georgia, 'Times New Roman', serif;
  --simply-font-navigation: var(--simply-font-body);
  --simply-font-button: var(--simply-font-body-medium);
  --font-heading: var(--simply-font-heading);
  --font-body: var(--simply-font-body);
  --font-body-medium: var(--simply-font-body-medium);
  --section-space-lg: 80px;
  --section-space-md: 64px;
  --section-space-sm: 48px;
  --simply-home-main-bg: #fbf8f3;
  --simply-home-flow-bg: #e8eee6;
}

/* header.php sets html to 100vw; on long pages that includes the scrollbar width. */
html {
  width: 100% !important;
  overflow-x: clip !important;
}

body.home {
  padding-top: var(--simply-header-height, 86px);
  background: var(--simply-home-main-bg);
  font-family: var(--simply-font-body);
}

body.home .navbar .nav-link {
  font-family: var(--simply-font-navigation);
}

body.home .btn,
body.home button,
body.home input[type='button'],
body.home input[type='submit'] {
  font-family: var(--simply-font-button);
}

.home-v2 {
  --home-v2-bg: var(--simply-home-main-bg);
  --home-v2-card: #fffdf9;
  --home-v2-sage: #8fa293;
  --home-v2-sage-dark: var(--simply-eyebrow-color);
  --home-v2-sage-pale: var(--simply-home-flow-bg);
  --home-v2-ink: #2c3a34;
  --home-v2-muted: #68716c;
  --home-v2-line: #dedfd7;
  --home-v2-section-space: var(--section-space-lg);
  overflow-x: clip;
  background: var(--home-v2-bg);
  color: var(--home-v2-ink);
  font-family: var(--simply-font-body);
}

.home-v2 .home-v2-section,
.home-v2 .home-v2-flow {
  padding: var(--home-v2-section-space) 0;
}

.home-v2 .home-v2-products,
.home-v2 .home-v2-why,
.home-v2 .home-v2-materials,
.home-v2 .home-v2-production,
.home-v2 .home-v2-faq {
  background: var(--home-v2-bg);
}

.home-v2 .home-v2-eyebrow {
  margin: 0 0 1rem;
  color: var(--home-v2-sage-dark);
  font-family: var(--simply-font-body-medium);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-v2 h1,
.home-v2 h2,
.home-v2 h3,
.home-v2 .hero-title {
  font-family: var(--simply-font-heading);
}

.home-v2 .home-v2-section h2,
.home-v2 .home-v2-flow h2,
.home-v2 .home-v2-faq h2 {
  margin: 0;
  color: var(--home-v2-ink);
  font-size: clamp(2.6rem, 4.4vw, 4.3rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.home-v2 .home-v2-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.home-v2 .home-v2-section-intro > p {
  max-width: 520px;
  margin: 0 0 0.5rem;
  color: var(--home-v2-muted);
  font-size: 0.96rem;
  line-height: 1.8;
}

/* Hero */
.home-v2 .home-v2-hero,
.home-v2 .hero-carousel,
.home-v2 .home-v2-hero-query,
.home-v2 .home-v2-hero-slides {
  position: relative;
  width: 100%;
  background: #f6f0e8;
}

.home-v2 #heroCarousel .home-v2-hero-slide {
  position: relative;
  height: auto;
  min-height: clamp(500px, 42vw, 620px);
  background: #f6f0e8;
}

.home-v2 .hero-slide-bg-img {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.home-v2 .home-v2-hero-slide > .container,
.home-v2 .home-v2-hero-slide > .container > .row {
  position: relative;
  z-index: 1;
  min-height: inherit;
}

.home-v2 .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: auto;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.home-v2 .hero-title {
  max-width: 670px;
  margin: 0 0 1rem;
  color: #333;
  font-size: clamp(3.25rem, 4.35vw, 4.2rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.home-v2 .hero-subtitle {
  max-width: 620px;
  margin: 0 0 2rem;
  color: #5f625e;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.65;
}

.home-v2 .btn-simply1,
.home-v2 .btn-outline-simply {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid #5d6d5d;
  border-radius: 1rem;
  font-family: var(--simply-font-button);
  transition: background-color 180ms ease, color 180ms ease;
}

.home-v2 .btn-simply1 {
  background: #5d6d5d;
  color: #fff;
}

.home-v2 .btn-simply1:hover,
.home-v2 .btn-simply1:focus-visible {
  border-color: #4a584a;
  background: #4a584a;
  color: #fff;
}

.home-v2 .btn-outline-simply {
  background: rgba(251, 248, 243, 0.68);
  color: #5d6d5d;
}

.home-v2 .btn-outline-simply:hover,
.home-v2 .btn-outline-simply:focus-visible {
  background: #5d6d5d;
  color: #fff;
}

/* Product categories */
.home-v2 .home-v2-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(320px, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.home-v2 .home-v2-product-feature {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #ece9e0;
  isolation: isolate;
}

.home-v2 .home-v2-product-primary {
  grid-row: 1 / span 2;
  aspect-ratio: 820 / 450;
}

.home-v2 .home-v2-product-secondary {
  aspect-ratio: 460 / 210;
}

.home-v2 .home-v2-product-media,
.home-v2 .home-v2-product-media .carousel,
.home-v2 .home-v2-product-media .carousel-inner,
.home-v2 .home-v2-product-media .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home-v2 .home-v2-product-media .carousel-item,
.home-v2 .home-v2-production-media .carousel-item {
  background: #ece9e0;
}

.home-v2 .home-v2-product-media img,
.home-v2 .home-v2-production-media img,
.home-v2 .home-v2-production-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.home-v2 .home-v2-category-phone-case-image {
  object-position: 78% 50%;
}

.home-v2 .home-v2-category-bag-image {
  object-position: 100% 50%;
}

.home-v2 .home-v2-category-accessories-image {
  object-position: 100% 50%;
}

.home-v2 .home-v2-product-feature:hover .home-v2-product-media img {
  transform: scale(1.025);
}

.home-v2 .home-v2-product-copy {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  display: flex;
  width: 54%;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: clamp(1.5rem, 3vw, 3.25rem);
  background: transparent;
}

.home-v2 .home-v2-product-secondary .home-v2-product-copy {
  width: 72%;
  padding: clamp(1rem, 1.8vw, 1.6rem);
}

.home-v2 .home-v2-product-copy h3 {
  margin: 0 0 0.65rem;
  color: var(--home-v2-ink);
  font-size: clamp(1.55rem, 2.25vw, 2.4rem);
  font-weight: 400;
  line-height: 1.1;
}

.home-v2 .home-v2-product-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 0.55rem;
  color: var(--home-v2-muted);
  font-size: 0.76rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-v2 .home-v2-product-copy .home-v2-product-subtitle {
  color: var(--home-v2-ink);
  font-weight: 600;
}

.home-v2 .home-v2-product-copy a,
.home-v2 .home-v2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--home-v2-sage-dark);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
}

.home-v2 .home-v2-product-copy a::before {
  position: absolute;
  inset: 0;
  content: '';
}

.home-v2 .home-v2-product-copy a:focus-visible,
.home-v2 .home-v2-button:focus-visible {
  outline: 3px solid rgba(82, 107, 93, 0.42);
  outline-offset: 4px;
}

.home-v2 .home-v2-image-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 160px;
  place-items: center;
  background: var(--home-v2-sage-pale);
  color: var(--home-v2-sage-dark);
}

/* Why choose SIMPLY */
.home-v2 .home-v2-why-grid {
  display: grid;
  grid-template-columns: minmax(270px, 35%) minmax(0, 65%);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.home-v2 .home-v2-why-copy > p:not(.home-v2-eyebrow) {
  max-width: 430px;
  margin: 1.4rem 0 0;
  color: var(--home-v2-muted);
  line-height: 1.8;
}

.home-v2 .home-v2-experience {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  gap: 1.125rem;
  margin: 30px auto 0;
}

.home-v2 .home-v2-experience strong {
  color: var(--home-v2-sage-dark);
  font-family: var(--simply-font-heading);
  font-size: clamp(4rem, 6vw, 5.2rem);
  font-weight: 500;
  line-height: 0.8;
}

.home-v2 .home-v2-experience span {
  font-family: var(--simply-font-body-medium);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-v2 .home-v2-why-image {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e8e6de;
}

.home-v2 .home-v2-why-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-v2 .home-v2-capabilities {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 2rem;
  border-top: 1px solid var(--home-v2-line);
  border-bottom: 1px solid var(--home-v2-line);
}

.home-v2 .home-v2-capabilities span {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-right: 1px solid var(--home-v2-line);
  font-size: 0.77rem;
  font-weight: 500;
  white-space: nowrap;
}

.home-v2 .home-v2-capabilities span:last-child {
  border-right: 0;
}

.home-v2 .home-v2-capabilities i {
  color: var(--home-v2-sage-dark);
  font-size: 1rem;
}

.home-v2 .home-v2-case-action {
  margin-top: 1.7rem;
  text-align: center;
}

.home-v2 .home-v2-case-action p {
  margin: 0 0 1rem;
  color: #4f5f57;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.home-v2 .home-v2-button {
  display: inline-flex;
  width: auto;
  min-width: 150px;
  height: 45px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0 26px;
  border: 1px solid var(--home-v2-sage-dark);
  border-radius: 1rem;
  background: var(--home-v2-sage-dark);
  color: #fff;
  font-family: var(--simply-font-button);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.home-v2 .home-v2-button:hover {
  background: transparent;
  color: var(--home-v2-sage-dark);
}

/* Customization flow */
.home-v2 .home-v2-flow {
  background: var(--home-v2-sage-pale);
}

.home-v2 .home-v2-heading-center {
  max-width: 780px;
  margin: 0 auto 3.75rem;
  text-align: center;
}

.home-v2 .home-v2-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-v2 .home-v2-timeline::before {
  position: absolute;
  z-index: 0;
  top: 27px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: var(--home-v2-sage);
  content: '';
}

.home-v2 .home-v2-timeline li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.home-v2 .home-v2-step-number {
  display: grid;
  width: 55px;
  height: 55px;
  margin: 0 auto 1.55rem;
  place-items: center;
  border: 1px solid var(--home-v2-sage);
  border-radius: 50%;
  background: var(--home-v2-sage-pale);
  color: var(--home-v2-sage-dark);
  font-family: var(--simply-font-heading);
  font-size: 1.3rem;
  font-weight: 600;
}

.home-v2 .home-v2-timeline h3 {
  min-height: 2.4em;
  margin: 0 0 0.7rem;
  color: var(--home-v2-ink);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.25;
}

.home-v2 .home-v2-timeline p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--home-v2-muted);
  font-size: 0.74rem;
  line-height: 1.55;
}

/* Materials Overview — DOM and layout ratios match the supplied reference HTML. */
.home-v2 .materials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.home-v2 .image-frame {
  position: relative;
  overflow: hidden;
  background: #e7e6df;
}

.home-v2 .materials-image {
  aspect-ratio: 560 / 300;
}

.home-v2 .materials-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-v2 .material-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 2.5rem;
  margin-top: 2.75rem;
}

.home-v2 .material-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.home-v2 .material-item > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--home-v2-sage);
  border-radius: 50%;
  color: var(--home-v2-sage-dark);
  font-size: 1rem;
}

.home-v2 .material-item h3 {
  margin: 0 0 0.35rem;
  font-family: var(--simply-font-body);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.25;
}

.home-v2 .material-item h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.home .home-v2 .material-item h3 a:hover,
.home .home-v2 .material-item h3 a:focus {
  color: var(--brand, #738b7b);
}

.home .home-v2 .material-item h3 a:focus-visible {
  outline: 2px solid rgba(115, 139, 123, 0.4);
  outline-offset: 3px;
}

.home-v2 .material-item p {
  margin: 0;
  color: var(--home-v2-muted);
  font-size: 0.73rem;
  line-height: 1.55;
}

/* Preserved factory / production content */
.home-v2 .home-v2-production-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.home-v2 .home-v2-production-item {
  overflow: hidden;
  border: 1px solid var(--home-v2-line);
  background: var(--home-v2-card);
  box-shadow: 0 14px 36px rgba(50, 67, 58, 0.06);
}

.home-v2 .home-v2-production-media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e7e6df;
}

.home-v2 .home-v2-production-media .carousel,
.home-v2 .home-v2-production-media .carousel-inner,
.home-v2 .home-v2-production-media .carousel-item {
  height: 100%;
  min-height: 0;
}

.home-v2 .home-v2-production-copy {
  padding: 1.5rem;
}

.home-v2 .home-v2-production-copy h3 {
  margin: 0 0 0.65rem;
  color: var(--home-v2-ink);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.home-v2 .home-v2-production-copy p {
  margin: 0;
  color: var(--home-v2-muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

/* FAQ */
.home-v2 .home-v2-faq-heading {
  margin-bottom: 3rem;
}

.home-v2 .home-v2-faq-heading > p:last-child {
  margin: 1.2rem 0 0;
  color: var(--home-v2-muted);
}

.home-v2 .home-v2-faq .accordion {
  border-top: 1px solid var(--home-v2-line);
}

.home-v2 .home-v2-faq .accordion-item {
  border-color: var(--home-v2-line);
  background: transparent;
}

.home-v2 .home-v2-faq .accordion-button {
  min-height: 64px;
  padding: 1.25rem 0.4rem;
  background: transparent;
  color: var(--home-v2-ink);
  font-family: var(--simply-font-button);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: none !important;
}

.home-v2 .home-v2-faq .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--home-v2-sage-dark);
}

.home-v2 .home-v2-faq .accordion-button::after {
  width: 1.1rem;
  height: 1.1rem;
  background-image: none;
  color: var(--home-v2-sage-dark);
  font-family: 'bootstrap-icons';
  font-size: 1rem;
  content: '\f4fe';
  transform: none;
}

.home-v2 .home-v2-faq .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: '\f2ea';
  transform: none;
}

.home-v2 .home-v2-faq .accordion-body {
  padding: 0 2rem 1.5rem 0.4rem;
  color: var(--home-v2-muted);
  font-size: 0.8rem;
  line-height: 1.7;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-v2 .hero-slide-bg-img {
    object-position: 76% center;
  }
}

@media (max-width: 1199.98px) {
  .home-v2 {
    --home-v2-section-space: var(--section-space-md);
  }

  .home-v2 .hero-slide-bg-img {
    object-position: 80% center;
  }

  .home-v2 .home-v2-product-layout {
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 1fr);
  }

  .home-v2 .home-v2-product-copy {
    width: 60%;
    padding: 1.5rem;
  }

  .home-v2 .home-v2-product-secondary .home-v2-product-copy {
    width: 78%;
    padding: 1rem;
  }

  .home-v2 .home-v2-capabilities span {
    flex-direction: column;
    gap: 0.35rem;
    white-space: normal;
    text-align: center;
  }

  .home-v2 .home-v2-timeline {
    gap: 0.8rem;
  }

  .home-v2 .materials-grid {
    gap: 3rem;
  }

  .home-v2 .material-list {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
}

@media (max-width: 991.98px) {
  .home-v2 #heroCarousel .home-v2-hero-slide {
    min-height: clamp(560px, 74vw, 640px);
  }

  .home-v2 .hero-slide-bg-img {
    object-fit: contain;
    object-position: center bottom;
    opacity: 0.42;
  }

  .home-v2 .home-v2-hero-slide::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(180deg, rgba(251, 248, 243, 0.98) 0%, rgba(251, 248, 243, 0.7) 54%, rgba(251, 248, 243, 0.08) 100%);
    content: '';
  }

  .home-v2 .home-v2-section-intro {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
    gap: 2.5rem;
  }

  .home-v2 .home-v2-product-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .home-v2 .home-v2-product-primary {
    grid-row: auto;
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .home-v2 .home-v2-product-secondary {
    aspect-ratio: 4 / 3;
  }

  .home-v2 .home-v2-product-copy,
  .home-v2 .home-v2-product-secondary .home-v2-product-copy {
    width: 68%;
  }

  .home-v2 .home-v2-why-grid {
    grid-template-columns: minmax(240px, 38%) minmax(0, 62%);
    gap: 2.5rem;
  }

  .home-v2 .home-v2-timeline h3 {
    font-size: 0.76rem;
  }

  .home-v2 .home-v2-timeline p {
    font-size: 0.68rem;
  }

  .home-v2 .materials-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

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

@media (max-width: 767.98px) {
  .home-v2 {
    --home-v2-section-space: var(--section-space-sm);
  }

  .home-v2 .home-v2-section h2,
  .home-v2 .home-v2-flow h2,
  .home-v2 .home-v2-faq h2 {
    font-size: clamp(2.35rem, 10vw, 3.15rem);
  }

  .home-v2 #heroCarousel .home-v2-hero-slide {
    min-height: clamp(590px, 150vw, 640px);
  }

  .home-v2 .hero-content {
    justify-content: flex-start;
    padding: 3.25rem 0 12rem;
  }

  .home-v2 .hero-title {
    font-size: clamp(2.45rem, 10.5vw, 3.15rem);
    line-height: 1.12;
  }

  .home-v2 .hero-subtitle {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .home-v2 .hero-content .d-flex {
    flex-wrap: wrap;
  }

  .home-v2 .home-v2-section-intro,
  .home-v2 .home-v2-why-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-v2 .home-v2-section-intro {
    margin-bottom: 2rem;
  }

  .home-v2 .home-v2-section-intro > p {
    margin: 0;
  }

  .home-v2 .home-v2-product-layout {
    grid-template-columns: 1fr;
  }

  .home-v2 .home-v2-product-primary,
  .home-v2 .home-v2-product-secondary {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .home-v2 .home-v2-product-copy,
  .home-v2 .home-v2-product-secondary .home-v2-product-copy {
    inset: auto 0 0;
    width: 100%;
    min-height: 50%;
    padding: 1.25rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    background: transparent;
  }

  .home-v2 .home-v2-why-image {
    aspect-ratio: 16 / 10;
  }

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

  .home-v2 .home-v2-capabilities span {
    min-height: 62px;
    border-bottom: 1px solid var(--home-v2-line);
    font-size: 0.72rem;
  }

  .home-v2 .home-v2-capabilities span:nth-child(2n) {
    border-right: 0;
  }

  .home-v2 .home-v2-capabilities span:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .home-v2 .home-v2-heading-center {
    margin-bottom: 2.5rem;
    text-align: left;
  }

  .home-v2 .home-v2-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-v2 .home-v2-timeline::before {
    top: 10px;
    right: auto;
    bottom: 32px;
    left: 27px;
    width: 1px;
    height: auto;
  }

  .home-v2 .home-v2-timeline li {
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 1.25rem;
    padding-bottom: 2.5rem;
    text-align: left;
  }

  .home-v2 .home-v2-timeline li:last-child {
    padding-bottom: 0;
  }

  .home-v2 .home-v2-step-number {
    margin: 0;
  }

  .home-v2 .home-v2-timeline h3 {
    min-height: 0;
    margin-bottom: 0.45rem;
    font-size: 0.84rem;
  }

  .home-v2 .home-v2-timeline p {
    max-width: none;
    margin: 0;
    font-size: 0.74rem;
  }

  .home-v2 .materials-image {
    order: 2;
  }

  .home-v2 .materials-content {
    order: 1;
  }

  .home-v2 .material-list {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    margin-top: 2rem;
  }

  .home-v2 .home-v2-production-grid {
    grid-template-columns: 1fr;
  }

  .home-v2 .home-v2-faq-heading {
    text-align: left;
  }
}

/* Product categories: reinforce the primary Phone Case entry on wide layouts only. */
@media (min-width: 1100px) {
  .home .home-v2 .home-v2-product-primary .home-v2-product-copy h3 {
    margin-bottom: 12px;
    font-size: 31px;
  }

  .home .home-v2 .home-v2-product-primary .home-v2-product-copy p {
    font-size: 15px;
    line-height: 1.5;
  }

  .home .home-v2 .home-v2-product-primary .home-v2-product-copy a {
    font-size: 13.5px;
  }
}

/* Product-category editorial copy: text sits directly in each image's open space. */
@media (min-width: 1200px) {
  .home .home-v2 .home-v2-product-primary .home-v2-product-copy {
    width: 40%;
    padding-right: 0;
  }

  .home .home-v2 .home-v2-product-primary .home-v2-product-copy p {
    max-width: 270px;
  }

  .home .home-v2 .home-v2-product-secondary .home-v2-product-copy {
    width: 44%;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .home .home-v2 .home-v2-product-secondary .home-v2-product-copy p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .home-v2 .home-v2-product-primary .home-v2-product-copy {
    width: 44%;
    padding-right: 0;
  }

  .home .home-v2 .home-v2-product-secondary .home-v2-product-copy {
    width: 58%;
    padding-right: 0;
  }
}

@media (max-width: 420px) {
  .home-v2 #heroCarousel .home-v2-hero-slide {
    min-height: 630px;
  }

  .home-v2 .btn-simply1,
  .home-v2 .btn-outline-simply {
    padding: 0 20px;
  }

  .home-v2 .home-v2-product-primary,
  .home-v2 .home-v2-product-secondary {
    min-height: 430px;
    aspect-ratio: auto;
  }

  .home-v2 .home-v2-product-copy h3 {
    font-size: 1.65rem;
  }

  .home-v2 .home-v2-experience strong {
    font-size: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 *,
  .home-v2 *::before,
  .home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Homepage V3 refinement: shared width, formal logo, quieter surfaces and 3:1 desktop hero. */
:root {
  --simply-home-flow-bg: #edf2ec;
  --simply-home-container: 1320px;
  --simply-home-gutter: clamp(1.25rem, 3vw, 2rem);
}

body.home,
body.home .header,
body.home .navbar,
body.home .footer {
  background-color: var(--simply-home-main-bg);
}

body.home .container {
  width: 100%;
  max-width: var(--simply-home-container) !important;
  padding-right: var(--simply-home-gutter);
  padding-left: var(--simply-home-gutter);
}

body.home .header {
  border-bottom: 1px solid rgba(36, 58, 53, 0.08);
  box-shadow: none;
}

body.home .header.is-scrolled {
  border-bottom-color: rgba(44, 58, 52, 0.12);
  background: rgba(251, 248, 243, 0.96);
  box-shadow: 0 8px 28px rgba(44, 58, 52, 0.035);
}

body.home .navbar {
  min-height: 86px;
  padding: 0;
  backdrop-filter: none;
}

body.home .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}

body.home .simply-brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

body.home .simply-brand-logo-header {
  width: 166px;
}

body.home .navbar .nav-link {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: 15px;
  font-weight: 400;
}

body.home .navbar .btn-simply {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 14px;
  font-size: 14px;
}

.home-v2 {
  --home-v2-card: var(--simply-home-main-bg);
  --home-v2-sage-pale: var(--simply-home-flow-bg);
  --home-v2-section-space: var(--section-space-lg);
}

.home-v2 .home-v2-section-intro {
  margin-bottom: 2.5rem;
}

.home-v2 .hero-title,
.home-v2 .hero-subtitle {
  text-wrap: balance;
}

.home-v2 .hero-title {
  max-width: 640px;
  font-size: clamp(3rem, 4.2vw, 4rem);
  line-height: 1.08;
}

.home-v2 .hero-subtitle {
  max-width: 590px;
  font-size: 1.02rem;
}

.home-v2 .home-v2-product-feature {
  border: 1px solid rgba(82, 107, 93, 0.12);
  background: #e5e9e2;
  box-shadow: none;
}

.home-v2 .home-v2-product-feature:nth-child(2) {
  background: #ebe7df;
}

.home-v2 .home-v2-product-feature:nth-child(3) {
  background: #e3e8e5;
}

.home-v2 .home-v3-product-placeholder {
  position: absolute;
  inset: 0;
  background: inherit;
}

.home-v2 .home-v3-product-placeholder::after {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(82, 107, 93, 0.1);
  content: '';
}

.home-v2 .home-v2-product-copy,
.home-v2 .home-v2-product-secondary .home-v2-product-copy {
  width: min(72%, 620px);
  padding: clamp(1.6rem, 3vw, 3.2rem);
  background: transparent;
}

.home-v2 .home-v2-product-secondary .home-v2-product-copy {
  width: 82%;
  padding: clamp(1.25rem, 2.1vw, 2rem);
}

.home-v2 .home-v2-product-copy h3 {
  margin-bottom: 0.75rem;
}

.home-v2 .home-v2-product-copy p {
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
}

.home-v2 .home-v2-product-copy a {
  font-family: var(--simply-font-body-medium);
  font-size: 14px;
  font-weight: 400;
}

.home-v2 .home-v2-why-grid {
  grid-template-columns: minmax(300px, 38%) minmax(0, 62%);
  gap: clamp(3rem, 5.5vw, 5.5rem);
}

.home-v2 .home-v2-why-image {
  aspect-ratio: 16 / 9;
}

.home-v2 .home-v2-capabilities {
  margin-top: 1.25rem;
}

.home-v2 .home-v2-capabilities span {
  font-size: 14px;
}

.home-v2 .home-v2-why-copy > p:not(.home-v2-eyebrow) {
  font-size: 16px;
  line-height: 1.7;
}

.home-v2 .home-v2-flow {
  background: var(--simply-home-flow-bg);
}

.home-v2 .home-v2-heading-center {
  margin-bottom: 2.5rem;
}

.home-v2 .home-v2-timeline h3 {
  font-size: 0.88rem;
}

.home-v2 .home-v2-timeline p {
  font-size: 14px;
  line-height: 1.6;
}

.home-v2 .materials-grid {
  grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  gap: clamp(3.5rem, 4.5vw, 4rem);
  align-items: stretch;
}

.home-v2 .materials-image {
  min-height: 100%;
  aspect-ratio: auto;
}

.home-v2 .materials-image img {
  object-position: center;
}

.home-v2 .material-list {
  gap: 2rem 2.25rem;
}

.home-v2 .material-item h3 {
  font-family: var(--simply-font-heading);
  font-size: 15px;
}

.home-v2 .material-item p {
  font-size: 14px;
  line-height: 1.65;
}

.home-v2 .home-v2-production-grid {
  gap: clamp(1.5rem, 2.4vw, 2.25rem);
}

.home-v2 .home-v2-production-item {
  overflow: visible;
  border: 0;
  background: var(--simply-home-main-bg);
  box-shadow: none;
}

.home-v2 .home-v2-production-media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.home-v2 .home-v2-production-copy {
  padding: 17px 0 0;
  background: var(--simply-home-main-bg);
}

.home-v2 .home-v2-production-copy h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}

.home-v2 .home-v2-production-copy p {
  max-width: 95%;
  font-size: 15px;
  line-height: 1.65;
}

.home-v2 .home-v2-faq-heading {
  margin-bottom: 2.25rem;
}

.home-v2 .home-v2-faq-columns {
  --bs-gutter-x: clamp(3rem, 4.5vw, 4rem);
}

.home-v2 .home-v2-faq .accordion-button {
  min-height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: var(--simply-font-body-medium);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.home-v2 .home-v2-faq .accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.15rem;
}

.home-v2 .home-v2-faq .accordion-body {
  font-size: 15px;
  line-height: 1.65;
}

body.home .footer {
  margin-top: 0;
  padding: 76px 0 0;
  border-top: 1px solid rgba(44, 58, 52, 0.12);
  color: var(--home-v2-ink);
  font-family: var(--simply-font-body);
}

body.home .simply-brand-logo-footer {
  width: 220px;
  margin-bottom: 0;
}

body.home .footer .row {
  --bs-gutter-x: 2.5rem;
}

body.home .footer-title.section-eyebrow {
  margin-bottom: 1.25rem;
}

body.home .footer-list li,
body.home .footer .section-copy {
  color: var(--home-v2-muted);
  font-family: var(--simply-font-body);
  font-size: 15px !important;
  line-height: 1.7;
}

body.home .footer-list li {
  margin-bottom: 0.7rem;
}

.home-v2 .home-v2-product-copy,
.home-v2 .home-v2-product-secondary .home-v2-product-copy {
  width: 60%;
}

.home-v2 .home-v2-production {
  padding-bottom: calc(var(--home-v2-section-space) / 2);
}

.home-v2 .home-v2-faq {
  padding-top: calc(var(--home-v2-section-space) / 2);
}

@media (min-width: 1200px) {
  .home-v2 #heroCarousel .home-v2-hero-slide {
    width: 100%;
    min-height: 0;
    aspect-ratio: 3 / 1;
  }

  .home-v2 .hero-content {
    padding: clamp(2rem, 4vw, 4rem) 0;
  }
}

@media (max-width: 1199.98px) {
  .home-v2 {
    --home-v2-section-space: var(--section-space-md);
  }

  .home-v2 .materials-grid {
    grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
    gap: 3.5rem;
  }

  .home-v2 .home-v2-product-copy,
  .home-v2 .home-v2-product-secondary .home-v2-product-copy {
    width: 60%;
  }
}

@media (max-width: 991.98px) {
  body.home .navbar {
    min-height: 76px;
  }

  body.home .navbar-collapse {
    margin: 0 calc(var(--simply-home-gutter) * -1);
    padding: 1rem var(--simply-home-gutter) 1.5rem;
    border-top: 1px solid rgba(44, 58, 52, 0.1);
    background: var(--simply-home-main-bg);
  }

  .home-v2 .materials-grid {
    grid-template-columns: 1fr;
  }

  .home-v2 .materials-image {
    max-width: 760px;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  body.home .footer > .container > .row > .col-md-5,
  body.home .footer > .container > .row > .col-md-7 {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .home-v2 {
    --home-v2-section-space: var(--section-space-sm);
  }

  body.home .navbar {
    min-height: 66px;
  }

  .home-v2 .hero-title {
    font-size: clamp(2.45rem, 10.5vw, 3.05rem);
    line-height: 1.1;
  }

  body.home .simply-brand-logo-header {
    width: 148px;
  }

  .home-v2 .home-v2-section-intro {
    margin-bottom: 2.25rem;
  }

  .home-v2 .home-v2-product-copy,
  .home-v2 .home-v2-product-secondary .home-v2-product-copy {
    width: 100%;
    min-height: 54%;
    padding: 1.4rem;
    background: transparent;
  }

  .home-v2 .home-v2-product-copy p {
    font-size: 14px;
  }

  .home-v2 .materials-image {
    aspect-ratio: 4 / 3;
  }

  .home-v2 .home-v2-production-copy {
    padding-top: 1.15rem;
  }

  .home-v2 .home-v2-production-copy h3 {
    font-size: 1.55rem;
  }

  .home-v2 .home-v2-faq .accordion-button {
    font-size: 0.9rem;
  }

  body.home .footer {
    padding: 52px 0 0;
  }

  body.home .footer .col-4 {
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

@media (max-width: 420px) {
  .home-v2 #heroCarousel .home-v2-hero-slide {
    min-height: 610px;
  }

  .home-v2 .home-v2-product-primary,
  .home-v2 .home-v2-product-secondary {
    min-height: 390px;
  }
}

/*
 * Homepage Typography Styling V2 — formal implementation.
 * Scoped to the formal homepage content so shared templates and inner pages
 * retain their existing typography.
 */
.home .home-v2 {
  --home-font-display: var(--simply-font-heading);
  --home-font-editorial: var(--simply-font-heading);
  --home-font-feature: var(--simply-font-heading);
  --home-font-body: var(--simply-font-body);
  --home-font-utility: var(--simply-font-body-medium);
  --home-text-heading: #243a35;
  --home-text-body: #485852;
  --home-text-secondary: #68756f;
  --home-text-eyebrow: var(--simply-eyebrow-color, #526b5d);
  --home-type-eyebrow: 11px;
  --home-track-eyebrow: 0.2em;
  --home-type-hero: 58px;
  --home-type-editorial-h2: 46px;
  --home-type-functional-h2: 40px;
  --home-type-flow-h2: 44px;
  --home-type-category: 28px;
  --home-type-production: 23px;
  --home-type-body: 16px;
  --home-type-support: 14px;
  color: var(--home-text-body);
  font-family: var(--home-font-body);
}

.home .home-v2 h1,
.home .home-v2 h2,
.home .home-v2 h3 {
  color: var(--home-text-heading);
}

.home .home-v2 .home-v2-eyebrow {
  margin: 0 0 16px;
  color: var(--home-text-eyebrow);
  font-family: var(--home-font-utility);
  font-size: var(--home-type-eyebrow);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: var(--home-track-eyebrow);
}

.home .home-v2 .hero-title {
  width: min(590px, calc(100vw - 40px));
  max-width: 590px;
  margin: 0 0 20px;
  color: var(--home-text-heading);
  font-family: var(--home-font-display);
  font-size: var(--home-type-hero);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.home .home-v2 .hero-title > span {
  display: block;
  white-space: nowrap;
}

.home .home-v2 .hero-subtitle {
  max-width: 490px;
  margin-bottom: 28px;
  color: var(--home-text-body);
  font-family: var(--home-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.home .home-v2 .home-v2-products h2,
.home .home-v2 .home-v2-materials h2 {
  color: var(--home-text-heading);
  font-family: var(--home-font-editorial);
  font-size: var(--home-type-editorial-h2);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.home .home-v2 .home-v2-why h2,
.home .home-v2 .home-v2-faq h2 {
  color: var(--home-text-heading);
  font-family: var(--home-font-feature);
  font-size: var(--home-type-functional-h2);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.home .home-v2 .home-v2-flow h2 {
  color: var(--home-text-heading);
  font-family: var(--home-font-feature);
  font-size: var(--home-type-flow-h2);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.012em;
}

.home .home-v2 .home-v2-section-intro > p,
.home .home-v2 .home-v2-why-copy > p:last-of-type {
  color: var(--home-text-body);
  font-family: var(--home-font-body);
  font-size: var(--home-type-body);
  font-weight: 400;
  line-height: 1.7;
}

.home .home-v2 .home-v2-product-copy h3 {
  margin-bottom: 10px;
  color: var(--home-text-heading);
  font-family: var(--home-font-feature);
  font-size: var(--home-type-category);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.01em;
}

.home .home-v2 .home-v2-product-copy p {
  color: var(--home-text-secondary);
  font-family: var(--home-font-body);
  font-size: var(--home-type-support);
  font-weight: 400;
  line-height: 1.65;
}

.home .home-v2 .home-v2-product-copy a,
.home .home-v2 .home-v2-button {
  font-family: var(--home-font-utility);
  font-weight: 400;
  letter-spacing: 0.015em;
}

.home .home-v2 .home-v2-product-copy a {
  font-size: 13px;
}

.home .home-v2 .home-v2-button {
  font-size: 14px;
}

.home .home-v2 .home-v2-case-action p {
  color: var(--home-text-body);
  font-family: var(--home-font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.home .home-v2 .home-v2-capabilities span {
  font-family: var(--home-font-utility);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.home .home-v2 .home-v2-experience strong {
  color: var(--home-text-eyebrow);
  font-family: var(--home-font-display);
  font-size: 72px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.home .home-v2 .home-v2-experience span {
  color: var(--home-text-body);
  font-family: var(--home-font-utility);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home .home-v2 .home-v2-timeline h3 {
  margin-bottom: 8px;
  color: var(--home-text-heading);
  font-family: var(--home-font-feature);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.006em;
}

.home .home-v2 .home-v2-timeline p {
  color: var(--home-text-secondary);
  font-family: var(--home-font-body);
  font-size: var(--home-type-support);
  font-weight: 400;
  line-height: 1.65;
}

.home .home-v2 .material-item h3 {
  margin-bottom: 6px;
  color: var(--home-text-heading);
  font-family: var(--home-font-utility);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.home .home-v2 .material-item p {
  color: var(--home-text-secondary);
  font-family: var(--home-font-body);
  font-size: var(--home-type-support);
  font-weight: 400;
  line-height: 1.65;
}

.home .home-v2 .home-v2-production-copy h3 {
  margin-bottom: 8px;
  color: var(--home-text-heading);
  font-family: var(--home-font-feature);
  font-size: var(--home-type-production);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

.home .home-v2 .home-v2-production-copy p {
  color: var(--home-text-secondary);
  font-family: var(--home-font-body);
  font-size: var(--home-type-support);
  font-weight: 400;
  line-height: 1.65;
}

.home .home-v2 .home-v2-faq-heading > p:last-child {
  color: var(--home-text-secondary);
  font-family: var(--home-font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.home .home-v2 .home-v2-faq .accordion-button {
  min-height: 58px;
  color: var(--home-text-heading);
  font-family: var(--home-font-utility);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.home .home-v2 .home-v2-faq .accordion-body {
  color: var(--home-text-secondary);
  font-family: var(--home-font-body);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.65;
}

/* Each adjacent pair adds up to the approved V2 transition. */
.home .home-v2 .home-v2-products { padding-top: 76px; padding-bottom: 42px; }
.home .home-v2 .home-v2-why { padding-top: 42px; padding-bottom: 38px; }
.home .home-v2 .home-v2-flow { padding-top: 38px; padding-bottom: 42px; }
.home .home-v2 .home-v2-materials { padding-top: 42px; padding-bottom: 40px; }
.home .home-v2 .home-v2-production { padding-top: 40px; padding-bottom: 34px; }
.home .home-v2 .home-v2-faq { padding-top: 34px; padding-bottom: 72px; }

.home .home-v2 .home-v2-section-intro {
  margin-bottom: 48px;
}

.home .home-v2 .home-v2-heading-center {
  margin-bottom: 44px;
}

.home .home-v2 .home-v2-faq-heading {
  margin-bottom: 32px;
}

.home .home-v2 .materials-content > h2 {
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .home .home-v2 {
    --home-type-hero: 54px;
    --home-type-editorial-h2: 43px;
    --home-type-functional-h2: 38px;
    --home-type-flow-h2: 41px;
  }
}

@media (max-width: 991.98px) {
  .home .home-v2 {
    --home-type-hero: 48px;
    --home-type-editorial-h2: 39px;
    --home-type-functional-h2: 36px;
    --home-type-flow-h2: 38px;
  }

  .home .home-v2 .home-v2-products { padding-top: 72px; padding-bottom: 36px; }
  .home .home-v2 .home-v2-why { padding-top: 36px; padding-bottom: 34px; }
  .home .home-v2 .home-v2-flow { padding-top: 34px; padding-bottom: 36px; }
  .home .home-v2 .home-v2-materials { padding-top: 36px; padding-bottom: 34px; }
  .home .home-v2 .home-v2-production { padding-top: 34px; padding-bottom: 32px; }
  .home .home-v2 .home-v2-faq { padding-top: 32px; padding-bottom: 68px; }
}

@media (max-width: 767.98px) {
  .home .home-v2 {
    --home-type-eyebrow: 10.5px;
    --home-track-eyebrow: 0.17em;
    --home-type-hero: 40px;
    --home-type-editorial-h2: 34px;
    --home-type-functional-h2: 32px;
    --home-type-flow-h2: 34px;
    --home-type-category: 24px;
    --home-type-production: 21px;
    --home-type-body: 15px;
    --home-type-support: 13.75px;
  }

  .home .home-v2 .hero-title {
    max-width: 360px;
    line-height: 1.06;
    letter-spacing: -0.01em;
  }

  .home .home-v2 .hero-subtitle {
    max-width: 350px;
    font-size: 15px;
    line-height: 1.68;
  }

  .home .home-v2 .home-v2-products { padding-top: 64px; padding-bottom: 32px; }
  .home .home-v2 .home-v2-why { padding-top: 32px; padding-bottom: 32px; }
  .home .home-v2 .home-v2-flow { padding-top: 32px; padding-bottom: 32px; }
  .home .home-v2 .home-v2-materials { padding-top: 32px; padding-bottom: 32px; }
  .home .home-v2 .home-v2-production { padding-top: 32px; padding-bottom: 30px; }
  .home .home-v2 .home-v2-faq { padding-top: 30px; padding-bottom: 64px; }

  .home .home-v2 .home-v2-section-intro,
  .home .home-v2 .home-v2-heading-center {
    margin-bottom: 36px;
  }

  .home .home-v2 .home-v2-experience strong {
    font-size: 60px;
  }

  .home .home-v2 .home-v2-experience span {
    font-size: 11.5px;
  }

  .home .home-v2 .home-v2-timeline h3 {
    font-size: 18px;
  }
}

@media (max-width: 419.98px) {
  .home .home-v2 .hero-title {
    font-size: 38px;
  }

  /* Keep the approved two-line lockup inside the narrow mobile content width. */
  .home .home-v2 .hero-title > span:last-child {
    font-size: 36px;
  }
}

/* Homepage V2 local layout refinements: category equality and Why alignment. */
.home .home-v2 .home-v2-why-grid {
  align-items: start;
}

.home .home-v2 .home-v2-why-copy {
  align-self: start;
}

.home .home-v2 .home-v2-why-copy h2 {
  max-width: 300px;
  margin: 0;
}

.home .home-v2 .home-v2-why-copy h2 > span {
  display: block;
}

.home .home-v2 .home-v2-why-copy > p:not(.home-v2-eyebrow) {
  max-width: 430px;
  margin: 20px 0 0;
}

.home .home-v2 .home-v2-experience {
  margin: 30px 0 0;
  padding-left: 28px;
}

.home .home-v2 .home-v2-capabilities {
  border-top-color: rgba(36, 58, 53, 0.1);
  border-bottom: 0;
}

@media (min-width: 992px) {
  .home .home-v2 .home-v2-product-layout {
    align-items: stretch;
  }

  .home .home-v2 .home-v2-product-secondary > .home-v2-product-media {
    position: absolute;
    inset: 0;
  }

  .home .home-v2 .home-v2-product-primary,
  .home .home-v2 .home-v2-product-secondary {
    height: 100%;
  }

  .home .home-v2 .home-v2-product-secondary {
    aspect-ratio: auto;
  }

  .home .home-v2 .home-v2-why-grid {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
    gap: clamp(48px, 4.4vw, 64px);
  }
}

@media (min-width: 768px) {
  .home .home-v2 .home-v2-capabilities span {
    min-height: 58px;
  }
}

@media (min-width: 768px) and (max-width: 1099.98px) {
  .home .home-v2 .home-v2-product-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .home .home-v2 .home-v2-product-primary,
  .home .home-v2 .home-v2-product-secondary {
    grid-row: auto;
    grid-column: auto;
    height: auto;
    aspect-ratio: 4 / 3;
    background: #fbf8f3;
  }

  .home .home-v2 .home-v2-product-secondary > .home-v2-product-media {
    position: static;
    inset: auto;
  }

  .home .home-v2 .home-v2-product-feature > .home-v2-product-media {
    height: 65%;
  }

  .home .home-v2 .home-v2-product-copy,
  .home .home-v2 .home-v2-product-secondary .home-v2-product-copy {
    inset: auto 0 0;
    width: 100%;
    min-height: 35%;
    padding: 1.25rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    background: transparent;
  }
}

@media (max-width: 767.98px) {
  .home .home-v2 .home-v2-product-feature {
    background: #fbf8f3;
  }

  .home .home-v2 .home-v2-product-feature > .home-v2-product-media {
    height: 58%;
  }

  .home .home-v2 .home-v2-product-copy,
  .home .home-v2 .home-v2-product-secondary .home-v2-product-copy {
    inset: auto 0 0;
    width: 100%;
    min-height: 42%;
    padding: 1rem 1.25rem;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    background: transparent;
  }

  .home .home-v2 .home-v2-why-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .home .home-v2 .home-v2-experience {
    margin-top: 28px;
    padding-left: 0;
  }
}
