/* ==========================================================================
   Seccions (Flexible Content)
   ========================================================================== */
.hq-mt-2 { margin-top: 8px; } .hq-mt-3 { margin-top: 16px; } .hq-mt-4 { margin-top: 24px; }
.hq-text--lg { font-size: 16.5px; line-height: 28px; color: color-mix(in srgb, var(--color-text) 84%, transparent); }
.hq-on-dark .hq-text, .hq-on-accent .hq-text, .hq-on-dark .hq-lead, .hq-on-accent .hq-lead, .hq-on-dark .hq-note, .hq-on-accent .hq-note { color: inherit; opacity: .92; }
.hq-on-dark .hq-kicker, .hq-on-accent .hq-kicker, .hq-on-dark .hq-label, .hq-on-accent .hq-label { color: inherit; }
.hq-on-dark h1, .hq-on-dark h2, .hq-on-dark h3, .hq-on-accent h1, .hq-on-accent h2, .hq-on-accent h3, .hq-on-dark .hq-h2, .hq-on-accent .hq-h2 { color: inherit; }
.hq-on-dark a:not(.hq-btn), .hq-on-accent a:not(.hq-btn) { color: inherit; }
.hq-h2--big { font-size: clamp(34px, 4.4vw, 58px); line-height: 1.05; margin-left: -0.058em; }
.hq-h2--sm { font-size: clamp(24px, 2.4vw, 30px); }
.hq-link--inherit { color: inherit; }

/* Hero portada */
.hq-section--hero_portada { border-bottom: var(--rule); }
.hq-hero__figure { margin: 0; border-bottom: var(--rule); }
.hq-hero__figure .hq-figure { height: min(62vh, 640px); }
.hq-hero__figure--slides { position: relative; height: min(62vh, 640px); overflow: hidden; }
.hq-hero__figure--slides .hq-hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.hq-hero__figure--slides .hq-hero__slide.is-active { opacity: 1; }
.hq-hero__figure--slides .hq-figure { height: 100%; }
.hq-hero__figure .hq-placeholder { height: min(62vh, 640px); aspect-ratio: auto; }
.hq-hero__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 40px 56px; align-items: end; padding: 48px 0 56px; }
.hq-hero__kicker { margin-bottom: 18px; }
.hq-hero__lead { margin-bottom: 28px; }

/* Hero pàgina */
.hq-section--hero_pagina { border-bottom: var(--rule); }
.hq-pagehero__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 48px; align-items: end; padding: 56px 0 44px; }
@media (min-width: 900px) { .hq-pagehero__grid:has(.hq-pagehero__text) { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); } }
.hq-pagehero__text p { margin: 0 0 1em; } .hq-pagehero__text p:last-child { margin: 0; }
.hq-pagehero__cells { margin-bottom: 0; }
.hq-section--hero_pagina .hq-grid--cells { border-bottom: 0; }
.hq-pagehero__tabs { padding: 0 0 40px; }
.hq-pagehero__infocells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 0; border-top: 2px solid var(--color-text); margin-bottom: 0; }
.hq-infocell { padding: 20px 22px 20px 0; border-right: 1px solid var(--color-divider); display: grid; gap: 4px; }
.hq-infocell:last-child { border-right: 0; padding-left: 22px; }
.hq-infocell__title { font-family: var(--font-heading); font-weight: 800; font-size: 15px; }
.hq-infocell__sub { font-size: 14px; color: var(--color-text-60); }
.hq-quicklinks { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 0; border-top: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); margin: 0 0 -2px; }
.hq-quicklink { display: grid; gap: 6px; padding: 24px 22px 24px 0; border-right: 1px solid var(--color-divider); text-decoration: none; color: var(--color-text); transition: background .15s ease; }
.hq-quicklink + .hq-quicklink { padding-left: 22px; }
.hq-quicklink:last-child { border-right: 0; }
.hq-quicklink:hover { background: var(--color-accent-100); color: var(--color-text); }
.hq-quicklink .hq-icon { color: var(--color-accent); margin-bottom: 6px; }
.hq-quicklink__title { font-family: var(--font-heading); font-weight: 800; font-size: 16px; }
.hq-quicklink__sub { font-size: 14px; color: var(--color-text-60); }
@media (max-width: 700px) { .hq-quicklink, .hq-infocell { border-right: 0; border-bottom: 1px solid var(--color-divider); padding-left: 0 !important; } .hq-quicklink:last-child, .hq-infocell:last-child { border-bottom: 0; } }

