Last Updated: Saturday, FEX 08, 2026
/* =========================================================
   GLOBAL COLOR + TYPOGRAPHY TOKENS
   ========================================================= */

:root {
  --stone-050: #ffffff;
  --stone-100: #fafaf8;
  --stone-200: #f2f2ee;

  --ink-600: #6a6a6a;
  --ink-700: #3a3a3a;
  --ink-900: #1f1f1f;

  --moss-600: #6f7f6a;
  --moss-700: #5f6f5b;
  --blue-500: #c6d8de;
  --blue-600: #9FB6BF;
  --blue-700: #6F8A95;
  

  --color-link: var(--moss-600);
  --color-link-hover: var(--moss-700);

  --color-text-primary: var(--ink-900);
  --color-text-secondary: var(--ink-600);
  --color-text-inverse: #ffffff;

  --font-heading: "Fraunces", serif;
  --font-body: "Karla", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  --weight-heading: 300;
  --weight-body: 400;

  --measure-wide: 52rem;
  --measure-standard: 44rem;
  --measure-narrow: 38rem;
}
/* =========================================================
   GLOBAL MOBILE TYPOGRAPHY — EDITORIAL COLUMN SYSTEM
   Purpose:
   - One authoritative mobile text column
   - Left-aligned text, centered column
   - Works for native blocks, HTML/code blocks, Fluid Engine
   - Avoids selector fights and wrapper edge cases
   ========================================================= */

@media (max-width: 768px) {

  /* -----------------------------
     Mobile typography tokens
     ----------------------------- */
  :root {
    --mobile-h1: 2.3rem;
    --mobile-h2: 1.75rem;
    --mobile-h3: 1.25rem;

    --mobile-body: 0.95rem;
    --mobile-small: 0.85rem;

    --mobile-line-heading: 1.18;
    --mobile-line-body: 1.65;

    /* Single source of truth for mobile text width */
    --mobile-measure: 36ch;
  }

  /* -----------------------------
     Editorial mobile column
     Apply to ALL content blocks
     ----------------------------- */
  .sqs-block-content {
    max-width: var(--mobile-measure);
    margin-left: auto;
    margin-right: auto;
  }

  /* -----------------------------
     Heading sizing (mobile)
     ----------------------------- */
  .sqs-block-content h1 {
    font-size: var(--mobile-h1);
    line-height: var(--mobile-line-heading);
    hyphens: none;
  }

  .sqs-block-content h2 {
    font-size: var(--mobile-h2);
    line-height: 1.25;
  }

  .sqs-block-content h3 {
    font-size: var(--mobile-h3);
    line-height: 1.3;
  }

  /* -----------------------------
     Body copy
     ----------------------------- */
  .sqs-block-content p {
    font-size: var(--mobile-body);
    line-height: var(--mobile-line-body);
  }

  /* -----------------------------
     Alignment rule
     Editorial default on mobile
     ----------------------------- */
  .sqs-block-content h1,
  .sqs-block-content h2,
  .sqs-block-content h3,
  .sqs-block-content p {
    text-align: left;
  }

  /* -----------------------------
     Homepage hero (mobile)
     No special narrow columns
     ----------------------------- */
  .homepage .sqs-block-content h1 {
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
  }

  .homepage .sqs-block-content p:first-of-type {
    font-size: var(--mobile-small);
    line-height: 1.45;
    opacity: 0.85;
    margin-bottom: 0.75rem;
  }

  .homepage .sqs-block-content p + p {
    margin-top: 1.5rem;
  }
}


/* =========================================================
   GLOBAL TYPOGRAPHY RHYTHM
   ========================================================= */

.sqs-html-content h1 {
  margin-bottom: 2.75rem;
}

.sqs-html-content h2 {
  margin-bottom: 2rem;
  line-height: clamp(1.12, 0.9vw + 1.02, 1.24);
}

.sqs-html-content p {
  line-height: 1.55;
  margin-bottom: 1.25em;
}

.sqs-html-content .lede {
  max-width: var(--measure-narrow);
  color: var(--color-text-secondary);
  margin-bottom: 3.25rem;
}


/* =========================================================
   EDITORIAL HEADER BLOCKS
   ========================================================= */

