/* =============================================================
   ELEGANT MINIMALIST WELLNESS — Pure Neutral Palette
 Clean lines · Generous whitespace · Monochromatic elegance
 ============================================================= */

:root {
  --bg-white: #ffffff;
  --bg-soft: #faf8f5;
  --primary-text: #2d3748;
  --text-muted: #718096;
  --border-light: rgba(0,0,0,0.06);
  --radius-base: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.06);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; scroll-behavior: smooth; font-size: 16px; line-height: 1.8; }
body { background-color: var(--bg-white); color: var(--primary-text); min-height: 100vh; overflow-x: hidden; }
::selection { background: rgba(0,0,0,0.1); opacity: 0.8; }
a { color: inherit; transition: all 0.3s ease; position: relative; text-decoration-thickness: 2px; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(960px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 10; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-light); box-shadow: var(--shadow-sm); height: 64px; }
.site-nav { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 32px; padding: 0 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 1.25rem; font-weight: 700; color: var(--primary-text); text-decoration: none; letter-spacing: -0.01em; }
.nav-links { display: flex; gap: 0; list-style: none; }
.nav-links a {
  display: inline-block; padding: 16px 20px; font-size: 0.95rem; color: var(--text-muted); font-weight: 500; border-bottom: 2px solid transparent; transition: all 0.3s ease; }
.nav-links a:hover { border-bottom-color: var(--primary-text); }
.nav-links a.active { border-bottom-color: #1c97df; font-weight: 600; color: var(--primary-text); }
.mobile-menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; color: var(--primary-text); cursor: pointer; padding: 8px; }

.hero {
  padding: 140px 0 100px; 
  /* min-height: 85vh; */
  background: linear-gradient(135deg, var(--bg-soft) 0%, var(--bg-white) 100%);
  display: flex; align-items: center; clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); }
.hero .container { position: relative; z-index: 2; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(40px, 8vw, 60px); align-items: start; position: relative; z-index: 2; }