/* Nav àncores */
.hq-section--nav_ancores { border-bottom: var(--rule); }
.hq-anchornav { display: flex; align-items: center; gap: 16px 32px; flex-wrap: wrap; padding: 16px 0; }
.hq-anchornav .hq-label { margin: 0; }
.hq-anchornav__links { display: flex; flex-wrap: wrap; gap: 4px 24px; }
.hq-anchornav__links a { font-family: var(--font-heading); font-weight: 800; font-size: 14px; color: var(--color-text); text-decoration: none; padding: 6px 0; }
.hq-anchornav__links a:hover { color: var(--color-accent); }

/* Text + imatge */
.hq-ti__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 40px 56px; align-items: center; }
.hq-ti--img-esquerra .hq-ti__media { order: -1; }
.hq-ti--text-ample .hq-ti__grid { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); }
.hq-ti--text-estret .hq-ti__grid { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
.hq-ti--nomedia .hq-ti__grid { grid-template-columns: 1fr; }
.hq-ti--nomedia .hq-ti__text { max-width: 72ch; }
@media (max-width: 760px) { .hq-ti--text-ample .hq-ti__grid, .hq-ti--text-estret .hq-ti__grid { grid-template-columns: 1fr; } .hq-ti--img-esquerra .hq-ti__media { order: 0; } }
.hq-ti__title { margin-bottom: 24px; }
.hq-ti__body { margin-bottom: 24px; }
.hq-ti__text .hq-linklist { margin: 8px 0 24px; }
.hq-ti__text .hq-dl { margin: 8px 0 24px; }
.hq-ti__text .hq-buttons { margin-top: 4px; }
.hq-ti__media { margin: 0; }
.hq-map { position: relative; background: var(--color-neutral-300); overflow: hidden; }
.hq-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hq-bw .hq-map iframe { filter: grayscale(1); }

/* Banner */
.hq-banner .hq-section__inner { padding-top: 52px; padding-bottom: 52px; }
.hq-banner--gran .hq-section__inner { padding-top: 72px; padding-bottom: 72px; }
.hq-banner__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 40px; align-items: center; }
@media (min-width: 900px) { .hq-banner__grid { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); } }
.hq-banner__statement { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 24px; align-items: start; }
.hq-banner__square { width: 14px; height: 14px; background: var(--color-accent); margin-top: 12px; }
.hq-on-accent .hq-banner__square { background: var(--color-bg); }
.hq-banner__text { font-family: var(--font-heading); font-weight: 800; font-size: clamp(24px, 2.8vw, 36px); line-height: 1.12; letter-spacing: -0.02em; margin: 0; max-width: 30ch; }
.hq-banner--gran .hq-banner__text { font-size: clamp(32px, 4vw, 52px); line-height: 1.05; }
.hq-banner .hq-buttons { justify-content: flex-start; gap: 16px; }
@media (min-width: 900px) { .hq-banner .hq-buttons { justify-content: flex-end; } }

