/* Urelisia — coastal editorial wellness */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Figtree:wght@400;500;600;700&display=swap');

:root {
  --ink: #142826;
  --ink-soft: #3a524e;
  --teal: #0f4f4a;
  --teal-deep: #0a3532;
  --teal-mid: #1a6b64;
  --foam: #e6f3f0;
  --mist: #f3f7f5;
  --sand: #f8f4ee;
  --cream: #fffdf9;
  --amber: #c9974a;
  --amber-soft: #e8c98a;
  --rose: #b86b6b;
  --line: rgba(20, 40, 38, 0.12);
  --shadow: 0 18px 50px rgba(15, 79, 74, 0.12);
  --radius: 4px;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Figtree', system-ui, sans-serif;
  --max: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.65;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--teal-mid); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--teal-deep); }
ul { list-style: none; }

.container { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }

/* Disclosure — Outbrain */
.disclosure {
  background: var(--teal-deep);
  color: rgba(255,255,255,0.88);
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 0.55rem 1rem;
  font-weight: 500;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 244, 238, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.95rem 0;
}

.logo {
  display: flex;
  align-items: center;
  color: var(--teal);
  width: 148px;
  flex-shrink: 0;
}
.logo svg { width: 100%; height: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.92rem;
  font-weight: 500;
}
.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
}
.nav-links a:hover { color: var(--teal); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--teal);
  color: #fff !important;
  text-decoration: none !important;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: transform 0.35s var(--ease), background 0.25s ease;
}
.nav-cta:hover { background: var(--teal-deep); transform: translateY(-1px); color: #fff !important; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.45rem 0.65rem;
  cursor: pointer;
  color: var(--ink);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.9rem 1.55rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.25s ease;
}
.btn-primary {
  background: var(--teal);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(15, 79, 74, 0.25);
}
.btn-primary:hover {
  background: var(--teal-deep);
  transform: translateY(-2px);
  color: #fff !important;
}
.btn-ghost {
  background: transparent;
  color: var(--teal) !important;
  border: 1.5px solid rgba(15, 79, 74, 0.35);
}
.btn-ghost:hover {
  background: var(--foam);
  transform: translateY(-1px);
  color: var(--teal-deep) !important;
}
.btn-amber {
  background: linear-gradient(135deg, var(--amber), #d4a85c);
  color: #1a1408 !important;
  box-shadow: 0 10px 28px rgba(201, 151, 74, 0.35);
}
.btn-amber:hover {
  transform: translateY(-2px);
  color: #1a1408 !important;
}

/* Hero — brand first, full-bleed atmosphere */
.hero {
  position: relative;
  min-height: min(88vh, 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(26, 107, 100, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 40% at 15% 80%, rgba(201, 151, 74, 0.18), transparent 50%),
    linear-gradient(160deg, #0a3532 0%, #0f4f4a 42%, #1a6b64 78%, #2a7a72 100%);
  color: #fff;
  padding: 5rem 0 4.5rem;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
  pointer-events: none;
}

.hero-visual {
  position: absolute;
  right: -5%;
  top: 8%;
  width: min(52vw, 560px);
  height: min(70vh, 620px);
  border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%;
  background:
    linear-gradient(145deg, rgba(232, 201, 138, 0.25), transparent 50%),
    linear-gradient(200deg, rgba(230, 243, 240, 0.15), rgba(15, 79, 74, 0.4));
  border: 1px solid rgba(255,255,255,0.12);
  animation: morph 14s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes morph {
  0% { border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%; transform: translateY(0) rotate(0deg); }
  100% { border-radius: 55% 45% 40% 60% / 50% 55% 45% 50%; transform: translateY(18px) rotate(4deg); }
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding-bottom: 0.5rem;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.15s forwards;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.95);
  margin-bottom: 1rem;
  max-width: 22ch;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.35s forwards;
}

.hero-lead {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.78);
  max-width: 38ch;
  margin-bottom: 2rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.5s forwards;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.65s forwards;
}

.hero .btn-primary {
  background: #fff;
  color: var(--teal-deep) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}
.hero .btn-primary:hover { background: var(--foam); color: var(--teal-deep) !important; }
.hero .btn-ghost {
  border-color: rgba(255,255,255,0.4);
  color: #fff !important;
}
.hero .btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff !important; }

@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Sections */
.section { padding: 5rem 0; }
.section-alt {
  background:
    linear-gradient(180deg, var(--mist) 0%, var(--foam) 100%);
}
.section-teal {
  background: linear-gradient(165deg, var(--teal-deep), var(--teal));
  color: #fff;
}

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.75rem;
}
.section-teal .eyebrow { color: var(--amber-soft); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.85rem;
  color: var(--ink);
}
.section-teal .section-title { color: #fff; }

.section-lead {
  color: var(--ink-soft);
  max-width: 48ch;
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}
.section-teal .section-lead { color: rgba(255,255,255,0.75); }

/* Path / timeline of topics — different structure from serenuria cards */
.path {
  display: grid;
  gap: 0;
  position: relative;
}
.path::before {
  content: '';
  position: absolute;
  left: 1.15rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: linear-gradient(180deg, var(--teal), var(--amber-soft));
  opacity: 0.35;
}
.path-item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1.25rem;
  padding: 1.35rem 0;
  text-decoration: none;
  color: inherit;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.path-item.is-visible { opacity: 1; transform: translateX(0); }
.path-item:hover .path-title { color: var(--teal-mid); }

.path-dot {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--teal);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--teal);
  position: relative;
  z-index: 1;
}
.path-body { padding-top: 0.15rem; }
.path-tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.25rem;
}
.path-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  transition: color 0.25s ease;
}
.path-desc { color: var(--ink-soft); font-size: 0.98rem; max-width: 52ch; }

