/*
Theme Name: Man Agency Theme
Theme URI: https://example.com/managency-theme
Author: Man Agency
Author URI: https://managency.in
Description: Custom WordPress theme converted from the Man Agency React frontend with pixel-perfect layout, responsive navigation, and WooCommerce support.
Version: 1.0.0
Tested up to: 6.5
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: managency-theme
Tags: custom-logo, full-width-template, right-sidebar, responsive-layout, entertainment
*/

:root {
  --managency-red: #7A1022;
  --managency-gold: #C89B3C;
  --managency-bg: #FAF8F5;
  --managency-dark: #1A1008;
  --managency-text: #7A6A5A;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  background: var(--managency-bg);
  color: var(--managency-dark);
  line-height: 1.6;
}

body.elementor-page-template .elementor-section-wrap,
body.elementor-page-template .elementor-widget-wrap,
body.elementor-page-template .elementor-column-wrap {
  margin: 0;
  padding: 0;
}

body.elementor-page-template .elementor-widget {
  margin-bottom: 0;
}

body.elementor-page-template .elementor-container,
body.elementor-page-template .elementor-section {
  overflow: visible;
}

body.elementor-page-template .entry-content,
body.elementor-page-template .page-content,
body.elementor-page-template .elementor-full-width-content {
  padding: 0;
  margin: 0;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.announcement-bar {
  background: var(--managency-red);
  color: #fff;
}

.announcement-inner,
.header-inner,
.footer-main,
.footer-bottom-inner {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
}

.announcement-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.45rem 0;
}

.announcement-text {
  font-size: 0.78rem;
  font-weight: 400;
}

.announcement-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 0.78rem;
}

.announcement-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
}

.announcement-item--whatsapp {
  display: inline-flex;
}

.announcement-item--shipping {
  display: inline-flex;
}

.announcement-item--shipping svg {
  margin-right: 0.05rem;
}

.announcement-item--shipping {
  gap: 0.35rem;
}

.announcement-item svg,
.header-search button svg,
.icon-link svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.announcement-item--phone svg {
  width: 1.05rem;
  height: 1.05rem;
}

.announcement-item--whatsapp svg {
  width: 1.05rem;
  height: 1.05rem;
}

.announcement-item--shipping svg {
  width: 1.05rem;
  height: 1.05rem;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(122, 16, 34, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.6rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--managency-red);
  color: var(--managency-gold);
  font-size: 1.05rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--managency-red);
  font-size: 1.125rem;
  line-height: 1.1;
}

.brand-subtitle {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: var(--managency-text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.header-search {
  display: none;
  align-items: center;
  border: 1px solid rgba(122, 16, 34, 0.15);
  border-radius: 0.8rem;
  padding: 0.45rem 0.8rem;
  background: var(--managency-bg);
  min-height: 2.45rem;
  width: min(15rem, 100%);
}

.header-search input {
  border: 0;
  outline: none;
  min-width: 10rem;
  background: transparent;
  color: var(--managency-dark);
}

.header-search button {
  border: 0;
  background: transparent;
  color: var(--managency-red);
  cursor: pointer;
  padding: 0;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.7rem;
  color: var(--managency-dark);
  background: #f4efe8;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-nav .main-menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-dropdown-wrapper {
  position: relative;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  background: transparent;
  color: var(--managency-dark);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  padding: 0;
}

.nav-dropdown-trigger:hover,
.nav-dropdown-trigger:focus-visible,
.site-nav .menu-item > a:hover,
.site-nav .menu-item > a:focus-visible {
  color: var(--managency-red);
}

.nav-dropdown-trigger svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  min-width: 12rem;
  display: grid;
  gap: 0.2rem;
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.1);
  border-radius: 0.85rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 30;
  pointer-events: none;
}

.nav-dropdown-wrapper:hover .nav-dropdown-menu,
.nav-dropdown-wrapper:focus-within .nav-dropdown-menu,
.nav-dropdown-wrapper.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-item {
  display: block;
  padding: 0.6rem 0.7rem;
  border-radius: 0.55rem;
  color: var(--managency-dark);
  font-size: 0.92rem;
}

.nav-dropdown-item:hover,
.nav-dropdown-item:focus-visible {
  background: var(--managency-bg);
  color: var(--managency-red);
}

.site-nav .menu-item > a {
  color: var(--managency-dark);
  font-weight: 600;
}

.site-nav .menu-item > a:hover,
.site-nav .menu-item > a:focus {
  color: var(--managency-red);
}

.site-footer {
  background: var(--managency-dark);
  color: #cfc0a9;
  margin-top: 3rem;
}

.footer-inner {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 2.25rem;
}

.footer-column h4 {
  margin: 0 0 1rem;
  color: var(--managency-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.footer-description,
.footer-column p,
.footer-column li,
.footer-column a,
.footer-contact-list {
  color: rgba(248, 244, 235, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-brand-column .brand {
  margin-bottom: 1rem;
}

.footer-brand-column .brand-title {
  color: #f8f4eb;
}

.footer-brand-column .brand-subtitle {
  color: rgba(248, 244, 235, 0.6);
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.footer-contact-list li + li {
  margin-top: 0.5rem;
}

.footer-contact-label {
  display: block;
  color: var(--managency-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

.social-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 1rem 0 0;
}

.social-links a,
.footer-column a {
  color: #d8ccae;
}

.social-links a:hover,
.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--managency-gold);
}

.footer-menu,
.footer-list,
.footer-policy-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li,
.footer-list li,
.footer-policy-links li {
  margin-bottom: 0.55rem;
}

.footer-bottom {
  background: var(--managency-dark);
  border-top: 0;
  padding: 0 0 1.5rem;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.82rem;
  color: rgba(248, 244, 235, 0.72);
}

.footer-policy-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 0.5rem;
  padding: 0.6rem 0.75rem;
  color: #fff;
}

.newsletter-form input::placeholder {
  color: rgba(255,255,255,0.4);
}

.newsletter-form button {
  background: var(--managency-gold);
  color: var(--managency-dark);
  border: 0;
  border-radius: 0.5rem;
  padding: 0.6rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
}

.certifications {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.certifications span {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.25rem 0.55rem;
  border-radius: 0.35rem;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.5rem 0;
}

.home-hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: var(--managency-red);
  color: #fff;
}

.home-hero__bg,
.home-hero__overlay {
  position: absolute;
  inset: 0;
}

.home-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  display: block;
}

.home-hero__overlay {
  background: linear-gradient(90deg, rgba(122, 16, 34, 0.95) 0%, rgba(122, 16, 34, 0.82) 42%, rgba(122, 16, 34, 0.5) 100%);
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 480px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 3rem;
  padding: 2.75rem 0;
}

.home-hero__eyebrow {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(200, 155, 60, 0.4);
  border-radius: 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  color: var(--managency-gold);
  margin-bottom: 1.5rem;
}

.home-hero__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 3.8vw, 3.7rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  font-weight: 800;
}

.home-hero__title-accent {
  color: var(--managency-gold);
}

.home-hero__copy {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 32rem;
}

.home-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home-hero__ring {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(200, 155, 60, 0.1);
  border: 1px solid rgba(200, 155, 60, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero__ring-inner {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: rgba(200, 155, 60, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero__ring-inner img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(200, 155, 60, 0.4);
}

.home-hero__badge {
  position: absolute;
  border-radius: 1.2rem;
  background: #fff;
  color: var(--managency-dark);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.2);
  padding: 0.9rem 1rem;
  font-weight: 700;
  border: 1px solid rgba(122, 16, 34, 0.08);
}

.home-hero__badge--top {
  top: 1rem;
  right: -0.5rem;
}

.home-hero__badge--bottom {
  bottom: 0.75rem;
  left: -0.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
}

.home-hero__badge-value {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--managency-red);
}

.home-hero__badge-label {
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--managency-dark);
  font-weight: 400;
}

.home-hero__badge-sub {
  font-size: 0.74rem;
  color: var(--managency-text);
}

.home-hero__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: rgba(122, 16, 34, 0.08);
  color: var(--managency-red);
  font-weight: 800;
}