/* Targetes */
.hq-cards__intro { max-width: 62ch; margin: -8px 0 28px; }
.hq-cards__grid { display: grid; gap: 0; border-top: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); background: var(--color-bg); }
.hq-cards__grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.hq-cards__grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.hq-cards__grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.hq-cardcell { padding: 26px 22px; border-right: 1px solid var(--color-divider); display: flex; flex-direction: column; gap: 8px; color: inherit; text-decoration: none; }
.hq-cardcell:last-child { border-right: 0; }
a.hq-cardcell { transition: background .15s ease; }
a.hq-cardcell:hover { background: var(--color-accent-100); color: var(--color-text); }
.hq-cardcell__icon { color: var(--color-accent); margin-bottom: 6px; }
.hq-cardcell__title { font-size: 17px; line-height: 1.25; margin: 0; }
.hq-cardcell__text { font-size: 15px; line-height: 24px; margin: 0; color: color-mix(in srgb, var(--color-text) 74%, transparent); }
.hq-cardcell .hq-link { margin-top: auto; padding-top: 8px; }
@media (max-width: 700px) { .hq-cardcell { border-right: 0; border-bottom: 1px solid var(--color-divider); } .hq-cardcell:last-child { border-bottom: 0; } }
.hq-cards--fet .hq-cards__grid { background: transparent; border-bottom: 0; }
.hq-cards--fet .hq-cardcell { padding: 28px 28px 28px 0; }
.hq-cards--fet .hq-cardcell + .hq-cardcell { padding-left: 28px; }
.hq-cards--fet .hq-cardcell__title { font-size: clamp(20px, 2vw, 26px); line-height: 1.2; letter-spacing: -0.015em; margin-bottom: 6px; }
.hq-cards--fet .hq-cardcell__text { font-size: 17px; line-height: 26px; font-weight: 500; color: inherit; }
.hq-on-accent .hq-cards__grid, .hq-on-dark .hq-cards__grid { background: transparent; border-color: var(--color-bg); }
.hq-on-accent .hq-cardcell, .hq-on-dark .hq-cardcell { border-color: color-mix(in srgb, var(--color-bg) 45%, transparent); }
.hq-on-accent .hq-cardcell__icon, .hq-on-dark .hq-cardcell__icon { color: inherit; }
.hq-on-accent .hq-cardcell__text, .hq-on-dark .hq-cardcell__text { color: inherit; }
.hq-on-accent .hq-section__head .hq-kicker { margin-bottom: 32px; }
.hq-cards__btn { margin-top: 36px; }
.hq-cards--enllac .hq-cardcell__title { font-size: 16px; }
.hq-cards--enllac .hq-cardcell__text { font-size: 14px; }

/* Cronologia / taules / passos */
.hq-section--cronologia .hq-timeline { margin-top: 8px; }
.hq-tables { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 40px 56px; }
.hq-tables__title { margin-bottom: 16px; }
.hq-tables__foot { margin-top: 16px; }
.hq-tables__final { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 32px 56px; align-items: center; margin-top: 48px; padding-top: 40px; border-top: var(--rule); }
.hq-tables__final-text h3 { margin-bottom: 12px; }
.hq-tables__final-img { margin: 0; }
.hq-steps__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 56px; align-items: center; }
.hq-steps-section .hq-section__inner { padding-top: 76px; padding-bottom: 76px; }
.hq-steps__lead { margin: 24px 0 32px; max-width: 42ch; }
.hq-steps__box { border: 2px solid currentColor; padding: 32px; }
.hq-steps__label { margin-bottom: 20px; }
.hq-steps__note { margin-top: 20px; }
.hq-on-dark .hq-steps li, .hq-on-accent .hq-steps li { border-color: color-mix(in srgb, var(--color-bg) 35%, transparent); }
.hq-on-dark .hq-steps__num, .hq-on-accent .hq-steps__num { color: inherit; }

/* Text lliure */
.hq-prose--wide { max-width: none; }

/* Fes-te soci */
.hq-soci .hq-section__inner { padding-top: 76px; padding-bottom: 76px; }
.hq-soci__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 56px; align-items: center; }
.hq-soci__lead { margin: 24px 0 32px; max-width: 42ch; }
.hq-soci .hq-buttons { gap: 16px; }
.hq-soci__box { border: 2px solid currentColor; padding: 32px; }
.hq-soci__label { margin-bottom: 20px; }
.hq-soci__note { margin-top: 20px; }

