/* VitaDom — architectural daylight direction */
.theme-vitadom {
  --ink: #17243a;
  --ink-soft: #526277;
  --green: #1756c9;
  --green-deep: #0f2f6d;
  --green-light: #e7f1ff;
  --lime: #38c6cf;
  --cream: #f2f7fc;
  --paper: #fbfdff;
  --line: #cddbec;
  --white: #fff;
  --danger: #a93f4d;
  --shadow: 0 25px 55px rgba(15, 47, 109, .12);
  --radius: 4px;
  --serif: 'Bodoni 72', 'Didot', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Arial, sans-serif;
}
body.theme-vitadom { background: var(--paper); }
.theme-vitadom .announcement { color: #d9f8fa; background: var(--green-deep); }
.theme-vitadom .announcement a { color: #fff; }
.theme-vitadom .site-header { background: var(--paper); border-bottom: 3px solid var(--green); }
.theme-vitadom .header-main { min-height: 88px; }
.theme-vitadom .wordmark__logo { width: 190px; height: auto; }
.theme-vitadom .wordmark--footer .wordmark__logo { width: 195px; }
.theme-vitadom .desktop-nav { gap: 23px; }
.theme-vitadom .desktop-nav a { color: #5d6d83; font-size: .77rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.theme-vitadom .desktop-nav a::after { height: 3px; background: var(--lime); }
.theme-vitadom .desktop-nav a:hover,
.theme-vitadom .desktop-nav a:focus-visible,
.theme-vitadom .desktop-nav a.is-active { color: var(--green-deep); }
.theme-vitadom .cart-trigger { color: var(--green-deep); background: var(--green-light); border-color: transparent; border-radius: var(--radius); }
.theme-vitadom .cart-trigger:hover,
.theme-vitadom .cart-trigger:focus-visible { color: #fff; background: var(--green); }
.theme-vitadom .cart-count { background: var(--lime); border-radius: 3px; }
.theme-vitadom .menu-toggle { border-radius: var(--radius); }
.theme-vitadom .home-hero { min-height: 720px; background: #e5eef7; border-bottom: 0; }
.theme-vitadom .hero__grid { position: relative; display: grid; grid-template-columns: 1fr; min-height: 720px; padding: 38px 0 58px; }
.theme-vitadom .hero__visual { grid-area: 1 / 1; min-height: 624px; height: 624px; }
.theme-vitadom .hero__copy { grid-area: 1 / 1; align-self: end; justify-self: end; width: min(560px, 49%); margin: 0 36px 52px 0; padding: 40px; background: rgba(251, 253, 255, .93); border: 1px solid rgba(23, 86, 201, .22); box-shadow: 16px 16px 0 rgba(56, 198, 207, .25); }
.theme-vitadom .hero h1 { max-width: none; margin-bottom: 24px; color: var(--green-deep); font-size: clamp(3rem, 5vw, 5.6rem); font-weight: 400; letter-spacing: -.065em; }
.theme-vitadom .hero__lead { max-width: 520px; font-size: 1.08rem; }
.theme-vitadom .hero__note { max-width: 430px; margin-top: 29px; font-size: .83rem; }
.theme-vitadom .hero__note-mark { color: var(--green); }
.theme-vitadom .hero-photo { height: 624px; border: 1px solid rgba(15, 47, 109, .18); border-radius: 4px; box-shadow: none; }
.theme-vitadom .hero-photo::after { background: linear-gradient(90deg, rgba(15, 47, 109, .05), transparent 50%, rgba(15, 47, 109, .12)); }
.theme-vitadom .hero-photo img { object-position: center; }
.theme-vitadom .hero-photo__caption { right: 20px; bottom: 20px; color: #fff; background: var(--green-deep); border: 0; border-radius: 3px; }
.theme-vitadom .hero-photo__caption strong { color: var(--lime); }
.theme-vitadom .button { min-height: 50px; border-radius: 3px; }
.theme-vitadom .button--primary { background: var(--green); }
.theme-vitadom .button--primary:hover,
.theme-vitadom .button--primary:focus-visible { background: var(--green-deep); }
.theme-vitadom .button--secondary { border-color: #aabed8; }
.theme-vitadom .button--secondary:hover,
.theme-vitadom .button--secondary:focus-visible { color: var(--green-deep); background: var(--green-light); border-color: var(--green); }
.theme-vitadom .button--ghost:hover,
.theme-vitadom .button--ghost:focus-visible { background: var(--green-light); }
.theme-vitadom .categories-section { background: #f4f8fc; }
.theme-vitadom .category-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
.theme-vitadom .category-tile { min-height: 142px; padding: 21px; background: var(--white); border-color: var(--line); border-radius: 4px; }
.theme-vitadom .category-tile::after { right: -46px; bottom: -58px; border-color: rgba(23, 86, 201, .22); border-radius: 4px; transform: rotate(45deg); }
.theme-vitadom .category-tile--2,
.theme-vitadom .category-tile--5 { background: #edf8fa; }
.theme-vitadom .category-tile--3,
.theme-vitadom .category-tile--6 { background: #eff3fb; }
.theme-vitadom .category-tile:hover,
.theme-vitadom .category-tile:focus-visible { border-color: var(--green); box-shadow: var(--shadow); transform: translateY(-4px); }
.theme-vitadom .category-tile__number { color: var(--lime); }
.theme-vitadom .category-tile__name { color: var(--green-deep); font-family: var(--sans); font-size: 1.12rem; font-weight: 700; }
.theme-vitadom .category-tile__arrow { color: var(--green); }
.theme-vitadom .featured-section { background: var(--white); }
.theme-vitadom .product-grid { gap: 14px; }
.theme-vitadom .product-card { border-color: var(--line); border-radius: 4px; box-shadow: 0 4px 18px rgba(15, 47, 109, .04); }
.theme-vitadom .product-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.theme-vitadom .product-card__media { min-height: 300px; background: #eef5fc; }
.theme-vitadom .product-card__body { padding: 19px; }
.theme-vitadom .product-card__meta { color: var(--green); }
.theme-vitadom .split-section { background: var(--green-deep); }
.theme-vitadom .principles-card { background: rgba(255, 255, 255, .06); border-color: rgba(216, 242, 246, .25); border-radius: 4px; }
.theme-vitadom .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
.theme-vitadom .feature-card { min-height: 220px; background: var(--white); border-top: 4px solid var(--green); box-shadow: 0 9px 28px rgba(15, 47, 109, .06); }
.theme-vitadom .feature-card:nth-child(2),
.theme-vitadom .feature-card:nth-child(3) { border-top-color: var(--lime); }
.theme-vitadom .feature-card__icon { color: var(--green); border-color: #9db4d4; border-radius: 4px; }
.theme-vitadom .routine-section { background: #f3f8fb; }
.theme-vitadom .routine__visual { border-radius: 4px; background: linear-gradient(135deg, #d7f2f3, #e8f0fb 52%, #c6d8ed); }
.theme-vitadom .routine__visual::before,
.theme-vitadom .routine__visual::after { border-color: rgba(23, 86, 201, .22); border-radius: 4px; transform: rotate(45deg); }
.theme-vitadom .routine__label { color: var(--green-deep); background: rgba(255, 255, 255, .78); border-color: rgba(23, 86, 201, .22); border-radius: 4px; transform: translate(-50%, -50%) rotate(0); }
.theme-vitadom .testimonials-section { background: #eaf7f8; }
.theme-vitadom .testimonial-grid { gap: 14px; }
.theme-vitadom .testimonial-card { min-height: 335px; padding: 34px; background: #fff; border-color: #cfe4e7; border-radius: 4px; }
.theme-vitadom .testimonial-card__avatar { color: #fff; background: var(--green); border-radius: 4px; }
.theme-vitadom .editorial-section { background: var(--white); }
.theme-vitadom .editorial-grid { grid-template-columns: 1.35fr .85fr .85fr; gap: 14px; }
.theme-vitadom .editorial-card { min-height: 300px; border-radius: 4px; }
.theme-vitadom .editorial-card--shop { background: var(--green-deep); }
.theme-vitadom .editorial-card--guide { background: #e2f3f6; }
.theme-vitadom .editorial-card--advertorial { background: #e8edf8; }
.theme-vitadom .science-teaser { background: var(--green); }
.theme-vitadom .final-cta { background: #d8f1f1; }
.theme-vitadom .page-intro { background: #eef5fb; border-bottom-color: var(--line); }
.theme-vitadom input,
.theme-vitadom select,
.theme-vitadom textarea { border-radius: 3px; border-color: #b9cbe0; background: #fff; }
.theme-vitadom input:focus,
.theme-vitadom select:focus,
.theme-vitadom textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23, 86, 201, .14); }
.theme-vitadom .contact-details,
.theme-vitadom .privacy-settings-card,
.theme-vitadom .checkout-form,
.theme-vitadom .product-gallery__main { border-radius: 4px; }
.theme-vitadom .site-footer { background: #0b275b; }
.theme-vitadom .footer-grid h2 { color: var(--lime); }

@media (max-width: 860px) {
  .theme-vitadom .home-hero { min-height: 0; }
  .theme-vitadom .hero__grid { display: flex; min-height: 0; flex-direction: column; gap: 34px; padding: 70px 0 80px; }
  .theme-vitadom .hero__copy { width: 100%; margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .theme-vitadom .hero__visual { min-height: 440px; height: 440px; order: 2; }
  .theme-vitadom .hero-photo { height: 440px; }
  .theme-vitadom .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .theme-vitadom .wordmark__logo { width: 172px; }
  .theme-vitadom .hero h1 { font-size: clamp(2.9rem, 13vw, 4rem); }
  .theme-vitadom .hero__visual { min-height: 320px; height: 320px; }
  .theme-vitadom .hero-photo { height: 320px; }
  .theme-vitadom .category-grid,
  .theme-vitadom .feature-grid { grid-template-columns: 1fr; }
  .theme-vitadom .editorial-grid { grid-template-columns: 1fr; }
}