.home-trust,
.home-categories,
.home-featured-products,
.home-about,
.home-why-us,
.home-testimonials,
.home-dealer,
.home-contact-strip {
  padding: 2rem 0 3rem;
}

.home-trust {
  padding: 0.8rem 0 1.2rem;
}

.home-about,
.home-why-us {
  background: #fff;
  padding: 4rem 0 4.5rem;
}

.home-trust {
  background: #fff;
  border-bottom: 1px solid rgba(122, 16, 34, 0.08);
  padding-top: 1rem;
}

.home-trust__inner,
.home-categories__grid,
.home-featured-products__grid,
.home-why-us__grid,
.home-testimonials__grid,
.home-contact-strip__inner {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
}

.home-trust__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.35rem 0 0;
}

.home-trust__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3rem;
}

.home-trust__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--managency-bg);
  border: 1px solid rgba(122, 16, 34, 0.12);
  color: var(--managency-red);
  flex-shrink: 0;
}

.home-trust__icon svg {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-trust__label {
  margin: 0;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--managency-dark);
}

.home-trust__sub {
  margin: 0;
  color: var(--managency-text);
  font-size: 0.78rem;
}

.home-section__header {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.home-section__header--centered {
  justify-content: center;
  text-align: center;
}

.home-section__header--stacked {
  align-items: start;
  flex-direction: column;
}

.home-section__eyebrow {
  margin: 0 0 0.25rem;
  color: var(--managency-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.home-section__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  color: var(--managency-dark);
}

.home-section__link,
.home-section__cta {
  color: var(--managency-red);
  font-weight: 700;
  text-decoration: none;
}

.home-section__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.92rem;
}

.home-section__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.9rem 1.4rem;
  border: 2px solid var(--managency-red);
  border-radius: 0.7rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.home-section__cta:hover,
.home-section__cta:focus-visible {
  background: var(--managency-red);
  color: #fff;
}

.home-section__cta--filled {
  background: var(--managency-red);
  color: #fff;
}

.home-section__cta--filled:hover,
.home-section__cta--filled:focus-visible {
  background: #5e0c1a;
  color: #fff;
}

.home-categories__grid,
.home-featured-products__grid,
.home-why-us__grid,
.home-testimonials__grid {
  display: grid;
  gap: 1rem;
}

.home-categories__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-why-us__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-testimonials__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 0.95rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 24px rgba(122, 16, 34, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.home-card:hover,
.home-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(122, 16, 34, 0.14);
}

.home-card__image-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.home-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.home-card:hover img,
.home-card:focus-visible img {
  transform: scale(1.04);
}

.home-card__body {
  width: 100%;
  padding: 0.9rem 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

  .home-card--product {
    text-align: left;
  }

  .home-card--product .managency-product-card__body {
    align-items: flex-start;
    gap: 0.35rem;
  }

  .home-card--product .managency-product-card__title {
    text-align: left;
    margin-bottom: 0.15rem;
  }

  .home-card--product .managency-product-card__footer {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.1rem;
    width: 100%;
  }

  .home-card--product .managency-product-rating {
    margin-top: 0;
  }

  font-size: 0.8rem;
  margin: 0;
  line-height: 1.5;
}

.home-card__cta,
.home-card__price {
  color: var(--managency-red);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  margin-top: 0.15rem;
}

.home-promo {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto 1.25rem;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  min-height: 220px;
  background: var(--managency-red);
  color: #fff;
}

.home-promo__bg,
.home-promo__inner {
  position: absolute;
  inset: 0;
}

.home-promo__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  display: block;
}

.home-promo__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.8rem 2.4rem;
}

.home-promo__eyebrow {
  color: var(--managency-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.home-promo__title {
  margin: 0 0 0.4rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.2;
}

.home-promo__copy {
  margin: 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.home-promo__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 0.5rem;
}

.home-promo__tag {
  font-size: 1.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--managency-gold);
  margin: 0;
}

.home-promo__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--managency-gold);
  color: var(--managency-dark);
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  border-radius: 0.7rem;
  font-weight: 700;
}

.home-about__inner,
.home-dealer__inner {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.home-about__content {
  max-width: 35rem;
}

.home-about__media {
  position: relative;
}

.home-about__media img {
  width: 100%;
  border-radius: 1.5rem;
  height: 28rem;
  min-height: 28rem;
  object-fit: cover;
  display: block;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.08);
}

.home-about__badge {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  background: var(--managency-red);
  color: #fff;
  padding: 1.1rem 1.3rem;
  border-radius: 1.1rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  font-weight: 700;
}

.home-about__copy,
.home-dealer__copy,
.home-why-us__card p,
.home-testimonial__review,
.home-contact-strip__value {
  color: var(--managency-text);
  line-height: 1.7;
}

.home-about__copy {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.home-about__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.75rem 0 2rem;
}

.home-about__stat {
  background: #faf8f5;
  border: 1px solid rgba(122, 16, 34, 0.1);
  border-radius: 1rem;
  padding: 1.1rem 1.15rem;
}

.home-about__stat-value {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.6rem;
  color: var(--managency-red);
  font-weight: 700;
}

.home-about__stat-label {
  font-size: 0.8rem;
  color: var(--managency-text);
  margin-top: 0.25rem;
  letter-spacing: 0.01em;
}

.home-why-us__card,
.home-testimonial,
.home-dealer__stats .home-dealer__stat {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 14px 34px rgba(122, 16, 34, 0.07);
}

.home-why-us__icon {
  width: 3.6rem;
  height: 3.6rem;
  background: #faf8f5;
  color: var(--managency-red);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1;
}

.home-why-us__card h3 {
  margin: 0 0 0.55rem;
  color: var(--managency-dark);
  font-size: 1.05rem;
}

.home-testimonials {
  background: var(--managency-red);
  color: #fff;
}

.home-testimonials .home-section__title,
.home-testimonials .home-section__eyebrow {
  color: #fff;
}

.home-testimonial__stars {
  color: var(--managency-gold);
  letter-spacing: 0.08rem;
  margin-bottom: 0.75rem;
}

.home-testimonial__review {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
}

.home-testimonial__name {
  font-weight: 700;
  margin: 0;
}

.home-testimonial__location {
  color: rgba(255, 255, 255, 0.65);
  margin: 0.15rem 0 0;
}

