/* Purely Ava — brand stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --blush: #f6e2e6;
  --blush-deep: #e8b8c4;
  --sage: #7c9473;
  --sage-deep: #5c7350;
  --cream: #fbf7f1;
  --brown: #5a4632;
  --mauve: #8a4a58;
  --white: #ffffff;
  --text: #4a3f36;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  font-weight: 300;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: var(--mauve);
  line-height: 1.2;
}

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

img { max-width: 100%; display: block; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(90, 70, 50, 0.06);
}

.nav-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--mauve);
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}

.logo-img {
  height: 50px;
  width: auto;
  display: block;
}

footer .logo-img { height: 68px; }

.hero-logo {
  height: 84px;
  width: auto;
  margin: 0 auto 22px;
  display: block;
}

.hero-brand-mark {
  text-align: left;
  margin-bottom: 26px;
}

.hero-logo-lg {
  height: 150px;
  width: auto;
  margin: 0 auto 10px;
  display: block;
}

.hero-tagline {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--sage-deep);
}

.brand-mark {
  height: 60px;
  width: auto;
  margin: 0 auto 16px;
  display: block;
}

.logo span {
  color: var(--sage-deep);
}

nav ul {
  list-style: none;
  display: flex;
  gap: 34px;
}

nav a {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text);
  transition: color 0.2s;
}

nav a:hover { color: var(--sage-deep); }

.nav-cta {
  background: var(--sage-deep);
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.85rem !important;
}

.nav-cta:hover { background: var(--brown); color: var(--white) !important; }

.menu-checkbox { display: none; }

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 210;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: var(--text);
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-overlay {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 60px 0;
  background: var(--cream);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/purely-ava-background.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(100deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.88) 32%, rgba(255,255,255,0.55) 48%, rgba(255,255,255,0.12) 62%, rgba(255,255,255,0) 74%);
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0;
  padding-left: 6%;
  padding-right: 0;
}

.hero-inner {
  display: block;
  max-width: 480px;
  text-align: center;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: var(--sage-deep);
  font-weight: 600;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero p.lead {
  font-size: 1.1rem;
  color: var(--text);
  max-width: 480px;
  margin-bottom: 30px;
}

.hero-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(90, 70, 50, 0.15);
}

.hero h1 .script {
  display: block;
  font-style: italic;
  font-weight: 500;
  color: var(--sage-deep);
  font-size: 0.6em;
  margin-bottom: 2px;
}

.hero-mini-features {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin: 22px 0 28px;
}

.hero-mini-features div {
  text-align: center;
}

.hero-mini-features .mini-icon {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.hero-mini-features span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: var(--text);
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}

.btn-primary {
  background: var(--mauve);
  color: var(--white);
}
.btn-primary:hover { background: var(--sage-deep); }

.btn-outline {
  background: transparent;
  border: 1.5px solid var(--mauve);
  color: var(--mauve);
  margin-left: 14px;
}
.btn-outline:hover { background: var(--mauve); color: var(--white); }

/* Sections */
section { padding: 80px 0; }

.section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 50px;
}

.section-head .hero-eyebrow { text-align: center; }

.section-head h2 { font-size: 2.2rem; margin-bottom: 14px; }

.alt-bg { background: var(--white); }

/* Product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.product-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(90, 70, 50, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(90, 70, 50, 0.14);
}

.product-card.featured {
  border: 2px solid var(--mauve);
  box-shadow: 0 14px 36px rgba(138, 74, 88, 0.18);
}

.product-card.featured .product-tag {
  color: var(--mauve);
}

.product-card .img-wrap {
  background: var(--blush);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
}

.product-card img {
  max-height: 220px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}

.product-body {
  padding: 26px 24px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-tag {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--sage-deep);
  font-weight: 600;
  margin-bottom: 8px;
}

.product-body h3 { font-size: 1.35rem; margin-bottom: 8px; }

.product-body p.desc {
  font-size: 0.92rem;
  color: #6b5f53;
  margin-bottom: 16px;
  flex: 1;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.price {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--mauve);
  font-weight: 600;
}

.price small {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  color: #a8998c;
  font-weight: 400;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.78rem;
  border-radius: 24px;
}

/* Placeholder note */
.placeholder-note {
  font-size: 0.72rem;
  color: #b08a94;
  font-style: italic;
  margin-top: 6px;
}

/* Features / why */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--blush);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.5rem;
}

