/*
Theme Name: premium-creatine-kopen
Template: twentytwentyfive
Version: 1.0.0
*/

/* Global resets */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter', system-ui, -apple-system, sans-serif;}
img{max-width:100%;height:auto}

/* Tokens */
:root {
  /* Colors */
  --t-primary: #0a0f1a;
  --t-secondary: #1a2332;
  --t-accent: #22c55e;
  --t-accent-hover: #22c55e;
  --t-bg: #ffffff;
  --t-surface: #f8fafb;
  --t-text: #1e293b;
  --t-text-light: #ffffff;
  --t-heading: #0a0f1a;
  --t-muted: #64748b;
  --t-border: #e2e8f0;
  --t-dark-bg: #0a0f1a;
  --t-glass-bg: rgba(255,255,255,0.02);
  --t-glass-border: rgba(255,255,255,0.06);
  --t-gradient-start: #0a0f1a;
  --t-gradient-end: #164e3a;
  --t-success: #22c55e;
  --t-rating: #f59e0b;
  --t-error: #ef4444;

  /* Typography */
  --t-heading-font: 'Inter', system-ui, -apple-system, sans-serif;
  --t-body-font: 'Inter', system-ui, -apple-system, sans-serif;

  /* Surfaces */
  --t-radius-sm: 6px;
  --t-radius-md: 12px;
  --t-radius-lg: 16px;
  --t-radius-xl: 28px;
  --t-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --t-shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --t-shadow-lg: 0 12px 32px rgba(0,0,0,0.1);
}