/* Classic article cards */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.article-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.article-card-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--teal);
}
.article-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.article-card:hover .article-card-img img { transform: scale(1.04); }
.article-card-body { padding: 1.25rem 1.35rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.article-card-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.45rem;
}
.article-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: var(--ink);
}
.article-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  flex: 1;
  margin-bottom: 0.85rem;
}
.article-card .read-more {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--teal-mid);
}

.footer-company {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.65);
}
.footer-company strong { color: #fff; font-weight: 600; }
.footer-company a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  display: inline;
}
.footer-company a:hover { color: #fff; }
.footer-company p { margin-bottom: 0.15rem; max-width: none; }

.article-hero-img {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 2rem;
  aspect-ratio: 16 / 9;
  background: var(--teal);
}
.article-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-visual img.product-photo {
  width: 78%;
  max-width: 320px;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 3/4;
  animation: float 5s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(10, 53, 50, 0.3));
}

/* Featured strip */
.featured {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.featured-copy { padding: 2.5rem; }
.featured-visual {
  min-height: 320px;
  position: relative;
  overflow: hidden;
  background: var(--teal-deep);
}
.featured-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.featured-visual::after {
  display: none;
}
.meta { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 1.25rem; }

/* Product band */
.product-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.product-visual {
  aspect-ratio: 1 / 1.05;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 40% 30%, rgba(232,201,138,0.4), transparent 50%),
    linear-gradient(160deg, #dceee9, #b8d9d2 40%, #7fb5ac);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.product-device {
  width: 58%;
  max-width: 220px;
  filter: drop-shadow(0 20px 40px rgba(10, 53, 50, 0.35));
  animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.product-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: rgba(255,255,255,0.92);
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin: 1.25rem 0 1.5rem;
}
.price {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
.price-old {
  text-decoration: line-through;
  color: rgba(255,255,255,0.5);
  font-size: 1.1rem;
}
.stars { color: var(--amber-soft); letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.product-list {
  margin: 1.5rem 0 2rem;
  display: grid;
  gap: 0.65rem;
}
.product-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: rgba(255,255,255,0.88);
  font-size: 0.98rem;
}
.product-list li::before {
  content: '✓';
  color: var(--amber-soft);
  font-weight: 700;
  flex-shrink: 0;
}
.product-info .product-list li::before { color: var(--teal-mid); }

/* Stats — subtle, not card-heavy */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--teal);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.stat-label { color: var(--ink-soft); font-size: 0.95rem; }

/* Page hero (inner pages) */
.page-hero {
  padding: 3.5rem 0 2.5rem;
  background:
    linear-gradient(180deg, var(--foam), var(--sand));
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.page-hero p { color: var(--ink-soft); max-width: 52ch; }

/* Article content */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 3rem;
  padding: 3.5rem 0 5rem;
}
.prose { max-width: 68ch; }
.prose h2 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  margin: 2.25rem 0 0.85rem;
  letter-spacing: -0.02em;
}
.prose h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 1.75rem 0 0.6rem;
}
.prose p { margin-bottom: 1.1rem; color: var(--ink-soft); }
.prose ul {
  margin: 0 0 1.25rem 1.1rem;
  list-style: disc;
  color: var(--ink-soft);
}
.prose li { margin-bottom: 0.4rem; }
.prose .note {
  background: var(--foam);
  border-left: 3px solid var(--teal);
  padding: 1rem 1.25rem;
  margin: 1.75rem 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.aside-box {
  position: sticky;
  top: 6rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.5rem;
}
.aside-box h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
}
.aside-box p { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 1rem; }

