/* =========================================================
   Healing Celtic Copper — stylesheet
   Palette: copper, espresso, cream, Celtic forest green, gold
   ========================================================= */

:root {
  --espresso:      #241a10;
  --espresso-soft: #36281a;
  --copper:        #b06a32;
  --copper-light:  #d98c4a;
  --copper-deep:   #8a4f24;
  --gold:          #c9a24b;
  --forest:        #3a5a40;
  --cream:         #f6efe3;
  --cream-deep:    #ece0cc;
  --ink:           #2a1f14;
  --muted:         #6f6555;
  --white:         #fffdf9;

  --shadow-sm: 0 2px 8px rgba(36, 26, 16, .12);
  --shadow-md: 0 10px 30px rgba(36, 26, 16, .18);
  --shadow-lg: 0 24px 60px rgba(36, 26, 16, .28);

  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1180px;

  --font-display: 'Cinzel', Georgia, 'Times New Roman', serif;
  --font-body: 'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: var(--copper-deep); text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.18;
  color: var(--espresso);
  letter-spacing: .01em;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: 92px 0; }
.section--tight { padding: 64px 0; }

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .74rem;
  font-weight: 800;
  color: var(--copper-deep);
  margin-bottom: 14px;
}

.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.section-head p { color: var(--muted); margin-top: 16px; font-size: 1.06rem; }

/* divider flourish */
.flourish {
  width: 120px; height: 22px; margin: 18px auto 0;
  background: radial-gradient(circle at center, var(--gold) 0 3px, transparent 3px) center/22px 22px no-repeat,
              linear-gradient(90deg, transparent, var(--copper) 18%, var(--copper) 82%, transparent);
  background-position: center, center;
  -webkit-mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
          mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  opacity: .9;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px;
  font-family: var(--font-body);
  font-weight: 800; font-size: .95rem;
  letter-spacing: .02em;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn--primary {
  background: linear-gradient(135deg, var(--copper-light), var(--copper-deep));
  color: var(--white);
  box-shadow: 0 8px 22px rgba(138, 79, 36, .35);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(138, 79, 36, .45); }
.btn--ghost {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,.7);
}
.btn--ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--copper-deep); border-color: var(--copper); }
.btn--outline:hover { background: var(--copper); color: var(--white); transform: translateY(-2px); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 239, 227, .9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(176, 106, 50, .18);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark {
  width: 38px; height: 38px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--copper-light), var(--copper-deep));
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.25), var(--shadow-sm);
  display: grid; place-items: center;
  color: var(--white); font-family: var(--font-display); font-weight: 700; font-size: 1rem;
}
.brand__name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.06rem; color: var(--espresso); line-height: 1.05;
}
.brand__name span { display: block; font-size: .64rem; letter-spacing: .26em; color: var(--copper-deep); font-family: var(--font-body); font-weight: 700; }

.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a {
  display: inline-block; padding: 10px 16px; border-radius: 40px;
  font-weight: 700; font-size: .95rem; color: var(--ink);
  transition: color .15s ease, background .15s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--copper-deep); background: rgba(176,106,50,.1); }
.nav-links .btn { margin-left: 8px; padding: 11px 22px; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; position: absolute; left: 10px; width: 24px; height: 2.5px;
  background: var(--espresso); border-radius: 2px; transition: .25s;
}
.nav-toggle span { top: 21px; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle.open span { background: transparent; }
.nav-toggle.open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.open span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 90vh;
  display: grid; place-items: center; text-align: center;
  color: var(--white); overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background: url('../images/tree-of-life.jpg') center 30%/cover no-repeat;
  transform: scale(1.05);
  filter: saturate(1.05);
}
.hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(36,26,16,.42) 0%, rgba(36,26,16,.72) 70%, rgba(36,26,16,.86) 100%),
    linear-gradient(180deg, rgba(36,26,16,.55), rgba(36,26,16,.5));
}
.hero__inner { position: relative; z-index: 2; max-width: 820px; padding: 120px 24px; }
.hero__kicker {
  text-transform: uppercase; letter-spacing: .34em; font-size: .8rem; font-weight: 800;
  color: var(--gold); margin-bottom: 22px;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(2.6rem, 7vw, 5rem);
  text-shadow: 0 4px 30px rgba(0,0,0,.5);
  line-height: 1.05;
}
.hero h1 .accent { color: var(--copper-light); }
.hero__tagline {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  margin: 24px auto 38px; max-width: 600px;
  color: rgba(255,255,255,.92);
  font-weight: 400;
}
.hero__cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 2; color: rgba(255,255,255,.8); font-size: .78rem; letter-spacing: .2em;
  text-transform: uppercase; animation: bob 2.4s ease-in-out infinite;
}
@keyframes bob { 0%,100%{ transform: translate(-50%,0);} 50%{ transform: translate(-50%,8px);} }

/* ---------- Marquee strip ---------- */
.strip {
  background: var(--espresso); color: var(--cream);
  text-align: center; padding: 16px 24px;
  font-weight: 700; letter-spacing: .04em;
}
.strip b { color: var(--copper-light); }