/* Classificació: enllaços a la federació */
.hq-standings__intro { max-width: 62ch; margin: -8px 0 28px; }
.hq-standings__team { margin-bottom: 12px; }
.hq-standings__next { margin: 16px 0 0; font-size: 15px; }
.hq-standings__next .hq-label { display: inline; margin-right: 8px; }
.hq-standings__list { display: grid; border-top: 2px solid var(--color-text); margin-top: 32px; }
.hq-standings--completa .hq-standings__list { margin-top: 0; }
.hq-standings__row { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto; gap: 12px 32px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--color-divider); }
.hq-standings__row:last-child { border-bottom: 2px solid var(--color-text); }
.hq-standings--resum .hq-standings__row { grid-template-columns: minmax(0, 1fr) auto; }
.hq-standings__who { display: grid; gap: 2px; }
.hq-standings__cat { font: 800 11.5px/1.3 var(--font-heading); letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-text-60); }
.hq-standings__name { font-family: var(--font-heading); font-weight: 800; font-size: 18px; color: var(--color-text); text-decoration: none; }
.hq-standings__name:hover { color: var(--color-accent); }
.hq-standings__comp { font-size: 14px; color: var(--color-text-78); }
.hq-standings__mini { display: flex; gap: 16px; flex-wrap: wrap; font-size: 14px; color: var(--color-text-78); }
.hq-standings__mini strong { font-family: var(--font-heading); font-weight: 800; font-size: 20px; color: var(--color-accent); margin-right: 4px; }
.hq-standings__links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 760px) { .hq-standings__row, .hq-standings--resum .hq-standings__row { grid-template-columns: 1fr; } .hq-standings__links { justify-content: flex-start; } }

/* Notícies */
.hq-news__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 36px 32px; }
.hq-newscard__figure { margin: 0; }
.hq-newscard__figure a { display: block; }
.hq-newscard__meta { margin: 0; }

/* Patrocinadors */
.hq-sponsors__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(45%, 180px), 1fr)); gap: 0; border-top: 2px solid var(--color-text); border-left: 1px solid var(--color-divider); }
.hq-sponsors__item { display: grid; place-items: center; min-height: 120px; padding: 24px; border-right: 1px solid var(--color-divider); border-bottom: 1px solid var(--color-divider); background: var(--color-bg); transition: background .15s ease; text-decoration: none; color: var(--color-text-60); }
.hq-sponsors__item img { max-height: 64px; width: auto; }
.hq-sponsors__item:hover { background: var(--color-accent-100); }
.hq-sponsors__item--empty span, .hq-sponsors__name { font: 800 12px/1 var(--font-heading); letter-spacing: 0.08em; text-transform: uppercase; text-align: center; }

/* Caselles d'equips */
.hq-teamcells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 0; border-left: 1px solid var(--color-divider); }
.hq-teamcell { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; column-gap: 12px; row-gap: 2px; padding: 28px var(--edge); border-right: 1px solid var(--color-divider); text-decoration: none; color: var(--color-text); text-align: left; transition: background .15s ease; }
.hq-teamcell__title { grid-column: 1; grid-row: 1; }
.hq-teamcell:hover { background: var(--color-accent-100); color: var(--color-text); }
.hq-teamcell__title { font-family: var(--font-heading); font-weight: 800; font-size: 18px; letter-spacing: -0.01em; }
.hq-teamcell__sub { font-size: 14px; color: var(--color-text-60); grid-column: 1; }
.hq-teamcell__icon { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--color-accent); }
@media (max-width: 700px) { .hq-teamcell { border-right: 0; border-bottom: 1px solid var(--color-divider); padding-left: 0; padding-right: 0; } .hq-teamcells { border-left: 0; padding: 0 var(--edge); } }