.hero-badge {
  display: inline-block; padding: 8px 18px; margin-bottom: 24px; background: var(--bg-soft); color: var(--primary-text); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 9999px; border: 1px solid var(--border-light); transform: rotate(-2deg); box-shadow: var(--shadow-sm); }

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 700; line-height: 1.1; color: var(--primary-text); margin-bottom: 20px; letter-spacing: -0.01em; }
.hero h1 strong { color: var(--primary-text); }
.hero p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 32px; max-width: 480px; line-height: 1.8; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; position: relative; z-index: 2; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; border-radius: var(--radius-base); font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; transition: all 0.3s ease; border: 2px solid var(--border-light); box-shadow: var(--shadow-sm); }
.btn-primary { 
	background: #1c97df; 
	color: #fff; 
	/* border-color: var(--primary-text); */
	box-shadow: 0 4px 12px rgba(45, 55, 72, 0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(45, 55, 72, 0.4); }
.btn-secondary { background: #fff; color: var(--primary-text); border-color: #c7c7c7; }
.btn-secondary:hover { background: var(--bg-soft); color: #fff; transform: translateY(-2px); }

.hero-frame { background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-md); aspect-ratio: 4/3; overflow: hidden; position: relative; z-index: 2; 
transform: rotate(5deg);
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-base); filter: sepia(0.05) contrast(1.05); }

.stat-container {
  position: absolute; bottom: -24px; right: -24px; background: #fff; padding: 20px 28px; border-radius: var(--radius-lg); border: 1px solid var(--border-light); box-shadow: var(--shadow-md); display: flex; gap: 24px; transform: rotate(-3deg); }
.stat-item { text-align: center; min-width: 70px; }
.stat-item strong { display: block; font-size: 1.8rem; font-weight: 700; color: var(--primary-text); margin-bottom: 4px; }
.stat-item span { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }

.notice { max-width: 720px; margin: 40px auto; padding: 16px 24px; background: var(--bg-soft); border-left: 4px solid var(--primary-text); font-size: 0.9rem; color: var(--text-muted); border-radius: 0 var(--radius-base) var(--radius-base) 0; position: relative; z-index: 2; }

.section { padding: 80px 0; position: relative; z-index: 2; }
.section-soft { background: linear-gradient(to bottom, rgba(250, 248, 245, 0.4), transparent); }

.section-title { text-align: center; margin-bottom: 56px; max-width: 640px; margin-inline: auto; position: relative; z-index: 2; }
.section-title .eyebrow {
  display: inline-block; padding: 6px 14px; margin-bottom: 12px; background: var(--bg-soft); color: var(--primary-text); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 9999px; border: 1px solid var(--border-light); }
.section-title h2 { font-size: 1.8rem; font-weight: 700; color: var(--primary-text); margin-bottom: 12px; letter-spacing: -0.01em; }
.section-title h2::after { content: ""; display: block; width: 50px; height: 2px; margin: 16px auto; background: var(--primary-text); border-radius: 2px; }
.section-title p { color: var(--text-muted); font-size: 1rem; line-height: 1.7; }

.about-creative { display: grid; grid-template-columns: 320px 1fr; gap: clamp(40px, 6vw, 70px); align-items: start; position: relative; z-index: 2; }
.about-creative-figure img { width: 100%; height: 340px; object-fit: cover; border-radius: var(--radius-lg); border: 1px solid var(--border-light); box-shadow: var(--shadow-md); filter: sepia(0.1) brightness(0.98); }
.about-creative-text .eyebrow { color: var(--primary-text); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; display: inline-block; padding: 6px 14px; border-radius: 9999px; border: 1px solid var(--border-light); background: var(--bg-soft); }
.about-creative-text h3 { font-size: 1.6rem; font-weight: 700; color: var(--primary-text); margin-bottom: 16px; border-bottom: 2px solid var(--bg-soft); padding-bottom: 12px; display: inline-block; }
.about-creative-text p { color: var(--text-muted); font-size: 1rem; margin-bottom: 16px; line-height: 1.8; }

.about-creative-stats { display: flex; gap: 32px; margin-top: 24px; padding-top: 24px; border-top: 1px dashed var(--border-light); }
.about-creative-stats div { text-align: center; }
.about-creative-stats strong { display: block; font-size: 1.8rem; font-weight: 700; color: var(--primary-text); margin-bottom: 4px; }
.about-creative-stats span { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }

.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--primary-text); font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; position: relative; }
.text-link:hover { gap: 12px; transform: translateX(4px); }

.health-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; z-index: 2; }
.card { background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); transition: all 0.3s ease; position: relative; transform: skew(-1deg); }
.card:hover { transform: skew(-2deg) scale(1.03); box-shadow: var(--shadow-md); border-color: var(--primary-text); }
.card-media { width: 100%; height: 180px; object-fit: cover; border-radius: 6px; margin-bottom: 16px; border: 1px solid var(--border-light); filter: sepia(0.08) contrast(1.1); }
.card-icon { width: 44px; height: 44px; margin-bottom: 12px; border-radius: 50%; background: var(--bg-soft); color: var(--primary-text); font-size: 1.1rem; display: grid; place-items: center; margin-left: auto; margin-right: auto; }
.card h3 { font-size: 1.05rem; font-weight: 700; color: var(--primary-text); margin-bottom: 8px; text-transform: uppercase; letter-spacing: -0.01em; }
.card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; }