.ml-editorial-header {
  padding: 6rem 0 6.5rem;
  text-align: center;
}

.ml-editorial-header h2 {
  margin-bottom: 2.25rem;
  color: var(--moss-600);
  line-height: 1.08;
}

.ml-editorial-header p {
  max-width: 56ch;
  margin: 0 auto;
  color: var(--color-text-secondary);
}

.ml-following-paragraph {
  margin-top: 4.5rem;
  text-align: center;
}



/* =========================================================
   EYEBROW LABEL
   ========================================================= */

p.marga-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: var(--weight-heading);
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: var(--ink-700);
  background-color: rgba(58, 58, 58, 0.08);

  display: block;
  width: max-content;
  padding: 0.3rem 0.6rem;
  border-radius: 2px;

  margin: 0.5rem auto 1.5rem;
  text-align: center;
}

/* =========================================================
   OVERSIZED EDITORIAL HEADING
   ========================================================= */

.ml-wide-heading {
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  font-size: clamp(5rem, 7.2vw, 5.6rem);
  line-height: 1;
  opacity: 0.12;
  text-align: center;
  margin: 6rem 0 4rem;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 700px) {
  .ml-wide-heading {
    font-size: clamp(2rem, 8vw, 3.2rem);
    margin: 4rem 0 3rem;
  }
}

/* =========================================================
   EDITORIAL PULL QUOTE
   ========================================================= */

.ml-pull-quote {
  max-width: 44rem;
  margin: 7rem auto 6rem;
  text-align: center;
}

.ml-pull-quote-text {
  position: relative;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.1vw, 1.95rem);
  line-height: 1.45;
}

.ml-pull-quote-text::before {
  content: "“";
  position: absolute;
  left: -1.1rem;
  top: -0.3rem;
  font-size: 2.6rem;
  color: var(--moss-600);
  opacity: 0.32;
}

.ml-pull-quote-text::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: var(--moss-600);
  opacity: 0.4;
  margin: 3.5rem auto 3rem;
}

.ml-pull-quote-author {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

/* =========================================================
   LINKS
   ========================================================= */

a {
  color: var(--color-link);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* =========================================================
   LOGO INVERSE
   ========================================================= */

/* Hide text logo and replace with image logo */
#site-title {
  color: transparent !important;
  background-image: url("https://static1.squarespace.com/static/692c8234c8135d60a10d97eb/t/6983f9512e2e7a77adc6bdc2/1770256721968/marga-laube-logo-horizontal-black-400.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: 200px;
  height: 60px;
  display: inline-block;
  text-indent: -9999px;
}

/* Homepage: show white version */
#collection-692c8235c8135d60a10d980e #site-title {
  background-image: url("https://static1.squarespace.com/static/692c8234c8135d60a10d97eb/t/6983f991d7e97b1c9b62d73d/1770256785882/marga-laube-logo-horizontal-light-400.png") !important;
}


/* =========================================================
   CIRCLE LINK COMPONENT — RESTORED INTERACTION
   ========================================================= */

.circle-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 60px;

  /* prevent global link underline */
  text-decoration: none;
}

.circle-link:hover,
.circle-link:focus {
  text-decoration: none;
}

/* Circle */
.circle-link::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--moss-600);
  opacity: 0.22;

  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    background-color 0.35s ease;
}

/* Hover / focus — subtle pulse + color shift */
.circle-link:hover::before,
.circle-link:focus::before {
  transform: translateY(-50%) scale(1.08);
  opacity: 0.35;
  background-color: var(--moss-700);
}

/* Arrow */
.circle-link::after {
  content: "→";
  display: inline-block;
  transition: transform 0.25s ease;
}

/* Arrow motion */
.circle-link:hover::after,
.circle-link:focus::after {
  transform: translateX(4px);
}

/* =========================================================
   CIRCLE LINK — DARK SECTION CONTEXT
   (Squarespace section theme based)
   ========================================================= */

section[data-section-theme="dark"] .circle-link {
  color: var(--color-text-inverse);
}

section[data-section-theme="dark"] .circle-link::before {
  background-color: var(--blue-500);
}