/* Equip destacat */
.hq-team__hero { margin: 0; border-bottom: var(--rule); }
.hq-team__hero .hq-figure { height: min(60vh, 560px); }
.hq-team__hero .hq-placeholder { height: min(60vh, 560px); aspect-ratio: auto; }
.hq-team__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 40px 56px; align-items: start; }
.hq-team__text .hq-h2 { margin-bottom: 20px; }
.hq-team__text .hq-buttons { margin-top: 24px; }
.hq-team__photo { margin: 0 0 24px; }
.hq-roster { margin-top: 48px; }
.hq-roster__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 0 0 16px; border-bottom: 2px solid var(--color-text); margin-bottom: 24px; }
.hq-roster__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 24px 20px; }
.hq-player__photo { margin-bottom: 12px; }
.hq-player__meta { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: baseline; }
.hq-player__num { font-family: var(--font-heading); font-weight: 800; font-size: 22px; letter-spacing: -0.02em; color: var(--color-accent); grid-row: 1 / span 2; align-self: start; }
.hq-player__name { font-family: var(--font-heading); font-weight: 800; font-size: 15px; line-height: 1.2; }
.hq-player__pos { font-size: 12.5px; color: var(--color-text-60); grid-column: 2; }
.hq-roster__staff { margin-top: 32px; }
.hq-staff { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 0; border-top: 2px solid var(--color-text); }
.hq-staff li { display: grid; gap: 2px; padding: 14px 16px 14px 0; border-bottom: 1px solid var(--color-divider); }
.hq-staff__name { font-family: var(--font-heading); font-weight: 800; font-size: 15px; }
.hq-staff__role { font-size: 13px; color: var(--color-text-60); }

/* Equips: targetes i llista */
.hq-teamcards__intro { max-width: 46ch; margin: 0; }
.hq-teamcards__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 0; border-top: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); }
.hq-teamcard { border-right: 1px solid var(--color-divider); display: flex; flex-direction: column; }
.hq-teamcard:last-child { border-right: 0; }
.hq-teamcard__figure { margin: 0; }
.hq-teamcard__body { display: flex; flex-direction: column; gap: 10px; padding: 22px 22px 26px 0; flex: 1; }
.hq-teamcard + .hq-teamcard .hq-teamcard__body { padding-left: 22px; }
.hq-teamcard__body .hq-kicker { margin: 0; }
.hq-teamcard__body .hq-link { margin-top: auto; padding-top: 6px; }
@media (max-width: 700px) { .hq-teamcard { border-right: 0; border-bottom: 1px solid var(--color-divider); } .hq-teamcard + .hq-teamcard .hq-teamcard__body { padding-left: 0; } }
.hq-teamlist__intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 40px; flex-wrap: wrap; margin-bottom: 36px; }
.hq-teamlist__intro > div { max-width: 60ch; }
.hq-teamlist__photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; margin-bottom: 40px; }
.hq-teamlist__photos figure { margin: 0; }
.hq-teamlist__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 14px; }
.hq-teamlist__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 0 40px; border-top: 2px solid var(--color-text); }
.hq-teamrow { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--color-divider); text-decoration: none; color: var(--color-text); }
.hq-teamrow > div { display: grid; gap: 2px; }
.hq-teamrow:hover { color: var(--color-accent-700); }
.hq-teamrow__cat { font: 800 11.5px/1.3 var(--font-heading); letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-text-60); }
.hq-teamrow__name { font-family: var(--font-heading); font-weight: 800; font-size: 17px; }
.hq-teamrow__meta { font-size: 13.5px; color: var(--color-text-60); }
.hq-teamrow .hq-icon { color: var(--color-accent); flex: none; }
.hq-teamlist__foot { margin-top: 40px; }