.home-dealer__inner {
  background: var(--managency-bg);
  border: 1px solid rgba(122, 16, 34, 0.12);
  border-radius: 1.5rem;
  padding: 2rem;
}

.home-dealer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.home-dealer__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-dealer__stat {
  text-align: center;
}

.home-dealer__stat strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  color: var(--managency-red);
}

.home-dealer__stat span {
  color: var(--managency-text);
  font-size: 0.85rem;
  display: block;
  margin-top: 0.25rem;
}

.home-contact-strip {
  background: #fff;
  padding: 1rem 0 1.2rem;
}

.home-contact-strip__inner {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  border-top: 1px solid rgba(122, 16, 34, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
  padding-top: 1.15rem;
}

.home-contact-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 5rem;
}

.home-contact-strip__icon {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  background: var(--managency-bg);
  color: var(--managency-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.home-contact-strip__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  color: var(--managency-gold);
  margin: 0 0 0.15rem;
}

.home-contact-strip__value {
  margin: 0;
  font-weight: 700;
  color: var(--managency-dark);
  font-size: 0.95rem;
}

.home-featured-products__tabs {
  display: none;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.home-featured-products__tabs button {
  border: 1px solid rgba(122, 16, 34, 0.15);
  background: #fff;
  color: var(--managency-text);
  padding: 0.6rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-featured-products__tabs button[aria-pressed="true"],
.home-featured-products__tabs button.is-active {
  background: var(--managency-red);
  color: #fff;
  border-color: var(--managency-red);
}

.home-featured-products__tabs button:focus-visible {
  outline: 3px solid rgba(200, 155, 60, 0.45);
  outline-offset: 2px;
}

.home-featured-products__panels [role="tabpanel"][hidden] {
  display: none;
}

.home-featured-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px) {
  .home-featured-products__tabs {
    display: flex;
  }

  .home-featured-products .home-section__header {
    align-items: flex-end;
  }

  .home-featured-products .managency-product-card {
    height: 100%;
    border-radius: 1.15rem;
  }

  .home-featured-products .managency-product-card__media {
    position: relative;
  }

  .home-featured-products .managency-product-card__body {
    padding: 1rem 1rem 1.15rem;
    gap: 0.35rem;
  }

  .home-featured-products .managency-product-meta {
    margin-bottom: 0.15rem;
  }

  .home-featured-products .managency-product-card__title {
    font-size: 1rem;
    line-height: 1.4;
    min-height: 2.8rem;
  }

  .home-featured-products .managency-product-card__description {
    display: none;
  }

  .home-featured-products .managency-product-card__wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--managency-red);
    box-shadow: 0 10px 20px rgba(122, 16, 34, 0.12);
    cursor: pointer;
    z-index: 3;
  }

  .home-featured-products .managency-product-card__wishlist:hover,
  .home-featured-products .managency-product-card__wishlist:focus-visible {
    background: var(--managency-red);
    color: #fff;
  }

  .home-featured-products .managency-product-card__footer {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.1rem;
  }

  .home-featured-products .managency-product-rating {
    margin-top: 0;
  }

  .home-featured-products .managency-product-price {
    margin-top: 0.05rem;
  }

  .home-featured-products .managency-product-price__main {
    font-size: 1.05rem;
  }

  .home-featured-products .managency-product-actions__button {
    width: 100%;
    margin-top: auto;
    padding: 0.8rem 1rem;
  }
}

.home-section__footer {
  width: min(1280px, calc(100% - 2rem));
  margin: 2rem auto 0;
  text-align: center;
}

@media (min-width: 640px) {
  .home-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-categories__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {

  .home-featured-products__grid,
  .home-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-why-us__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-hero__inner,
  .home-about__inner,
  .home-dealer__inner {
    grid-template-columns: 1fr;
  }

  .home-card img {
    height: 10rem;
  }

  .home-hero {
    min-height: 420px;
  }

  .home-hero__visual {
    display: none;
  }

  .home-hero__inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 0;
  }

  .home-categories__grid,
  .home-featured-products__grid,
  .home-why-us__grid,
  .home-testimonials__grid,
  .home-contact-strip__inner,
  .home-trust__inner {
    grid-template-columns: 1fr;
  }

  .home-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .home-categories .home-card {
    border-radius: 0.8rem;
    box-shadow: 0 8px 18px rgba(122, 16, 34, 0.08);
    border: 1px solid rgba(122, 16, 34, 0.08);
    height: auto;
  }

  .home-categories .home-card__image-wrap {
    aspect-ratio: 1 / 0.9;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    overflow: hidden;
  }

  .home-categories .home-card__body {
    padding: 0.55rem 0.65rem 0.7rem;
    gap: 0.24rem;
  }

  .home-categories .home-card__title {
    font-size: 0.88rem;
    line-height: 1.2;
  }

  .home-categories .home-card__desc {
    display: none;
  }

  .home-categories .home-card__cta {
    font-size: 0.68rem;
    letter-spacing: 0.08rem;
    font-weight: 600;
    margin-top: 0;
    justify-content: center;
    color: var(--managency-red);
  }

  .home-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .home-trust__item {
    min-height: auto;
  }

  .home-promo__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .home-promo__actions {
    text-align: left;
  }

  .home-section__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-dealer__stats {
    grid-template-columns: 1fr 1fr;
  }
}

.page-content article {
  padding: 1rem 0;
}

@media (min-width: 1024px) {
  .site-nav.desktop-nav {
    display: flex;
  }
}

.mobile-menu-panel {
  display: none;
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .site-nav.desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-menu-panel {
    display: block;
    position: fixed;
    top: 4.25rem;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    height: calc(100vh - 4.25rem);
    min-height: 0;
    max-height: calc(100vh - 4.25rem);
    background: #fff;
    border-top: 1px solid rgba(122, 16, 34, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform 0.25s ease, opacity 0.2s ease, visibility 0s linear 0.25s;
    z-index: 90;
  }

  .mobile-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.25s ease, opacity 0.2s ease, visibility 0s linear 0s;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .mobile-menu-inner {
    width: min(100%, calc(100% - 1rem));
    margin: 0 auto;
    padding: 1rem 0 2rem;
    min-height: 0;
  }

  .mobile-menu-sheet {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.25rem;
  }

  .mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(122, 16, 34, 0.08);
  }

  .mobile-menu__brand .brand {
    gap: 0.6rem;
  }

  .mobile-menu__brand .brand-mark {
    width: 2rem;
    height: 2rem;
    font-size: 0.95rem;
  }

  .mobile-menu__brand .brand-title {
    font-size: 1rem;
  }

  .mobile-menu__top-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .mobile-menu__icon,
  .mobile-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--managency-dark);
    cursor: pointer;
  }

  .mobile-menu__icon svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-menu__cart {
    position: relative;
    color: #fff;
    background: var(--managency-red);
  }

  .mobile-menu__cart-count {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--managency-red);
    border-radius: 999px;
    background: #fff;
    color: var(--managency-red);
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1;
  }

  .mobile-menu-close {
    width: 2.3rem;
    padding: 0;
  }

  .mobile-menu-close svg {
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
  }

  .mobile-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(122, 16, 34, 0.15);
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem;
  }

  .mobile-search input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 0.95rem;
    color: var(--managency-dark);
  }

  .mobile-search button {
    border: 0;
    background: transparent;
    color: var(--managency-dark);
    cursor: pointer;
    padding: 0;
  }

  .mobile-menu-navigation {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(122, 16, 34, 0.08);
  }

  .mobile-menu-navigation .main-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-navigation .menu-item,
  .mobile-menu-navigation__link {
    width: 100%;
    border-bottom: 1px solid rgba(122, 16, 34, 0.08);
  }

  .mobile-menu-navigation .menu-item > a,
  .mobile-menu-navigation__link {
    display: block;
    width: 100%;
    padding: 0.72rem 0.15rem;
    color: var(--managency-dark);
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
  }

  .mobile-menu-navigation .menu-item:last-child > a,
  .mobile-menu-navigation__link:last-child {
    border-bottom: 0;
  }
}