/* =========================================================
   CIRCLE LINK — DOWN ARROW VARIANT
   ========================================================= */

/* Remove the default right arrow for scroll-down links */
.circle-link.scroll-down::after {
  content: none;
}

/* Optional: subtle motion for the down arrow itself */
.circle-link.scroll-down .arrow-down {
  display: inline-block;
  transition: transform 0.25s ease;
}

.circle-link.scroll-down:hover .arrow-down,
.circle-link.scroll-down:focus .arrow-down {
  transform: translateY(4px);
}

/* =========================================================
   EDITORIAL DIVIDER
   ========================================================= */

.editorial-divider {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0.25;
  margin: 4rem 0;
}

/* =========================================================
   FOOTER (SAFE SCOPE)
   ========================================================= */

footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

footer .footer-nav-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

footer .footer-nav-title {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-inverse);
}

footer .footer-nav-link {
  line-height: 1.6;
}
/* =========================================================
   FOOTER CTA — FIX STACKING + ARROW WRAP
   ========================================================= */

.footer-cta {
  display: flex;
  flex-direction: column; /* always stacked */
  gap: 0.75rem;
}

.footer-cta-link {
  display: inline-flex;        /* keeps text + arrow together */
  align-items: center;
  white-space: nowrap;         /* prevent arrow wrapping */
  text-decoration: none;
}

/* Preserve global hover underline behavior if desired */
.footer-cta-link:hover,
.footer-cta-link:focus {
  text-decoration: underline;
}


/* =========================================================
   ABOUT PAGE — BLACK & WHITE IMAGE TREATMENT
   (Filename-based, stable)
   ========================================================= */

img[src*="marga-portrait-butterfly"],
img[src*="portrait-hands-in-water-marga-laube"],
img[src*="community-gathering-prospect-park-jizo"],
img[src*="contemplative-object-buddha-statue-offering"],
img[src*="stately-trees"] {
  filter: grayscale(100%) contrast(1.05);
}
/* =========================================================
   HOMEPAGE — OPTIONAL BLACK & WHITE IMAGE TREATMENT
   (Filename-based, toggle-ready)
   ========================================================= */

.homepage img[src*="marga-portrait-black-and-white"] {
  filter: grayscale(100%) contrast(1.05);
}

.homepage img[src*="fredrik-solli-wandem-leaves-moody-detail"] {
  filter: grayscale(100%) contrast(1.05);
}

/* =========================================================
   EDITORIAL LAYOUT UTILITIES
   ========================================================= */

.editorial-two-col,
.practice-grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 3.5rem;
}

@media (max-width: 768px) {
  .editorial-two-col,
  .practice-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
}

.editorial-single p + p {
  margin-top: 1.75em;
}

.about-intro {
  max-width: 44rem;
}

/* =====================================
   FORCE MOBILE MENU ON DESKTOP
   (Squarespace 7.1 – canonical pattern)
===================================== */

/* Always show the hamburger */
.header .header-burger {
  display: flex !important;
}

/* Hide desktop navigation */
.header-nav,
.header-actions {
  display: none !important;
}

/* Allow the mobile menu to appear when opened */
.header--menu-open .header-menu {
  opacity: 1;
  visibility: visible;
}

/* =====================================
   MOBILE MENU — TYPOGRAPHY & HOVER STYLE
===================================== */

/* Menu container */
.header-menu {
  background-color: var(--stone-050);
}

/* Primary menu items */
.header-menu-nav-item a {
  font-family: var(--font-body);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: var(--ink-900);
  padding: 0.6rem 0;
  transition: color 0.2s ease, background-color 0.2s ease;
}

/* Hover + focus */
.header-menu-nav-item a:hover,
.header-menu-nav-item a:focus {
  color: var(--moss-700);
  background-color: rgba(111, 127, 106, 0.08);
}

/* =========================================================
   MOBILE MENU — SMOOTHER PULSE + PADDED HIGHLIGHT
   ========================================================= */

.header-menu-nav-item a {
  text-decoration: none;
  transform-origin: left center;
  padding: 0.45rem 0.6rem; /* breathing room for highlight */
  border-radius: 2px;

  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.22s ease,
    font-weight 0.22s ease,
    background-color 0.22s ease;
}

