/*
Theme Name: Viberimenya VIP Theme
Theme URI: https://viberimenya.ru
Author: Viberimenya
Description: Minimal VIP flower shop theme for WooCommerce.
Version: 1.0.0
Text Domain: viberimenya-vip
*/

:root {
  --bg: #faf7f2;
  --card: #ffffff;
  --text: #2f2f2f;
  --muted: #7c7470;
  --accent: #c9a38e;
  --accent-soft: #ead8cc;
  --dark: #242424;
  --border: #eee4dc;
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

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

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

.vip-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.vip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--dark);
  color: #fff;
  font-weight: 600;
  border: 1px solid var(--dark);
  transition: 0.2s ease;
}

.vip-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.vip-btn-light {
  background: #fff;
  color: var(--dark);
  border-color: var(--border);
}

.vip-section {
  padding: 80px 0;
}

.vip-section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  margin: 0 0 18px;
}

.vip-section-subtitle {
  color: var(--muted);
  font-size: 18px;
  max-width: 640px;
}

@media (max-width: 768px) {
  .vip-section {
    padding: 54px 0;
  }

  .vip-container {
    width: min(100% - 22px, 1180px);
  }
}

.vip-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 247, 242, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.vip-header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.vip-logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
}

.vip-nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 15px;
}

.vip-nav a:hover {
  color: var(--text);
}

.vip-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.vip-cart {
  color: var(--muted);
}

@media (max-width: 860px) {
  .vip-nav {
    display: none;
  }

  .vip-header-inner {
    min-height: 72px;
  }

  .vip-logo {
    font-size: 26px;
  }

  .vip-header-actions .vip-btn {
    display: none;
  }
}


.vip-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: var(--muted);
}

.vip-footer-logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  color: var(--text);
  margin-bottom: 10px;
}

.vip-footer-links {
  display: flex;
  gap: 22px;
}

@media (max-width: 768px) {
  .vip-footer-inner {
    flex-direction: column;
  }

  .vip-footer-links {
    flex-direction: column;
  }
}

.vip-hero {
  padding: 96px 0 80px;
}

.vip-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

.vip-badge {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--muted);
  margin-bottom: 28px;
}

.vip-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 8vw, 96px);
  line-height: 0.95;
  margin: 0 0 26px;
}

.vip-hero p {
  font-size: 20px;
  color: var(--muted);
  max-width: 540px;
}

.vip-hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.vip-hero-card {
  min-height: 520px;
  border-radius: 36px;
  background: linear-gradient(135deg, #fff, #f3ebe3);
  border: 12px solid #fff;
  box-shadow: 0 24px 70px rgba(60, 40, 30, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 42px;
}

.vip-hero-flower {
  font-size: 86px;
  margin-bottom: 28px;
}

.vip-hero-card h2 {
  font-size: 26px;
  margin: 0 0 12px;
}

.vip-hero-card p {
  font-size: 16px;
}

.vip-products-placeholder {
  margin-top: 30px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
  color: var(--muted);
}

.vip-subscription {
  background: #fff;
}

.vip-subscription-grid,
.vip-reminders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.vip-subscription-card {
  display: grid;
  gap: 14px;
}

.vip-subscription-card div {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 22px;
  font-weight: 600;
}

.vip-category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.vip-category-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 26px;
  min-height: 120px;
  display: flex;
  align-items: end;
  padding: 24px;
  font-weight: 600;
  transition: 0.2s ease;
}

.vip-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(60, 40, 30, 0.08);
}

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

.vip-reminders .vip-section-subtitle {
  color: #d8d8d8;
}

.vip-reminder-note {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  padding: 44px;
  font-size: 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

@media (max-width: 900px) {

  .vip-hero-grid,
  .vip-subscription-grid,
  .vip-reminders-grid {
    grid-template-columns: 1fr;
  }

  .vip-hero {
    padding: 54px 0;
  }

  .vip-hero-card {
    min-height: 360px;
  }

  .vip-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.vip-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.vip-product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  transition: .25s;
}

.vip-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.vip-product-image {
  aspect-ratio: 1/1;
  background: #f7f2ec;
}

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

.vip-product-no-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

.vip-product-info {
  padding: 20px;
}

.vip-product-info h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.vip-product-price {
  font-weight: 700;
  font-size: 18px;
}

@media(max-width:900px) {

  .vip-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

.vip-hero-visual {
  position: relative;
  min-height: 540px;
}

.vip-hero-image {
  width: 100%;
  height: 540px;
  border-radius: 38px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)),
    url("https://images.unsplash.com/photo-1526047932273-341f2a7631f9?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  border: 12px solid #fff;
  box-shadow: 0 24px 70px rgba(60, 40, 30, 0.1);
}

.vip-hero-floating {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 600;
  box-shadow: 0 16px 40px rgba(60, 40, 30, 0.08);
}

.vip-floating-top {
  top: 34px;
  left: -22px;
}

.vip-floating-bottom {
  bottom: 42px;
  right: -18px;
}

@media (max-width: 900px) {
  .vip-hero-visual {
    min-height: auto;
  }

  .vip-hero-image {
    height: 380px;
  }

  .vip-floating-top,
  .vip-floating-bottom {
    left: 18px;
    right: 18px;
  }

  .vip-floating-top {
    top: 22px;
  }

  .vip-floating-bottom {
    bottom: 22px;
  }
}

.vip-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vip-logo-mark {
  font-size: 24px;
  line-height: 1;
}

.vip-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.vip-logo-text strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
}

