/* ===============================
   1. FONT & RESET BÀSIC
   =============================== */

/* Reformat A – regular */
@font-face {
  font-family: 'Reformat A';
  src: url('/fonts/reformat-a/ReformatA-Regular.woff2') format('woff2'),
       url('/fonts/reformat-a/ReformatA-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Reformat A – bold (si la feu servir) */
@font-face {
  font-family: 'Reformat A';
  src: url('/fonts/reformat-a/ReformatA-Bold.woff2') format('woff2'),
       url('/fonts/reformat-a/ReformatA-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Reset suau */
*,
*::before,
*::after {
 
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Reformat A', bold, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #36365c;
  font-size: px;
  line-height: 1.5;
  color: #36365c;
  background-color: #d6db46;
}

/* Enllaços coherents */
a {
  color: #36365c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Imatges responsives */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   2. TIPOGRAFIA GLOBAL
   =============================== */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.75rem 0;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

h3 {
  font-size: 1.3rem;
}

p {
  margin: 0 0 0.9rem 0;
  font-size: 0.98rem;
}

.section-title,
.activity-section-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.75rem;
}

/* Textos petits / etiquetes */
.text-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.text-small {
  font-size: 0.85rem;
}
/* ===============================
   3. CONTENIDORS & SECCIONS
   =============================== */

.site-wrapper,
.main-wrapper,
.page-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

/* Separació coherent entre blocs */
.section + .section {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 3rem;
}
/* ===============================
   4. BOTONS
   =============================== */

.btn,
.button,
.wp-block-button__link,
a.button,
a.btn {
  display: inline-block;
  padding: 0.75rem 1.9rem;
  border: 1px solid #111111;
  background-color: transparent;
  color: #111111;
  font-size: 0.9rem;
  text-transform: lowercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn--primary,
.button--primary,
.wp-block-button__link.is-style-primary {
  background-color: #111111;
  color: #ffffff;
}

.btn:hover,
.button:hover,
.wp-block-button__link:hover,
a.button:hover,
a.btn:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}

/* Botó en estat secundari (per llista d’espera, etc.) */
.btn--outline {
  background-color: transparent;
  color: #111111;
}

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}

[data-css-preset] #site_menu_button {
	font-size: 28px /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
    color: #36365c;
}