.cart-button {
  position: relative;
  min-height: 2.5rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(122, 16, 34, 0.16);
}

.cart-button-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.cart-button .cart-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 600;
}

.cart-button .cart-count {
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: var(--managency-red);
  font-size: 0.72rem;
  font-weight: 700;
  border: 2px solid var(--managency-red);
  line-height: 1;
}

@media (min-width: 768px) {
  .header-search {
    display: flex;
  }

  .announcement-item--whatsapp,
  .announcement-item--shipping {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .announcement-bar {
    padding: 0.12rem 0;
  }

  .announcement-inner {
    flex-direction: column;
    align-items: center;
    gap: 0.12rem;
    padding: 0.12rem 0;
  }

  .announcement-text {
    text-align: center;
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .announcement-meta {
    justify-content: center;
    width: 100%;
    gap: 0.24rem;
    font-size: 0.72rem;
  }

  .announcement-item--whatsapp,
  .announcement-item--shipping {
    display: none;
  }

  .announcement-item--phone {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }

  .header-inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    padding: 0.4rem 0;
    min-height: 3.2rem;
  }

  .brand-group {
    display: flex;
    align-items: center;
  }

  .brand {
    gap: 0.4rem;
    align-items: center;
    min-height: 2rem;
  }

  .brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.03rem;
  }

  .brand-mark {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.9rem;
  }

  .brand-title {
    font-size: 0.95rem;
    line-height: 0.95;
    white-space: nowrap;
  }

  .brand-subtitle {
    font-size: 0.54rem;
    letter-spacing: 0.12rem;
    line-height: 0.95;
  }

  .header-actions {
    gap: 0.4rem;
    align-items: center;
    margin-left: auto;
  }

  .header-search {
    width: 100%;
  }

  .header-search input {
    min-width: 0;
    width: 100%;
  }

  .icon-link {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
  }

  .cart-button {
    min-width: 2.1rem;
    min-height: 2.1rem;
    padding: 0.42rem;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(122, 16, 34, 0.14);
  }

  .cart-button-inner {
    gap: 0;
  }

  .cart-button .cart-label {
    display: none;
  }

  .cart-button .cart-count {
    top: -0.15rem;
    right: -0.15rem;
  }

  .menu-toggle {
    width: 2.15rem;
    height: 2.15rem;
    padding: 0.4rem;
    border-radius: 999px;
  }
}

body.elementor-page-template .elementor-widget-heading .elementor-heading-title,
body.elementor-page-template .elementor-widget-text-editor {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

body.elementor-page-template .elementor-widget:not(.elementor-widget-heading) {
  max-width: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--managency-red);
  outline-offset: 2px;
}

* {
  box-sizing: border-box;
}

.container,
.max-width-7xl {
  width: min(1200px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid rgba(122, 16, 34, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.announcement-bar {
  background: var(--managency-red);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3rem 1rem;
}

.announcement-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.announcement-text {
  text-align: left;
  flex: 1;
  font-weight: 400;
}

.announcement-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 0.75rem;
}

.announcement-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.announcement-item svg,
.search-submit svg,
.icon-link svg,
.cart-button svg,
.menu-toggle svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 0.55rem 0;
  min-height: 3.2rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-height: 2.25rem;
}

.brand-group {
  min-width: 0;
}

.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--managency-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--managency-gold);
}

.brand-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--managency-red);
  font-size: 1.125rem;
  line-height: 1;
}

.brand-subtitle {
  font-size: 0.625rem;
  color: #7A6A5A;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
}

.site-nav .main-menu,
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav .main-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav .menu-item,
.mobile-menu .menu-item {
  position: relative;
}

.site-nav .menu-item > a,
.site-nav .menu-item > button,
.mobile-menu .menu-item > a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--managency-dark);
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-height: 1.25rem;
}

.site-nav .menu-item > a:hover,
.site-nav .menu-item > a:focus,
.site-nav .current-menu-item > a,
.mobile-menu .menu-item > a:hover {
  color: var(--managency-red);
}

.site-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 12rem;
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 20;
}

.site-nav .menu-item:hover > .sub-menu,
.site-nav .menu-item:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav .sub-menu a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--managency-dark);
  font-size: 0.9rem;
}

.site-nav .sub-menu a:hover {
  background: var(--managency-bg);
  color: var(--managency-red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.search-form,
.mobile-search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--managency-bg);
  border: 1px solid rgba(122, 16, 34, 0.15);
  border-radius: 0.5rem;
  padding: 0.4rem 0.75rem;
  min-height: 2.2rem;
}

.search-submit {
  background: transparent;
  border: 0;
  color: var(--managency-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.search-form input,
.mobile-search-form input {
  border: 0;
  outline: none;
  background: transparent;
  font-size: 0.875rem;
  width: 100%;
  color: var(--managency-dark);
}

.icon-link,
.cart-button,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
  border-radius: 0.5rem;
  color: var(--managency-dark);
  transition: color 0.2s ease, background-color 0.2s ease;
  min-height: 2.2rem;
}

.icon-link {
  background: transparent;
}

.cart-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.3rem;
  min-height: 2.25rem;
  padding: 0.45rem 0.9rem;
  gap: 0.45rem;
  border-radius: 0.6rem;
  background: var(--managency-red);
  color: #fff;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(122, 16, 34, 0.16);
}

.cart-button-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
}

.cart-button .cart-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
}

.cart-button:hover,
.icon-link:hover,
.menu-toggle:hover {
  color: var(--managency-red);
}

.cart-button:hover {
  background: #5e0c1a;
  color: #fff;
}

.menu-toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}

.menu-toggle .close-icon {
  display: none;
}

.menu-toggle.is-open .menu-icon {
  display: none;
}

.menu-toggle.is-open .close-icon {
  display: inline-block;
}

.mobile-nav {
  display: none;
  border-top: 1px solid rgba(122, 16, 34, 0.1);
  background: #fff;
  padding: 1rem;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav .mobile-search-form {
  margin-bottom: 0.75rem;
}

.mobile-menu .menu-item > a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(122, 16, 34, 0.06);
  color: var(--managency-dark);
}

.mobile-menu .sub-menu {
  padding-left: 1rem;
  list-style: none;
}

.mobile-menu .sub-menu a {
  border-bottom: 0;
  padding: 0.45rem 0;
  color: var(--managency-text);
}

.footer {
  background: var(--managency-dark);
  color: #fff;
}