/* ═══ NAV STYLING ═══ */
.block-nav.block-nav {
  --_accent: var(--t-accent, #6366f1);
  --_bg: var(--t-bg, #ffffff);
  --_text: var(--t-text, #1e293b);
  --_heading: var(--t-heading, #0f172a);
  --_muted: var(--t-muted, #64748b);
  --_border: var(--t-border, #e2e8f0);
  --_font-heading: var(--t-heading-font, 'Inter', sans-serif);
  --_font-body: var(--t-body-font, 'Inter', sans-serif);
  --_radius-sm: var(--t-radius-sm, 6px);
  --_radius-md: var(--t-radius-md, 12px);
  --_shadow-sm: var(--t-shadow-sm, 0 1px 3px rgba(0,0,0,0.08));
  --_shadow-md: var(--t-shadow-md, 0 4px 12px rgba(0,0,0,0.08));
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000; height: 72px;
  background: transparent;
  transition: height 0.3s cubic-bezier(0.16,1,0.3,1), background 0.3s ease, box-shadow 0.3s ease;
  font-family: var(--_font-body);
}
.block-nav.block-nav.nav--scrolled {
  height: 60px;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
.block-nav.block-nav .nav__inner { max-width: 1200px; margin: 0 auto; width: 100%; height: 100%; padding: 0 24px; display: flex; align-items: center; }
.block-nav.block-nav .nav__logo { display: flex; align-items: center; gap: 10px; font-family: var(--_font-heading); font-weight: 700; font-size: 18px; color: var(--_heading); text-decoration: none; letter-spacing: -0.025em; margin-right: auto; flex-shrink: 0; }
.block-nav.block-nav .nav__logo-icon { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: var(--_accent); border-radius: 8px; color: #fff; transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); }
.block-nav.block-nav .nav__logo-icon svg { width: 20px; height: 20px; }
.block-nav.block-nav .nav__logo:hover .nav__logo-icon { transform: rotate(-8deg) scale(1.05); }
.block-nav.block-nav .nav__logo-text { font-size: 1.1rem; letter-spacing: -0.03em; }
.block-nav.block-nav .nav__links { display: flex; gap: 4px; list-style: none; margin: 0 32px; padding: 0; }
.block-nav.block-nav .nav__link { position: relative; font-size: 14px; font-weight: 500; color: var(--_muted); text-decoration: none; padding: 6px 14px; border-radius: var(--_radius-sm); transition: color 0.15s ease, background 0.15s ease; }
.block-nav.block-nav .nav__link::after { content: ""; position: absolute; bottom: 0; left: 14px; right: 14px; height: 2px; background: var(--_accent); border-radius: 1px; transform: scaleX(0); transform-origin: center; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.block-nav.block-nav .nav__link:hover::after { transform: scaleX(1); }
.block-nav.block-nav .nav__link:hover { color: var(--_text); }
.block-nav.block-nav .nav__link--active { color: var(--_text); font-weight: 600; }
.block-nav.block-nav .nav__cta { font-family: var(--_font-body); font-size: 14px; font-weight: 600; color: #fff; background: var(--_accent); border: none; padding: 9px 20px; border-radius: var(--_radius-sm); cursor: pointer; text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease; flex-shrink: 0; }
.block-nav.block-nav .nav__cta:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.block-nav.block-nav .nav__cta:active { transform: translateY(0); }
.block-nav.block-nav .nav__hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; background: none; border: none; cursor: pointer; padding: 6px; border-radius: var(--_radius-sm); transition: background 0.15s ease; }
.block-nav.block-nav .nav__hamburger:hover { background: rgba(0,0,0,0.04); }
.block-nav.block-nav .nav__hamburger span { display: block; width: 100%; height: 2px; background: var(--_text); border-radius: 1px; transition: transform 0.25s ease, opacity 0.25s ease; }
.block-nav.block-nav.nav--open .nav__hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.block-nav.block-nav.nav--open .nav__hamburger span:nth-child(2) { opacity: 0; }
.block-nav.block-nav.nav--open .nav__hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.block-nav.block-nav .nav__mobile { position: absolute; top: 100%; left: 0; right: 0; background: var(--_bg); border-top: 1px solid var(--_border); box-shadow: var(--_shadow-md); padding: 16px 24px 24px; display: none; flex-direction: column; gap: 4px; }
.block-nav.block-nav.nav--open .nav__mobile { display: flex; }
.block-nav.block-nav .nav__mobile a { font-size: 15px; font-weight: 500; color: var(--_text); text-decoration: none; padding: 10px 12px; border-radius: var(--_radius-sm); transition: background 0.15s ease; }
.block-nav.block-nav .nav__mobile a:hover { background: rgba(0,0,0,0.04); }
.block-nav.block-nav .nav__mobile .nav__cta { margin-top: 8px; text-align: center; display: block; }
.block-nav.block-nav :focus-visible { outline: 2px solid var(--_accent); outline-offset: 2px; }
@media (max-width: 768px) {
  .block-nav.block-nav .nav__links { display: none; }
  .block-nav.block-nav .nav__cta:not(.nav__mobile .nav__cta) { display: none; }
  .block-nav.block-nav .nav__hamburger { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  .block-nav.block-nav, .block-nav.block-nav * { transition-duration: 0.01ms !important; }
}

/* ═══ Dark glassmorphism nav — creatine-kopen.nl ═══ */
[data-project="creatine-kopen"] .block-nav.block-nav { background: rgba(10, 15, 26, 0.72); backdrop-filter: blur(16px) saturate(200%); -webkit-backdrop-filter: blur(16px) saturate(200%); border-bottom: 1px solid rgba(255,255,255,0.08); box-shadow: 0 4px 30px rgba(0,0,0,0.15); transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease; }
[data-project="creatine-kopen"] .block-nav.nav--scrolled { background: rgba(10, 15, 26, 0.92); box-shadow: 0 4px 24px rgba(0,0,0,0.25); padding-top: 8px; padding-bottom: 8px; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__logo { color: #fff; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__logo-text { font-weight: 700; font-size: 1.1rem; letter-spacing: -0.03em; color: #fff; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__logo:hover .nav__logo-text { text-shadow: 0 0 12px rgba(34, 197, 94, 0.4); }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__logo-icon { background: #22c55e; box-shadow: 0 0 12px rgba(34, 197, 94, 0.3); }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__links { gap: 32px; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__link { color: rgba(255,255,255,0.7); font-weight: 500; font-size: 0.9rem; padding: 0.5rem 4px; position: relative; transition: color 0.2s ease; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__link::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--t-accent, #22c55e); border-radius: 1px; transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__link:hover { color: #fff; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__link:hover::after { width: 100%; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__cta { background: var(--t-accent, #22c55e); color: #fff; padding: 0.5rem 1.25rem; border-radius: 8px; font-weight: 600; font-size: 0.875rem; transition: box-shadow 0.3s ease, transform 0.15s ease; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__cta:hover { box-shadow: 0 0 20px rgba(34, 197, 94, 0.4), 0 4px 12px rgba(34, 197, 94, 0.25); transform: translateY(-1px); }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__hamburger span { background: #fff; transition: transform 0.3s ease, opacity 0.3s ease; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__mobile { background: rgba(10, 15, 26, 0.96); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__mobile a { color: rgba(255,255,255,0.85); padding: 0.75rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.06); transition: background 0.2s ease, padding-left 0.2s ease; }
[data-project="creatine-kopen"] .block-nav.block-nav .nav__mobile a:hover { background: rgba(255,255,255,0.06); padding-left: 2rem; }

/* ═══ FOOTER STYLING ═══ */
.block-footer.block-footer {
  --_accent: var(--t-accent, #6366f1);
  --_text: var(--t-text, #1e293b);
  --_heading: var(--t-heading, #0f172a);
  --_muted: var(--t-muted, #64748b);
  --_border: var(--t-border, #e2e8f0);
  --_font-heading: var(--t-heading-font, 'Inter', sans-serif);
  --_font-body: var(--t-body-font, 'Inter', sans-serif);
  --_radius-sm: var(--t-radius-sm, 6px);
  --_radius-md: var(--t-radius-md, 12px);
  background: #0f172a; color: rgba(255,255,255,0.6);
  font-family: var(--_font-body); padding: 64px 24px 0;
}
.block-footer.block-footer .footer__inner { max-width: 1200px; margin: 0 auto; }
.block-footer.block-footer .footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.block-footer.block-footer .footer__brand-name { font-family: var(--_font-heading); font-size: 18px; font-weight: 700; color: #fff; letter-spacing: -0.02em; margin-bottom: 14px; }
.block-footer.block-footer .footer__brand-desc { font-size: 14px; line-height: 1.65; max-width: 280px; margin-bottom: 20px; }
.block-footer.block-footer .footer__social { display: flex; gap: 8px; }
.block-footer.block-footer .footer__social a { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: var(--_radius-sm); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.5); text-decoration: none; transition: background 0.15s ease, color 0.15s ease; }
.block-footer.block-footer .footer__social a:hover { background: rgba(255,255,255,0.12); color: #fff; }
.block-footer.block-footer .footer__social a svg { width: 16px; height: 16px; fill: currentColor; }
.block-footer.block-footer .footer__col-title { font-size: 13px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.block-footer.block-footer .footer__links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.block-footer.block-footer .footer__links a { position: relative; font-size: 14px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.15s ease; }
.block-footer.block-footer .footer__links a::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: var(--_accent); transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.block-footer.block-footer .footer__links a:hover { color: #fff; }
.block-footer.block-footer .footer__links a:hover::after { width: 100%; }
.block-footer.block-footer .footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.block-footer.block-footer .footer__copy { font-size: 13px; color: rgba(255,255,255,0.35); }
.block-footer.block-footer .footer__legal { display: flex; gap: 20px; }
.block-footer.block-footer .footer__legal a { font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.15s ease; }
.block-footer.block-footer .footer__legal a:hover { color: rgba(255,255,255,0.7); }
.block-footer.block-footer :focus-visible { outline: 2px solid var(--_accent); outline-offset: 2px; }
@media (max-width: 768px) { .block-footer.block-footer .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .block-footer.block-footer .footer__grid { grid-template-columns: 1fr; } .block-footer.block-footer .footer__bottom { flex-direction: column; text-align: center; } }

/* ═══ Footer — creatine-kopen.nl ═══ */
[data-project="creatine-kopen"] .block-footer.block-footer { background: #0a0f1a; color: rgba(255,255,255,0.6); padding: clamp(48px,6vw,80px) 24px clamp(24px,3vw,40px); }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 48px; margin-bottom: 48px; }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__brand { max-width: 280px; }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__logo { font-size: 1.25rem; font-weight: 700; color: #ffffff; margin-bottom: 12px; display: block; }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__desc { font-size: 0.875rem; line-height: 1.65; color: rgba(255,255,255,0.45); }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__col-title { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.8); margin-bottom: 16px; }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__link { display: block; font-size: 0.875rem; color: rgba(255,255,255,0.5); padding: 4px 0; position: relative; transition: color 0.2s ease; }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__link::after { content: ""; position: absolute; bottom: 2px; left: 0; width: 0; height: 1px; background: var(--t-accent, #22c55e); transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__link:hover { color: #ffffff; }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__link:hover::after { width: 100%; }
[data-project="creatine-kopen"] .block-footer.block-footer .footer__bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(255,255,255,0.35); }
@media (max-width: 768px) { [data-project="creatine-kopen"] .block-footer.block-footer .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { [data-project="creatine-kopen"] .block-footer.block-footer .footer__grid { grid-template-columns: 1fr; } [data-project="creatine-kopen"] .block-footer.block-footer .footer__bottom { flex-direction: column; gap: 8px; text-align: center; } }

/* ═══ WORDPRESS OVERRIDES ═══ */
body { font-family: var(--t-body-font) !important; background: var(--t-dark-bg, #0d1117) !important; color: var(--t-text-light, #fff) !important; }
h1,h2,h3,h4,h5,h6 { font-family: var(--t-heading-font) !important; font-weight: 700 !important; letter-spacing: -0.02em !important; }
.wp-site-blocks { padding: 0 !important; max-width: none !important; }
.has-global-padding { padding: 0 !important; }
.is-layout-constrained > :not(.alignfull) { max-width: none !important; }
main { max-width: none !important; padding: 0 !important; margin: 0 !important; }
a { text-decoration: none !important; }
section[class*="block-"] [class*="__inner"] { padding-top: clamp(24px,4vw,48px); padding-bottom: clamp(24px,4vw,48px); }
