/* ============================================
   ACESO WELLNESS — shared stylesheet
   Premium/boutique wellness aesthetic.
   Swap CSS variables below to retheme quickly.
   ============================================ */

:root {
  --ink: #17181a;
  --ink-soft: #2b2c2f;
  --paper: #faf8f5;
  --paper-dim: #f1ede6;
  --line: #e4ded3;
  --copper: #b7793f;
  --copper-dark: #96602c;
  --sage: #6b7a63;
  --muted: #6f6a62;
  --radius: 2px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Typography ---------- */

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
  color: var(--ink);
}

h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); line-height: 1.08; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.15; }
h3 { font-size: 1.3rem; }

p { margin: 0 0 1em; color: var(--ink-soft); }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper-dark);
  font-weight: 600;
  margin-bottom: 0.9em;
  display: block;
}

.lede {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 560px;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--ink);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--ink);
  color: var(--paper);
}
.btn-primary:hover { background: var(--copper-dark); border-color: var(--copper-dark); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--paper); }

.btn-light {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--paper);
}
.btn-light:hover { background: var(--copper); border-color: var(--copper); color: #fff; }

/* ---------- Header ---------- */

header.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 245, 0.94);
  backdrop-filter: saturate(150%) blur(6px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  max-width: 1120px;
  margin: 0 auto;
}

.logo {
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.logo span { color: var(--copper-dark); }

nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 34px;
  margin: 0;
  padding: 0;
}

nav.main-nav a {
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-soft);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}
nav.main-nav a:hover,
nav.main-nav a.active {
  color: var(--ink);
  border-bottom-color: var(--copper);
}

.header-cta { display: flex; align-items: center; gap: 20px; }
.header-cta .btn { padding: 10px 22px; }

/* mobile nav toggle (kept simple, no JS needed for a small catalog) */
.nav-toggle { display: none; }

@media (max-width: 780px) {
  .header-inner { flex-wrap: wrap; padding: 14px 20px; row-gap: 10px; }
  nav.main-nav { order: 3; width: 100%; }
  nav.main-nav ul { gap: 20px; justify-content: flex-start; flex-wrap: wrap; }
  nav.main-nav a { font-size: 0.76rem; }
  .header-cta .btn { padding: 8px 14px; font-size: 0.72rem; }
}

/* ---------- Hero ---------- */

.hero {
  padding: 96px 0 84px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-dim) 100%);
  border-bottom: 1px solid var(--line);
}

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

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
}

.hero-art {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 20%, rgba(183,121,63,0.35), transparent 55%),
    linear-gradient(155deg, #23241f 0%, #101112 70%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 28px;
}
.hero-art .art-tag {
  color: #f1ede6;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
}
.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,11,13,0.72) 100%);
  z-index: 2;
  pointer-events: none;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.1s ease;
  z-index: 1;
}
.hero-slide.active { opacity: 1; }
.hero-art .art-tag { position: relative; z-index: 3; }
.hero-dots {
  position: absolute;
  right: 22px;
  bottom: 24px;
  display: flex;
  gap: 8px;
  z-index: 3;
}
.hero-dots .dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(241,237,230,0.8);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease;
}
.hero-dots .dot.active { background: var(--copper); border-color: var(--copper); }

.hero-actions { display: flex; gap: 16px; margin-top: 8px; flex-wrap: wrap; }

/* ---------- Sections ---------- */

section { padding: 88px 0; }
section.tight { padding: 56px 0; }
.section-head { max-width: 620px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.bg-dim { background: var(--paper-dim); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bg-ink { background: var(--ink); color: var(--paper); }
.bg-ink h2, .bg-ink h3, .bg-ink .eyebrow { color: var(--paper); }
.bg-ink p { color: #cfcbc2; }

/* ---------- Product cards ---------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) {
  .card-grid.three { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .card-grid { grid-template-columns: 1fr; }
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(23,24,26,0.08);
}

.product-media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(155deg, #23241f 0%, #101112 75%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media .glyph {
  width: 74px; height: 74px;
  border: 1px solid rgba(241,237,230,0.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #f1ede6;
  font-family: var(--serif);
  font-size: 1.6rem;
  opacity: 0.85;
}
.product-media .badge {
  position: absolute;
  top: 16px; left: 16px;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--copper);
  color: #fff;
  padding: 5px 10px;
  border-radius: var(--radius);
}

.product-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.product-body .model-line {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.product-body h3 { margin-bottom: 8px; }
.product-body p { font-size: 0.94rem; flex: 1; }

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.price {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--ink);
}
.price small {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
  margin-left: 6px;
}

.product-links { display: flex; gap: 12px; margin-top: 18px; }
.product-links .btn { flex: 1; text-align: center; padding: 12px 18px; }

/* coming soon card */
.card-soon {
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 32px;
  color: var(--muted);
  background: var(--paper-dim);
}
.card-soon .eyebrow { color: var(--muted); }

/* ---------- Feature list ---------- */

.feature-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.feature-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  font-size: 0.98rem;
  color: var(--ink-soft);
}
.feature-list .dot {
  width: 8px; height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--copper);
}
.feature-list strong { color: var(--ink); font-weight: 600; }

/* ---------- Spec table ---------- */

table.spec-table { width: 100%; border-collapse: collapse; }
table.spec-table tr { border-bottom: 1px solid var(--line); }
table.spec-table td { padding: 14px 4px; vertical-align: top; }
table.spec-table td:first-child {
  width: 34%;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
table.spec-table td:last-child { color: var(--ink-soft); }

/* ---------- Note / callout ---------- */

.callout {
  background: var(--paper-dim);
  border-left: 3px solid var(--copper);
  padding: 20px 24px;
  border-radius: var(--radius);
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.callout strong { color: var(--ink); }

/* ---------- Steps (how it works) ---------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
@media (max-width: 780px) { .steps { grid-template-columns: 1fr; } }
.step .num {
  font-family: var(--serif);
  font-size: 2.2rem;
  color: var(--copper);
  margin-bottom: 8px;
}

/* ---------- Contact form ---------- */

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.form-grid .full { grid-column: 1 / -1; }

label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 8px;
}

input, select, textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--ink);
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--copper);
}
textarea { resize: vertical; min-height: 120px; }