.footer-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3.5rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer h4 {
  color: var(--managency-gold);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.footer p,
.footer li,
.footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.footer-brand p,
.footer-column p,
.footer-column li,
.footer-column a {
  line-height: 1.7;
}

.footer-menu,
.footer-list,
.footer-policy-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li,
.footer-list li,
.footer-policy-links li {
  margin-bottom: 0.55rem;
}

.footer .social-links {
  display: flex;
  gap: 0.75rem;
}

.footer .social-links a {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s ease;
}

.footer .social-links a:hover,
.footer a:hover {
  color: var(--managency-gold);
  background: rgba(200, 155, 60, 0.16);
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  padding: 0.6rem 0.75rem;
  color: #fff;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter-form button {
  background: var(--managency-gold);
  color: var(--managency-dark);
  border: 0;
  border-radius: 0.5rem;
  padding: 0.6rem 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.certifications {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.certifications span {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.55rem;
  border-radius: 0.35rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
}

.footer-policy-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.page-content {
  padding: 2rem 0 4rem;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product,
.product-card {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: 0 0 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--managency-dark);
  padding: 0 1rem;
  margin: 0.75rem 0 0.35rem;
}

.woocommerce ul.products li.product .price {
  display: block;
  color: var(--managency-red);
  font-weight: 700;
  padding: 0 1rem;
}

.woocommerce ul.products li.product .button {
  margin: 0.75rem 1rem 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  padding: 0.8rem 1.25rem;
  font-weight: 700;
  background: var(--managency-red);
  color: #fff;
}

.woocommerce ul.products li.product .button:hover {
  background: #5e0c1a;
}

.product-card .product-image-link {
  display: block;
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-card-content {
  padding: 0 1rem;
}

.managency-product-card {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.managency-product-card:hover,
.managency-product-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(122, 16, 34, 0.12);
}

.managency-product-card__media,
.managency-product-card__body {
  width: 100%;
}

.managency-product-card__media {
  position: relative;
  overflow: hidden;
  background: #faf8f5;
}

.managency-product-card__image-link {
  display: block;
}

.managency-product-card__media img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.managency-product-card:hover .managency-product-card__media img,
.managency-product-card:focus-within .managency-product-card__media img {
  transform: scale(1.04);
}

.managency-product-card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.managency-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.managency-product-meta__item {
  display: inline-flex;
  align-items: center;
  color: var(--managency-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.managency-product-card__title {
  display: block;
  color: var(--managency-dark);
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.managency-product-card__description {
  color: var(--managency-text);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  min-height: 2.8rem;
}

.archive-header__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.archive-header--category {
  position: relative;
  overflow: hidden;
}

.archive-header--category .archive-header__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.archive-header--category .archive-header__content {
  position: relative;
  z-index: 1;
}

.archive-shop-shell {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem 0 2.5rem;
}

.archive-shop-intro {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.archive-subtitle {
  margin: 0;
  color: var(--managency-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.archive-title {
  margin: 0;
  color: var(--managency-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.15;
}

.archive-summary {
  margin: 0;
  color: var(--managency-text);
  font-size: 0.95rem;
}

.archive-shop-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.archive-shop-toolbar {
  display: flex;
  justify-content: flex-end;
}

.archive-shop-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.archive-shop-toolbar__select {
  display: inline-flex;
}

.archive-shop-toolbar__select select {
  border: 1px solid rgba(122, 16, 34, 0.16);
  border-radius: 0.75rem;
  background: #fff;
  color: var(--managency-dark);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.7rem 2.4rem 0.7rem 0.9rem;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--managency-red) 50%), linear-gradient(135deg, var(--managency-red) 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) calc(50% - 0.2rem), calc(100% - 0.85rem) calc(50% - 0.2rem);
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
}

.archive-shop-toolbar__clear {
  color: var(--managency-red);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.archive-shop-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.archive-shop-sidebar {
  position: sticky;
  top: 1.25rem;
}

.archive-shop-sidebar__card {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
}

.archive-shop-sidebar__title,
.archive-shop-sidebar__group-title {
  margin: 0;
  color: var(--managency-dark);
  font-size: 0.95rem;
  font-weight: 700;
}

.archive-shop-sidebar__group {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-top: 0.2rem;
}

.archive-shop-sidebar__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.archive-shop-sidebar__checkbox {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--managency-text);
  font-size: 0.95rem;
}

.archive-shop-sidebar__checkbox input {
  accent-color: var(--managency-red);
}

.archive-shop-sidebar__price-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.archive-shop-sidebar__price-value {
  color: var(--managency-red);
  font-size: 0.95rem;
  font-weight: 700;
}

.archive-shop-sidebar__price-scale {
  display: flex;
  justify-content: space-between;
  color: var(--managency-text);
  font-size: 0.8rem;
}

.archive-shop-sidebar__apply {
  border: 0;
  border-radius: 0.7rem;
  background: var(--managency-red);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 0.7rem 1rem;
}

.archive-shop-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.archive-product-grid .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.archive-product-grid .products > * {
  min-width: 0;
}

.archive-pagination {
  display: flex;
  justify-content: center;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(122, 16, 34, 0.16);
  border-radius: 0.6rem;
  color: var(--managency-dark);
  font-weight: 700;
  margin: 0 0.25rem;
  text-decoration: none;
}

.archive-pagination .page-numbers.current {
  background: var(--managency-red);
  border-color: var(--managency-red);
  color: #fff;
}

.archive-empty {
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  background: #fff;
  padding: 2rem;
  text-align: center;
}

.archive-category-banner {
  position: relative;
  min-height: 12rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 1.25rem;
  background: linear-gradient(90deg, rgba(122, 16, 34, 0.95) 0%, rgba(122, 16, 34, 0.7) 100%);
}

.archive-category-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.archive-category-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(122, 16, 34, 0.95) 0%, rgba(122, 16, 34, 0.6) 100%);
}

.archive-category-banner__content {
  position: relative;
  z-index: 1;
  width: min(100%, 48rem);
  padding: 2rem 2.25rem;
  color: #fff;
}

.archive-category-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.25rem 0 1.5rem;
}

.archive-category-toolbar__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.archive-category-toolbar__count {
  margin: 0;
  color: var(--managency-text);
  font-size: 0.95rem;
  font-weight: 600;
}

.archive-category-toolbar__form select {
  border: 1px solid rgba(122, 16, 34, 0.16);
  border-radius: 0.75rem;
  background: #fff;
  color: var(--managency-dark);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.7rem 2.4rem 0.7rem 0.9rem;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--managency-red) 50%), linear-gradient(135deg, var(--managency-red) 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) calc(50% - 0.2rem), calc(100% - 0.85rem) calc(50% - 0.2rem);
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
}

.archive-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.archive-category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(122, 16, 34, 0.15);
  border-radius: 999px;
  background: #fff;
  color: var(--managency-text);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.55rem 0.95rem;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.archive-category-pill:hover,
.archive-category-pill.is-active {
  border-color: var(--managency-red);
  background: var(--managency-red);
  color: #fff;
}

@media (max-width: 1024px) {
  .archive-shop-layout {
    grid-template-columns: 1fr;
  }

  .archive-shop-sidebar {
    position: static;
  }

  .archive-product-grid .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .archive-shop-toolbar {
    justify-content: flex-start;
  }

  .archive-shop-toolbar__actions {
    width: 100%;
    justify-content: space-between;
  }

  .archive-category-banner__content {
    padding: 1.5rem 1.25rem;
  }

  .archive-category-toolbar__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .archive-product-grid .products {
    grid-template-columns: 1fr;
  }
}

.product-card .woocommerce-loop-product__title a {
  color: var(--managency-dark);
  text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--managency-red);
}

/* ManAgency specific breadcrumb styling */
.managency-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--managency-text);
  font-size: 0.95rem;
}
.managency-breadcrumb__item {
  display: inline-flex;
  align-items: center;
}
.managency-breadcrumb__sep {
  display: inline-block;
  color: var(--managency-text);
  opacity: 0.6;
  margin: 0 0.25rem;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.woocommerce div.product .summary {
  padding: 0;
}

.woocommerce div.product .summary .price {
  font-size: 1.5rem;
  color: var(--managency-red);
  font-weight: 700;
}

.woocommerce div.product form.cart .button {
  background: var(--managency-red);
  color: #fff;
  border-radius: 0.6rem;
  padding: 0.9rem 1.25rem;
  font-weight: 700;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  display: block;
}

.woocommerce-cart table.cart,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

.hero-section {
  background: var(--managency-red);
  color: #fff;
  padding: 4rem 0;
}

.hero-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.hero-eyebrow {
  color: var(--managency-gold);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.78);
  max-width: 32rem;
  font-size: 1rem;
}

.section {
  padding: 4rem 0;
}

.section-light {
  background: #fff;
}

.section-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0 0 0.75rem;
  color: var(--managency-dark);
}