.vip-logo-text small {
  margin-top: 5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.vip-benefits {
  padding-top: 24px;
}

.vip-benefits-head {
  margin-bottom: 34px;
}

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

.vip-benefit-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 28px;
  min-height: 210px;
  transition: 0.25s ease;
}

.vip-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(60, 40, 30, 0.08);
}

.vip-benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
}

.vip-benefit-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
}

.vip-benefit-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 1000px) {
  .vip-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .vip-benefits-grid {
    grid-template-columns: 1fr;
  }
}

.vip-subscriptions {
  padding-top: 20px;
}

.vip-subscriptions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.vip-sub-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 34px;
  transition: .25s;
}

.vip-sub-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.vip-sub-icon {
  font-size: 32px;
  margin-bottom: 18px;
}

.vip-sub-card h3 {
  margin-bottom: 14px;
}

.vip-sub-card p {
  color: var(--muted);
  margin-bottom: 18px;
}

.vip-sub-card ul {
  padding-left: 18px;
}

.vip-sub-card li {
  margin-bottom: 10px;
}

@media(max-width:900px) {

  .vip-subscriptions-grid {
    grid-template-columns: 1fr;
  }

}

.vip-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.vip-how-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 30px;
  text-align: center;
}

.vip-how-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.vip-how-card h3 {
  margin-bottom: 12px;
}

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

@media(max-width:1000px) {

  .vip-how-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:600px) {

  .vip-how-grid {
    grid-template-columns: 1fr;
  }

}

.vip-reminders-new {
  background: #242424;
  color: #fff;
}

.vip-reminders-new .vip-section-subtitle {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 28px;
}

.vip-reminders-new .vip-badge {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
}

.vip-reminders-new-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
}

.vip-reminders-list {
  display: grid;
  gap: 16px;
}

.vip-reminder-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  padding: 22px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.vip-reminder-item span {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex: 0 0 auto;
}

.vip-reminder-item h3 {
  margin: 0 0 8px;
  color: #fff;
}

.vip-reminder-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 900px) {
  .vip-reminders-new-grid {
    grid-template-columns: 1fr;
  }
}

.vip-footer {
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 64px 0 28px;
}

.vip-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr;
  gap: 42px;
  padding-bottom: 42px;
}

.vip-footer-brand p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 420px;
}

.vip-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.vip-footer-logo span {
  font-size: 24px;
}

.vip-footer-logo strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.vip-footer-logo small {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.vip-footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vip-footer-column h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.vip-footer-column a {
  color: var(--muted);
  font-size: 15px;
}

.vip-footer-column a:hover {
  color: var(--text);
}

.vip-footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  color: var(--muted);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 900px) {
  .vip-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .vip-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .vip-footer-top {
    grid-template-columns: 1fr;
  }
}

.vip-page-hero {
  padding: 96px 0 60px;
}

.vip-page-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.95;
  margin: 26px 0 24px;
  max-width: 820px;
}

.vip-page-subtitle {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
  max-width: 720px;
}

.vip-subscribe-layout {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 42px;
  align-items: start;
}

.vip-subscribe-steps {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.vip-subscribe-steps div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 22px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.vip-subscribe-steps strong {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.vip-subscribe-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 34px;
  position: sticky;
  top: 120px;
}

.vip-subscribe-box h3 {
  margin-top: 0;
  font-size: 24px;
}

.vip-subscribe-box p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

.vip-subscribe-options {
  background: #fff;
}

@media (max-width: 900px) {
  .vip-subscribe-layout {
    grid-template-columns: 1fr;
  }

  .vip-subscribe-box {
    position: static;
  }
}