/* Product page */
.product-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  padding: 3rem 0 4rem;
}
.product-gallery {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 0.75rem;
}
.product-gallery-main {
  border-radius: 24px;
  overflow: hidden;
  background: #e8f0ee;
  aspect-ratio: 3 / 4;
}
.product-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
}
.product-thumbs button {
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #e8f0ee;
  aspect-ratio: 1;
}
.product-thumbs button.is-active,
.product-thumbs button:hover {
  border-color: var(--teal);
}
.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-info .tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.75rem;
}
.product-info h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.rating { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; color: var(--ink-soft); font-size: 0.92rem; }
.rating .stars { color: var(--amber); margin: 0; }
.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin: 1.5rem 0;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.spec dt { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); font-weight: 600; }
.spec dd { font-weight: 600; color: var(--ink); margin-top: 0.15rem; }
.disclaimer-box {
  background: var(--mist);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin-top: 1.5rem;
}

/* FAQ */
.faq { margin-top: 1rem; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  cursor: pointer;
  padding: 1.15rem 0;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.35rem;
  color: var(--teal);
  font-weight: 400;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p {
  padding-bottom: 1.15rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

/* Contact / legal */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.contact-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.75rem;
}
.contact-card h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
}
.contact-card p, .contact-card a {
  color: var(--ink-soft);
  margin-bottom: 0.4rem;
  display: block;
  text-decoration: none;
}
.contact-card a:hover { color: var(--teal); }

.legal-content {
  padding: 3rem 0 5rem;
  max-width: 72ch;
}
.legal-content h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin: 2rem 0 0.75rem;
}
.legal-content p, .legal-content li {
  color: var(--ink-soft);
  margin-bottom: 0.85rem;
}
.legal-content ul {
  list-style: disc;
  margin: 0 0 1rem 1.25rem;
}

/* Footer */
.site-footer {
  background: var(--teal-deep);
  color: rgba(255,255,255,0.75);
  padding: 3.5rem 0 2rem;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-brand .logo { width: 140px; margin-bottom: 1rem; }
.site-footer .logo img { filter: brightness(0) invert(1); }
.footer-brand p { max-width: 28ch; line-height: 1.55; }
.footer-col h3 {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 700;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.footer-affiliate {
  margin-top: 1.25rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  max-width: 80ch;
  line-height: 1.5;
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  width: min(100% - 2rem, 640px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem 1.4rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  z-index: 100;
  transition: transform 0.5s var(--ease);
}
.cookie-banner.is-open { transform: translateX(-50%) translateY(0); }
.cookie-banner p {
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}
.cookie-actions { display: flex; gap: 0.65rem; flex-wrap: wrap; }
.cookie-actions .btn { padding: 0.55rem 1.1rem; font-size: 0.85rem; }

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 900px) {
  .featured, .product-band, .product-hero, .article-layout, .footer-grid, .contact-grid, .stats, .articles-grid {
    grid-template-columns: 1fr;
  }
  .articles-grid { grid-template-columns: 1fr 1fr; }
  .product-gallery { position: static; }
  .aside-box { position: static; }
  .hero-visual { opacity: 0.45; width: 70vw; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--sand);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem 1.25rem;
    border-bottom: 1px solid var(--line);
    gap: 0.85rem;
  }
  .nav-links.is-open { display: flex; }
  .nav-toggle { display: block; }
  .nav { position: relative; }
}

@media (max-width: 560px) {
  .hero { min-height: auto; padding: 3rem 0 3.5rem; }
  .specs { grid-template-columns: 1fr; }
  .brand-mark { font-size: 2.4rem; }
  .articles-grid { grid-template-columns: 1fr; }
  .product-thumbs { grid-template-columns: repeat(4, 1fr); }
}