.section-subtitle {
  color: var(--managency-text);
  margin-bottom: 1.5rem;
}

.card-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 1rem;
}

.button,
.button-secondary,
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 0.6rem;
  padding: 0.8rem 1.25rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.button-primary {
  background: var(--managency-red);
  color: #fff;
}

.button-primary:hover {
  background: #5e0c1a;
}

.button-secondary {
  border: 2px solid var(--managency-red);
  color: var(--managency-red);
}

.button-secondary:hover {
  background: var(--managency-red);
  color: #fff;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
  font-family: "Playfair Display", Georgia, serif;
}

.widget-area {
  display: grid;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .site-nav {
    display: none;
  }

  .header-actions .search-form {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-policy-links {
    justify-content: center;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }
}

.page-hero {
  background: var(--managency-red);
  color: #fff;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.page-hero--compact {
  padding: 3rem 0;
}

.page-hero__media {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(122, 16, 34, 0.95), rgba(122, 16, 34, 0.45)), url('./assets/images/about-fallback.svg') center/cover;
  position: relative;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  z-index: 1;
}

.page-hero__content {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 2rem 0;
}

.page-hero__eyebrow {
  color: var(--managency-gold);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.page-hero__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin: 0 0 0.75rem;
}

.page-hero__copy {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 36rem;
}

.page-shell {
  width: min(1200px, calc(100% - 2rem));
  margin: 2rem auto 4rem;
}

.page-shell--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.page-shell--narrow {
  max-width: 900px;
}

.page-card,
.page-content-block,
.policy-list,
.faq-list,
.offer-grid,
.benefit-grid,
.pricing-grid,
.page-highlight-grid {
  display: grid;
  gap: 1rem;
}

.page-card__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  color: var(--managency-dark);
}

.page-card__copy,
.page-card__list {
  color: var(--managency-text);
  line-height: 1.7;
}

.page-card__list {
  margin: 0;
  padding-left: 1.1rem;
}

.page-card,
.policy-item,
.faq-section,
.offer-card,
.benefit-card,
.pricing-card,
.page-highlight-card {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
}

.page-highlight-grid,
.benefit-grid,
.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-highlight-card strong,
.pricing-card strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.6rem;
  color: var(--managency-red);
  margin-bottom: 0.35rem;
}

.page-highlight-card span,
.pricing-card p,
.benefit-card p,
.offer-card p,
.policy-item p,
.faq-item p {
  color: var(--managency-text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.page-form {
  display: grid;
  gap: 0.9rem;
}

.page-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.page-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--managency-dark);
  font-size: 0.9rem;
  font-weight: 600;
}

.page-form input,
.page-form select,
.page-form textarea {
  width: 100%;
  border: 1px solid rgba(122, 16, 34, 0.15);
  border-radius: 0.7rem;
  padding: 0.75rem 0.9rem;
  background: #faf8f5;
}

.contact-detail-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(122, 16, 34, 0.08);
}

.contact-detail strong {
  color: var(--managency-dark);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.map-card {
  background: #faf8f5;
  border: 1px solid rgba(122, 16, 34, 0.12);
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
}

.map-card a,
.offer-card a {
  color: var(--managency-red);
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gallery-item figcaption {
  padding: 0.8rem 0.9rem;
  color: var(--managency-dark);
  font-size: 0.95rem;
}

.offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-card--primary {
  background: linear-gradient(135deg, var(--managency-red), #3b0f18);
  color: #fff;
}

.offer-card--primary p,
.offer-card--primary span {
  color: rgba(255, 255, 255, 0.85);
}

.page-callout {
  background: #faf8f5;
  border: 1px solid rgba(122, 16, 34, 0.12);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  margin-top: 1rem;
}

.faq-section h3,
.policy-item h3,
.offer-card h3,
.benefit-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: var(--managency-dark);
}

.faq-item {
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  background: #fff;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: var(--managency-dark);
}

.faq-item p {
  margin: 0.6rem 0 0;
}

.policy-list {
  gap: 0.9rem;
}

.feature-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--managency-text);
  display: grid;
  gap: 0.6rem;
}

@media (max-width: 1024px) {
  .page-shell--split,
  .gallery-grid,
  .offer-grid,
  .page-highlight-grid,
  .benefit-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .page-shell--split,
  .gallery-grid,
  .offer-grid,
  .page-highlight-grid,
  .benefit-grid,
  .pricing-grid,
  .page-form__row {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 3rem 0;
  }
}

.product-detail-page {
  display: grid;
  gap: 2rem;
}

.managency-product-gallery {
  display: grid;
  gap: 0.85rem;
}

.managency-product-gallery__stage img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #faf8f5;
}

.managency-product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.managency-product-gallery__thumbs button {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 0.8rem;
  overflow: hidden;
  padding: 0;
  background: #fff;
  cursor: pointer;
}

.managency-product-gallery__thumbs .is-active {
  border-color: var(--managency-red);
}

.managency-product-gallery__thumbs img {
  display: block;
  width: 100%;
  height: 4.5rem;
  object-fit: cover;
}

.managency-product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  background: var(--managency-red);
  color: #fff;
  padding: 0.4rem 0.7rem;
  border-radius: 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0 8px 18px rgba(122, 16, 34, 0.16);
}

.product-summary-head {
  display: grid;
  gap: 0.7rem;
}

.product-summary-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  color: var(--managency-text);
  font-size: 0.95rem;
}

.product-summary-meta__review-count {
  color: var(--managency-text);
}