.header-menu-nav-item a:hover,
.header-menu-nav-item a:focus {
  text-decoration: none;
  transform: scale(1.08);
  color: var(--ink-900);
  font-weight: 600;
  background-color: rgba(111, 127, 106, 0.12);
}

/* Active page */
.header-menu-nav-item--active a {
  color: var(--moss-700);
  font-weight: 500;
}

/* Section dividers (optional, subtle) */
.header-menu-nav-item {
  border-bottom: 1px solid rgba(58, 58, 58, 0.08);
}

.header-menu-nav-item:last-child {
  border-bottom: none;
}

.header-menu-nav {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* =========================================================
   HEADER LOGO — AFFORDANCE WITHOUT UNDERLINE
   ========================================================= */

.header a[href="/"] {
  text-decoration: none;
  color: var(--ink-900);
  transition:
    color 0.28s ease,
    letter-spacing 0.28s ease;
}

.header a[href="/"]:hover,
.header a[href="/"]:focus {
  text-decoration: none;
  color: var(--moss-600);       /* gentle palette shift */
  letter-spacing: 0.01em;      /* subtle editorial lift */
}

/* =========================================================
   SMALL UTILITIES
   ========================================================= */

.editorial-accent {
  color: var(--moss-600);
  white-space: nowrap;
}

.hero-ia__headline {
  line-height: 1.4;
}

.editorial-h2 h2 {
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  color: var(--moss-600);
  line-height: 1.35;
  margin-bottom: 2.25rem;
}

/* =========================================================
   EDITORIAL CONTENT LINKS (SITE-WIDE)
   ========================================================= */

.sqs-html-content a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2em;
  text-decoration-color: rgba(0, 0, 0, 0.35);

  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease,
    text-decoration-thickness 0.2s ease;
}

.sqs-html-content a:hover,
.sqs-html-content a:focus {
  color: var(--moss-700);
  text-decoration-color: var(--moss-600);
  text-decoration-thickness: 1px;
}
/* =========================================================
   FOOTER — REMOVE EDITORIAL UNDERLINES
   ========================================================= */

.Footer .sqs-html-content a,
#footer-sections .sqs-html-content a {
  text-decoration: none;
}

.Footer .sqs-html-content a:hover,
.Footer .sqs-html-content a:focus,
#footer-sections .sqs-html-content a:hover,
#footer-sections .sqs-html-content a:focus {
  text-decoration: none;
}

/* ========================================
   PAGE INTRO / DECK TEXT (EDITORIAL)
   ======================================== */

.page-intro {
  color: var(--ink-600);
  max-width: var(--measure-narrow);
  margin: 0 auto 3.5rem auto;
  line-height: 1.6;
  font-size: 0.95em;
}

.page-intro p {
  margin-bottom: 1rem;
}

.page-intro p:last-child {
  margin-bottom: 0;
}

.project-divider {
  border: none;
  border-top: 1px solid var(--stone-200);
  max-width: var(--measure-standard);
  margin: 4rem auto;
}

/* =========================================================
   ACCORDION — GLOBAL STABLE BASELINE
   Squarespace 7.1 native accordion blocks
   ========================================================= */

/* Block spacing */
.sqs-block-accordion {
  margin-top: 2rem;
}

/* Individual accordion item spacing */
.accordion-item {
  padding: 1.25rem 0;
}

/* Native divider only (no custom borders) */
.accordion-divider {
  background-color: var(--stone-200);
}

/* Button reset (do not change layout) */
.accordion-item__click-target {
  background: transparent;
}

/* Accordion title text */
.accordion-item__title {
  color: var(--moss-600);
  font-weight: 500;
  line-height: 1.35;
}

/* Open state — subtle emphasis */
.accordion-item--open .accordion-item__title {
  color: var(--moss-700);
}

/* Accordion content */
.accordion-item__description {
  margin-top: 0.75rem;
  max-width: 65ch;
  color: var(--ink-700);
  line-height: 1.7;
}
.accordion-item__description p {
  margin: 0 0 0.75em;
}