.feature h4 { font-size: 1.15rem; margin-bottom: 10px; }
.feature p { font-size: 0.92rem; color: #6b5f53; }

/* About split */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.split img { border-radius: 16px; box-shadow: 0 20px 50px rgba(90,70,50,0.12); }

.split h2 { font-size: 2rem; margin-bottom: 18px; }
.split p { margin-bottom: 16px; color: #5c5044; }

/* Ingredients strip */
.ingredients-strip {
  background: var(--sage);
  color: var(--white);
  padding: 50px 0;
}

.ingredients-strip .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  text-align: center;
}

.ingredients-strip h4 {
  color: var(--white);
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.ingredients-strip p { font-size: 0.85rem; opacity: 0.9; }

/* CTA banner */
.cta-banner {
  background: linear-gradient(135deg, var(--mauve), var(--sage-deep));
  color: var(--white);
  text-align: center;
  padding: 70px 0;
}

.cta-banner h2 { color: var(--white); margin-bottom: 16px; font-size: 2rem; }
.cta-banner p { max-width: 520px; margin: 0 auto 28px; opacity: 0.92; }
.cta-banner .btn-primary { background: var(--white); color: var(--mauve); }
.cta-banner .btn-primary:hover { background: var(--cream); }

/* Page header (inner pages) */
.page-header {
  background: var(--blush);
  padding: 60px 0 50px;
  text-align: center;
}
.page-header h1 { font-size: 2.4rem; margin-bottom: 12px; }
.page-header p { max-width: 560px; margin: 0 auto; color: #6b5f53; }

/* How-to guide image block */
.how-to-block {
  text-align: center;
}
.how-to-block img {
  max-width: 620px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(90,70,50,0.12);
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.contact-card {
  background: var(--white);
  border-radius: 14px;
  padding: 34px;
  box-shadow: 0 10px 30px rgba(90,70,50,0.08);
}

.contact-card h3 { margin-bottom: 14px; }
.contact-card p { margin-bottom: 10px; color: #6b5f53; }

.contact-method {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f0e5e0;
}
.contact-method:last-child { border-bottom: none; }

.contact-method .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blush);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-method strong { display: block; color: var(--mauve); font-size: 0.95rem; }
.contact-method span { font-size: 0.88rem; color: #7a6c5e; }

form.order-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 16px;
  color: var(--text);
}

form.order-form input,
form.order-form select,
form.order-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e6dcd3;
  border-radius: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  background: var(--cream);
}

form.order-form button {
  margin-top: 22px;
  width: 100%;
}

/* Footer */
footer {
  background: var(--brown);
  color: #ecdfd2;
  padding: 50px 0 24px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 34px;
}

footer h5 {
  font-family: 'Playfair Display', serif;
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 14px;
}

footer .logo { color: var(--white); margin-bottom: 12px; }
footer .logo span { color: var(--blush-deep); }

footer p { font-size: 0.88rem; opacity: 0.85; margin-bottom: 10px; }

footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer ul a { font-size: 0.88rem; opacity: 0.85; }
footer ul a:hover { opacity: 1; color: var(--blush-deep); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 20px;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner, .split, .contact-grid { grid-template-columns: 1fr; }
  .split .img-col { order: -1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .features { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }

  .menu-toggle { display: flex; }

  nav {
    position: fixed;
    top: 0;
    right: -280px;
    width: 260px;
    height: 100vh;
    background: var(--white);
    box-shadow: -10px 0 30px rgba(90, 70, 50, 0.15);
    padding: 100px 30px 30px;
    transition: right 0.3s ease;
    z-index: 200;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  nav a { font-size: 1rem; }

  .menu-checkbox:checked ~ nav { right: 0; }

  .menu-checkbox:checked ~ .nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(74, 63, 54, 0.35);
    z-index: 190;
  }

  .menu-checkbox:checked ~ .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-checkbox:checked ~ .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-checkbox:checked ~ .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero h1 { font-size: 1.7rem; }
  .hero { min-height: 520px; }
  .hero::before { background-position: center bottom; }
  .hero::after { background-image: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.9) 55%, rgba(255,255,255,0.4) 100%); }
  .hero-inner { max-width: 100%; }
}

@media (max-width: 600px) {
  .product-grid { grid-template-columns: 1fr; }
  .hero { padding: 50px 0 60px; min-height: 460px; }
  section { padding: 56px 0; }
}