.product-price-stack {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.managency-product-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.managency-product-price__main {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  color: var(--managency-red);
  font-weight: 700;
}

.managency-product-price__regular {
  color: var(--managency-text);
  text-decoration: line-through;
}

.managency-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--managency-gold);
}

.managency-product-rating__count {
  color: var(--managency-text);
  font-size: 0.95rem;
}

.managency-product-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--managency-dark);
}

.managency-product-stock__dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #2f9d50;
}

.managency-product-stock.is-out-of-stock .managency-product-stock__dot {
  background: #e08c1b;
}

.managency-product-stock.is-out-of-stock .managency-product-stock__label {
  color: #b56b00;
}

.managency-quantity-selector input {
  width: 3rem;
  border: 1px solid rgba(122, 16, 34, 0.2);
  border-radius: 0.7rem;
  text-align: center;
  padding: 0.6rem 0;
  background: #fff;
}

.managency-product-actions__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.7rem;
  background: var(--managency-red);
  color: #fff;
  padding: 0.8rem 1.15rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.managency-product-tabs {
  display: grid;
  gap: 1rem;
}

.managency-product-tabs__list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(122, 16, 34, 0.1);
}

.managency-product-tabs__trigger {
  border: 0;
  background: transparent;
  color: var(--managency-text);
  padding: 0.8rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.managency-product-tabs__trigger.is-active {
  color: var(--managency-red);
  border-color: var(--managency-red);
}

.managency-product-tabs__panel {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.managency-product-tabs__panel.is-hidden {
  display: none;
}

.managency-reviews-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #faf8f5;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 0.9rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.managency-reviews-summary__rating {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--managency-gold);
  font-size: 1.1rem;
}

.managency-reviews-summary__value {
  color: var(--managency-red);
  font-size: 1.3rem;
  font-weight: 700;
}

.managency-reviews-list__items {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.managency-reviews-list__item {
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 0.9rem;
  background: #faf8f5;
  padding: 0.95rem 1rem;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.product-gallery-column,
.product-summary-column {
  display: grid;
  gap: 1rem;
}

.product-gallery-main {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.product-gallery-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.product-gallery-thumb {
  border: 2px solid transparent;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

.product-gallery-thumb.active {
  border-color: var(--managency-red);
}

.product-gallery-thumb img {
  display: block;
  width: 100%;
  height: 4.5rem;
  object-fit: cover;
}

.product-badge {
  display: inline-flex;
  align-self: start;
  background: var(--managency-red);
  color: #fff;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  width: fit-content;
}

.product-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  color: var(--managency-dark);
  margin: 0;
}

.product-rating-row,
.product-price-row,
.product-stock-row,
.product-quantity-row,
.product-actions-row,
.product-trust-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-rating-row {
  color: var(--managency-text);
  font-size: 0.95rem;
}

.product-price-row {
  align-items: baseline;
}

.product-price {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  color: var(--managency-red);
  font-weight: 700;
}

.product-price-regular {
  color: var(--managency-text);
  text-decoration: line-through;
}

.product-discount {
  background: #ebf9ef;
  color: #1f7a3e;
  border-radius: 999px;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.product-tax-copy,
.product-short-copy,
.product-stock-label,
.product-review-summary p,
.product-tab-empty,
.product-tab-card p,
.product-tab-card li {
  color: var(--managency-text);
  line-height: 1.7;
}

.product-stock-dot {
  width: 0.7rem;
  height: 0.7rem;
  background: #2f9d50;
  border-radius: 50%;
}

.product-stock-dot.out-of-stock {
  background: #e08c1b;
}

.product-quantity-control .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(122, 16, 34, 0.2);
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fff;
}

.product-quantity-control .quantity .qty {
  width: 3rem;
  border: 0;
  text-align: center;
  padding: 0.6rem 0;
  background: transparent;
}

.product-quantity-control .quantity .minus,
.product-quantity-control .quantity .plus {
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  background: #faf8f5;
  cursor: pointer;
}

.product-actions-row {
  margin-top: 0.25rem;
}

.product-cart-form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-add-to-cart,
.product-buy-now {
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

.product-icon-button {
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(122, 16, 34, 0.2);
  border-radius: 0.7rem;
  background: #fff;
  color: var(--managency-red);
  cursor: pointer;
}

.product-trust-row {
  margin-top: 0.25rem;
}

.product-trust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.8rem;
  min-width: 7rem;
  text-align: center;
  background: #faf8f5;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 0.9rem;
}

.product-tabs-section {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.product-tabs-nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(122, 16, 34, 0.1);
}

.product-tab-button {
  border: 0;
  background: transparent;
  color: var(--managency-text);
  padding: 0.8rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.product-tab-button.active {
  color: var(--managency-red);
  border-color: var(--managency-red);
}

.product-tab-panel {
  display: none;
}

.product-tab-panel.active {
  display: block;
}

.product-tab-card {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.product-safety-box {
  background: #faf8f5;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 0.9rem;
  padding: 1rem;
  margin-top: 1rem;
}

.product-safety-title {
  font-weight: 700;
  color: var(--managency-dark);
  margin: 0 0 0.6rem;
}

.product-review-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #faf8f5;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 0.9rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.product-review-score {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  color: var(--managency-red);
  font-weight: 700;
}

.product-spec-grid {
  display: grid;
  gap: 0.8rem;
}

.product-spec-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(122, 16, 34, 0.08);
}

.product-spec-item strong {
  color: var(--managency-dark);
}

.product-related-section {
  margin-top: 2rem;
}

.product-related-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
  color: var(--managency-dark);
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .product-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-actions-row {
    align-items: stretch;
  }

  .product-cart-form {
    width: 100%;
  }

  .product-add-to-cart,
  .product-buy-now {
    flex: 1;
    justify-content: center;
  }

  .product-trust-row {
    flex-direction: column;
    align-items: stretch;
  }

  .product-spec-item {
    flex-direction: column;
  }
}

.cart-page-shell,
.checkout-page-shell {
  display: grid;
  gap: 1.5rem;
}

.cart-page-header {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.2rem;
}

.cart-page-title {
  margin: 0;
  color: var(--managency-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
}

.cart-page-copy {
  margin: 0;
  color: var(--managency-text);
}

.cart-content-grid,
.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.8fr);
  gap: 1.5rem;
  align-items: start;
}

.cart-items-column,
.checkout-main-column {
  display: grid;
  gap: 1rem;
}

.cart-item-card,
.checkout-card,
.coupon-card,
.cart-summary-card,
.checkout-summary-card,
.cart-empty-card {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
}

.cart-item-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.cart-item-image {
  width: 5rem;
  height: 5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #faf8f5;
  flex-shrink: 0;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-body {
  flex: 1;
  min-width: 0;
}

.cart-item-meta,
.cart-item-regular-price,
.shipping-note,
.checkout-login-copy {
  color: var(--managency-text);
  font-size: 0.9rem;
}

.cart-item-title {
  margin: 0.2rem 0 0.45rem;
}

.cart-item-title a {
  color: var(--managency-dark);
  text-decoration: none;
  font-weight: 700;
}

.cart-item-description {
  margin: 0 0 0.7rem;
  color: var(--managency-text);
  font-size: 0.95rem;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}

.cart-item-quantity .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(122, 16, 34, 0.2);
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fff;
}

.cart-item-quantity .quantity .qty {
  width: 2.3rem;
  border: 0;
  text-align: center;
  background: transparent;
}

.cart-item-quantity .quantity .minus,
.cart-item-quantity .quantity .plus {
  width: 2rem;
  height: 2rem;
  border: 0;
  background: #faf8f5;
}

.cart-item-pricing {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cart-item-price {
  color: var(--managency-red);
  font-weight: 700;
}

.cart-item-remove {
  color: var(--managency-text);
  text-decoration: none;
}

.cart-actions-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 0.6rem;
}

.cart-update-button {
  border: 0;
  border-radius: 999px;
  background: #faf8f5;
  color: var(--managency-dark);
  padding: 0.6rem 0.95rem;
  cursor: pointer;
}

.cart-continue-link {
  color: var(--managency-red);
  text-decoration: none;
  font-weight: 700;
}

.coupon-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.coupon-card-icon {
  color: var(--managency-red);
}

.coupon-card-header h3,
.cart-summary-card h3,
.checkout-card h2,
.checkout-summary-card h3 {
  margin: 0;
  color: var(--managency-dark);
}

.coupon-form {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.coupon-form .input-text {
  flex: 1;
  min-width: 12rem;
  border: 1px solid rgba(122, 16, 34, 0.15);
  border-radius: 0.7rem;
  padding: 0.75rem 0.9rem;
  background: #faf8f5;
}

.coupon-form__button,
.managency-coupon-form__button {
  border: 0;
  border-radius: 0.7rem;
  background: var(--managency-red);
  color: #fff;
  padding: 0.75rem 1rem;
  cursor: pointer;
}

.cart-summary-card .shop_table,
.checkout-summary-card .shop_table,
.checkout-card .shop_table {
  width: 100%;
  border-collapse: collapse;
}

.cart-summary-card .shop_table th,
.cart-summary-card .shop_table td,
.checkout-summary-card .shop_table th,
.checkout-summary-card .shop_table td,
.checkout-card .shop_table th,
.checkout-card .shop_table td {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(122, 16, 34, 0.08);
}

.cart-summary-card .shop_table .order-total,
.checkout-summary-card .shop_table .order-total {
  font-weight: 700;
  color: var(--managency-red);
}

.cart-summary-card .managency-cart-summary__items {
  display: grid;
  gap: 0.6rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.cart-summary-card .managency-cart-summary__item {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--managency-text);
}

.cart-summary-card .managency-cart-summary__name {
  font-weight: 600;
  color: var(--managency-dark);
}

.cart-summary-card .managency-cart-summary__quantity,
.cart-summary-card .managency-cart-summary__total {
  white-space: nowrap;
}

.cart-checkout-button,
.woocommerce-checkout-button {
  display: inline-flex;
  margin-top: 1rem;
  width: 100%;
  justify-content: center;
}

.cart-empty-card {
  text-align: center;
}

.cart-empty-icon {
  font-size: 2rem;
  margin: 0 0 0.6rem;
}

.checkout-page-header {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.3rem;
}

.checkout-page-title {
  margin: 0;
  color: var(--managency-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
}

.checkout-page-copy {
  margin: 0;
  color: var(--managency-text);
}

.checkout-card {
  display: grid;
  gap: 1rem;
}

.checkout-card h2 {
  margin: 0;
  color: var(--managency-dark);
}

.checkout-card .form-row,
.checkout-card .woocommerce-input-wrapper {
  display: grid;
  gap: 0.35rem;
}

.checkout-card input,
.checkout-card select,
.checkout-card textarea {
  width: 100%;
  border: 1px solid rgba(122, 16, 34, 0.15);
  border-radius: 0.7rem;
  padding: 0.75rem 0.9rem;
  background: #faf8f5;
}

.checkout-card .woocommerce-shipping-fields,
.checkout-card .woocommerce-billing-fields {
  display: grid;
  gap: 1rem;
}

.checkout-summary-card {
  display: grid;
  gap: 1rem;
}

.checkout-summary-card .managency-checkout-summary__list,
.checkout-summary-card .managency-checkout-totals__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.checkout-summary-card .managency-checkout-summary__item,
.checkout-summary-card .managency-checkout-totals__list li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--managency-text);
}

.checkout-summary-card .managency-checkout-summary__item span:first-child,
.checkout-summary-card .managency-checkout-totals__list li span:first-child {
  color: var(--managency-dark);
  font-weight: 600;
}

.checkout-privacy-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  background: #f4f1ea;
  color: var(--managency-text);
}

.checkout-lock-icon {
  color: var(--managency-red);
}

.woocommerce-checkout-payment,
.woocommerce-checkout-payment ul.wc_payment_methods {
  display: grid;
  gap: 0.75rem;
}

.woocommerce-checkout-payment li.wc_payment_method {
  border: 1px solid rgba(122, 16, 34, 0.12);
  border-radius: 0.85rem;
  padding: 0.9rem 1rem;
  background: #fff;
}

.woocommerce-checkout-payment .payment_methods label {
  color: var(--managency-dark);
  font-weight: 600;
}

.woocommerce-checkout-payment .place-order {
  margin-top: 0.75rem;
}

.woocommerce-checkout-payment .button {
  width: 100%;
  border: 0;
  border-radius: 0.8rem;
  background: var(--managency-red);
  color: #fff;
  padding: 0.9rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .cart-content-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .checkout-privacy-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .cart-item-card {
    flex-direction: column;
  }

  .cart-item-controls {
    align-items: flex-start;
  }

  .cart-actions-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .coupon-form {
    flex-direction: column;
  }

  .coupon-form .input-text,
  .coupon-form__button,
  .managency-coupon-form__button {
    width: 100%;
  }
}

.account-page-shell {
  display: grid;
  gap: 1.5rem;
}

.account-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.account-sidebar,
.account-content {
  display: grid;
  gap: 1rem;
}

.account-profile-card,
.account-summary-card,
.account-link-list,
.auth-card {
  background: #fff;
  border: 1px solid rgba(122, 16, 34, 0.08);
  border-radius: 1rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
}

.account-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--managency-red);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.account-profile-name {
  margin: 0;
  font-weight: 700;
  color: var(--managency-dark);
}

.account-profile-email,
.account-summary-card p,
.account-link-list a,
.auth-link-row a {
  color: var(--managency-text);
  font-size: 0.95rem;
}

.account-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.account-link-list a {
  text-decoration: none;
  font-weight: 600;
}

.auth-page-shell {
  display: grid;
  justify-items: center;
}

.auth-card {
  width: min(100%, 560px);
}

.auth-card form,
.auth-card .woocommerce-form-login,
.auth-card .woocommerce-form-register,
.auth-card .woocommerce-ResetPassword {
  display: grid;
  gap: 0.8rem;
}

.auth-card input,
.auth-card select,
.auth-card textarea {
  width: 100%;
  border: 1px solid rgba(122, 16, 34, 0.15);
  border-radius: 0.7rem;
  padding: 0.75rem 0.9rem;
  background: #faf8f5;
}

.auth-link-row {
  margin: 0;
}

.account-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 1024px) {
  .account-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .account-summary-grid {
    grid-template-columns: 1fr;
  }
}