/* ---------- Intro / split ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media img {
  width: 100%; height: 100%; max-height: 520px; object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
}
.split__body h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: 18px; }
.split__body p { color: var(--muted); margin-bottom: 16px; font-size: 1.05rem; }
.split__body .btn { margin-top: 12px; }

/* price badge floating on media */
.media-wrap { position: relative; }
.price-badge {
  position: absolute; top: 18px; right: 18px;
  background: var(--copper-deep); color: var(--white);
  border-radius: 50px; padding: 12px 20px;
  display: grid; place-content: center; text-align: center;
  font-family: var(--font-display); font-weight: 700; line-height: 1;
  box-shadow: var(--shadow-md); border: 2px solid var(--gold);
}
.price-badge span { font-size: 1.25rem; white-space: nowrap; }
.price-badge small { display: block; font-family: var(--font-body); font-size: .58rem; letter-spacing: .18em; font-weight: 700; margin-top: 5px; }

/* ---------- Benefits ---------- */
.benefits { background: var(--espresso); color: var(--cream); }
.benefits .section-head h2 { color: var(--white); }
.benefits .section-head p { color: rgba(246,239,227,.75); }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 26px; }
.benefit {
  background: rgba(255,255,255,.04); border: 1px solid rgba(201,162,75,.22);
  border-radius: var(--radius); padding: 30px 26px; transition: transform .2s ease, border-color .2s ease;
}
.benefit:hover { transform: translateY(-4px); border-color: var(--copper-light); }
.benefit__icon {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 18px;
  display: grid; place-items: center; font-size: 1.5rem;
  background: linear-gradient(135deg, var(--copper-light), var(--copper-deep));
  box-shadow: var(--shadow-sm);
}
.benefit h3 { color: var(--white); font-size: 1.18rem; margin-bottom: 8px; }
.benefit p { color: rgba(246,239,227,.72); font-size: .95rem; }

/* ---------- Product grid ---------- */
.product-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 30px;
}
.card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(176,106,50,.12);
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--cream-deep); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__media img { transform: scale(1.06); }
.card__tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(36,26,16,.82); color: var(--cream);
  font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 40px;
}
.card__price {
  position: absolute; bottom: 14px; right: 14px;
  background: var(--copper-deep); color: var(--white);
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  padding: 7px 16px; border-radius: 40px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--gold);
}
.card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { font-size: 1.2rem; margin-bottom: 6px; }
.card__body p { color: var(--muted); font-size: .92rem; margin-bottom: 18px; flex: 1; }
.card .btn { width: 100%; justify-content: center; }

/* ---------- Gallery band ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-sm); }

/* ---------- About ---------- */
.about-hero {
  position: relative; color: var(--white); text-align: center; padding: 120px 0 90px;
  background: linear-gradient(rgba(36,26,16,.7), rgba(36,26,16,.78)), url('../images/collection-pile.jpg') center/cover fixed no-repeat;
}
.about-hero h1 { color: var(--white); font-size: clamp(2.3rem, 6vw, 4rem); }
.about-hero p { max-width: 640px; margin: 18px auto 0; color: rgba(255,255,255,.9); font-size: 1.1rem; }

.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin: 40px 0 14px; }
.prose h3 { font-size: 1.3rem; margin: 28px 0 10px; color: var(--copper-deep); }
.prose p { color: #4d4234; margin-bottom: 18px; font-size: 1.07rem; }
.prose ul { margin: 0 0 22px 0; padding-left: 0; list-style: none; }
.prose li {
  position: relative; padding: 10px 0 10px 38px; border-bottom: 1px solid rgba(176,106,50,.14);
  color: #4d4234;
}
.prose li::before {
  content: '✦'; position: absolute; left: 6px; top: 9px; color: var(--copper); font-size: 1.05rem;
}
.prose li b { color: var(--espresso); }

.note {
  background: var(--cream-deep); border-left: 4px solid var(--copper);
  border-radius: 10px; padding: 18px 22px; font-size: .92rem; color: #5b5040; margin: 30px 0;
}

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--copper-deep), var(--espresso));
  color: var(--white); text-align: center; border-radius: var(--radius-lg);
  padding: 64px 32px; box-shadow: var(--shadow-md);
}
.cta-band h2 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.6rem); }
.cta-band p { color: rgba(255,255,255,.85); max-width: 540px; margin: 16px auto 28px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--espresso); color: rgba(246,239,227,.78); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.site-footer h4 { color: var(--white); font-family: var(--font-display); margin-bottom: 16px; font-size: 1.05rem; }
.site-footer a { color: rgba(246,239,227,.78); }
.site-footer a:hover { color: var(--copper-light); }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-about p { font-size: .95rem; line-height: 1.7; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-bottom {
  border-top: 1px solid rgba(246,239,227,.14); padding-top: 22px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .85rem; color: rgba(246,239,227,.55);
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split--reverse .split__media { order: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; inset: 76px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); padding: 12px 20px 24px;
    border-bottom: 1px solid rgba(176,106,50,.2);
    box-shadow: var(--shadow-md);
    transform: translateY(-130%); transition: transform .3s ease; pointer-events: none;
  }
  .nav-links.open { transform: translateY(0); pointer-events: auto; }
  .nav-links a { padding: 14px 12px; border-radius: 10px; }
  .nav-links .btn { margin: 10px 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}