.page-hero { padding: 120px 0; background: linear-gradient(135deg, var(--primary-text), #1a202c); color: #fff; text-align: center; position: relative; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; margin-bottom: 12px; letter-spacing: -0.02em; text-transform: uppercase; }
.page-hero p { color: rgba(255,255,255,0.8); max-width: 480px; margin: 0 auto; }

.content-section { background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-md); position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.content-hero-image { width: 100%; height: 280px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 32px; border: 1px solid var(--border-light); filter: sepia(0.15) contrast(1.05); }
.content-section h2 { font-size: 1.4rem; font-weight: 700; color: var(--primary-text); margin: 32px 0 16px; padding-bottom: 12px; border-bottom: 2px solid var(--border-light); text-transform: uppercase; letter-spacing: -0.01em; }
.content-section h3 { font-size: 1.2rem; font-weight: 600; color: var(--primary-text); margin: 24px 0 12px; padding-left: 16px; border-left: 3px solid var(--border-light); }
.content-section p { color: var(--text-muted); font-size: 1rem; margin-bottom: 16px; line-height: 1.8; }
.content-section ul { margin: 16px 0; padding-left: 24px; }
.content-section li { color: var(--text-muted); margin-bottom: 8px; font-size: 0.95rem; line-height: 1.7; }
.content-section li::before { content: "•"; color: var(--primary-text); font-weight: 700; margin-right: 8px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; position: relative; z-index: 2; }
.mini-card { background: var(--bg-soft); padding: 24px; border-radius: var(--radius-lg); border: 1px solid var(--border-light); text-align: center; transition: all 0.3s ease; cursor: default; position: relative; }
.mini-card:hover { transform: translateY(-4px); border-color: var(--primary-text); box-shadow: var(--shadow-md); }
.mini-card i { font-size: 1.6rem; color: var(--primary-text); margin-bottom: 12px; display: block; }
.mini-card h3 { font-size: 1rem; font-weight: 700; color: var(--primary-text); margin-bottom: 8px; text-transform: uppercase; letter-spacing: -0.01em; }
.mini-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; }

.knowledge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 24px; position: relative; z-index: 2; }
.knowledge-block { background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.3s ease; position: relative; transform: skew(-1deg); }
.knowledge-block:hover { transform: skew(-2deg) scale(1.03); box-shadow: var(--shadow-md); border-color: var(--primary-text); }
.knowledge-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid var(--border-light); filter: sepia(0.1) contrast(1.1); }
.knowledge-content { padding: 20px; position: relative; z-index: 2; }
.knowledge-block h2 { font-size: 1.1rem; font-weight: 700; color: var(--primary-text); margin-bottom: 12px; text-transform: uppercase; letter-spacing: -0.01em; display: flex; align-items: center; gap: 8px; }
.knowledge-block ul { list-style: none; padding: 0; }
.knowledge-block li { color: var(--text-muted); margin-bottom: 10px; padding-left: 24px; position: relative; font-size: 0.9rem; line-height: 1.6; }
.knowledge-block li::before { content: "○"; position: absolute; left: 0; color: var(--primary-text); font-size: 0.8rem; }