.accordion-item__description p:last-child {
  margin-bottom: 0;
}
/* ==========================================================
   EVENTS LIST – CUSTOM STYLING
   Squarespace 7.1 | Custom editorial styles for Events Page
   Author: [Your Name or Studio Name]
   Last updated: 2025-12-28
   Description:
   - Editorial typography
   - Icon-enhanced metadata
   - Custom "View Event" link styling
   - Brand color integration (moss variables)
   - Improved spacing and hierarchy

NOTE:
   Events styles are intentionally broad and component-anchored.
   Do not page-scope or refactor without auditing Events DOM.
========================================================== */

/* ----------------------------------
   Section Spacing + Divider
---------------------------------- */

.eventlist-event:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
  margin-bottom: 3em;
}

/* ----------------------------------
   Event Title
---------------------------------- */

.eventlist-title {
  color: var(--moss-600);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 0.2em;

  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}


/* ----------------------------------
   Event Metadata (Date, Time, Location)
---------------------------------- */

.eventlist-meta {
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--moss-500);
  font-style: italic;
  font-family: Georgia, serif;
  margin-bottom: 1.0em;
}

/* Emoji icons spaced and upright */
.eventlist-meta-date::before,
.eventlist-meta-time::before,
.eventlist-meta-location::before {
  font-style: normal !important;
  display: inline-block;
  margin-right: 0.5em; /* ~8px spacing */
}

.eventlist-meta-date::before {
  content: "📅";
}

.eventlist-meta-time::before {
  content: "⏰";
}

.eventlist-meta-location::before {
  content: "📍";
}

/* ----------------------------------
   Description Styling
---------------------------------- */

.eventlist-description {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  text-align: left;
}

/* Info wrapper (Description + Where + Fee + View Event) */
.eventlist-column-info {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}

/* Meta block: italic text but upright icons */
.eventlist-meta {
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--moss-500);
  font-style: italic;
  font-family: Georgia, serif;
  margin-bottom: 1em;
}

/* Add spacing between meta rows */
.eventlist-meta li + li {
  margin-top: 0.5em;
}

/* Optional: Drop cap style — DISABLED by default */
.eventlist-description p:first-of-type::first-letter {
  all: unset;
}

/* ----------------------------------
   Section Label
---------------------------------- */

.section-label {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--moss-600);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 4em auto 2em;
}

.section-label::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: var(--moss-100);
  margin: 1.5em auto 0;
}

/* Events: restore "View Event" as link, not button */
.eventlist-button.sqs-button-element--primary {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: var(--moss-600) !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}


/* Mobile: override global styles */
@media (max-width: 768px) {
  .eventlist-button,
  .sqs-button-element--primary,
  .sqs-editable-button {
    max-width: none !important;
    width: fit-content !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
  }
}


/* =========================================================
   ECO-GRIEF — EDITORIAL SECTION (PAGE-SPECIFIC)
   Purpose:
   Long-form contemplative content with softened hierarchy,
   narrower measure, and spacious rhythm.
   This is intentionally NOT a global pattern.
   ========================================================= */

/* Section container */
.eco-grief {
  max-width: 720px;
  margin: 0 auto;
}

/* Section headings */
.eco-grief h2 {
  margin-top: 3rem;
  margin-bottom: 1.1rem;
  font-size: 1.3em;
  font-weight: 500;           /* lighter, non-authoritative */
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.8);
}

/* Body copy */
.eco-grief p {
  max-width: 620px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.85);
}

/* Reflective pause / aside */
.eco-grief-pause {
  max-width: 620px;
  margin: 2.5rem 0 3rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}

/* Subtle divider used within eco-grief sections */
.eco-grief-divider {
  border: none;
  height: 1px;
  width: 60px;
  background: rgba(0, 0, 0, 0.15);
  margin: 3rem 0;
}

/* =========================================================
   ACCORDION LINKS — TOKEN-ALIGNED
   ========================================================= */

.sqs-block-accordion .accordion-item__description a {
  color: var(--color-link);
  text-decoration-color: var(--color-link);
}

.sqs-block-accordion .accordion-item__description a:hover {
  color: var(--color-link-hover);
  text-decoration-color: var(--color-link-hover);
} 
.newsletter-block .newsletter-form-header-title {
  font-size: 24px !important; /* Adjust size here */
}