/* ---------- Footer ---------- */

footer.site-footer {
  background: var(--ink);
  color: #cfcbc2;
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; } }
footer.site-footer h4 {
  color: #f1ede6;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--sans);
  margin-bottom: 16px;
}
footer.site-footer .logo { color: #f1ede6; }
footer.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
footer.site-footer a { font-size: 0.92rem; }
footer.site-footer a:hover { color: var(--copper); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 0.8rem;
  color: #8f8b83;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Page hero (interior pages) ---------- */

.page-hero {
  padding: 64px 0 48px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-dim);
}
.breadcrumb {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 14px;
}
.breadcrumb a:hover { color: var(--copper-dark); }

/* ---------- Product detail layout ---------- */

.detail-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 860px) { .detail-grid { grid-template-columns: 1fr; } }

.detail-media {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background: linear-gradient(155deg, #23241f 0%, #101112 75%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 96px;
}
.detail-media .glyph {
  width: 110px; height: 110px;
  border: 1px solid rgba(241,237,230,0.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #f1ede6;
  font-family: var(--serif);
  font-size: 2.2rem;
  opacity: 0.85;
}

.price-block {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 6px 0 22px;
}
.price-block .amount { font-family: var(--serif); font-size: 2.4rem; }
.price-block .unit { font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

.tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.tag {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--muted);
}

/* ---------- Feature showcase (product pages) ---------- */

.feature-showcase { display: grid; gap: 64px; }
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.feature-row .feature-art {
  border-radius: var(--radius);
  border: 1px solid #2c2e34;
  overflow: hidden;
  line-height: 0;
}
.feature-row .feature-art img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.feature-row .feature-art:hover img { transform: scale(1.02); }
.feature-row.reverse .feature-art { order: 2; }
@media (max-width: 780px) {
  .feature-row { grid-template-columns: 1fr; }
  .feature-row.reverse .feature-art { order: 0; }
}
.feature-copy h3 { margin-bottom: 10px; }
.feature-copy p { font-size: 0.97rem; }

.detail-media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.product-media { overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.product-card:hover .product-media img { transform: scale(1.04); }

/* ---------- Buy box (product pages) ---------- */

.buy-points { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 9px; }
.buy-points li {
  display: grid; grid-template-columns: 16px 1fr; gap: 10px;
  font-size: 0.93rem; color: var(--ink-soft);
}
.buy-points .dot { width: 7px; height: 7px; margin-top: 7px; border-radius: 50%; background: var(--copper); }
.perfect-for {
  background: var(--paper-dim);
  border-left: 3px solid var(--copper);
  padding: 12px 16px;
  font-size: 0.92rem;
  margin-bottom: 22px;
}
.perfect-for strong { color: var(--ink); }

/* ---------- Statement section ---------- */

.statement {
  padding: 96px 0;
  background: var(--ink);
  text-align: center;
}
.statement h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  color: var(--paper);
  max-width: 760px;
  margin: 0 auto 16px;
}
.statement p { color: #a49f96; max-width: 560px; margin: 0 auto; }

/* ---------- Spec band ---------- */

.spec-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
}
.spec-band .cell {
  padding: 22px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.spec-band .cell .label {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 8px;
}
.spec-band .cell .value { font-family: var(--serif); font-size: 1.05rem; color: var(--ink); }

.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Utility ---------- */

.mt-0 { margin-top: 0; }
.center { text-align: center; }
.small { font-size: 0.85rem; color: var(--muted); }