/* Productes */
.hq-products__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(45%, 220px), 1fr)); gap: 32px 24px; }
.hq-product { display: flex; flex-direction: column; gap: 6px; text-decoration: none; color: var(--color-text); }
.hq-product__img { margin-bottom: 8px; background: var(--color-surface); }
.hq-product__img .hq-figure { background: var(--color-surface); }
.hq-product__kicker { margin: 0 0 2px; }
.hq-product__name { font-family: var(--font-heading); font-weight: 800; font-size: 16px; line-height: 1.2; }
.hq-product:hover .hq-product__name { color: var(--color-accent-700); }
.hq-product__sub { font-size: 13.5px; color: var(--color-text-60); }
.hq-product__price { font-family: var(--font-heading); font-weight: 800; font-size: 15px; margin-top: 4px; }
.hq-product__price del { color: var(--color-text-60); font-weight: 500; margin-right: 6px; }
.hq-products__foot { margin-top: 40px; }

/* Formulari */
.hq-contactform__grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 56px; align-items: start; }
@media (max-width: 860px) { .hq-contactform__grid { grid-template-columns: 1fr; } }
.hq-contactform__form { margin-top: 28px; }
.hq-areas { display: grid; border-top: 2px solid var(--color-text); margin-top: 24px; }
.hq-area { display: grid; gap: 6px; padding: 16px 0; border-bottom: 1px solid var(--color-divider); }
.hq-area > div { display: flex; flex-wrap: wrap; gap: 2px 12px; align-items: baseline; }
.hq-area__name { font-family: var(--font-heading); font-weight: 800; font-size: 15px; }
.hq-area__desc, .hq-area__contact span { font-size: 13.5px; color: var(--color-text-60); }
.hq-area__contact { gap: 4px 16px; }
.hq-area__contact a { font-size: 14.5px; color: var(--color-text); text-decoration: none; font-weight: 600; overflow-wrap: anywhere; }
.hq-area__contact a:hover { color: var(--color-accent); }
.hq-hours { margin-top: 32px; }
.hq-hours .hq-label { display: block; margin-bottom: 12px; }

/* Xarxes */
.hq-social__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 0; border-top: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); }
.hq-social__item { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 22px 22px 22px 0; border-right: 1px solid var(--color-divider); text-decoration: none; color: var(--color-text); transition: background .15s ease; }
.hq-social__item + .hq-social__item { padding-left: 22px; }
.hq-social__item:last-child { border-right: 0; }
a.hq-social__item:hover { background: var(--color-accent-100); color: var(--color-text); }
.hq-social__name { font-family: var(--font-heading); font-weight: 800; font-size: 17px; }
.hq-social__desc { font-size: 14px; color: var(--color-text-60); grid-column: 1; }
.hq-social__name { grid-column: 1; grid-row: 1; }
.hq-social__icon { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--color-accent); }
@media (max-width: 700px) { .hq-social__item { border-right: 0; border-bottom: 1px solid var(--color-divider); padding-left: 0 !important; } .hq-social__item:last-child { border-bottom: 0; } }
.hq-social__single { display: flex; align-items: center; justify-content: space-between; gap: 24px 40px; flex-wrap: wrap; padding: 28px 0; border-top: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); }
.hq-social__single-name { font-family: var(--font-heading); font-weight: 800; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -0.02em; line-height: 1.1; }
.hq-social__single-desc { font-size: 15.5px; color: var(--color-text-60); margin: 6px 0 0; }
.hq-social__blocks { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 32px 40px; margin-top: 40px; }
.hq-social__blocks .hq-label { display: block; margin-bottom: 10px; }
.hq-social__blocks p { font-size: 14.5px; line-height: 24px; margin: 0; color: color-mix(in srgb, var(--color-text) 75%, transparent); }
.hq-social__legal { display: grid; gap: 8px; font-size: 14.5px; }
.hq-social__legal a { color: var(--color-text); text-decoration: none; }
.hq-social__legal a:hover { color: var(--color-accent); }

/* Pàgina clàssica */
.hq-page-classic__head { padding-top: 56px; padding-bottom: 44px; }
