/* ===== SUNSNOTE — Clean Baseline (no footer overrides) ===== */

/* Base */
body { background:#0b0b0d !important; color:#f5f5f7 !important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif !important; line-height:1.6; }

/* Headings */
h1,h2,h3,h4,h5,h6 { color:#d4af37 !important; font-weight:700 !important; letter-spacing:.3px; }

/* Text & links */
p { color:#f5f5f7 !important; }
a { color:#d4af37 !important; text-decoration:none; transition:.2s ease; }
a:hover { text-decoration:underline; }

/* Buttons */
button, input[type=submit], .wp-block-button__link, a.button, a.btn {
  background:#d4af37 !important; color:#0b0b0d !important; font-weight:700 !important;
  border-radius:8px !important; padding:10px 16px !important; text-decoration:none !important; border:none !important;
  transition:all .2s ease;
}
button:hover, input[type=submit]:hover, .wp-block-button__link:hover, a.button:hover, a.btn:hover {
  filter:brightness(1.05); transform:translateY(-1px); box-shadow:0 0 12px rgba(212,175,55,.6);
}

/* Forms */
input[type=text], input[type=email], input[type=tel], textarea, select {
  background:#141418 !important; border:1px solid #2a2a32 !important; border-radius:8px !important;
  padding:10px 12px !important; color:#f5f5f7 !important;
}
input::placeholder, textarea::placeholder { color:#9a9aa3 !important; }

/* Images full width in content */
.entry-content img, .wp-block-image img { max-width:100% !important; height:auto !important; border-radius:8px; }

/* ===== Navigation ===== */
.main-navigation a, .wp-block-navigation a { color:#f5f5f7 !important; font-weight:600; }

/* GOLD CTA by class (robust) */
li.altin-cta > a,
.wp-block-navigation__container > li.altin-cta > a,
.wp-block-navigation-item.altin-cta > a {
  background:#d4af37 !important; color:#0b0b0d !important; padding:8px 14px !important;
  border-radius:8px !important; font-weight:700 !important; letter-spacing:.3px; text-decoration:none !important;
}
li.altin-cta > a:hover,
.wp-block-navigation__container > li.altin-cta > a:hover,
.wp-block-navigation-item.altin-cta > a:hover { filter:brightness(.92); }

/* Keep CTA gold inside hamburger panel */
.wp-block-navigation__responsive-container .wp-block-navigation__container > li.altin-cta > a {
  background:#d4af37 !important; color:#0b0b0d !important; border-radius:8px !important; display:inline-block; margin-top:8px;
}

/* Small spacing before CTA on desktop */
.main-navigation .menu > li.altin-cta,
.wp-block-navigation__container > li.altin-cta { margin-left:8px; }

/* Fallback: if you forget the class, style last item as CTA */
.main-navigation .menu > li:last-child > a,
.wp-block-navigation__container > li:last-child > a {
  background:#d4af37; color:#0b0b0d !important; padding:8px 14px; border-radius:8px; font-weight:700; letter-spacing:.3px;
}
.main-navigation .menu > li:last-child > a:hover,
.wp-block-navigation__container > li:last-child > a:hover { filter:brightness(.92); }

/* Hide Woo/Theme cart/menu labels if they pop up */
.menu-item-cart, .header-cart, .cart, .site-header .cart-icon, .menu .cart,
.menu-toggle .menu-text, .menu-label, .nav-toggle-label { display:none !important; }

/* Hide the CTA only on the subscription page (ID 4698) */
.page-id-4698 li.altin-cta,
.page-id-4698 .wp-block-navigation__container > li.altin-cta,
.page-id-4698 .main-navigation .menu > li:last-child { display:none !important; }

/* ===== Optional niceties ===== */
h1:hover, h2:hover, h3:hover { position:relative; cursor:default; }
h1:hover::after, h2:hover::after, h3:hover::after {
  content:""; position:absolute; left:0; bottom:-4px; width:100%; height:2px; background:#d4af37; animation:underlineSlide .4s ease forwards;
}
@keyframes underlineSlide { from{width:0;} to{width:100%;} }

/* Hero block: balance spacing and center the CTA */
#post-xx .entry-content, .home .entry-content { text-align:center; }
h1 + p { margin-top:6px; }
a[href*="Click to Enter"], a:contains("Click to Enter") { display:inline-block; margin:12px auto 8px; }

/* Floating $ALTIN pill (base) */
.altin-float-cta{
  position:fixed; right:16px; bottom:16px; z-index:9999;
  background:#d4af37; color:#0b0b0d !important;
  padding:12px 16px; border-radius:999px; font-weight:800; letter-spacing:.3px;
  text-decoration:none !important; box-shadow:0 6px 20px rgba(212,175,55,.35);
  transition:.15s;
}
.altin-float-cta:hover{ filter:brightness(1.05); transform:translateY(-1px); }
@media (min-width:981px){ .altin-float-cta{ display:none; } }
/* Hide on subscription page */
.page-id-4698 .altin-float-cta{ display:none !important; }

.entry-content img, .wp-block-image img { max-width:100% !important; height:auto !important; border-radius:8px; }

/* Hide ALL share buttons / metadata globally */
.sharedaddy, .sd-sharing, .sd-block, 
.shared-post, .share-buttons, .sharethis, 
.post-share, .entry-meta .comments-link, 
.entry-meta .cat-links, .entry-meta .tags-links {
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
}

/* Gold CTA by class (robust) – neon version */
li.altin-cta > a,
.wp-block-navigation__container > li.altin-cta > a,
.wp-block-navigation-item.altin-cta > a {
  background: #0b0b0d; /* dark inside */
  color: #d4af37 !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  letter-spacing: .3px;
  text-decoration: none !important;
  border: 2px solid #d4af37;
  box-shadow: 0 0 6px rgba(212,175,55,0.6), 0 0 12px rgba(212,175,55,0.4);
  transition: box-shadow .3s ease, background .3s ease, color .3s ease;
}

li.altin-cta > a:hover,
.wp-block-navigation__container > li.altin-cta > a:hover,
.wp-block-navigation-item.altin-cta > a:hover {
  background: #d4af37;
  color: #0b0b0d !important;
  box-shadow: 0 0 10px rgba(212,175,55,0.8), 0 0 20px rgba(212,175,55,0.6);
}

/* Mobile: Web3 neon glow */
@media (max-width:980px){
  .wp-block-navigation__responsive-container
  .wp-block-navigation__container > li.altin-cta > a {
    background:#0b0b0d;
    color:#d4af37 !important;
    padding:10px 18px !important;
    border:2px solid #d4af37;
    border-radius:999px !important;
    font-weight:700 !important;
    letter-spacing:.3px;
    text-decoration:none !important;
    box-shadow:0 0 6px rgba(212,175,55,0.6), 0 0 12px rgba(212,175,55,0.4);
    transition:box-shadow .3s ease, background .3s ease, color .3s ease;
  }
  .wp-block-navigation__responsive-container
  .wp-block-navigation__container > li.altin-cta > a:hover {
    background:#d4af37;
    color:#0b0b0d !important;
    box-shadow:0 0 10px rgba(212,175,55,0.8), 0 0 20px rgba(212,175,55,0.6);
  }
}

/* === Floating $ALTIN pill — neon + tablet visible (override base) === */
.altin-float-cta{
  position:fixed; right:16px; bottom:16px; z-index:99999;
  background:#0b0b0d !important;               /* dark interior */
  color:#d4af37 !important;
  padding:14px 22px; border-radius:999px;
  font-weight:800; letter-spacing:.3px; text-decoration:none !important;
  border:2px solid #d4af37;
  /* neon glow + pulse */
  box-shadow:0 0 10px rgba(212,175,55,.70), 0 0 22px rgba(212,175,55,.45);
  animation:altinPulse 2.6s ease-in-out infinite alternate;
}
.altin-float-cta:hover{
  background:#d4af37 !important; color:#0b0b0d !important;
  box-shadow:0 0 14px rgba(212,175,55,.85), 0 0 28px rgba(212,175,55,.65);
}
.altin-float-cta::before{
  content:""; position:absolute; inset:-8px; border-radius:999px; z-index:-1;
  box-shadow:0 0 24px rgba(212,175,55,.28);
}
@keyframes altinPulse{
  0%   { box-shadow:0 0 8px rgba(212,175,55,.55), 0 0 18px rgba(212,175,55,.35); }
  100% { box-shadow:0 0 14px rgba(212,175,55,.85), 0 0 30px rgba(212,175,55,.60); }
}
/* Show on phones + tablets (<=1200px), hide on larger desktops */
@media (min-width:1201px){ .altin-float-cta{ display:none !important; } }
/* Hide on the subscription page */
.page-id-4698 .altin-float-cta{ display:none !important; }

/* Clean centered footer copyright */
.site-footer, footer {
  background:#0b0b0d !important;
  border-top:1px solid #2a2a32;
  text-align:center;
  padding:20px 10px !important;
}
.site-footer::after {
  content:"© SUNSNOTE 2026";
  display:block;
  color:#d4af37;
  font-size:0.95rem;
  font-weight:700;
  letter-spacing:.4px;
}
/* Hide default footer credits completely */
footer .site-info, 
footer .footer-credits, 
footer .copyright, 
footer nav, 
footer .menu { 
  display: none !important; 
}

/* Clean footer style overrides */
.site-footer, footer {
  background:#0b0b0d !important;
  border-top:1px solid #d4af37 !important;  /* GOLD line */
  text-align:center;
  padding:20px 10px !important;
  position:relative;
}
.site-footer::after {
  content:"© SUNSNOTE 2026";
  display:inline-block;
  color:#d4af37;
  font-size:0.95rem;
  font-weight:700;
  letter-spacing:.4px;
  margin:12px auto 0;
  cursor:default;
  position:relative;
  transition:text-shadow .3s ease;
}
.site-footer::after::after {
  content:"";
  position:absolute;
  left:0; bottom:-4px;
  width:0; height:2px;
  background:#d4af37;
  transition:width .4s ease;
}
.site-footer:hover::after {
  text-shadow:0 0 8px rgba(212,175,55,.6);
}
.site-footer:hover::after::after {
  width:100%;
}
/* Remove theme's extra white footer line */
footer hr,
.site-footer hr,
footer .wp-block-separator,
.site-footer .wp-block-separator {
  display: none !important;
}

/* Keep only our gold line */
.site-footer, footer {
  background:#0b0b0d !important;
  border-top:1px solid #d4af37 !important;
  text-align:center;
  padding:20px 10px !important;
  position:relative;
}
.site-footer::after {
  content:"© SUNSNOTE 2026";
  display:block;
  color:#d4af37;
  font-size:0.95rem;
  font-weight:700;
  letter-spacing:.4px;
  margin-top:8px;
}

/* Remove unwanted white line separators */
.wp-block-separator,
hr,
footer hr,
.site-footer hr {
  border:none !important;
  background:none !important;
  height:0 !important;
  margin:0 !important;
  display:none !important;
}

/* Remove borders/lines around Google Translate widget */
#google_language_translator,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-gadget-simple span,
.goog-te-gadget-simple div,
.goog-te-gadget-simple select {
  border:none !important;
  background:none !important;
  box-shadow:none !important;
}

/* Also remove any top border from footer widgets */
.site-footer .widget,
footer .widget {
  border:none !important;
  border-top:none !important;
}

/* Style Google Translate dropdown */
.goog-te-gadget-simple {
  background:#0b0b0d !important;
  border:1px solid #d4af37 !important;
  border-radius:6px !important;
  padding:6px 10px !important;
  font-weight:600 !important;
  font-size:0.9rem !important;
  color:#d4af37 !important;
  box-shadow:none !important;
  display:inline-block !important;
  cursor:pointer !important;
}
.goog-te-gadget img,
.goog-logo-link { display:none !important; }
.goog-te-gadget-simple span {
  color:#d4af37 !important;
}
.goog-te-combo {
  background:#0b0b0d !important;
  border:1px solid #d4af37 !important;
  color:#d4af37 !important;
  border-radius:4px !important;
  padding:4px !important;
  font-weight:600 !important;
}
.goog-te-gadget-simple:hover {
  text-decoration:none !important;
  filter:brightness(1.1);
}

/* 1) Remove ALL WP separators */
.wp-block-separator,
.wp-block-separator.is-style-default,
.wp-block-separator.is-style-wide,
.wp-block-separator.has-alpha-channel-opacity,
hr {
  display:none !important;
  height:0 !important;
  border:0 !important;
  background:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* 2) Remove borders from groups + footer widgets */
.wp-block-group,
.wp-block-group.has-border,
.wp-block-group.has-border-color,
.site-footer .wp-block-group,
footer .wp-block-group,
.footer-widgets, .widget-area {
  border:0 !important;
  border-top:0 !important;
}

/* 3) Keep ONLY the gold footer line and cover any stray line above it */
.site-footer, footer {
  border-top:1px solid #d4af37 !important;
  margin-top:-1px !important;
  position: relative !important;
  background:#0b0b0d !important;
}
.site-footer::before, footer::before {
  content:"";
  position:absolute;
  top:-6px;
  left:0; right:0;
  height:6px;
  background:#0b0b0d;
  z-index: 2;
}

/* Hide last block above footer */
body:not(.wp-admin) > *:not(footer):last-child,
body:not(.wp-admin) > div:last-of-type:not(footer) {
  border:none !important;
  background:none !important;
  margin:0 !important;
  padding:0 !important;
  height:0 !important;
  display:none !important;
}

/* Hide $ALTIN CTAs on Artists page (ID 3835) */
.page-id-3835 .altin-float-cta { display: none !important; }
.page-id-3835 li.altin-cta { display: none !important; }

/* Hide $ALTIN CTA (floating + menu) on specific pages */
.page-id-4698 .altin-float-cta,
.page-id-4698 li.altin-cta,
.page-id-3835 .altin-float-cta,
.page-id-3835 li.altin-cta,
.page-id-8079 .altin-float-cta,
.page-id-8079 li.altin-cta {
  display: none !important;
}

/* === Artists page — card-style buttons for each artist === */
@media (min-width: 781px) {
  .page-id-3835 .wp-block-columns {
    row-gap: 24px;
    column-gap: 24px;
  }
  .page-id-3835 .wp-block-columns .wp-block-column {
    background:#0f0f14;
    border:1px solid #2a2a32;
    border-radius:18px;
    padding:16px 14px 18px;
    text-align:center;
    cursor:pointer;
    transition:
      transform .18s ease,
      box-shadow .18s ease,
      border-color .18s ease,
      background .18s ease;
  }
  .page-id-3835 .wp-block-columns .wp-block-column:hover {
    transform:translateY(-4px);
    box-shadow:0 10px 26px rgba(0,0,0,.65);
    border-color:#d4af37;
    background:#15151f;
  }
  .page-id-3835 .wp-block-columns .wp-block-column img {
    border-radius:12px;
    margin-top:10px;
    margin-bottom:6px;
  }
  .page-id-3835 .wp-block-columns .wp-block-column h3 {
    margin-bottom:4px;
  }
  .page-id-3835 .wp-block-columns .wp-block-column h3 + p {
    font-size:0.9rem;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#c3c3cc !important;
    margin-bottom:8px;
  }
  .page-id-3835 .wp-block-columns .wp-block-column a {
    color:inherit;
    text-decoration:none !important;
  }
}

/* duplicate block removed in spirit – same styles already above */

/* ===== $ALTIN visibility rules ===== */

/* Default: hide floating pill + menu CTA everywhere */
.altin-float-cta,
li.altin-cta {
  display: none !important;
}

/* Show $ALTIN CTAs only on homepage */
.home .altin-float-cta,
.home li.altin-cta {
  display: inline-block !important;
}

/* Kill $ALTIN / ACCESS links outside homepage (including Thierry page) */
body:not(.home) .sharedaddy a[href*="/access"],
body:not(.home) .sd-sharing a[href*="/access"],
body:not(.home) .entry-content a[href*="/access"],
body:not(.home) a[href="https://sunsnote.com/access/"],
body:not(.home) a[href="https://sunsnote.com/access"] {
  display: none !important;
}
/* =========================================================
   HERO LAYOUT – ROUNDED CARD + GOLD LINE + NAV BUTTONS
   ========================================================= */

/* Big rounded hero block */
.hero-card {
  max-width: 900px;
  margin: 40px auto 20px;
  border-radius: 40px;
  overflow: hidden;
}

/* Center text inside hero */
.hero-card * {
  text-align: center;
}

/* Gold separator under the frame */
.hero-separator {
  width: 60%;
  max-width: 500px;
  height: 1px;
  margin: 24px auto 18px;
  background: linear-gradient(
    to right,
    transparent,
    #f3c64b,
    transparent
  );
}

/* Row of buttons */
.hero-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

/* Make it responsive on mobile */
@media (max-width: 768px) {
  .hero-card {
    margin: 24px 10px 10px;
    border-radius: 24px;
  }
  .hero-separator {
    width: 75%;
  }
  .hero-nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* Slightly tighter buttons in hero-nav */
.hero-nav .wp-block-button__link {
  padding: 10px 22px;
  font-weight: 600;
}
/* Gold line separating buttons from hero card */
.hero-separator {
  border: none !important;
  height: 2px !important;
  background: #d4af37 !important; /* gold */
  width: 90% !important;
  margin: 10px auto 20px !important; /* spacing above/below */
  border-radius: 2px;
}
/* === Hero gold line under nav buttons — full width === */
.hero-separator,
.hero-separator.wp-block-separator,
hr.hero-separator {
  display:block !important;
  border:0 !important;
  height:1px !important;
  background:#d4af37 !important;

  /* full browser width hack */
  position:relative;
  left:50%;
  width:100vw;
  max-width:100vw;
  transform:translateX(-50%);

  margin:18px 0 26px;  /* space between buttons and frame */
}
/* Inject tagline note under the hero title — DISABLED */
/*
.home .entry-content::after {
  content: "High-performance App coming soon.";
  display: block;
  margin-top: 8px;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(212,175,55,0.75);
  text-align: center;
}
*/

/* Remove old $ALTIN button that still points to /access */
a.altin-float-cta[href*="/access"] {
  display: none !important;
}
/* Floating WhatsApp Button */
.wa-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 56px;
  height: 56px;
  background-color: #25D366;
  color: #ffffff;
  font-size: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  z-index: 99999;
  cursor: pointer;
}

.wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 32px rgba(0,0,0,0.45);
}
/* Instagram preview page: hide page title so the image is first */
.page-sunsnote-app-ins .entry-title,
.page-sunsnote-app-ins h1,
.page-sunsnote-app-ins .wp-block-post-title {
  display: none !important;
}
/* Only on /sunsnote-app-ins/ : hide the first title (H1) */
body:has(link[rel="canonical"][href*="/sunsnote-app-ins/"]) h1:first-of-type,
body:has(link[rel="canonical"][href*="/sunsnote-app-ins/"]) .wp-block-post-title,
body:has(link[rel="canonical"][href*="/sunsnote-app-ins/"]) .entry-title,
body:has(link[rel="canonical"][href*="/sunsnote-app-ins/"]) .page-title,
body:has(link[rel="canonical"][href*="/sunsnote-app-ins/"]) .post-title {
  display: none !important;
}
... ton code existant ...

.editor-styles-wrapper {
  color: #ffffff !important;
}