.legal { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.legal-image { width: 100%; height: 200px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 24px; border: 1px solid var(--border-light); filter: sepia(0.15) contrast(1.1); }

.contact-layout { display: grid; grid-template-columns: 1fr 280px; gap: 32px; position: relative; z-index: 2; }
.contact-card { background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); position: relative; }
.contact-card h2 { font-size: 1.25rem; font-weight: 700; color: var(--primary-text); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--border-light); display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: -0.01em; }
.contact-list { display: grid; gap: 10px; }
.contact-list div { background: var(--bg-soft); padding: 12px 16px; border-radius: var(--radius-base); font-weight: 600; font-size: 0.9rem; color: var(--primary-text); transition: all 0.3s ease; }
.contact-list div:hover { background: var(--primary-text); color: #fff; transform: translateX(6px); box-shadow: var(--shadow-sm); }

.contact-aside { background: var(--primary-text); color: #fff; border-radius: var(--radius-lg); padding: 32px; position: relative; overflow: hidden; box-shadow: var(--shadow-sm); }
.aside-image { width: calc(100% + 64px); height: 80px; object-fit: cover; margin: -32px -32px 20px -32px; opacity: 0.15; filter: blur(6px) grayscale(1); }
.contact-aside h3 { font-size: 1.2rem; font-weight: 600; margin: 16px 0; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-aside p { font-size: 0.9rem; line-height: 1.7; opacity: 0.9; text-transform: uppercase; letter-spacing: 0.06em; }

.site-footer { background: linear-gradient(180deg, #2d3748, #1a202c); color: rgba(255,255,255,0.6); padding: 56px 0 32px; position: relative; z-index: 2; border-top: 2px solid var(--primary-text); }
.footer-content { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 40px; flex-wrap: wrap; }
.footer-brand { max-width: 320px; }
.footer-brand .logo { color: #fff; font-weight: 700; font-size: 1.2rem; margin-bottom: 12px; }
.footer-brand p { color: rgba(255,255,255,0.5); font-size: 0.9rem; margin-top: 12px; line-height: 1.7; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.7); padding: 8px 14px; border-radius: 9999px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; border: 1px solid rgba(255,255,255,0.15); transition: all 0.3s; }
.footer-links a:hover { color: #fff; background: rgba(255,255,255,0.1); border-color: var(--primary-text); }
.footer-info { text-align: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.4); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; }

.cookie-banner { position: fixed; bottom: 24px; 
left: 50%;
transform: translateX(-50%) translateY(100px); z-index: 1000; background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 20px 32px; box-shadow: var(--shadow-md); min-width: 960px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; opacity: 0; transition: all 0.4s ease; }
.cookie-banner.show, .cookie-banner.is-visible { transform: translateX(-50%) translateY(0); opacity: 1; }
.cookie-banner__text strong { color: var(--primary-text); font-weight: 600; display: block; margin-bottom: 4px; font-size: 0.95rem; }
.cookie-banner__p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.5; }
.cookie-banner__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-banner__actions button { padding: 8px 18px; border: 1px solid var(--border-light); border-radius: 9999px; font-size: 0.85rem; font-weight: 600; cursor: pointer; background: #fff; color: var(--primary-text); transition: all 0.3s; }
.cookie-banner__actions button[data-accept] { background: #1c97df; color: #fff; 
/* border-color: var(--primary-text); */
}
.cookie-banner__actions button[data-accept]:hover { background: #4b5563; }
.cookie-banner__actions button[data-close]:hover { background: var(--bg-soft); }

@media (max-width: 1024px) {
  .hero-layout, .about-creative, .contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .health-cards { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .stat-container { position: static; margin-top: 24px; flex-direction: row; gap: 16px; transform: none; }
  .page-hero { padding: 100px 0; }
  .section { padding: 60px 0; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .content-section { padding: 24px; }
  .footer-content { flex-direction: column; text-align: center; gap: 24px; }
  .footer-links { justify-content: center; }
}

@media (max-width: 768px) {
  .site-header { border-bottom-style: dotted; }
  .nav-links { position: absolute; top: 64px; left: 12px; right: 12px; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--border-light); display: none; }
  .nav-links.active { display: flex; }
  .nav-links a { width: 100%; text-align: center; padding: 12px; border-bottom: 1px solid var(--border-light); }
  .mobile-menu-toggle { display: block; }
  .hero { padding: 80px 0 50px; min-height: auto; }
  .hero h1 { font-size: clamp(1.8rem, 7vw, 2.5rem); }
  .knowledge-grid { grid-template-columns: 1fr; }
  .cookie-banner { bottom: 12px; 
  /* left: 12px; right: 12px; */
  transform: none; width: 94%; min-width: auto; flex-direction: column; text-align: center; }
  .cookie-banner__actions { justify-content: center; width: 100%; flex-wrap: wrap; }
  .footer-brand {
      width: 100%;
	  max-width: 100%;
      text-align: center;
  }
  
      .footer-links {
          justify-content: center;
          width: 100%;
      }
}

@media (max-width: 480px) {
  .health-cards { grid-template-columns: 1fr; }
  .content-section { padding: 20px; }
  .footer-brand {
      width: 100%;
      text-align: center;
  }
  
      .footer-links {
          justify-content: center;
          width: 100%;
      }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
a:focus-visible, button:focus-visible { outline: 2px solid var(--primary-text); outline-offset: 2px; }
