/* Meyer reset v2.0 (http://meyerweb.com/eric/tools/css/reset/), inlined to
   avoid a render-blocking cross-origin request before the rest of this
   stylesheet can apply. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "PP Neue World";
  src: url("/assets/fonts/PPNeueWorld-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Copperplate Gothic Castanya";
  src: url("/assets/fonts/CopperplateGothicStd-33BC.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Medium";
  src:
    url("/assets/fonts/Gotham-Medium.ttf") format("truetype"),
    local("Gotham Medium"),
    local("Gotham-Medium"),
    local("GothamMedium");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Book";
  src: url("/assets/fonts/gotham-book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

:root {
  --color-primary: #2d5a27;
  --color-accent: #7ba525;
  --color-brown: #a76a23;
  --color-light: #d9d9d9;
  --color-sand: #f5f2e8;
  --color-dark: #1e1e1e;
  --color-charcoal: #333333;
  --color-muted: #a5a5a5;
  --color-body: #444444;
  --color-beige: #eee9df;
  --color-beige-rgb: 238, 233, 223;
  --color-bg: var(--color-beige);
  --color-cream: var(--color-beige);
  --font-main: "Gotham-Medium", "Gotham Medium", sans-serif;
  --font-secondary: "Gotham-Medium", "Gotham Medium", sans-serif;
  --font-button: "Gotham-Book", "Gotham Book", var(--font-main);
  --font-title: "PP Neue World", serif;
  --font-slider-title: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
  --font-subtitle: "Gotham-Medium", "Gotham Medium", var(--font-main);
  --type-label-size: clamp(12px, 0.95vw, 14px);
  --type-label-weight: 700;
  --type-label-letter-spacing: 0.14em;
  --type-banner-title-size: clamp(28px, 3.4vw, 52px);
  --type-banner-title-line-height: 0.98;
  --type-banner-text-size: clamp(17px, 1.3vw, 22px);
  --type-page-title-size: clamp(30px, 3.6vw, 46px);
  --type-page-title-size-compact: clamp(28px, 3vw, 38px);
  --type-page-copy-size: clamp(16px, 1.35vw, 18px);
  --type-page-copy-line-height: 1.55;
  --section-banner-min-height: clamp(420px, 36vw, 520px);
  --section-banner-min-height-mobile: 340px;
  --home-banner-min-height: var(--section-banner-min-height);
  --home-banner-min-height-mobile: var(--section-banner-min-height-mobile);
  --transition-fast: 0.2s ease;
  --transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --header-bg: #7b6b43; /* The specific olive-brown from your screenshot */
  --header-border: rgba(var(--color-beige-rgb), 0.4);
  --cookie-shadow: 0 24px 60px rgba(30, 30, 30, 0.18);
}

[class$="__eyebrow"],
[class$="__kicker"],
[class$="__subtitle"],
[class$="__label"],
[class$="__tagline"],
.label-small,
.botiga-subtitle,
.intro-subtitle,
.section-subtitle,
.blog-hero-subtitle,
.post-subtitle,
.section-subtitle-italic,
.where-page__subtitle {
  font-family: var(--font-subtitle);
  font-weight: 500;
}

[class$="__eyebrow"],
[class$="__kicker"],
[class$="__label"],
.label-small {
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  letter-spacing: var(--type-label-letter-spacing);
  text-transform: uppercase;
}

[class$="__title"],
[class$="__heading"],
[class$="__name"],
.hero-title,
.hero-subtitle,
.hero-title-elegant,
.section-title,
.section-title-main,
.card-title,
.botiga-title,
.info-title,
.intro-title,
.post-title,
.featured-news-title,
.actualitat-card-title,
.logo-title,
.cta-title,
.newsletter-heading,
.visit-activity-section-title,
.projecte-feature__slide h2,
.visit-activity-experience__card h3 {
  font-family: var(--font-title) !important;
}

/* Shared hook for editorial content blocks across the site. */
.block-content-style {
  --block-content-eyebrow-color: currentColor;
  --block-content-title-color: currentColor;
  --block-content-copy-color: currentColor;
}

body.home .block-content-style .label-small {
  font-family: var(--font-subtitle);
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  letter-spacing: var(--type-label-letter-spacing);
}

body.home .block-content-style .home-section-title {
  font-family: var(--font-title) !important;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

body.home .block-content-style .home-section-description {
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0;
}

/* Reusable homepage project-block typography. */
.block_content_style {
  color: #7b6b43;
  text-align: center;
}

.block_content_style .block_content_style__eyebrow {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #7b6b43;
  font-family: var(--font-subtitle);
  font-size: var(--type-label-size);
  letter-spacing: var(--type-label-letter-spacing);
  text-transform: uppercase;
}

.block_content_style .block_content_style__title {
  margin: 25px 0;
  color: #7b6b43;
  font-family: var(--font-title) !important;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.block_content_style .block_content_style__description {
  max-width: 760px;
  margin: 0 auto 40px;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
summary,
.shop-page-filter,
a[class*="btn"],
a[class*="button"],
a[class$="__button"] {
  font-family: var(--font-button);
}

body.has-cookie-banner {
  padding-bottom: 160px !important;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3000;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity var(--transition-fast),
    transform var(--transition-smooth);
  pointer-events: none;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner__inner {
  width: min(100%, 1040px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid rgba(167, 106, 35, 0.18);
  border-radius: 24px;
  background: rgba(254, 253, 249, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: var(--cookie-shadow);
}

.cookie-banner__copy {
  display: grid;
  gap: 10px;
}

.cookie-banner__eyebrow {
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-brown);
}

.cookie-banner__text {
  margin: 0;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-body);
}

.cookie-banner__text a {
  color: var(--color-brown);
  font-weight: 700;
  text-underline-offset: 0.15em;
}

.cookie-banner__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-banner__button {
  min-width: 146px;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform var(--transition-fast),
    background-color var(--transition-fast),
    color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.cookie-banner__button:hover {
  transform: translateY(-1px);
}

.cookie-banner__button--primary {
  background-color: var(--color-brown);
  color: #f5f0e8;
  box-shadow: 0 12px 24px rgba(167, 106, 35, 0.22);
}

.cookie-banner__button--primary:hover {
  background-color: #915b1d;
}

.cookie-banner__button--secondary {
  background-color: rgba(167, 106, 35, 0.1);
  color: var(--color-brown);
}

.cookie-banner__button--secondary:hover {
  background-color: rgba(167, 106, 35, 0.16);
}

@media (max-width: 720px) {
  body.has-cookie-banner {
    padding-bottom: 220px !important;
  }

  .cookie-banner {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .cookie-banner__inner {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 18px;
    border-radius: 20px;
  }

  .cookie-banner__actions {
    justify-content: stretch;
  }

  .cookie-banner__button {
    width: 100%;
  }
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden; /* Prevents horizontal scroll jumping */
}

/* --- 1. HOVER & ACTIVE STATES --- */
.text-wrapper:hover,
.text-wrapper-2:hover,
.text-wrapper-3:hover,
.div:hover,
.text-wrapper-6 a:hover {
  font-weight: 700 !important;
  color: var(--color-primary);
}

.nav-active {
  font-weight: 700 !important;
  border-bottom: 2px solid var(--color-primary);
}

.nav-active .chevron-icon {
  stroke: var(--color-primary);
  transform: translateY(2px);
}

.header-main-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.frame {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 0;
}

/* --- 3. UTILITY & LANGUAGE --- */
.menu-utilitari {
  display: flex;
  align-items: center;
  gap: 15px;
}

.idioma {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #757575;
  cursor: pointer;
}

.text-wrapper-8 {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
}

.idioma .chevron-icon {
  width: 12px;
  height: 12px;
  stroke-width: 3px;
}

.idioma .search-icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

/* --- 4. BRANDING & BUTTONS --- */
.logo {
  height: 70px;
  width: auto;
  object-fit: contain;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none; /* Removes underline */
  color: inherit; /* Keeps the white color you already set */
  transition: opacity var(--transition-fast);
}

.logo-link:hover {
  opacity: 0.8; /* Subtle feedback when hovering */
}

.COMPRAR-ONLINE-wrapper {
  background-color: var(--color-muted);
  border-radius: 16px;
  padding: 8px 18px;
  transition: background var(--transition-fast);
}

.COMPRAR-ONLINE-wrapper:hover {
  background-color: var(--color-primary);
}

.COMPRAR-ONLINE {
  color: #f5f0e8;
  font-size: 13px;
  text-decoration: none;
}

/* --- 5. NAVIGATION LINKS --- */
.group,
.group-2,
.group-3,
.group-4,
.group-5 {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.text-wrapper,
.div,
[class*="text-wrapper-"] {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.component-wrapper {
  position: relative !important;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
}

.component {
  background-color: var(--color-light);
  border-radius: 50px !important;
  padding: 8px 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform var(--transition-fast);
}

.component:hover {
  transform: scale(1.03);
  background-color: #cecece !important;
}

.text-wrapper-7 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

/* --- 6. HERO SECTION --- */
.box {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}

.box .rectangle {
  position: relative;
  width: 100%;
  height: 396px;
  background-color: var(--color-light);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  padding: 0 20px;
}

.label .visites-guiades {
  max-width: 669px;
  font-family: var(--font-secondary);
  color: #1e1e1e;
  font-size: 31.7px;
  line-height: 41.2px;
  text-align: center;
}

.label .visites-guiades .text-wrapper {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.label .visites-guiades .span {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 28px;
}

.component-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 231px;
  height: 61px;
  background-color: #000000 !important;
  border-radius: 50px;
  text-decoration: none;
  transition: transform var(--transition-fast);
}

.component-hero:hover {
  transform: scale(1.05);
  background-color: var(--color-charcoal) !important;
}

.component-hero .COMPRAR-ONLINE-hero {
  font-family: var(--font-secondary);
  font-weight: 400;
  color: #f5f0e8 !important;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.38px;
  line-height: 30px;
}

/* --- 7. FOOTER SECTION --- */
.main-footer {
  width: 100%;
  font-family: var(--font-secondary);
  color: #1e1e1e;
}

.footer-container {
  max-width: 1200px; /* Reduced for better centering on wide screens */
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.newsletter-section {
  background-color: var(--color-brown);
  padding: 45px 0;
  display: flex;
  justify-content: center;
}

.newsletter-section .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.newsletter-text {
  font-size: 26px;
  font-weight: 700;
  max-width: 480px;
  line-height: 1.2;
}

.newsletter-input {
  flex-grow: 1;
  max-width: 580px;
  height: 64px;
  background-color: var(--color-beige);
  border: none;
  padding: 0 20px;
}

.links-section {
  background-color: var(--color-light);
  padding: 70px 0 50px 0;
  display: flex;
  justify-content: center;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  width: 100%;
}

.footer-col h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
  width: 100%;
}

.social-icons {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.icon-svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--color-beige);
  stroke-width: 1.5;
}

.social-icon-svg {
  width: 32px;
  height: 32px;
  fill: #000;
  cursor: pointer;
}

.copyright-text {
  font-size: 14px;
  font-weight: 700;
}

.certifications {
  display: flex;
  gap: 20px;
}

.cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 105px;
}

.cert-item .ellipse {
  width: 80px;
  height: 80px;
  background-color: #888;
  border-radius: 50%;
  margin-bottom: 10px;
}

.cert-item span {
  font-size: 13px;
  line-height: 1.2;
}

/* --- 8. ICONS & RESPONSIVENESS --- */
.nav-icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  transition: stroke 0.2s;
}

@media screen and (max-width: 1024px) {
  .alt-grid-container {
    max-width: 100%; /* Allows it to fill the mobile screen width */
    padding: 0 15px;
  }

  .alt-row,
  .alt-row.reverse {
    flex-direction: column; /* Stacks image on top of text for mobile */
    gap: 30px;
    margin-bottom: 60px;
  }

  .alt-image-placeholder {
    flex: 0 0 100%; /* Image takes full width on mobile */
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .section-intro,
  .alt-text {
    text-align: center; /* Centers everything for better mobile readability */
  }

  .news-grid {
    grid-template-columns: 1fr;
    max-width: 450px; /* Constrains card width on mobile */
  }
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
}

/* Container for the dots */
.carousel-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

/* Individual dot style */
.dot {
  width: 12px;
  height: 12px;
  background-color: #888; /* Inactive color */
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active dot style */
.dot.active {
  background-color: #1e1e1e; /* Darker color for active state */
  transform: scale(1.2);
}

/* Ensure the hero title supports the bold branding */
.hero-title strong {
  font-weight: 800;
}

/* --- GALLERY SECTION --- */
.botiga-section {
  max-width: 1512px;
  margin: 60px auto;
  padding: 0 100px;
}

.botiga-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.botiga-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 5px;
}

.botiga-subtitle {
  font-size: 16px;
  font-style: italic;
  color: #666;
}

.btn-tots-productes {
  background-color: var(--color-muted);
  color: #f5f0e8;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
}

.gallery-container {
  padding: 0 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-scroll {
  display: flex;
  gap: 20px;
  justify-content: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hide scrollbar for clean look */
}

.botiga-section-updated .gallery-container {
  max-width: none;
  padding-inline: 0;
}

.botiga-section-updated .gallery-scroll {
  justify-content: flex-start;
  gap: 8px;
}

.gallery-scroll::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  min-width: 280px;
  flex: 0 0 auto;
}

.botiga-section-updated .gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  flex: 0 0 322px;
  width: 322px;
}

.item-img {
  width: 100%;
  height: 380px; /* Fixed height to match design */
  object-fit: cover;
  background-color: var(--color-light); /* Gray placeholder while loading */
  margin-bottom: 15px;
}

.item-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background-color: var(--color-light);
}

.item-name {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.botiga-section-updated .item-img {
  width: 322px;
  height: 372px;
  object-fit: cover;
  object-position: center;
  background: #f8f5eb;
}

/* Circular Arrows */
.nav-arrow {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #7b6b43;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  color: #f5f0e8;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition:
    background var(--transition-fast),
    color var(--transition-fast),
    transform var(--transition-fast);
}

.nav-arrow:hover {
  background: var(--color-beige);
  color: #7b6b43;
  transform: translateY(-1px);
}

.nav-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.nav-arrow.left {
  left: -22px;
}
.nav-arrow.right {
  right: -22px;
}

.info-boxes-section {
  display: flex;
  flex-wrap: wrap; /* Allows items to drop to a new line */
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  border-top: 2px solid var(--color-beige);
}

.info-box {
  flex: 1 1 50%;
  background-color: var(--color-light);
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers content vertically */
  align-items: center; /* Centers content horizontally */
  text-align: center; /* Centers the text lines */
  min-height: 350px;
  border-right: 2px solid var(--color-beige);
  border-bottom: 2px solid var(--color-beige);
}

.info-box.full-width {
  flex: 1 1 100%;
  border-right: none;
}

.info-box:last-child {
  border-right: none;
}

.info-title {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #1e1e1e;
  margin-bottom: 20px;
  width: 100%; /* Ensures title respects centering */
}

.info-text {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: italic;
  margin: 0 auto 30px auto; /* Centers the text block itself */
  max-width: 600px; /* Prevents text lines from getting too long/ugly */
}

/* Lead paragraph: Bold and Italic */
.info-text-lead {
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 800; /* Extra bold */
  font-style: italic;
  line-height: 1.4;
  color: #1e1e1e;
  margin-bottom: 20px;
  text-align: center;
}

/* Body paragraph: Regular weight and Italic */
.info-text-body {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400; /* Regular weight */
  font-style: italic;
  line-height: 1.6;
  color: #1e1e1e;
  max-width: 600px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.info-btn {
  display: inline-block;
  background-color: #000000;
  color: #f5f0e8;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast);
}

.info-btn:hover {
  background-color: var(--color-primary);
  transform: scale(1.05);
}

/* --- 10. ALTERNATING SECTION (Unified Alignment) --- */
.alternating-section {
  width: 100%;
  padding: 80px 20px;
}

.alt-grid-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-intro {
  text-align: center;
  margin-bottom: 80px;
  max-width: 800px;
}

.intro-title {
  font-family: var(--font-secondary);
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 5px;
  color: #1e1e1e;
}

.intro-subtitle {
  font-family: var(--font-main);
  font-style: italic;
  font-size: 16px;
  color: #444;
}

.alt-row {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 80px;
}

.alt-row.reverse {
  flex-direction: row-reverse;
}

.alt-image-placeholder {
  flex: 0 0 450px;
  width: 450px;
  aspect-ratio: 1 / 1;
  background-color: var(--color-light);
  overflow: hidden;
  position: relative;
}

.fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.alt-text {
  flex: 1;
  max-width: 400px;
  text-align: left;
}

.alt-text h3 {
  font-family: var(--font-secondary);
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 15px;
  color: #1e1e1e;
}

.alt-text p {
  font-family: var(--font-main);
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* --- 11. LATEST NEWS SECTION --- */
.latest-news-section {
  max-width: 1200px;
  margin: 100px auto;
  padding: 0 40px;
  text-align: center;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 60px auto;
  max-width: 1000px; /* Aligned with alternating section */
}

.news-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  background: var(--color-beige);
}

.card-img-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: var(--color-light);
  margin-bottom: 15px;
}

.card-btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-muted);
  color: #f5f0e8;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  width: fit-content;
  margin-top: auto;
}

/* --- SHARED COMPONENTS (Buttons) --- */
.btn-dark-wide {
  display: inline-block;
  background-color: #000000;
  color: #f5f0e8;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast);
  margin-top: 40px;
}

.btn-dark-wide:hover,
.card-btn:hover {
  background-color: var(--color-primary);
  transform: scale(1.03);
}

/* Update these for the "L'últim a la Castanya" section */
.section-title {
  font-family: var(--font-title);
  font-weight: 800; /* Force bold */
  font-size: 28px;
  margin-bottom: 10px;
}

.section-subtitle {
  font-family: var(--font-main);
  font-size: 16px;
  color: #444;
  margin-bottom: 40px;
}

/* Update for the card titles within the grid */
.card-title {
  font-family: var(--font-title);
  font-weight: 800; /* Bold headers in cards */
  font-size: 18px;
  margin-bottom: 10px;
}

/* --- BLOG PAGE SPECIFIC --- */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.page-blog .content-wrap {
  background-color: #f3ecdf;
}

body.page-product-detail .content-wrap {
  background-color: #f3ecdf;
}

.blog-header-section {
  padding: 0;
  background-color: #f3ecdf;
}

.blog-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 8px 16px;
  border-radius: 50px;
  background-color: rgba(180, 156, 100, 0.92);
  color: #f5f0e8;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.filter-btn:hover {
  background-color: rgba(151, 127, 71, 0.98);
}

.filter-btn.active {
  background-color: rgba(151, 127, 71, 0.98);
  color: #f5f0e8;
}

.blog-hero {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  color: #f5f0e8;
}

.blog-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(42, 34, 20, 0.08) 0%,
    rgba(23, 20, 16, 0.34) 38%,
    rgba(18, 15, 12, 0.62) 100%
  );
}

.blog-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 18px;
  text-align: center;
}

.blog-hero-copy {
  width: min(100%, 620px);
  margin: 0 auto;
}

.blog-hero-title {
  max-width: 600px;
  margin: 0 auto 8px;
  font-family: var(--font-main);
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-hero-subtitle {
  max-width: 560px;
  margin: 0 auto 26px;
  font-size: 13px;
  line-height: 1.24;
  color: rgba(var(--color-beige-rgb), 0.96);
}

.blog-tag-cloud {
  width: 100%;
}

.blog-tag-cloud-title {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-tag-cloud-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 8px;
  max-width: 430px;
  margin: 0 auto;
}

.blog-tag-cloud-list .filter-btn {
  min-width: 55px;
  padding: 5px 10px;
  font-size: 8px;
  line-height: 1;
}

.blog-sort-bar {
  background-color: #b6a06e;
}

.blog-sort-list {
  gap: 16px 28px;
}

.blog-sort-menu__item,
.recipe-filter-menu__item {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.actualitat-filter-feedback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  flex-wrap: wrap;
  margin: 24px 0 4px;
  color: #7f6f4b;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.actualitat-filter-feedback p {
  margin: 0;
}

.actualitat-filter-feedback button {
  border: 0;
  border-radius: 999px;
  padding: 7px 14px;
  background: #8b7445;
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.actualitat-filter-empty {
  margin: 28px auto 40px;
  color: #7f6f4b;
  font-size: 14px;
  text-align: center;
}

.featured-news-card {
  display: grid;
  grid-template-columns: minmax(230px, 330px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 52px 0 44px;
  text-decoration: none;
}

.featured-news-copy {
  text-align: center;
  color: #8b7441;
}

.featured-news-date {
  margin-bottom: 12px;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.featured-news-title {
  margin: 0 0 16px;
  font-family: var(--font-secondary);
  font-size: clamp(20px, 2.15vw, 30px);
  line-height: 1.04;
  text-transform: uppercase;
}

.featured-news-excerpt {
  max-width: 30ch;
  margin: 0 auto 18px;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: #7f6f4b;
}

.featured-news-meta {
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: #7f6f4b;
}

.featured-news-meta p {
  margin: 0 0 12px;
}

.featured-news-meta strong {
  font-weight: 700;
}

.featured-news-image-link {
  display: block;
  text-decoration: none;
}

.featured-news-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.02 / 1;
  background-color: #d8cfbf;
}

.featured-news-chip {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: rgba(180, 156, 100, 0.95);
  color: #f5f0e8;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.actualitat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 18px 0 28px;
}

.actualitat-grid--continued {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  align-items: start;
  margin-top: 10px;
  margin-bottom: 72px;
}

.actualitat-card {
  display: block;
  background-color: #f6f0e4;
  color: #8b7441;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.actualitat-card:hover,
.actualitat-card:focus-visible {
  background-color: #ceb98f;
}

.actualitat-card:focus-visible {
  outline: 2px solid #8f7846;
  outline-offset: 4px;
}

body.page-blog .actualitat-card,
body.page-blog .featured-news-card {
  background-color: #f3ecdf;
}

.actualitat-card[hidden],
.featured-news-card[hidden] {
  display: none;
}

.actualitat-card--wide .actualitat-card-image {
  aspect-ratio: 2.1 / 1;
}

.actualitat-card--wide .actualitat-card-title {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.actualitat-card-image {
  position: relative;
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
}

.actualitat-card:hover .actualitat-card-image::after,
.actualitat-card:focus-visible .actualitat-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(120, 97, 54, 0.28);
}

.actualitat-card-content {
  position: relative;
  padding: 18px 22px 24px;
  text-align: center;
}

.actualitat-card-arrow {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 66px;
  border: 0;
  border-radius: 50%;
  background-color: #8f7846;
  color: #f5f0e8;
  font-size: 30px;
  cursor: default;
}

.actualitat-card-date {
  margin-bottom: 12px;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.actualitat-card-title {
  margin: 0 0 16px;
  font-family: var(--font-secondary);
  font-size: clamp(20px, 2.15vw, 30px);
  line-height: 1.04;
  text-transform: uppercase;
}

.actualitat-card-excerpt {
  max-width: 30ch;
  margin: 0 auto 18px;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: #7f6f4b;
}

.actualitat-card-meta {
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: #7f6f4b;
}

.actualitat-card-meta p {
  margin: 0 0 12px;
}

.actualitat-card-meta strong {
  font-weight: 700;
}

.actualitat-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #f3ecdf;
  color: #8b7441;
  font-size: 12px;
  line-height: 1;
}

.actualitat-pagination[hidden] {
  display: none;
}

.actualitat-pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.actualitat-pagination__arrow img {
  width: 8px;
  height: 15px;
}

.actualitat-pagination__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.actualitat-pagination__pages {
  display: flex;
  align-items: center;
  gap: 12px;
}

.actualitat-pagination__page {
  padding: 4px 2px;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.actualitat-pagination__page[aria-current="true"] {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .blog-hero {
    min-height: auto;
  }

  .blog-hero-inner {
    min-height: 320px;
    padding-top: 24px;
  }

  .blog-hero-copy {
    width: 100%;
    margin-left: 0;
  }

  .blog-hero-title {
    font-size: clamp(22px, 6vw, 30px);
  }

  .blog-hero-subtitle {
    font-size: 13px;
  }

  .blog-sort-list {
    gap: 12px 18px;
  }

  .featured-news-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 40px;
  }

  .featured-news-copy {
    order: 2;
  }

  .featured-news-image-link {
    order: 1;
  }

  .featured-news-excerpt {
    max-width: 100%;
  }

  .actualitat-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 18px;
  }

  .actualitat-grid--continued {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .actualitat-card--wide .actualitat-card-image {
    aspect-ratio: 1 / 1.04;
  }

  .actualitat-card-content {
    padding-left: 18px;
    padding-right: 18px;
  }

}

.news-card-content {
  padding: 15px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.post-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
}

.card-excerpt {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- Global Post Container --- */
.post-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  font-family: serif; /* Matches screenshot font style */
  color: #333;
}

/* --- Section 1: Header/Meta --- */
.post-header-visual {
  text-align: center;
  margin-bottom: 3rem;
}

.post-meta__date {
  font-style: italic;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
  display: block;
}

.post-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto 1rem;
}

.post-subtitle {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
}

/* The Grid for 'Reading Time' and 'Tags' */
.header-details-grid {
  display: flex;
  justify-content: center;
  gap: 4rem; /* Spacing between the two columns */
  margin-top: 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.meta-label {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}

.meta-value {
  color: #555;
}

/* --- Section 2: Hero Image --- */
.post-hero-visual {
  margin-bottom: 4rem;
}

.hero-placeholder {
  width: 100%;
  height: 400px; /* Placeholder height */
  background-color: #e0e0e0; /* Match screenshot grey box */
}

.hero-image {
  width: 100%;
  object-fit: cover;
}

/* --- Section 3: Article Content Flow (Multi-Column) --- */
.post-article-flow {
  display: grid;
  grid-template-columns: 2fr 1fr; /* 2 parts text, 1 part quote/meta */
  gap: 3rem;
  align-items: start;
}

.post-content p {
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

/* The special blockquote on the right, as seen in screenshot */
.post-content blockquote {
  grid-column: 2 / 3; /* Forces into the right column */
  margin: 0;
  padding: 0;
  border: none;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center; /* Design preference match */
}

.post-content blockquote p {
  margin-bottom: 0.5rem;
}

.post-content blockquote + p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}

.actualitat-post {
  background-color: #f3ecdf;
  color: #7f6f4b;
  padding-top: 32px;
  padding-bottom: 64px;
}

.actualitat-post__inner {
  position: relative;
}

.actualitat-post__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8b7445;
  font-family: var(--font-button);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.actualitat-post__back-arrow {
  width: 14px;
  height: auto;
  flex-shrink: 0;
}

.actualitat-post__header {
  max-width: 760px;
  margin: 20px auto 36px;
  text-align: center;
}

.actualitat-post__date {
  display: block;
  margin-bottom: 8px;
  color: #8b7441;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.actualitat-post__title {
  margin: 0 0 10px;
  font-family: var(--font-secondary);
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1;
  text-transform: uppercase;
}

.actualitat-post__subtitle {
  margin: 0 auto 24px;
  color: #7f6f4b;
  font-size: 14px;
  line-height: 1.4;
}

.actualitat-post__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  max-width: 520px;
  margin: 0 auto;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.35;
}

.actualitat-post__meta p {
  margin: 0;
}

.actualitat-post__meta strong {
  display: block;
  font-weight: 800;
}

.actualitat-post__hero-media {
  width: min(1120px, calc(100% - 40px));
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
  padding: 0;
}

.actualitat-post__hero-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 720px;
  margin: 0 auto;
  object-fit: contain;
}

.actualitat-post__body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 72px;
  padding-top: 28px;
  padding-bottom: 0;
}

.actualitat-post__content {
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.actualitat-post__content h2 {
  margin-top: 18px;
  font-weight: 700;
}

.actualitat-post__content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto 24px;
}

.actualitat-post__content figure,
.actualitat-post__content picture {
  display: table;
  max-width: 100%;
  margin: 0 auto 24px;
}

.actualitat-post__content figure img {
  margin-bottom: 0;
}

.actualitat-post__content p,
.actualitat-post__content ul {
  margin: 0 0 14px;
}

.actualitat-post__content ul {
  padding-left: 18px;
  list-style: disc;
}

.actualitat-post__content li + li {
  margin-top: 8px;
}

.actualitat-post__quote {
  border-top: 1px solid #8b7441;
  padding-top: 36px;
  text-align: center;
}

.actualitat-post__quote blockquote {
  margin: 0;
  color: #8b7441;
  font-family: var(--font-main);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.actualitat-post__quote p {
  margin: 22px 0 0;
  color: #8b7441;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.actualitat-post__nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(139, 116, 69, 0.5);
}

.actualitat-post__nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8b7445;
  font-family: var(--font-button);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.actualitat-post__nav-arrow {
  width: 14px;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .actualitat-post__body {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .actualitat-post__meta {
    gap: 24px;
  }

}

@media screen and (max-width: 768px) {
  .actualitat-post__nav {
    flex-direction: column;
  }
}

.hero-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-center-branding {
  text-align: center;
  color: #f5f0e8;
  z-index: 10;
  transition: all 0.5s ease;
}

.hero-central-logo {
  width: clamp(320px, 45vw, 520px);
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
}

.hero-tagline {
  font-size: 0.9rem;
  opacity: 0.9;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-logo-group {
  margin-bottom: 40px;
}

body.home .hero-logo-group {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 11;
  margin-bottom: 0;
  transform: translateX(-50%);
}

.hero-date {
  font-family: var(--font-main);
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
}

.hero-brand-name {
  font-family: "PP Neue World", serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f5f0e8;
  margin-bottom: 6px;
}

/* Main Typography from Screenshot */
.hero-title {
  font-family: var(--font-title);
  font-size: clamp(2.5rem, 6vw, 5rem); /* Responsive sizing */
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
  font-family: var(--font-title);
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

body.home .hero-title,
body.home .hero-subtitle {
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif !important;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  font-stretch: normal;
}

body.home .hero-title {
  letter-spacing: 0;
  transform: scaleX(1.12);
  transform-origin: center;
  display: block;
}

.hero-tagline {
  font-family: "Gotham-Medium", "Gotham Medium", var(--font-main);
  font-style: italic;
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 40px;
}

/* The "Llegeix més" Button */
.hero-scroll-btn {
  display: inline-block;
  background-color: black;
  color: #f5f0e8;
  padding: 12px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.hero-scroll-btn:hover {
  transform: scale(1.05);
}

.hero-content-overlay {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #f5f0e8;
  width: 100%;
  padding: 0 20px;
}

body.home .hero-content-overlay {
  transform: translateY(clamp(80px, 10vh, 120px));
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
  min-height: 90px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 15px; /* Space between icon and text */
  flex: 0 0 auto; /* Don't let the logo shrink or grow */
}

.header-logo img {
  height: 70px;
  width: auto;
}

.logo-img {
  height: 70px;
  width: auto;
}

/* Home page: use white logo until header docks */
body.home .site-header:not(.is-scrolled) .logo-img--color {
  display: none;
}

body.home .site-header:not(.is-scrolled) .logo-img--white {
  display: block;
}

body.home .site-header:not(.is-scrolled) .header-logo .logo-link {
  opacity: 0;
  pointer-events: none;
}

body.home .site-header.is-scrolled .logo-img--white {
  display: none;
}

body.home .site-header.is-scrolled .logo-img--color {
  display: block;
}

body.home .site-header.is-scrolled .header-logo .logo-link {
  opacity: 1;
  pointer-events: auto;
}

/* Non-home: always show color logo */
body:not(.home) .logo-img--white {
  display: none;
}

body:not(.home) .logo-img--color {
  display: block;
}

.logo-title {
  font-family: "PP Neue World", serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f5f0e8;
  white-space: nowrap;
}

.logo-text {
  font-family: "Gotham-Medium", "Gotham Medium", var(--font-main);
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f5f0e8;
}

.site-header {
  background-color: var(--header-bg) !important;
  width: 100%;
  font-family: var(--font-main);
  color: #f5f0e8;
}

/* SCROLLED / DOCKED STATE */
.site-header.is-scrolled {
  background-color: #7b6b43 !important; /* Solid Brown */
}

.site-header.is-scrolled .header-top {
  background-color: transparent; /* Merges into the solid header */
  padding: 10px 40px;
}

.site-header.is-scrolled .header-nav {
  position: relative;
  bottom: auto;
  background-color: transparent; /* Becomes part of the solid brown header */
}

.site-header.is-scrolled .header-logo img,
body:not(.home) .header-logo img {
  opacity: 1;
  transform: translateY(0);
}
.nav-flex-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.header-mobile-panel,
.header-mobile-brand,
.header-mobile-actions {
  display: none;
}

.nav-list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  flex: 1;
  border-right: 1px solid var(--header-border);
  min-height: 80px;
  display: flex;
}

.nav-item--dropdown {
  position: relative;
}

.nav-item:first-child {
  border-left: 1px solid var(--header-border);
}

.nav-item a,
.nav-link-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
  color: #f5f0e8;
  text-decoration: none;
  font-family: "Gotham-Medium", var(--font-main);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  transition: background 0.2s;
}

.nav-link-button {
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
  align-items: center;
}

.nav-item--dropdown .nav-link-button {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.nav-item--dropdown.nav-item--gastronomic > .nav-link-button,
.nav-item--dropdown.nav-item--visits > .nav-link-button,
.nav-item--gastronomic .nav-btn-text,
.nav-item--visits .nav-btn-text {
  justify-content: flex-start;
  text-align: left;
}

.nav-item.highlight-shop {
  background-color: #f1ede2; /* Cream background from screenshot */
}

.nav-item.highlight-shop a {
  color: #7b6b43 !important;
  text-align: center;
}

.has-dropdown > a::after,
.has-dropdown > .nav-link-button::after {
  content: none;
}

.nav-btn-text {
  display: inline-block;
  text-align: center;
}

.nav-drop-arrow {
  display: inline-block;
  width: 15px;
  height: auto;
  vertical-align: middle;
  margin-left: 5px;
}

.nav-item--dropdown:hover .nav-dropdown,
.nav-item--dropdown:focus-within .nav-dropdown,
.nav-item--dropdown.is-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  width: max-content;
  z-index: 30;
  display: grid;
  gap: 0;
  padding: 12px 0;
  background: #7b6b43;
  box-shadow: 0 8px 20px rgba(52, 40, 18, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}

/* The homepage navigation needs a body-scoped selector because its hero
   styling overrides generic navigation link padding. */
.nav-dropdown .nav-dropdown__link,
body.home .header-nav .nav-dropdown .nav-dropdown__link {
  display: block;
  padding: 20px 28px;
  color: #f5f0e8 !important;
  text-decoration: none;
  font-family: "Gotham-Medium", var(--font-main);
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-size: 12px;
  line-height: 1.35;
  background: transparent;
}

/* The homepage variant matches its hero navigation specificity so its
   dropdown highlight remains visible. */
.nav-dropdown__link:hover,
.nav-dropdown__link:focus-visible,
.nav-dropdown__link.is-active,
body.home .header-nav .nav-dropdown .nav-dropdown__link:hover,
body.home .header-nav .nav-dropdown .nav-dropdown__link:focus-visible,
body.home .header-nav .nav-dropdown .nav-dropdown__link.is-active {
  background: #a0885a;
  color: #f5f0e8 !important;
}

.nav-item.active {
  background-color: #f5f2e8;
}

.nav-item.active > a,
.nav-item.active > .nav-link-button {
  color: #7b6b43 !important;
}

main {
  position: relative;
  z-index: 100;
  background-color: var(--color-cream);
}

.header-nav {
  border-top: none !important; /* Removes the line crossing the logo */
}

body:not(.home) {
  /* Adjust 170px to the exact height of your Row 1 + Row 2 */
  padding-top: 170px !important;
}

body:not(.home) .site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 2000;
  /* Crucial: stop the "climb" transform from JS */
  transform: none !important;
}

body:not(.home) .header-top {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  display: flex !important;
}

body:not(.home) .header-nav {
  background-color: transparent !important;
  border-top: 1px solid rgba(var(--color-beige-rgb), 0.1);
}

body:not(.home) .header-logo img {
  opacity: 1;
  transform: translateY(0);
}

body:not(.home) main {
  margin-top: 0 !important;
  position: relative;
}

.utility-left,
.utility-right {
  flex: 1;
  display: flex;
  align-items: center;
}

.utility-right {
  justify-content: flex-end; /* Pushes cart to the far right */
  gap: 16px;
}

.utility-left {
  gap: 20px;
}

.idioma-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

.icon {
  width: 22px;
  height: 22px;
  stroke: #f5f0e8;
  fill: none;
  stroke-width: 2;
}

.header-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: #7b6b43;
  border: 0;
  color: #f5f0e8;
  text-decoration: none;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast);
}

.header-contact-button:hover {
  transform: translateY(-1px);
  background: #5e5233;
}

.site-header.is-scrolled ~ .utility-top-overlay .header-contact-button {
  background: #9a8453;
}

.site-header.is-scrolled ~ .utility-top-overlay .header-contact-button:hover {
  background: #8b7445;
}

.header-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: transparent;
  border: 0;
  color: #f5f0e8;
  text-decoration: none;
  transition: transform var(--transition-fast);
}

.header-icon-button:hover {
  transform: translateY(-1px);
}

.header-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(var(--color-beige-rgb), 0.24);
  border-radius: 999px;
  background: rgba(var(--color-beige-rgb), 0.08);
  cursor: pointer;
  transition:
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    transform var(--transition-fast);
}

.header-menu-toggle:hover {
  transform: translateY(-1px);
  background: rgba(var(--color-beige-rgb), 0.14);
}

.header-menu-toggle__line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--color-beige);
  transition:
    transform var(--transition-fast),
    opacity var(--transition-fast);
}

.site-header.is-menu-open .header-menu-toggle__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .header-menu-toggle__line:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .header-menu-toggle__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-icon-button--cart .header-icon-image {
  width: 29px;
  height: 22px;
}

/* WhatsApp is provided by the fixed utility overlay. */
.header-icon-button--whatsapp {
  display: none;
}

/* Fixed top-left overlay: shown on pages where the header sits at the bottom */
.utility-top-left-overlay {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 2001;
  align-items: center;
  color: #f5f0e8;
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
}

body.home .utility-top-left-overlay {
  display: flex;
}

/* Hide the original language selector from the header on these pages */
body.home .utility-left .idioma-selector {
  display: none !important;
}

/* Fixed top-right utility actions, available throughout the site. */
.utility-top-overlay {
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2001;
  align-items: center;
  gap: 16px;
}

.utility-top-overlay .header-icon-button--whatsapp {
  display: inline-flex;
  width: 64px;
  height: 64px;
}

/* Use the fixed utility actions instead of duplicate header controls. */
body .utility-right .header-contact-button,
body .utility-right .header-icon-button--cart,
body .utility-right .header-icon-button--whatsapp {
  display: none !important;
}

body.internal .site-header {
  position: sticky; /* Or fixed, if you want it to follow the scroll */
  top: 0;
  background-color: #7b6b43 !important; /* Solid brown */
  transform: none !important; /* Reset the climb effect */
}

body.internal .header-top {
  opacity: 1 !important; /* Always show the logo/search on internal pages */
  pointer-events: auto !important;
}

body.home .site-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2000;
  bottom: 0;
  top: auto !important;

  /* Use the JS variable for the climb */
  transform: translateY(
    calc(var(--climb-progress, 0) * -100vh + var(--climb-progress, 0) * 65px)
  );

  background-color: transparent !important;
  transition: background-color var(--transition-smooth);
}

.header-nav,
body.home .header-nav {
  border-top: none !important;
}

body.home .header-nav {
  background-color: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-top: none !important;
}

body.home .header-nav a,
body.home .header-nav .menu-item {
  color: #f5f0e8 !important;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 0 15px;
  text-decoration: none;
}

body.home .header-nav .nav-dropdown a,
body.page-gastronomic .header-nav .nav-dropdown a {
  color: #f5f0e8 !important;
}

body.home .header-nav .nav-dropdown a:hover,
body.home .header-nav .nav-dropdown a:focus-visible,
body.home .header-nav .nav-dropdown a.is-active,
body.page-gastronomic .header-nav .nav-dropdown a:hover,
body.page-gastronomic .header-nav .nav-dropdown a:focus-visible,
body.page-gastronomic .header-nav .nav-dropdown a.is-active {
  color: #f5f0e8 !important;
}

body.home .header-nav li:not(:last-child) {
  border-right: 2px solid rgba(245, 240, 232, 0.6);
}

body.home .site-header.is-scrolled {
  background-color: var(--header-bg) !important;
  top: 0 !important;
  bottom: auto !important;
  transform: translateY(0) !important;
  border-bottom: none;
}

body.home .site-header.is-scrolled .header-nav {
  background-color: transparent !important; /* Let the parent header handle the color */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-top: 1px solid var(--header-border);
}

body.home .header-top {
  opacity: 1;
  pointer-events: auto;
  transition:
    opacity var(--transition-smooth),
    transform var(--transition-smooth);
  transform: translateY(0);
}

body.home .site-header.is-scrolled .header-top {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 980px) {
  body:not(.home) {
    padding-top: 92px !important;
  }

  body.home .site-header {
    top: 0 !important;
    bottom: auto !important;
    transform: translateY(0) !important;
    background-color: transparent !important;
  }

  body.home .header-nav {
    background-color: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header,
  .site-header.is-scrolled,
  .site-header.is-menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent !important;
  }

  .header-top {
    position: relative;
    z-index: 2201;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 92px;
    padding: 14px 20px;
    background: transparent;
  }

  .utility-left,
  .header-contact-button,
  .header-icon-button--whatsapp {
    display: none !important;
  }

  .utility-top-overlay {
    top: 104px;
    z-index: 2200;
  }

  .utility-top-overlay .header-icon-button--whatsapp {
    display: inline-flex !important;
    width: 48px;
    height: 48px;
  }

  .header-logo,
  .header-logo .header-logo {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 0;
    flex: 0 1 auto;
  }

  .header-logo .logo-link {
    min-width: 0;
    gap: 10px;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .header-logo img,
  .logo-img {
    height: 48px;
    width: auto;
  }

  .logo-title {
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }

  body.home .site-header:not(.is-scrolled) .logo-img--color {
    display: none;
  }

  body.home .site-header:not(.is-scrolled) .logo-img--white {
    display: block;
  }

  body.home .site-header.is-scrolled .logo-img--white {
    display: none;
  }

  body.home .site-header.is-scrolled .logo-img--color {
    display: block;
  }

  .utility-right {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    flex: none;
    /* Let clicks in the empty middle reach the centered logo link. */
    pointer-events: none;
  }

  .utility-right > * {
    pointer-events: auto;
  }

  .header-icon-button--cart {
    width: 34px;
    height: 34px;
  }

  .header-menu-toggle {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .header-menu-toggle:hover {
    transform: none;
    background: transparent;
  }

  .header-menu-toggle__line {
    width: 18px;
    margin: 0;
  }

  .header-nav {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: none;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 96px 22px 24px;
    background: #8d7748 !important;
    border-top: 0 !important;
    box-shadow: none;
  }

  body .site-header.is-menu-open .header-nav,
  body .site-header.is-scrolled.is-menu-open .header-nav {
    display: block;
    /* Override the desktop ".is-scrolled .header-nav { position: relative }"
       rule (mobile always has is-scrolled) so the menu is a fixed,
       self-scrolling overlay and the last items stay reachable. */
    position: fixed;
    inset: 0;
    bottom: 0;
    height: 100dvh;
    overflow-y: auto;
    /* Restore the solid panel. The home/fusta/visits pages force a
       transparent nav over the hero via "body.home .site-header.is-scrolled
       .header-nav" (specificity 0,4,1), so the leading "body" here is
       required to match it and win on source order. */
    background: #8d7748 !important;
  }

  .nav-flex-container {
    display: flex;
    min-height: calc(100dvh - 120px);
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
  }

  .header-mobile-panel {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin: 0 0 22px;
  }

  .header-mobile-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #f5f0e8;
  }

  .header-mobile-brand__logo {
    width: 86px;
    height: auto;
  }

  .header-mobile-brand__title {
    font-family: var(--font-title);
    font-size: clamp(21px, 5.2vw, 28px);
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    color: #f7f1e3;
  }

  .header-mobile-actions {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .header-mobile-actions__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    min-height: 30px;
    padding: 7px 18px;
    border-radius: 999px;
    background: #bea166;
    color: #fff8ea !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .nav-list {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-item,
  .nav-item:first-child {
    display: flex;
    width: 100%;
    max-width: 320px;
    min-height: auto;
    border: 0;
  }

  .nav-item a,
  .nav-link-button,
  .nav-item:first-child .nav-link-button,
  body.home .header-nav a,
  body.home .header-nav .nav-link-button {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 10px;
    color: #f7f1e3 !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
  }

  .nav-link-button {
    position: relative;
    flex-direction: row;
    border: 0;
  }

  .has-dropdown > .nav-link-button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
  }

  .has-dropdown > .nav-link-button[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .nav-item.active,
  .nav-item.active a,
  .nav-item.active .nav-link-button {
    background: transparent;
    color: #f5f0e8 !important;
  }

  .nav-item--shop {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-item--shop a {
    min-height: 48px;
    border: 1px solid rgba(255, 248, 234, 0.55);
    border-radius: 16px;
    background: #efe5d3;
    color: #8d7748 !important;
    letter-spacing: 0.06em;
  }

  /* Force the brown label on the homepage's cream BOTIGA box. */
  body.home .header-nav .nav-item--shop a,
  .header-nav .nav-item--shop a {
    color: #8d7748 !important;
  }
}

@media (max-width: 560px) {
  .header-top {
    padding: 14px 16px;
  }

  .utility-right {
    left: 16px;
    right: 16px;
  }

  .logo-title {
    font-size: 17px;
  }

  .header-nav {
    padding: 104px 16px 20px;
  }

  .header-mobile-brand__logo {
    width: 78px;
  }

  .nav-item,
  .nav-item:first-child {
    max-width: 100%;
  }
}

.outer-wrap,
.content-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

body.home .nav-item a {
  color: #f5f0e8 !important;
}

body.home .nav-link-button {
  color: #f5f0e8 !important;
}

body.home .nav-dropdown__link,
body.page-gastronomic .nav-dropdown__link {
  color: #f5f0e8 !important;
}

body.home .nav-dropdown__link:hover,
body.home .nav-dropdown__link:focus-visible,
body.home .nav-dropdown__link.is-active,
body.page-gastronomic .nav-dropdown__link:hover,
body.page-gastronomic .nav-dropdown__link:focus-visible,
body.page-gastronomic .nav-dropdown__link.is-active {
  color: #f5f0e8 !important;
}

body.home .nav-item.highlight-shop {
  background-color: #f1ede2 !important;
}
body.home .nav-item.highlight-shop a {
  color: var(--header-bg) !important;
}

.fusta-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(12, 17, 18, 0.3) 0%,
      rgba(12, 17, 18, 0.3) 30%,
      rgba(12, 17, 18, 0.62) 100%
    ),
    linear-gradient(
      90deg,
      rgba(8, 10, 11, 0.28) 0%,
      rgba(8, 10, 11, 0.08) 34%,
      rgba(8, 10, 11, 0.5) 100%
    );
  z-index: 2;
}

.fusta-hero__overlay {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 140px 24px 140px;
}

.visits-hero__overlay {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 140px 24px 140px;
}

.fusta-hero__content {
  max-width: 760px;
  text-align: center;
}

.visits-hero__content {
  max-width: 760px;
  text-align: center;
}

.fusta-hero__title {
  margin: 0 0 20px;
  font-family: var(--font-main);
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.visits-hero__title {
  margin: 0 0 12px;
  font-family: var(--font-main);
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.fusta-hero__text {
  max-width: 700px;
  margin: 0 auto 28px;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.5;
  color: rgba(var(--color-beige-rgb), 0.92);
}

.visits-hero__text {
  max-width: 700px;
  margin: 0 auto 28px;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.5;
  color: rgba(var(--color-beige-rgb), 0.92);
}

.visits-hero__cta {
  min-width: 0;
}

.visits-montseny-hero {
  min-height: 760px;
}

.visits-montseny-hero__overlay {
  align-items: center;
  padding: 150px 24px 120px;
}

.visits-montseny-hero__content {
  max-width: 860px;
}

.visits-montseny-hero__title {
  max-width: 760px;
  margin: 0 auto 14px;
  font-size: clamp(2.15rem, 4.2vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: 2px;
}

.visits-montseny-hero__text {
  margin-bottom: 20px;
  font-size: clamp(1.2rem, 1.9vw, 1.85rem);
  font-weight: 700;
  color: #f5f0e8;
}

.visits-montseny-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.visits-montseny-hero__cta {
  padding-inline: 24px;
  background: rgba(177, 150, 96, 0.94);
}

.visits-montseny-hero__cta.visits-montseny-hero__cta--store {
  background: #9a8453;
}

.visits-montseny-intro {
  padding: 46px 24px 70px;
}

.visits-montseny-intro__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #8a7445;
}

.visits-montseny-intro__title {
  margin: 0;
  font-family: var(--font-secondary);
  font-size: clamp(2.25rem, 4.8vw, 4.4rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.visits-montseny-intro__text {
  max-width: 940px;
  margin: 22px auto 0;
  font-size: clamp(1.3rem, 1.8vw, 1.95rem);
  line-height: 1.32;
}

.visits-montseny-story.unified-bg {
  padding: 0 24px;
}

.visits-montseny-story__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.visits-montseny-story__row,
.visits-montseny-story__row--reverse {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.visits-montseny-story__media {
  aspect-ratio: 1;
}

.visits-montseny-story__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visits-montseny-story__image--bottom {
  object-position: center bottom;
}

.visits-montseny-story__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 44px;
  text-align: center;
  color: #8a7445;
}

.visits-montseny-story__title {
  margin: 0 0 24px;
  font-family: var(--font-secondary);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.visits-montseny-story__text p {
  margin: 0;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  line-height: 1.45;
}

.visits-montseny-story__text p + p {
  margin-top: 18px;
}

.visits-montseny-story__title.block_parc_content_style {
  font-family: "PP Neue World", serif !important;
  font-size: 30px !important;
}

.visits-montseny-story__text p.block_parc_content_style {
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.35;
}

.project-highlight-section.fusta-intro {
  padding: 46px 24px 40px;
}

.fusta-benefits__content {
  text-align: center;
}

.fusta-benefits {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px 30px 60px;
}

.fusta-benefits.unified-bg {
  padding-bottom: 60px;
}

.fusta-benefits__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
  max-width: 1160px;
  margin: 0 auto;
}

.fusta-benefits__inner .split-image,
.fusta-benefits__inner .split-text-content {
  min-width: 0;
}

.fusta-benefits__inner .split-image {
  width: 100%;
}

.fusta-benefits__inner .split-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
}

.fusta-benefits .fusta-benefits__inner .split-image .fusta-benefits__image--square {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
}

.fusta-benefits__inner .split-text-content {
  width: 100%;
  padding: 40px 0;
}

.fusta-benefits__content .hero-title-elegant,
.fusta-benefits__content .info-text-body-centered {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.fusta-benefits__content .fusta-benefits__title--montseny {
  font-family: "PP Neue World", serif !important;
  font-size: 30px !important;
  line-height: 1.04;
}

.fusta-benefits__content .fusta-benefits__text--montseny {
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.35;
}

.fusta-showcase {
  width: 100%;
  padding: 24px 0 84px;
}

.fusta-showcase__inner {
  width: 100%;
  max-width: none;
}

.fusta-showcase__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--section-banner-min-height);
  overflow: hidden;
  padding: clamp(56px, 7vw, 88px) 20px;
}

.fusta-showcase__hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: var(--section-banner-min-height);
  object-fit: cover;
  transition: opacity 180ms ease;
}

.fusta-showcase__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(44, 31, 16, 0.26), rgba(44, 31, 16, 0.45));
}

.fusta-showcase__hero.is-transitioning .fusta-showcase__hero-image,
.fusta-showcase__hero.is-transitioning .fusta-showcase__hero-content {
  opacity: 0;
}

.fusta-showcase__hero-content {
  position: relative;
  z-index: 2;
  transition: opacity 180ms ease;
  display: flex;
  width: min(100%, 980px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f5f0e8;
}

.fusta-showcase__eyebrow {
  margin: 0;
  font-family: var(--font-subtitle);
  font-size: var(--type-label-size);
  font-weight: 700;
  letter-spacing: var(--type-label-letter-spacing);
  text-transform: uppercase;
}

.fusta-showcase__toggle {
  display: flex;
  gap: 8px;
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fusta-showcase__toggle-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.fusta-showcase__toggle-button:hover,
.fusta-showcase__toggle-button[aria-pressed="true"] {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fusta-showcase__toggle-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.fusta-showcase__title {
  margin: 32px 0 25px;
  max-width: 900px;
  font-family: var(--font-title);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.fusta-showcase__text {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.55;
  letter-spacing: 0;
}

.fusta-showcase__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  background: rgba(186, 154, 91, 0.95);
  box-shadow: none;
}

.fusta-showcase__arrow svg {
  stroke: var(--color-beige);
}

.fusta-showcase__arrow:hover {
  background: #8b7445;
}

.fusta-showcase__arrow--prev {
  left: 52px;
}

.fusta-showcase__arrow--next {
  right: 52px;
}

.fusta-showcase__details {
  display: grid;
  width: 100%;
  max-width: 1120px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  margin: 0 auto;
  padding: 54px 0 0;
}

.fusta-showcase__details-copy {
  align-self: center;
  text-align: center;
  color: #7b6b43;
}

.fusta-showcase__details-title {
  margin: 0;
  font-family: var(--font-slider-title);
  font-size: clamp(28px, 2.4vw, 44px);
  line-height: 1.05;
  text-transform: uppercase;
  color: #8b7445;
}

#fustaShowcaseDetailTitle {
  font-family: var(--font-title);
}

.fusta-showcase__details-paragraph {
  margin: 22px auto 0;
  max-width: 480px;
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.45;
}

.fusta-showcase__details-title.block_parc_content_style {
  margin: 0 0 24px;
  color: #8a7445;
  font-family: "PP Neue World", serif !important;
  font-size: 30px !important;
  line-height: 1.04;
}

.fusta-showcase__details-paragraph.block_parc_content_style {
  margin: 0 auto;
  max-width: 480px;
  color: #8a7445;
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.35;
}

.fusta-showcase__details-paragraph.block_parc_content_style + .fusta-showcase__details-paragraph.block_parc_content_style {
  margin-top: 18px;
}

.fusta-showcase__details-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.fusta-projects {
  padding: 8px 0 64px;
}

.fusta-projects__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
  margin: 0 auto;
  padding: 0 20px;
}

.fusta-projects__intro {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  text-align: center;
  color: #7b6b43;
}

.fusta-projects__title {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fusta-projects__text {
  margin: 12px auto 0;
  max-width: 720px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.45;
}

.fusta-projects__intro .section-subtitle-italic {
  font-style: normal;
}

.fusta-projects__carousel {
  margin-top: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.fusta-projects__carousel::-webkit-scrollbar {
  display: none;
}

.fusta-projects__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 430px;
  gap: 4px;
}

.fusta-projects__card {
  position: relative;
  width: 430px;
  height: 430px;
  overflow: hidden;
}

.fusta-projects__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fusta-projects__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(120, 97, 54, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.fusta-projects__magnifier {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 96px;
  height: 96px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.85);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fusta-projects__magnifier > img {
  display: block;
  width: 100%;
  height: 100%;
}

.fusta-projects__trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.fusta-projects__trigger:focus-visible {
  outline: 2px solid #f8f2e5;
  outline-offset: -6px;
}

.fusta-projects__card:hover::after,
.fusta-projects__card:focus-within::after {
  opacity: 1;
}

.fusta-projects__card:hover .fusta-projects__magnifier,
.fusta-projects__card:focus-within .fusta-projects__magnifier {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.fusta-projects__dialog {
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.fusta-projects__dialog::backdrop {
  background: rgba(34, 25, 12, 0.72);
  backdrop-filter: blur(4px);
}

.fusta-projects__dialog-image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  object-fit: contain;
}

.fusta-projects__dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eee9df;
  color: #6c5a35;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.fusta-projects__dialog-close:focus-visible {
  outline: 2px solid #f8f2e5;
  outline-offset: 3px;
}

.fusta-cta-banner {
  position: relative;
  min-height: var(--section-banner-min-height);
  overflow: hidden;
}

.fusta-cta-banner__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.fusta-cta-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(90, 55, 20, 0.55);
}

.fusta-cta-banner__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 28px;
  text-align: center;
  color: #f5f0e8;
}

.fusta-cta-banner__title {
  margin: 0;
  max-width: 700px;
  font-family: var(--font-title);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.fusta-cta-banner__text {
  margin: 14px auto 30px;
  max-width: 700px;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0;
}

.fusta-cta-banner__button {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .fusta-hero__overlay {
    padding: 120px 20px 110px;
  }

  .visits-hero__overlay {
    padding: 120px 20px 110px;
  }

  .fusta-hero__title {
    line-height: 1.14;
  }

  .visits-hero__title {
    line-height: 1.14;
  }

  .fusta-hero__text {
    font-size: 1rem;
  }

  .visits-hero__text {
    font-size: 1rem;
  }

  .visits-montseny-hero {
    min-height: 640px;
  }

  .visits-montseny-hero__overlay {
    padding: 128px 20px 92px;
  }

  .visits-montseny-hero__title {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.1;
  }

  .visits-montseny-hero__text {
    font-size: 1.1rem;
  }

  .visits-montseny-hero__actions {
    gap: 10px;
  }

  .visits-montseny-hero__cta {
    width: 100%;
    max-width: 320px;
  }

  .visits-montseny-intro {
    padding: 38px 20px 58px;
  }

  .visits-montseny-intro__text {
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .visits-montseny-story.unified-bg {
    padding: 0 20px;
  }

  .visits-montseny-story__row,
  .visits-montseny-story__row--reverse {
    grid-template-columns: 1fr;
  }

  .visits-montseny-story__row--reverse .visits-montseny-story__text {
    order: 2;
  }

  .visits-montseny-story__row--reverse .visits-montseny-story__media {
    order: 1;
  }

  .visits-montseny-story__text {
    padding: 34px 24px;
  }

  .visits-montseny-story__title {
    font-size: clamp(1.6rem, 7vw, 2.25rem);
    line-height: 1.05;
  }

  .visits-montseny-story__text p {
    font-size: 1rem;
  }

  .project-highlight-section.fusta-intro {
    padding: 38px 20px 40px;
  }

  .fusta-benefits {
    padding: 24px 20px 48px;
  }

  .fusta-benefits__inner {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .fusta-benefits__inner .split-image,
  .fusta-benefits__inner .split-text-content {
    width: 100%;
  }

  .fusta-benefits__inner .split-image img {
    aspect-ratio: auto;
    height: auto;
  }

  .fusta-benefits__inner .split-text-content {
    padding: 12px 8px 0;
  }

  .fusta-showcase {
    padding: 16px 0 60px;
  }

  .fusta-showcase__hero,
  .fusta-showcase__hero-image {
    min-height: var(--section-banner-min-height-mobile);
  }

  .fusta-showcase__hero {
    padding: 48px 20px;
  }

  .fusta-showcase__hero-content {
    width: min(100%, 760px);
  }

  .fusta-showcase__arrow--prev {
    left: 20px;
  }

  .fusta-showcase__arrow--next {
    right: 20px;
  }

  .fusta-showcase__details {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 16px 0;
  }

  .fusta-projects {
    padding-bottom: 48px;
  }

  .fusta-projects__header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
  }

  .fusta-projects__carousel {
    margin-top: 18px;
  }

  .fusta-projects__track {
    grid-auto-columns: min(430px, calc(100vw - 40px));
  }

  .fusta-projects__card {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .fusta-cta-banner,
  .fusta-cta-banner__image {
    min-height: var(--section-banner-min-height-mobile);
  }

  .fusta-cta-banner__content {
    padding: 40px 20px;
  }

  .visites-guiades-hero {
    min-height: var(--section-banner-min-height-mobile);
  }
}

.professionals-inspiration-hero {
  position: relative;
  min-height: var(--section-banner-min-height);
  overflow: hidden;
}

.professionals-inspiration-hero .hero-bg-img,
.professionals-inspiration-hero .hero-dark-overlay,
.professionals-inspiration-hero__overlay {
  min-height: var(--section-banner-min-height);
}

.professionals-inspiration-hero__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--section-banner-min-height);
  padding: 48px 24px;
  text-align: center;
}

.professionals-inspiration-hero__content {
  max-width: 640px;
  color: #f5f0e8;
}

.professionals-inspiration-hero__title {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.professionals-inspiration-hero__text {
  margin: 20px auto 0;
  max-width: 560px;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.45;
}

.professionals-inspiration-hero__cta {
  min-width: 230px;
  margin-top: 26px;
  background: rgba(160, 136, 90, 0.9);
}

.professionals-inspiration-recipes {
  background: #f4f1e6;
  padding: 64px 20px 88px;
}

.professionals-inspiration-recipes--stacked {
  padding-top: 0;
}

.professionals-inspiration-recipes__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.professionals-inspiration-recipes__header {
  position: relative;
  max-width: none;
  margin: 0 auto 44px;
  text-align: center;
}

.professionals-inspiration-recipes__nav {
  position: absolute;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #9a8352;
  color: #f5f0e8;
}

.professionals-inspiration-recipes__nav--prev {
  left: 0;
}

.professionals-inspiration-recipes__nav--next {
  right: 0;
}

.professionals-inspiration-recipes__nav svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
}

.professionals-inspiration-recipes__title {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(25px, 2vw, 33px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8b7445;
}

.professionals-inspiration-recipes__intro {
  margin: 18px auto 0;
  max-width: 560px;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.45;
  color: #7b6b43;
}

.professionals-inspiration-recipes__intro.section-subtitle-italic {
  font-style: normal;
}

.professionals-inspiration-recipes__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 28px;
}

.professionals-inspiration-recipes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.professionals-inspiration-recipes__carousel {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.professionals-inspiration-recipes__carousel::-webkit-scrollbar {
  display: none;
}

.professionals-inspiration-card {
  color: #7b6b43;
  text-align: center;
}

.professionals-inspiration-card__title {
  margin: 0 0 20px;
  text-align: center;
  font-family: var(--font-slider-title);
  font-size: clamp(25px, 2vw, 33px);
  line-height: 1;
  text-transform: uppercase;
  color: #8b7445;
}

.professionals-inspiration-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.professionals-inspiration-card__meta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin: 16px 0 14px;
  font-size: 15px;
  color: #7b6b43;
}

.professionals-inspiration-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.professionals-inspiration-card__meta-item svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.professionals-inspiration-card__meta-item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.professionals-inspiration-card__label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #8b7445;
}

.professionals-inspiration-card__ingredients {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.7;
}

.professionals-inspiration-recipes__cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.professionals-inspiration-banner {
  position: relative;
  min-height: var(--section-banner-min-height);
  overflow: hidden;
}

.professionals-inspiration-banner__image,
.professionals-inspiration-banner__overlay,
.professionals-inspiration-banner__content {
  min-height: var(--section-banner-min-height);
}

.professionals-inspiration-banner__image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.professionals-inspiration-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(64, 45, 20, 0.5), rgba(64, 45, 20, 0.56));
}

.professionals-inspiration-banner__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 40px;
  color: #f5f0e8;
  text-align: center;
}

.professionals-inspiration-banner__title {
  margin: 0;
  max-width: 700px;
  font-family: var(--font-secondary);
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 0.98;
  text-transform: uppercase;
}

.professionals-inspiration-banner__text {
  margin: 18px 0 0;
  max-width: 640px;
  font-family: var(--font-main);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.4;
}

.professionals-inspiration-banner__cta {
  align-self: center;
  display: block;
  margin: 18px auto 0;
  background: rgba(160, 136, 90, 0.92);
}

.unified-bg {
  background-color: #f4f1e6; /* The light brown/sand color from your info-boxes */
  padding-bottom: 80px;
}

.botiga-header-centered {
  text-align: center;
  padding: 60px 20px 40px;
}

.title-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 0;
}

.title-nav-wrapper .nav-arrow-inline.left {
  position: absolute;
  left: 20px;
}

.title-nav-wrapper .nav-arrow-inline.right {
  position: absolute;
  right: 20px;
}

.label-small {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}

.section-title-main {
  font-family: var(--font-slider-title);
  font-size: 34px;
  font-weight: 800;
  color: #7b6b43;
  margin: 0;
  letter-spacing: 2px;
}

.section-title-main--products {
  font-family: var(--font-slider-title) !important;
  font-weight: 700;
  font-synthesis: none;
}

.botiga-section-updated .label-small {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.botiga-section-updated .section-title-main--products {
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 1.05px;
  -webkit-text-stroke: 0.35px currentColor;
  text-shadow: 0 0 0 currentColor;
}

body.home .botiga-section-updated .section-title-main--products {
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif !important;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
}

.block_title_style {
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif !important;
  font-size: clamp(25px, 2.35vw, 34px) !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1.08 !important;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  font-synthesis: none;
}

body.home .home-carousel-section--testimonials .section-title-main.block_title_style {
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif !important;
  font-size: clamp(25px, 2.35vw, 34px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
}

.block_heavy_content_style {
  font-family: var(--font-main) !important;
  font-size: 15px !important;
}

.block_title_content {
  font-family: var(--font-main) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 1.4 !important;
  letter-spacing: 0;
  text-transform: none;
}

.block_title_style.block_title_style--copy {
  font-family: var(--font-main) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 1.4 !important;
  letter-spacing: 0;
  text-transform: none;
}

.block_title_style.block_title_style--label {
  font-family: var(--font-main) !important;
  font-size: var(--type-label-size) !important;
  font-weight: var(--type-label-weight) !important;
  font-style: normal;
  line-height: 1.2 !important;
  letter-spacing: var(--type-label-letter-spacing);
  text-transform: uppercase;
}

.botiga-section-updated .section-subtitle-italic {
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.nav-arrow-inline {
  background: #7b6b43;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.nav-arrow-inline svg {
  width: 24px;
  height: 24px;
  stroke: var(--color-beige);
  stroke-width: 2;
  fill: none;
}

.nav-arrow-inline:hover {
  background-color: var(--color-beige);
}

.nav-arrow-inline:hover svg {
  stroke: #7b6b43;
}

.nav-arrow-inline[hidden] {
  display: none;
}

.section-subtitle-italic {
  font-style: italic;
  font-size: 18px;
  color: #7b6b43;
}

/* Project Highlight Styling */
.project-highlight-section {
  border-top: 1px solid rgba(123, 107, 67, 0.1); /* Subtle divider */
}

.project-content-centered {
  max-width: 900px;
  margin: 0 auto;
}

.hero-title-elegant {
  font-family: var(--font-title);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  color: #7b6b43;
  text-transform: uppercase;
  margin: 25px 0;
  font-weight: 400; /* Matches the clean serif look */
}

.info-text-body-centered {
  font-size: 18px;
  line-height: 1.6;
  color: #7b6b43;
  max-width: 950px;
  margin: 0 auto 40px auto;
}

.btn-olive {
  display: inline-flex; /* Changed to inline-flex for better internal alignment */
  align-items: center;
  justify-content: center;
  background-color: #7b6b43;
  color: #f5f0e8;
  padding: 16px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-top: 20px; /* Space above the button */
}

.btn-olive:hover {
  background-color: #5e5233;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* Gallery Item Text centering */
.gallery-item .item-name {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-top: 20px;
  color: #7b6b43;
}

.botiga-section-updated .gallery-item .item-name {
  font-family: var(--font-slider-title);
  font-size: 20px;
}

.project-highlight-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 20px;
  background-color: #f4f1e6; /* The unified sand color */
}

.project-content-centered {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center; /* This centers the label, title, text, and button */
  text-align: center; /* This centers the lines of text inside the paragraphs */
}

.botiga-section-updated,
.project-highlight-section {
  color: #7b6b43; /* This replaces black with the earthy brown */
}

.label-small,
.section-title-main,
.section-subtitle-italic,
.hero-title-elegant,
.info-text-body-centered p,
.item-name {
  color: #7b6b43 !important;
}

.info-text-body-centered p {
  font-family: 'Gotham Medium', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.visites-guiades-hero {
  position: relative;
  width: 100%;
  min-height: var(--section-banner-min-height);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Keeps the image inside the section bounds */
  padding: 100px 20px;
}

.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* This is the "magic" property */
  z-index: 1;
}

.hero-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Adjust 0.3 to make it darker or lighter */
  z-index: 2;
}

.hero-overlay-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
}

.light {
  color: #f5f0e8 !important;
}

.label-small.light,
.hero-title-elegant.light,
.hero-text-body.light {
  color: #f5f0e8 !important;
}

.hero-text-body {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

body.home .home-section-title {
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif !important;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.08;
}

body.home .project-highlight-section .home-section-title {
  font-family: var(--font-title) !important;
}

body.home .home-section-description {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.55;
}

.page-projecte .content-wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}

.projecte-page {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f4f1e6;
}

.projecte-page__hero {
  position: relative;
  min-height: var(--section-banner-min-height);
  overflow: hidden;
}

.projecte-page__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.08) 0%, rgba(24, 24, 24, 0.48) 100%);
}

.projecte-page__hero-image {
  width: 100%;
  height: 100%;
  min-height: var(--section-banner-min-height);
  object-fit: cover;
  display: block;
}

.projecte-page__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 52px 32px;
  text-align: center;
  color: #f8f4ea;
}

.projecte-page__hero-kicker {
  font-family: var(--font-main);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.projecte-page__hero-title {
  margin: 0;
  font-family: var(--font-main);
  color: #f5f0e8;
  text-transform: uppercase;
  max-width: 720px;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.projecte-page__heading {
  font-family: var(--font-title);
  color: #8b7445;
  text-transform: uppercase;
}

.projecte-page__hero-copy {
  max-width: 700px;
  margin: 8px auto 0;
  font-family: var(--font-main);
  color: rgba(var(--color-beige-rgb), 0.92);
}

.projecte-page__grid {
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.projecte-page__panel {
  min-height: 620px;
}

.projecte-page__panel--image {
  position: relative;
  overflow: hidden;
  align-self: center;
  min-height: 0;
  background: #ddd6c5;
}

.projecte-page__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.projecte-page__panel--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: clamp(38px, 5vw, 84px);
  background: #f4f1e6;
  text-align: center;
}

.projecte-page__heading {
  max-width: 420px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.04;
}

.projecte-page__panel--text p {
  max-width: 420px;
  margin: 0 auto;
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.35;
  color: #8b7445;
}

.projecte-page__panel--captioned {
  background: #efe7da;
}

.projecte-page__caption-card {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 230px;
  padding: 28px 22px;
  background: rgba(244, 239, 232, 0.94);
  color: #1f1f1f;
  font-family: var(--font-main);
  font-size: 1.05rem;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.projecte-process {
  padding: 80px 24px 96px;
  background: #8a7747;
  color: #f5efe3;
}

.projecte-process__intro {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.projecte-process__title {
  margin: 0 0 18px;
}

.projecte-process__copy {
  margin: 0 auto;
  max-width: 680px;
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.35;
}

.projecte-process__diagram {
  width: min(100%, 980px);
  margin: 0 auto;
}

.projecte-process__diagram-image {
  width: 100%;
  max-width: 840px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.projecte-process__diagram-image {
  width: 100%;
}

.projecte-feature {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.projecte-feature__background,
.projecte-feature__overlay {
  position: absolute;
  inset: 0;
}

.projecte-feature__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projecte-feature__overlay {
  background: linear-gradient(180deg, rgba(31, 24, 15, 0.24) 0%, rgba(31, 24, 15, 0.58) 100%);
}

.projecte-feature__content,
.projecte-feature__text {
  position: relative;
  z-index: 1;
}

.projecte-feature__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 64px 52px;
}

.projecte-feature__text {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #f5f0e8;
}

.projecte-feature__text--narrow {
  display: grid;
  align-content: center;
  min-height: 520px;
  max-width: 980px;
  padding: 64px 32px;
}

.projecte-feature__title {
  margin: 0 auto;
  max-width: 700px;
  font-family: var(--font-title);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.projecte-feature__copy {
  max-width: 780px;
  margin: 14px auto 0;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0;
}

.projecte-feature__copy + .projecte-feature__copy {
  margin-top: 14px;
}

.projecte-feature__note {
  position: absolute;
  top: 18%;
  right: 28px;
  z-index: 1;
  width: min(36%, 320px);
  padding: 22px 18px;
  background: rgba(244, 239, 232, 0.94);
  color: #514636;
  font-family: var(--font-main);
  font-size: 0.88rem;
  line-height: 1.35;
  text-align: center;
}

.projecte-feature--forest {
  min-height: 480px;
}

@media (max-width: 900px) {
  .projecte-page {
    padding: 0;
  }

  .projecte-page__hero,
  .projecte-page__hero-image,
  .projecte-page__panel {
    min-height: auto;
  }

  .projecte-page__hero {
    min-height: var(--section-banner-min-height-mobile);
  }

  .projecte-page__hero-image {
    min-height: var(--section-banner-min-height-mobile);
  }

  .projecte-page__grid {
    margin-top: 56px;
    grid-template-columns: minmax(0, 1fr);
  }

  .projecte-page__caption-card {
    top: auto;
    bottom: 24px;
    width: min(80%, 280px);
  }

  .projecte-process {
    padding: 64px 20px 72px;
  }

  .projecte-process__diagram {
    width: 100%;
  }

  .projecte-feature,
  .projecte-feature__content,
  .projecte-feature__text--narrow {
    min-height: auto;
  }

  .projecte-feature__content {
    padding: 56px 22px;
  }

  .projecte-feature__text--narrow {
    padding: 56px 22px;
  }

  .projecte-feature__note {
    position: relative;
    top: auto;
    right: auto;
    width: min(100% - 44px, 340px);
    margin: 0 auto 28px;
  }
}

@media (max-width: 640px) {
  .projecte-page__hero-overlay {
    padding: 28px 20px;
  }

  .projecte-page__hero-kicker {
    font-size: 0.9rem;
    letter-spacing: 0.18em;
  }

  .projecte-page__hero-copy,
  .projecte-page__panel--text p {
    font-size: 1rem;
  }

  .projecte-page__panel--text {
    padding: 34px 22px;
  }
}

.gastronomic-page-hero {
  position: relative;
  min-height: var(--section-banner-min-height);
  overflow: hidden;
}

.gastronomic-page-hero .hero-bg-img,
.gastronomic-page-hero .hero-dark-overlay,
.gastronomic-page-hero__overlay {
  min-height: var(--section-banner-min-height);
}

.gastronomic-page-hero .hero-bg-img {
  object-position: center bottom;
}

.gastronomic-page-hero__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--section-banner-min-height);
  padding: 52px 24px;
  text-align: center;
}

.gastronomic-page-hero__content {
  max-width: 760px;
  color: #f5f0e8;
}

.gastronomic-page-hero__content .label-small {
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: normal;
}

.gastronomic-page-hero .hero-dark-overlay {
  background: none;
}

.gastronomic-page-hero__title {
  margin: 0 0 20px;
  font-family: var(--font-main);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.gastronomic-page-hero__text {
  margin: 0 auto 28px;
  max-width: 700px;
  font-family: var(--font-main);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.45;
  color: rgba(var(--color-beige-rgb), 0.92);
}

.gastronomic-page-ambassador {
  padding: 72px 20px 100px;
}

.gastronomic-page-ambassador__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(320px, 1fr);
  gap: 56px;
  align-items: center;
}

.gastronomic-page-ambassador__image-wrap {
  width: 100%;
}

.gastronomic-page-ambassador__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.gastronomic-page-ambassador__content {
  max-width: 520px;
  color: #8b7445;
  text-align: center;
  justify-self: center;
}

.gastronomic-page-ambassador__eyebrow {
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: none;
}

.gastronomic-page-ambassador__title {
  margin: 0 0 4px;
  font-family: var(--font-secondary);
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}

.gastronomic-page-ambassador__quote {
  margin: 0;
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
  font-size: 17px;
  line-height: 1.2;
}

.gastronomic-page-ambassador__text {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.6;
}

.gastronomic-page-ambassador__content .gastronomic-page-ambassador__title {
  font-family: "PP Neue World", serif;
  font-size: 30px;
  line-height: 1.04;
  color: #7b6b43;
}

.gastronomic-page-ambassador__content .gastronomic-page-ambassador__text {
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #7b6b43;
}

.gastronomic-page-ambassador__details {
  margin-top: 28px;
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.gastronomic-page-ambassador__details strong {
  font-weight: 700;
}

.gastronomic-page-ambassador__details p {
  margin: 0;
}

.gastronomic-page-ambassador__details p + p {
  margin-top: 18px;
}

.gastronomic-page-restaurants {
  padding: 0 20px 110px;
}

.gastronomic-page-restaurants__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.gastronomic-page-restaurants__header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.gastronomic-page-restaurants__title {
  margin: 0;
  color: #8b7445;
  font-size: clamp(28px, 2.4vw, 40px);
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.gastronomic-page-restaurants__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 4px;
}

.gastronomic-page-restaurants__grid--partner-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1180px) {
  .gastronomic-page-restaurants__grid--partner-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gastronomic-nutrition-hero {
  position: relative;
  min-height: var(--section-banner-min-height);
  overflow: hidden;
}

.gastronomic-nutrition-hero .hero-bg-img,
.gastronomic-nutrition-hero .hero-dark-overlay,
.gastronomic-nutrition-hero__overlay {
  min-height: var(--section-banner-min-height);
}

.gastronomic-nutrition-hero__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--section-banner-min-height);
  padding: 48px 24px;
  text-align: center;
}

.gastronomic-nutrition-hero__content {
  max-width: 760px;
  color: #f5f0e8;
}

.gastronomic-nutrition-hero__title {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.gastronomic-nutrition-hero__text {
  margin: 18px auto 0;
  max-width: 640px;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.45;
  color: #f5f0e8;
}

.gastronomic-nutrition-sections {
  padding: 72px 12px 90px;
}

.gastronomic-nutrition-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.gastronomic-nutrition-panel--image {
  position: relative;
  aspect-ratio: 1;
  background: #ddd6c5;
}

.gastronomic-nutrition-panel--featured {
  overflow: hidden;
}

.gastronomic-nutrition-panel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gastronomic-nutrition-panel__note {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 270px;
  padding: 34px 24px;
  background: rgba(233, 232, 236, 0.96);
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.gastronomic-nutrition-panel--text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background: #f4f1e6;
  color: #8b7445;
  text-align: center;
}

.gastronomic-nutrition-panel__text-wrap {
  max-width: 420px;
}

.gastronomic-nutrition-panel__title {
  margin: 0;
  font-family: var(--font-title);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
}

.gastronomic-nutrition-panel__text {
  margin: 22px 0 0;
  font-family: var(--font-secondary);
  font-size: 17px;
  line-height: 1.35;
}

.gastronomic-nutrition-chart {
  padding: 0 12px 90px;
}

.gastronomic-nutrition-chart__inner {
  max-width: 1160px;
  margin: 0 auto;
}

.gastronomic-nutrition-chart__header {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.gastronomic-nutrition-chart__title {
  margin: 0 0 10px;
  color: #8b7445;
}

.gastronomic-nutrition-chart__subtitle {
  margin: 0;
  color: #7b6b43;
}

.gastronomic-nutrition-chart__image {
  display: block;
  width: 100%;
  height: auto;
}

.gastronomic-sensory {
  padding: 0 12px 100px;
}

.gastronomic-sensory__banner {
  position: relative;
  width: calc(100% + 24px);
  margin: 0 -12px;
  min-height: var(--section-banner-min-height);
  overflow: hidden;
}

.gastronomic-sensory__banner-image,
.gastronomic-sensory__banner-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gastronomic-sensory__banner-image {
  object-fit: cover;
}

.gastronomic-sensory__banner-overlay {
  background: rgba(55, 52, 41, 0.34);
}

.gastronomic-sensory__banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: var(--section-banner-min-height);
  max-width: 980px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 28px;
  color: #f5f0e8;
  text-align: center;
}

.gastronomic-sensory__banner-title {
  margin: 0;
  max-width: 700px;
  font-family: var(--font-title);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gastronomic-sensory__banner-text {
  max-width: 700px;
  margin: 14px auto 30px;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0;
}

.gastronomic-sensory__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 72px 40px 0;
}

.gastronomic-sensory__header {
  max-width: 620px;
  margin: 0 auto 42px;
  text-align: center;
  color: #8b7445;
}

.gastronomic-sensory__title {
  margin: 0;
  color: #7b6b43;
}

.gastronomic-sensory__intro {
  max-width: 720px;
  margin: 18px auto 34px;
  color: #7b6b43;
}

.gastronomic-sensory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.gastronomic-sensory-card {
  color: #8b7445;
  text-align: center;
}

.gastronomic-sensory-card__image-wrap {
  position: relative;
}

.gastronomic-sensory-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 0.96;
  object-fit: cover;
}

.gastronomic-sensory-card__note {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 250px;
  padding: 34px 24px;
  background: rgba(233, 232, 236, 0.96);
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transform: translate(-50%, -50%);
}

.gastronomic-sensory-card__title {
  margin: 24px 0 10px;
  font-family: "PP Neue World", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
  color: #7b6b43;
}

.gastronomic-sensory-card__text {
  margin: 0 auto;
  max-width: 320px;
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #7b6b43;
}

.gastronomic-sensory__actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.gastronomic-sensory__cta {
  min-width: 320px;
}

.gastronomic-recipes-hero {
  position: relative;
  min-height: var(--section-banner-min-height);
  overflow: hidden;
}

.gastronomic-recipes-hero .hero-bg-img,
.gastronomic-recipes-hero .hero-dark-overlay,
.gastronomic-recipes-hero__overlay {
  min-height: var(--section-banner-min-height);
}

.gastronomic-recipes-hero__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--section-banner-min-height);
  padding: 42px 24px;
  text-align: center;
}

.gastronomic-recipes-hero__content {
  max-width: 760px;
  color: #f5f0e8;
}

.gastronomic-recipes-hero__title {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.gastronomic-recipes-hero__text {
  max-width: 660px;
  margin: 16px auto 0;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.45;
  color: #f5f0e8;
}

.gastronomic-recipes-section {
  padding-top: 54px;
}

.gastronomic-recipes-card .professionals-inspiration-card__meta,
.gastronomic-recipes-card .professionals-inspiration-card__label,
.gastronomic-recipes-card .professionals-inspiration-card__ingredients {
  text-align: left;
}

.gastronomic-recipes-card .professionals-inspiration-card__label {
  font-size: 15px;
}

.gastronomic-recipes-card .professionals-inspiration-card__ingredients {
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
  font-size: 17px;
  line-height: 1.35;
}

.gastronomic-recipes-card .professionals-inspiration-card__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 3.3em;
  line-height: 1.1;
}

.gastronomic-recipes-card .professionals-inspiration-card__title span {
  width: 100%;
}

.gastronomic-recipes-card .professionals-inspiration-card__meta {
  gap: 25px;
  color: #7f6f4b;
  font-family: var(--font-main);
}

.gastronomic-recipes-card .professionals-inspiration-card__meta-item {
  align-items: center;
  gap: 4px;
}

.gastronomic-recipes-card .professionals-inspiration-card__meta-item svg,
.gastronomic-recipes-card .professionals-inspiration-card__meta-item img {
  width: 30px;
  height: 30px;
}

.gastronomic-recipes-card--link {
  display: block;
  text-decoration: none;
}

.gastronomic-recipes-card--link[hidden] {
  display: none;
}

.gastronomic-recipes-card__media {
  position: relative;
  overflow: hidden;
}

.gastronomic-recipes-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(120, 97, 54, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.gastronomic-recipes-card--link:hover .gastronomic-recipes-card__media::after,
.gastronomic-recipes-card--link:focus-visible .gastronomic-recipes-card__media::after {
  opacity: 1;
}

.gastronomic-recipes-card__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: #827043;
  color: #f6f0e4;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.85);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.gastronomic-recipes-card__arrow svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  fill: none;
}

.gastronomic-recipes-card--link:hover .gastronomic-recipes-card__arrow,
.gastronomic-recipes-card--link:focus-visible .gastronomic-recipes-card__arrow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.gastronomic-recipes-results {
  padding-top: 48px;
}

.gastronomic-recipes-results__back-wrap {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto 24px;
}

.gastronomic-recipes-results__grid {
  gap: 4px;
}

.gastronomic-recipes-results__empty {
  padding: 48px 20px;
  text-align: center;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 16px;
}

.gastronomic-recipes-card--link:hover .professionals-inspiration-card__title,
.gastronomic-recipes-card--link:focus-visible .professionals-inspiration-card__title {
  color: #6f5a34;
}

.gastronomic-recipes-card--link:focus-visible {
  outline: 2px solid #8b7445;
  outline-offset: 6px;
}

.gastronomic-page-restaurant-card {
  color: #8b7445;
  text-align: center;
  transition: transform 220ms ease;
}

.gastronomic-page-restaurant-card:hover {
  transform: translateY(-4px);
}

.gastronomic-page-restaurant-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 0.96;
  object-fit: cover;
}

.gastronomic-page-restaurant-card__content {
  padding: 18px 18px 0;
}

.gastronomic-page-restaurant-card__subtitle {
  margin: 14px 0 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.35;
}

.gastronomic-page-restaurant-card__title {
  margin: 0;
  font-family: "PP Neue World", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
  color: #7b6b43;
}

.gastronomic-page-restaurant-card__text {
  margin: 16px 0 0;
  font-family: var(--font-button);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
  color: #7b6b43;
}

.gastronomic-page-restaurant-card__details {
  margin-top: 18px;
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #7b6b43;
}

.gastronomic-page-restaurant-card__details p {
  margin: 0;
}

.gastronomic-page-restaurant-card__details p + p {
  margin-top: 8px;
}

.gastronomic-page-restaurant-card__details strong {
  font-weight: 700;
}

.gastronomic-page-restaurant-card__actions {
  margin-top: 22px;
}

.gastronomic-page-restaurant-card--compact .gastronomic-page-restaurant-card__image {
  aspect-ratio: 0.82;
}

.gastronomic-page-restaurant-card--compact .gastronomic-page-restaurant-card__content {
  padding: 14px 10px 0;
}

.gastronomic-page-restaurant-card--compact .gastronomic-page-restaurant-card__title {
  font-size: clamp(22px, 1.8vw, 30px);
}

.gastronomic-page-restaurant-card--compact .gastronomic-page-restaurant-card__subtitle {
  margin-top: 10px;
  font-size: 15px;
}

.gastronomic-page-restaurant-card--compact .gastronomic-page-restaurant-card__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
}

.gastronomic-page-restaurant-card--compact .gastronomic-page-restaurant-card__details {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.45;
}

.gastronomic-page-restaurant-card--compact .gastronomic-page-restaurant-card__actions {
  margin-top: 16px;
}

.gastronomic-page-restaurant-card--compact .btn-olive {
  min-width: 0;
  padding: 12px 18px;
  font-size: 11px;
}

@media (prefers-reduced-motion: reduce) {
  .gastronomic-page-restaurant-card {
    transition: none;
  }
}

.gastronomic-split {
  display: flex;
  flex-wrap: wrap; /* Stacks on mobile */
  align-items: stretch;
}

.split-image,
.split-text-content {
  flex: 1;
  min-width: 350px; /* Minimum width before stacking */
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.split-text-content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.visites-guiades-hero.home-banner-section,
.gastronomic-split.home-banner-section,
.footer-cta-section.home-banner-section {
  min-height: var(--home-banner-min-height);
}

.gastronomic-split.home-banner-section {
  align-items: stretch;
}

.gastronomic-split.home-banner-section .home-banner-section__pane {
  min-height: inherit;
}

@media (min-width: 769px) {
  body.home .gastronomic-split.home-banner-section .split-image {
    align-self: flex-start;
    min-height: 0;
    aspect-ratio: 1.17 / 1;
    padding-top: 2px;
  }
}

.visites-guiades-hero.home-banner-section {
  padding: clamp(56px, 7vw, 88px) 20px;
}

.footer-cta-section.home-banner-section .cta-content {
  padding: clamp(48px, 6vw, 72px) 20px;
}

@media (max-width: 768px) {
  .visites-guiades-hero.home-banner-section,
  .footer-cta-section.home-banner-section {
    min-height: var(--home-banner-min-height-mobile);
  }

  .gastronomic-split.home-banner-section {
    min-height: auto;
  }

  .gastronomic-split.home-banner-section .home-banner-section__pane {
    min-height: var(--home-banner-min-height-mobile);
  }

  .split-text-content.home-banner-section__pane {
    padding: 48px 24px;
  }

  .visites-guiades-hero.home-banner-section {
    padding: 48px 20px;
  }

  .footer-cta-section.home-banner-section .cta-content {
    padding: 40px 20px;
  }
}

.hero-title-elegant {
  font-family: serif;
  font-size: clamp(24px, 3.5vw, 40px);
  line-height: 1.2;
  margin: 15px 0 25px;
  text-transform: uppercase;
}

/* Container Spacing */
.actualitat-section-updated {
  padding: 80px 20px 100px;
  text-align: center;
}

.actualitat-content-centered {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* The Grey Placeholder Box */
.actualitat-placeholder {
  width: 100%;
  background-color: #d9d9d9; /* The light grey from your screenshot */
  height: 400px; /* Adjust based on visual preference */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  border-radius: 4px; /* Subtle rounding */
}

.actualitat-placeholder p {
  color: #333333;
  font-family: var(--font-main);
  font-size: 16px;
  max-width: 400px;
  line-height: 1.4;
}

/* Reusing your brand-brown for the title */
.actualitat-section-updated .section-title-main {
  color: #7b6b43;
  margin: 10px 0;
  text-transform: uppercase;
}

.actualitat-section-updated .section-subtitle-italic {
  color: #7b6b43;
  font-style: italic;
  font-size: 18px;
}

/* Keep the homepage latest-news subtitle at its intentionally smaller size. */
body.home .actualitat-content-centered.block-content-style .home-section-description {
  font-size: 18px;
}

.actualitat-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(1180px, 100%);
  margin: 34px auto 42px;
  align-items: start;
}

.actualitat-card--home {
  width: 100%;
  min-width: 0;
}

.actualitat-card--home .actualitat-card-content {
  padding: 20px 18px 18px;
}

.actualitat-card--home .actualitat-card-date {
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.actualitat-card--home .actualitat-card-title {
  margin-bottom: 16px;
  font-size: clamp(20px, 2.15vw, 30px);
  line-height: 1.04;
}

.actualitat-card--home .actualitat-card-excerpt {
  max-width: 30ch;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.45;
}

.actualitat-card--home .actualitat-card-meta {
  font-size: 13px;
  line-height: 1.45;
}

.actualitat-card--home .actualitat-card-meta p {
  margin-bottom: 12px;
}

.actualitat-card--home .actualitat-card-meta strong {
  font-weight: 700;
}

.actualitat-card--home .actualitat-card-date,
.actualitat-card--home .actualitat-card-excerpt,
.actualitat-card--home .actualitat-card-meta {
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
}

/* Home Inline Carousels (Testimonials / Partners) */
.home-inline-carousel-wrap {
  width: 100%;
  margin: 26px auto 0;
}

.title-nav-wrapper--testimonials {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.home-inline-carousel-wrap--testimonials {
  width: min(1480px, calc(100vw - 40px));
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.home-inline-carousel {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px 4px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.home-inline-carousel--testimonials {
  width: 100%;
  margin: 0;
}

@media (min-width: 981px) {
  .title-nav-wrapper--testimonials {
    width: 100vw;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .home-inline-carousel-wrap--testimonials {
    width: 100vw;
  }
}

.home-inline-carousel::-webkit-scrollbar {
  display: none;
}

.home-inline-carousel > * {
  scroll-snap-align: start;
}

.home-carousel-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.actualitat-section-updated .home-carousel-section .section-title-main {
  font-size: clamp(22px, 2.8vw, 30px);
}

/* Review Card Styling */
.review-card {
  background: var(--color-beige);
  padding: 34px 26px;
  border-radius: 6px;
  width: 320px;
  min-width: 320px;
  min-height: 360px;
  flex: 0 0 auto;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #7b6b43;
}

@media (min-width: 1100px) {
  .home-inline-carousel--testimonials {
    gap: 18px;
    padding-inline: 0;
  }

  .home-inline-carousel--testimonials .review-card {
    box-sizing: border-box;
    width: clamp(220px, 16.5vw, 260px);
    min-width: clamp(220px, 16.5vw, 260px);
    min-height: 340px;
    padding: 30px 20px;
  }
}

.google-logo {
  width: 30px;
  margin-bottom: 10px;
}

.stars {
  color: #fbbc05;
  font-size: 20px;
  margin-bottom: 15px;
}

.review-text {
  font-family: var(--font-button);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 20px;
  font-style: normal;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}

.reviewer-name {
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 15px;
}

.reviewer-name a,
.reviewer-name a:visited {
  color: #7b6b43;
  text-decoration: none;
}

.review-date {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 10px;
}
.reviewer-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-cta-section {
  position: relative;
  min-height: var(--section-banner-min-height);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.cta-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cta-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(90, 55, 20, 0.35);
  z-index: 2;
}

.cta-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 0 20px;
}

.cta-content--home {
  max-width: 1080px;
}

.cta-title {
  color: #f5f0e8;
  font-family: var(--font-title);
  font-size: var(--type-banner-title-size);
  margin-bottom: 30px;
  line-height: var(--type-banner-title-line-height);
  text-transform: uppercase;
}

.cta-title--home {
  font-size: clamp(40px, 4.1vw, 64px);
}

.cta-title-line {
  display: block;
}

.btn-olive-transparent {
  display: inline-block;
  background: rgba(123, 107, 67, 0.7);
  color: #f5f0e8;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.footer-cta-section--professionals {
  min-height: var(--section-banner-min-height);
  height: auto;
}

.cta-overlay--professionals {
  background: rgba(77, 61, 34, 0.34);
}

.cta-content--professionals {
  max-width: 860px;
  text-align: center;
  padding: 52px 28px;
}

.cta-title--professionals {
  margin: 0;
  font-size: var(--type-banner-title-size);
  line-height: var(--type-banner-title-line-height);
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
}

.cta-text {
  color: #f5f0e8;
  margin: 16px auto 0;
  line-height: 1.38;
}

.cta-text--professionals {
  max-width: 700px;
  font-size: var(--type-banner-text-size);
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
}

.btn-olive-transparent--professionals {
  margin-top: 28px;
  padding: 15px 34px;
  background: rgba(160, 136, 90, 0.92);
}

.footer-cta-section--gastronomic {
  min-height: var(--section-banner-min-height);
  height: auto;
}

.cta-overlay--gastronomic {
  background: rgba(55, 52, 41, 0.34);
}

.cta-content--gastronomic {
  max-width: 980px;
  text-align: center;
  padding: 60px 28px;
}

.cta-title--gastronomic {
  margin: 0;
  max-width: 700px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.cta-text--gastronomic {
  max-width: 700px;
  margin: 14px auto 30px;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0;
}

.cta-text--gastronomic-lead {
  margin-top: 18px;
}

.btn-olive-transparent--gastronomic {
  margin-top: 26px;
  padding: 16px 34px;
  background: rgba(160, 136, 90, 0.95);
  font-size: 14px;
  letter-spacing: 0.7px;
}

/* 2. Newsletter Bar (Lighter Brown) */
.newsletter-bar {
  background-color: #9a8453; /* Medium brown */
  padding: 40px 0;
  color: #f5f0e8;
}

.newsletter-bar--professionals {
  background-color: #af9560;
}

.flex-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.flex-newsletter--professionals {
  gap: 32px;
}

.flex-newsletter--home {
  align-items: center;
  gap: 20px;
}

.newsletter-copy--home {
  flex: 0 0 40%;
  max-width: 430px;
}

.newsletter-copy {
  max-width: 450px;
}

.newsletter-heading {
  margin: 0 0 8px;
  color: #f5f0e8;
  font-family: var(--font-secondary);
  font-size: clamp(22px, 2vw, 36px);
  line-height: 1;
  text-transform: uppercase;
}

.newsletter-text {
  max-width: 450px;
  font-size: 16px;
  line-height: 1.4;
}

.newsletter-text--professionals {
  max-width: 360px;
}

.newsletter-form {
  display: flex;
  gap: 15px;
  flex: 1;
  max-width: 600px;
}

.newsletter-form--home {
  flex: 0 0 38%;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  max-width: none;
}

.newsletter-input-field--home {
  min-width: 0;
  width: 100%;
  text-align: center;
  border-radius: 50px 0 0 50px;
}

.btn-newsletter-submit--home {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  white-space: nowrap;
  width: fit-content;
  min-width: 0;
  max-width: max-content;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 18px;
  border-radius: 0 50px 50px 0;
  margin-left: -1px;
}

.newsletter-input-field {
  flex: 1;
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  background: #f4f1e6;
}

.newsletter-input-field--professionals {
  background: #f8f5ec;
}

.btn-newsletter-submit {
  background: #7b6b43;
  color: #f5f0e8;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
}

.btn-newsletter-submit--professionals {
  background: #8b7445;
}

.footer-links-area {
  background-color: #7b6b43;
  padding: 60px 0 40px;
  color: #f5f0e8; /* Text general en blanc */
}

.footer-grid h3 {
  color: #f5f0e8;
  font-family: var(--font-main) !important;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500 !important;
}

.footer-grid ul li a {
  color: #f5f0e8 !important; /* Força el color blanc */
  text-decoration: none;
  font-size: 15px;
  opacity: 1; /* Eliminem l'opacitat perquè es vegi nítid */
  transition: opacity 0.3s;
}

.footer-grid ul li a:hover {
  opacity: 0.8;
}

.footer-legal-links,
.footer-legal-links a,
.footer-legal-links span {
  color: #f5f0e8 !important;
  opacity: 1;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
}

.footer-grid li {
  margin-bottom: 10px;
}

.footer-grid a {
  color: #f5f0e8;
  text-decoration: none;
  font-size: 15px;
  opacity: 0.9;
}

/* 4. Bottom Row (Socials + Legal + Logos) */
.footer-bottom-row {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid rgba(var(--color-beige-rgb), 0.1);
  padding-top: 30px;
}

.footer-icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.footer-legal-links {
  margin-top: 15px;
  font-size: 14px;
}

.footer-legal-links a {
  color: #f5f0e8;
  text-decoration: none;
}

.footer-legal-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #f5f0e8;
  font: inherit;
  cursor: pointer;
}

.footer-legal-button:hover {
  opacity: 0.8;
}

.footer-logos {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-logos img {
  height: 60px; /* Adjust height based on logos */
  background: var(--color-beige);
  padding: 5px;
  border-radius: 2px;
}

/* Keep all footer text in Gotham Medium */
.footer-cta-section :where(h1, h2, h3, h4, h5, h6, p, a, button, span, label, input, textarea, li),
.newsletter-bar :where(h1, h2, h3, h4, h5, h6, p, a, button, span, label, input, textarea, li),
.main-footer :where(h1, h2, h3, h4, h5, h6, p, a, button, span, label, input, textarea, li) {
  font-family: var(--font-main) !important;
  font-weight: 500 !important;
}

.footer-cta-section .cta-title,
.footer-cta-section .cta-title-line {
  font-family: var(--font-title) !important;
}

.newsletter-bar .newsletter-heading {
  font-family: var(--font-title) !important;
}

.contact-page-shell {
  background: #f4f1e6;
}

.contact-page-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(380px, 1fr);
}

.contact-page-split__image-wrap {
  min-height: 760px;
}

.contact-page-split__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-page-split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 86px 56px;
  text-align: center;
  color: #7b6b43;
}

.contact-page-split__eyebrow {
  color: #8b7445;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.contact-page-split__title {
  margin: 30px 0 0;
  font-family: var(--font-secondary);
  font-size: clamp(42px, 4vw, 66px);
  line-height: 0.96;
  text-transform: uppercase;
  color: #9a8352;
  max-width: 560px;
}

.contact-page-split__text {
  margin: 30px 0 0;
  max-width: 520px;
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.42;
}

.contact-page-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #ad9461;
  color: #f5f0e8;
}

.contact-page-benefit {
  padding: 64px 32px 60px;
  text-align: center;
}

.contact-page-benefit__icon {
  font-size: 38px;
  line-height: 1;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42px 42px;
}

.contact-page-benefit:nth-child(1) .contact-page-benefit__icon {
  background-image: url("/assets/images/gallery/contact/contact_house.png");
}

.contact-page-benefit:nth-child(2) .contact-page-benefit__icon {
  background-image: url("/assets/images/gallery/contact/contact_hand.png");
}

.contact-page-benefit:nth-child(3) .contact-page-benefit__icon {
  background-image: url("/assets/images/gallery/contact/contact_castanya.png");
}

.contact-page-benefit__title {
  margin: 22px 0 0;
  font-family: var(--font-secondary);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 0.98;
  text-transform: uppercase;
}

.contact-page-benefit__text {
  margin: 18px auto 0;
  max-width: 260px;
  font-size: 17px;
  line-height: 1.35;
}

.contact-page-bottom {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(380px, 1.15fr);
  gap: 48px;
  align-items: start;
  padding: 62px 64px 74px;
}

.contact-page-bottom__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-page-bottom__column:last-child {
  align-items: flex-start;
}

.contact-page-bottom__title {
  margin: 0;
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.contact-page-bottom__details {
  margin-top: 34px;
  color: #7b6b43;
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.contact-page-bottom__details p + p {
  margin-top: 6px;
}

.contact-page-bottom__details p:nth-child(3) {
  margin-top: 24px;
}

.contact-form {
  margin-top: 28px;
  padding: 0;
  background: transparent;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form__field {
  display: grid;
  gap: 8px;
}

.contact-form__field--full {
  margin-top: 18px;
}

.contact-form__field span {
  color: #8b7445;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid rgba(139, 116, 69, 0.22);
  background: #f7f2e7;
  padding: 15px 18px;
  font: inherit;
  color: #5d4c29;
}

.contact-form__field textarea {
  resize: vertical;
}

.contact-form--callback {
  margin-top: 30px;
  width: 100%;
  max-width: 390px;
}

.contact-form--callback .contact-form__field + .contact-form__field {
  margin-top: 10px;
}

.contact-form__field--pill input {
  border: 0;
  border-radius: 999px;
  background: #a88e59;
  color: #f5f0e8;
  height: 46px;
  padding: 0 22px;
  text-align: center;
}

.contact-form__field--pill input::placeholder {
  color: rgba(var(--color-beige-rgb), 0.95);
}

.contact-form__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.contact-form__submit {
  margin-top: 0;
  min-width: 220px;
}

.contact-form__actions--stacked {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-top: 22px;
}

.contact-form--callback .contact-form__submit {
  min-width: 0;
  padding: 12px 22px;
}

.contact-form__status {
  min-height: 20px;
  margin-top: 12px;
  color: #7b6b43;
  font-size: 14px;
  text-align: left;
}

.where-page {
  background: #f3eee2;
  padding: 56px 20px 0;
}

.where-page__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.where-page__header {
  text-align: center;
  margin-bottom: 42px;
}

.where-page__title {
  font-family: var(--font-secondary);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #8b7445;
}

.where-page__subtitle {
  margin-top: 12px;
  font-family: var(--font-main);
  font-size: 20px;
  line-height: 1.5;
  color: #8b7445;
}

.where-page__locations {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.where-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(129, 102, 61, 0.15);
  background: var(--color-beige);
  box-shadow: 0 22px 50px rgba(129, 102, 61, 0.08);
}

.where-card__media {
  min-height: 100%;
}

.where-card__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.where-card__coming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 36px 28px;
  text-align: center;
  color: #f8f2e8;
  background:
    linear-gradient(rgba(55, 34, 12, 0.58), rgba(55, 34, 12, 0.58)),
    url("/assets/images/gallery/botiga/botiga_productes.png") center/cover no-repeat;
}

.where-card__coming-soon--media {
  min-height: 560px;
}

.where-card__coming-soon--status {
  min-height: 100%;
}

.where-card__coming-soon-kicker {
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.where-card__coming-soon-title {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  text-transform: uppercase;
}

.where-card__coming-soon-text {
  max-width: 26rem;
  margin: 0;
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.65;
}

.where-card__map-frame {
  overflow: hidden;
  background: #dfe9d5;
  min-height: 280px;
}

.where-card__map-consent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px;
  text-align: center;
  background:
    linear-gradient(rgba(129, 102, 61, 0.14), rgba(129, 102, 61, 0.14)),
    #efe6d7;
  color: #81663d;
}

.where-card__map-label {
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.where-card__map-text {
  max-width: 320px;
  margin: 0;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.6;
}

.where-card__map-button {
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: var(--color-brown);
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background-color var(--transition-fast),
    transform var(--transition-fast);
}

.where-card__map-button:hover {
  background: #915b1d;
  transform: translateY(-1px);
}

.where-card__map {
  width: 100%;
  height: 100%;
  border: 0;
}

.where-card__content {
  display: grid;
  gap: 28px;
  color: #81663d;
}

.where-card__intro {
  text-align: left;
}

.where-card__description {
  max-width: 34rem;
  margin-top: 18px;
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.75;
  color: rgba(129, 102, 61, 0.92);
}

.where-card__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.where-card__details--two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.where-card__title {
  font-family: var(--font-title);
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
}

.where-card__label {
  margin-top: 10px;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.where-card__block {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
}

.where-card__block--address {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.where-card__block-title {
  margin-bottom: 8px;
  font-weight: 700;
}

.where-stockists {
  margin-top: 76px;
  text-align: center;
  color: #81663d;
}

.where-stockists__title {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.3;
}

.where-stockists__links {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.where-stockists__links a {
  color: inherit;
  text-decoration: none;
}

.where-stockists__links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.where-stockists__grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stockist-card {
  color: #81663d;
}

.stockist-card__visual {
  position: relative;
}

.stockist-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.stockist-card__note {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(78%, 230px);
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(238, 238, 238, 0.96);
  color: #1e1e1e;
  font-family: var(--font-main);
  font-size: 15px;
  text-align: center;
}

.stockist-card__content {
  padding: 16px 10px 0;
  text-align: center;
}

.stockist-card__title {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.stockist-card__text {
  margin-top: 10px;
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 1.45;
}

.stockist-card__meta {
  margin-top: 10px;
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 1.45;
}

.stockist-card__meta:nth-last-child(2) {
  font-weight: 700;
}

.where-sales-cta {
  position: relative;
  margin-top: 84px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: var(--section-banner-min-height);
  overflow: hidden;
}

.where-sales-cta__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.where-sales-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 38, 46, 0.24), rgba(29, 25, 14, 0.4));
}

.where-sales-cta__content {
  position: relative;
  z-index: 1;
  min-height: var(--section-banner-min-height);
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f5f0e8;
}

.where-sales-cta__title {
  margin: 0;
  max-width: 700px;
  font-family: var(--font-title);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.where-sales-cta__text {
  max-width: 700px;
  margin-top: 14px;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.where-sales-cta__button {
  margin-top: 28px;
  min-width: 260px;
  padding: 14px 30px;
  border-radius: 999px;
  background: var(--header-bg);
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.where-sales-cta__button:hover {
  background: #665a38;
}

@media screen and (max-width: 900px) {
  .where-page {
    padding: 48px 18px 0;
  }

  .where-page__locations {
    gap: 48px;
  }

  .where-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .where-card__image {
    min-height: 320px;
  }

  .where-card__coming-soon--media {
    min-height: 320px;
  }

  .where-card__content,
  .where-card__intro,
  .where-card__block {
    text-align: center;
  }

  .where-card__description {
    max-width: none;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.65;
  }

  .where-card__details {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .where-page__title {
    font-size: 30px;
  }

  .where-page__subtitle,
  .where-card__label,
  .where-card__block {
    font-size: 17px;
  }

  .where-card__title {
    font-size: 30px;
  }

  .where-stockists {
    margin-top: 60px;
  }

  .where-stockists__title {
    font-size: 24px;
  }

  .where-stockists__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .stockist-card__content {
    padding-left: 0;
    padding-right: 0;
  }

  .where-sales-cta {
    margin-top: 64px;
    min-height: var(--section-banner-min-height-mobile);
  }

  .where-sales-cta__content {
    min-height: var(--section-banner-min-height-mobile);
    padding: 48px 22px;
  }

  .where-sales-cta__button {
    width: 100%;
    max-width: 320px;
  }
}

.professionals-hero {
  position: relative;
  width: 100%;
  min-height: var(--section-banner-min-height);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #253123;
  padding: clamp(56px, 7vw, 88px) 20px;
}

.professionals-hero .hero-bg-img {
  object-position: center 70%;
}

.professionals-hero__overlay {
  position: relative;
  z-index: 3;
  width: min(100%, 980px);
  text-align: center;
}

.professionals-hero__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: #f5f0e8;
}

.professionals-hero__title {
  margin: 0 0 20px;
  color: #f5f0e8;
  font-family: var(--font-secondary);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.professionals-hero__subtitle {
  max-width: 700px;
  margin: 0 auto 28px;
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.35;
  font-style: normal;
}

.professionals-intro {
  background-color: #f4f1e6;
  padding: 72px 20px 92px;
}

.professionals-intro__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.professionals-intro__heading {
  margin: 25px 0;
  font-family: var(--font-title);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #7b6b43;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.professionals-intro__lead,
.professionals-intro__body {
  max-width: 760px;
  margin: 0 auto 40px;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.55;
  letter-spacing: 0;
  color: #7b6b43;
}

.professionals-intro__cta {
  min-width: 300px;
  margin-top: 40px;
  padding: 18px 34px;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.professionals-profile {
  background-color: #f4f1e6;
  padding: 28px 20px 96px;
}

.professionals-profile__inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.professionals-profile__eyebrow {
  margin: 0;
  font-family: var(--font-secondary);
  font-size: var(--type-page-title-size);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8b7445;
}

.professionals-profile__chart {
  position: relative;
  display: block;
  width: 100%;
  max-width: 866px;
  margin: 34px auto 84px;
}

.professionals-profile__chart-base {
  display: block;
  width: 100%;
  height: auto;
}

.professionals-profile__chart-overlay {
  position: absolute;
  top: 49%;
  left: 50%;
  width: min(42%, 450px);
  height: auto;
  transform: translate(-50%, -50%);
}

.professionals-attributes {
  max-width: 1080px;
  margin: 0 auto;
}

.professionals-attributes__title {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(26px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #8b7445;
}

.professionals-attributes__intro {
  max-width: 720px;
  margin: 18px auto 34px;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.45;
  color: #7b6b43;
}

.professionals-attributes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  align-items: start;
}

.professionals-attribute-card {
  text-align: center;
  color: #7b6b43;
}

.professionals-attribute-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.professionals-attribute-card__title {
  margin: 24px 0 10px;
  font-family: "PP Neue World", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
  color: #7b6b43;
}

.professionals-attribute-card__text {
  margin: 0 auto;
  max-width: 320px;
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #7b6b43;
}

.professionals-value-feature {
  background-color: #f4f1e6;
  padding: 24px 20px 0;
}

.professionals-value-feature__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.professionals-value-feature__hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.professionals-value-feature__image {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.professionals-value-feature__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(58, 48, 26, 0.32), rgba(58, 48, 26, 0.5));
}

.professionals-value-feature__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 84px;
  text-align: center;
  color: #f5f0e8;
  transition:
    opacity 0.22s ease,
    transform 0.28s ease;
}

.professionals-value-feature__content.is-switching {
  opacity: 0;
}

.professionals-value-feature__content.is-switching-left {
  transform: translateX(-34px);
}

.professionals-value-feature__content.is-switching-right {
  transform: translateX(34px);
}

.professionals-value-feature__content.is-entering {
  opacity: 0;
}

.professionals-value-feature__content.is-entering-left {
  transform: translateX(34px);
}

.professionals-value-feature__content.is-entering-right {
  transform: translateX(-34px);
}

.professionals-value-feature__eyebrow {
  margin: 0;
  max-width: 680px;
  font-family: var(--font-main);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.professionals-value-feature__intro,
.professionals-value-feature__text {
  max-width: 720px;
  margin: 14px 0 0;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.55;
  letter-spacing: 0;
}

.professionals-value-feature__icon {
  margin-top: 26px;
  color: #f5efe2;
}

.professionals-value-feature__icon svg {
  width: 66px;
  height: 66px;
}

.professionals-value-feature__title {
  margin: 18px 0 0;
  font-family: var(--font-title);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.professionals-value-feature__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(187, 159, 99, 0.9);
  color: #f5f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.professionals-value-feature__arrow:hover {
  transform: translateY(-50%) scale(1.06);
  background: rgba(146, 118, 62, 0.96);
}

.professionals-value-feature__arrow svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.1;
  fill: none;
}

.professionals-value-feature__arrow--prev {
  left: 22px;
}

.professionals-value-feature__arrow--next {
  right: 22px;
}

.professionals-value-feature__products {
  padding: 60px 20px 0;
  text-align: center;
}

.professionals-value-feature__products-kicker {
  color: #7b6b43;
}

.professionals-value-feature__products-title {
  margin: 0;
}

.professionals-value-feature__products-intro {
  max-width: 720px;
  margin: 8px auto 32px;
  font-style: normal;
}

.professionals-value-feature__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.professionals-value-feature__cta {
  position: relative;
  margin-top: 72px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 300px;
  overflow: hidden;
}

body.page-gastronomic-nutrition .professionals-value-feature__cta,
body.page-professionals .professionals-value-feature__cta {
  margin-top: 0;
  min-height: var(--section-banner-min-height);
}

.professionals-value-feature__cta-image,
.professionals-value-feature__cta-overlay,
.professionals-value-feature__cta-content {
  position: absolute;
  inset: 0;
}

.professionals-value-feature__cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.professionals-value-feature__cta-overlay {
  background: rgba(57, 43, 22, 0.44);
}

.professionals-value-feature__cta-note {
  position: absolute;
  top: -26px;
  right: 26px;
  z-index: 2;
  width: min(100%, 180px);
  min-height: 126px;
  padding: 28px 18px;
  background: #d9d9d9;
  color: #1e1e1e;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.professionals-value-feature__cta-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 28px 38px;
  text-align: center;
  color: #f5f0e8;
}

.professionals-value-feature__cta-text {
  max-width: 760px;
  margin: 0 auto 0;
  font-size: 15px;
}

.professionals-value-feature__cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.professionals-value-feature__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 28px;
  border-radius: 999px;
  background: rgba(177, 150, 96, 0.96);
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform var(--transition-fast),
    background var(--transition-fast);
}

.professionals-value-feature__cta-button:hover {
  transform: translateY(-1px);
  background: rgba(145, 119, 67, 0.98);
}

.professionals-value-feature__cta-button--primary {
  background: #7b6b43;
}

.professionals-value-feature__cta-button--primary:hover {
  background: #5e5233;
}

.professionals-value-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.professionals-value-product__image {
  display: block;
  width: min(100%, 324px);
  height: 291px;
  object-fit: contain;
  margin: 0 auto;
}

.professionals-value-product__title {
  margin: 16px 0 10px;
  font-family: "PP Neue World", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
  color: #7b6b43;
}

.professionals-value-product__text {
  margin: 0 auto;
  max-width: 240px;
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.35;
  color: #7b6b43;
}

.page-botiga .content-wrap {
  background: #f4f1e6;
}

.shop-page-hero {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
}

.shop-page-hero--compact {
  min-height: 260px;
}

.shop-page-hero__image,
.shop-page-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shop-page-hero__image {
  object-fit: cover;
}

.shop-page-hero__overlay {
  background:
    linear-gradient(rgba(32, 24, 14, 0.52), rgba(32, 24, 14, 0.52)),
    radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.45));
}

.shop-page-hero__content {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 40px));
  color: #f5f0e8;
}

.shop-page-hero__kicker,
.shop-page-seasonal__kicker {
  display: block;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.shop-page-hero__title {
  margin: 8px 0 10px;
  font-family: var(--font-main);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.shop-page-hero__text {
  max-width: 540px;
  margin: 0 auto;
  font-family: var(--font-main);
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.35;
}

.shop-page-filters {
  position: relative;
  z-index: 60;
  overflow: visible;
  background: #b6a06e;
}

.shop-page-filters__inner {
  max-width: 1120px;
  min-height: 56px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  overflow: visible;
}

.shop-page-filter,
.shop-page-search {
  border: 0;
  background: transparent;
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.shop-page-filter span,
.shop-page-search span {
  margin-left: 6px;
}

.shop-page-search {
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--header-bg);
  text-transform: uppercase;
  font-size: 11px;
}

.shop-page-filter-menu {
  position: relative;
  z-index: 70;
}

.shop-page-filter-menu[open] {
  z-index: 90;
}

.shop-page-filter-menu summary {
  list-style: none;
}

.shop-page-filter-menu summary::-webkit-details-marker {
  display: none;
}

.shop-page-filter-menu__list {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 100;
  min-width: 220px;
  padding: 12px 0;
  background: #b6a06e;
  box-shadow: 0 18px 35px rgba(47, 39, 22, 0.2);
  transform: translateX(-50%);
}

.shop-page-filter-menu__item {
  display: block;
  padding: 10px 22px;
  color: #241f17;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.shop-page-filter-menu__item:hover,
.shop-page-filter-menu__item:focus-visible,
.shop-page-filter-menu__item[aria-current="true"] {
  background: rgba(139, 116, 69, 0.24);
  color: #241f17;
}

/* Recipe filters bar (receptes page + results page) */
[data-recipe-filter-form] .shop-page-filter {
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--font-main) !important;
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.45;
  color: #f5f0e8;
  transition: background-color 0.2s ease, color 0.2s ease;
}

[data-recipe-filter-form] .shop-page-filter:hover {
  background-color: #8b7445;
  color: #f5f0e8;
}

[data-recipe-filter-form] .shop-page-filter-menu[open] > .shop-page-filter {
  background-color: #3f3520;
  color: #f5f0e8;
}

.shop-page-filter__arrow {
  width: 10px;
  height: auto;
  margin-left: 6px;
  transition: transform 0.2s ease;
}

[data-recipe-filter-form] .shop-page-filter-menu[open] .shop-page-filter__arrow {
  transform: rotate(180deg);
}

[data-recipe-filter-form] .shop-page-search {
  background: var(--header-bg);
}

/* Actualitat filter bar (matches receptes filter styling) */
[data-news-filter-bar] .shop-page-filter {
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--font-main) !important;
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.45;
  color: #f5f0e8;
  transition: background-color 0.2s ease, color 0.2s ease;
}

[data-news-filter-bar] .shop-page-filter:hover {
  background-color: #8b7445;
  color: #f5f0e8;
}

[data-news-filter-bar] .shop-page-filter-menu[open] > .shop-page-filter {
  background-color: #3f3520;
  color: #f5f0e8;
}

[data-news-filter-bar] .shop-page-filter-menu[open] .shop-page-filter__arrow {
  transform: rotate(180deg);
}

/* Botiga filter bar (matches receptes filter styling) */
[data-shop-filter-bar] .shop-page-filter {
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--font-main) !important;
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.45;
  color: #f5f0e8;
  transition: background-color 0.2s ease, color 0.2s ease;
}

[data-shop-filter-bar] .shop-page-filter:hover {
  background-color: #8b7445;
  color: #f5f0e8;
}

[data-shop-filter-bar] .shop-page-filter-menu[open] > .shop-page-filter {
  background-color: #3f3520;
  color: #f5f0e8;
}

[data-shop-filter-bar] .shop-page-filter-menu[open] .shop-page-filter__arrow {
  transform: rotate(180deg);
}

[data-shop-filter-bar] .shop-page-search:hover {
  background-color: #8b7445;
}

[data-recipe-filter-form] .shop-page-search:hover {
  background: #8b7445;
}

[data-recipe-filter-form] .shop-page-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

[data-recipe-filter-form] .shop-page-search-input {
  padding: 8px 16px;
  min-width: 220px;
  border: 0;
  border-radius: 999px;
  background: #9a8453;
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 13px;
}

[data-recipe-filter-form] .shop-page-search-input::placeholder {
  color: rgba(245, 240, 232, 0.7);
}

[data-recipe-filter-form] .shop-page-search-input:focus {
  outline: 2px solid #f5f0e8;
  outline-offset: 2px;
}

[data-recipe-filter-form] .shop-page-search-results {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 100;
  min-width: 260px;
  max-height: 320px;
  overflow-y: auto;
  padding: 12px 0;
  background: #b6a06e;
  box-shadow: 0 18px 35px rgba(47, 39, 22, 0.2);
}

[data-recipe-filter-form] .shop-page-search-results__item {
  display: block;
  padding: 10px 22px;
  color: #241f17;
  font-family: var(--font-main);
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

[data-recipe-filter-form] .shop-page-search-results__item:hover {
  background: rgba(139, 116, 69, 0.24);
}

[data-recipe-filter-form] .shop-page-search-results__empty {
  margin: 0;
  padding: 10px 22px;
  color: #241f17;
  font-size: 13px;
  text-align: center;
}

.shop-page-categories {
  position: relative;
  z-index: 1;
  padding: 72px 0 48px;
  background: #f4f1e6;
}

.shop-page-categories__header {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.shop-page-categories__title-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.shop-page-categories__title-row .shop-page-categories__arrow {
  position: absolute;
}

.shop-page-categories__title-row .shop-page-categories__arrow:first-child {
  left: 20px;
}

.shop-page-categories__title-row .shop-page-categories__arrow:last-child {
  right: 20px;
}

.shop-page-categories__scroller {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 4px 20px;
}

.shop-page-categories__scroller::-webkit-scrollbar {
  display: none;
}

.shop-page-category-card {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 240px;
  padding: 0;
  border: 1px solid rgba(139, 116, 69, 0.18);
  border-radius: 0;
  background: #fffaf1;
  color: #7b6b43;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(62, 49, 25, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shop-page-category-card:visited {
  color: #7b6b43;
}

.shop-page-category-card:hover,
.shop-page-category-card:focus-visible,
.shop-page-category-card[aria-pressed="true"] {
  border-color: #8b7445;
  box-shadow: 0 16px 38px rgba(62, 49, 25, 0.14);
  transform: translateY(-2px);
}

.shop-page-category-card[aria-pressed="true"] {
  background: #f3eee3;
}

.shop-page-category-card__media,
.shop-page-category-card__content,
.shop-page-category-card__title,
.shop-page-category-card__description,
.shop-page-category-card__cta {
  display: block;
}

.shop-page-category-card__media {
  position: relative;
  aspect-ratio: 1 / 0.84;
  background: #eadfcb;
  overflow: hidden;
}

.shop-page-category-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease;
}

.shop-page-category-card:hover .shop-page-category-card__image,
.shop-page-category-card:focus-visible .shop-page-category-card__image,
.shop-page-category-card[aria-pressed="true"] .shop-page-category-card__image {
  transform: scale(1.035);
}

.shop-page-category-card__content {
  padding: 18px 18px 20px;
}

.shop-page-category-card__title {
  color: #8b7445;
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.shop-page-category-card__description {
  margin-top: 9px;
  min-height: 54px;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
}

.shop-page-category-card__cta {
  margin-top: 14px;
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-page-catalog {
  padding: 56px 0 58px;
}

.shop-page-catalog__header {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.shop-page-catalog__reset {
  min-height: 38px;
  padding: 0 22px;
  border: 1px solid rgba(139, 116, 69, 0.38);
  border-radius: 999px;
  background: transparent;
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.shop-page-catalog__reset:hover,
.shop-page-catalog__reset:focus-visible {
  background: #8b7445;
  color: #f5f0e8;
}

.shop-page-product[hidden] {
  display: none;
}

.shop-page-products {
  padding: 72px 0 58px;
}

.shop-page-products__header {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto 42px;
  text-align: center;
}

.shop-page-products__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-page-products__kicker {
  margin: 0 0 10px;
  color: #7b6b43;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.shop-page-products__title {
  margin: 0;
  color: #7b6b43;
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

.shop-page-products__subtitle {
  margin: 7px 0 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.4;
}

.shop-page-products__title.block_title_style {
  letter-spacing: 0;
}

.shop-page-products__subtitle.block_title_style--copy {
  font-size: 18px !important;
}

.shop-page-products__grid {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.shop-page-product {
  display: block;
  min-width: 0;
  text-align: center;
  color: #7b6b43;
  text-decoration: none;
}

.shop-page-product:visited,
.shop-page-product:hover,
.shop-page-product:focus-visible {
  color: #7b6b43;
  text-decoration: none;
}

.shop-page-product__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center;
  background: #f5f0e4;
}

.shop-page-product__title {
  margin: 20px 0 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .shop-page-categories__header {
    width: calc(100% - 32px);
  }

  .shop-page-categories__scroller {
    width: calc(100% - 32px);
  }

  .shop-page-category-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .shop-page-category-card__description {
    min-height: 72px;
  }

  .shop-page-catalog__header {
    width: calc(100% - 32px);
  }

  .shop-page-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 680px) {
  .shop-page-filters__inner {
    align-items: stretch;
    gap: 10px;
  }

  .shop-page-filter-menu,
  .shop-page-filter,
  .shop-page-search {
    width: 100%;
    text-align: center;
  }

  [data-recipe-filter-form] .shop-page-search-wrap {
    width: 100%;
  }

  [data-recipe-filter-form] .shop-page-search-input {
    width: 100%;
    min-width: 0;
  }

  [data-recipe-filter-form] .shop-page-search-results {
    left: 0;
    right: 0;
    min-width: 0;
  }

  .shop-page-filter-menu__list {
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    min-width: 0;
    transform: none;
  }

  .shop-page-categories {
    padding: 48px 0 34px;
  }

  .shop-page-categories__header {
    margin-bottom: 28px;
  }

  .shop-page-categories__title-row .shop-page-categories__arrow:first-child {
    left: 12px;
  }

  .shop-page-categories__title-row .shop-page-categories__arrow:last-child {
    right: 12px;
  }

  .shop-page-category-card {
    flex-basis: 78%;
    min-width: 78%;
  }

  .shop-page-category-card__description {
    min-height: 0;
  }

  .shop-page-catalog {
    padding-top: 44px;
  }

  .shop-page-products__grid {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

.shop-page-seasonal {
  position: relative;
  width: min(1040px, calc(100% - 40px));
  min-height: 350px;
  margin: 0 auto 92px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.shop-page-seasonal__image,
.shop-page-seasonal__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shop-page-seasonal__image {
  object-fit: cover;
}

.shop-page-seasonal__overlay {
  background: linear-gradient(90deg, rgba(24, 22, 17, 0.74), rgba(24, 22, 17, 0.2));
}

.shop-page-seasonal__content {
  position: relative;
  z-index: 1;
  max-width: 470px;
  padding: 46px 52px;
  color: #f5f0e8;
}

.shop-page-seasonal__title {
  margin: 10px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.shop-page-seasonal__text {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.32;
}

.shop-page-seasonal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 24px;
  padding: 0 32px;
  border-radius: 999px;
  background: #8b7445;
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.shop-page-commitment {
  margin: 0 0 28px;
}

.shop-page-commitment__frame {
  width: 100%;
  background: #806f45;
  color: #f5f0e4;
}

.shop-page-commitment__inner {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 36px;
  text-align: center;
}

.shop-page-commitment__title {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.shop-page-commitment__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  justify-items: center;
  column-gap: 34px;
  row-gap: 28px;
  margin-top: 40px;
}

.shop-page-commitment-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 240px;
}

.shop-page-commitment-card__icon {
  width: min(100%, 150px);
  margin-bottom: 0;
}

.shop-page-commitment-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-page-commitment-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shop-page-commitment-card__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  max-width: 160px;
}

.shop-page-commitment-card__text {
  max-width: 160px;
  margin: 12px auto 0;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .shop-page-commitment__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 40px;
  }

  .shop-page-commitment-card__icon {
    width: min(100%, 180px);
  }
}

.shop-page-featured {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 72px;
  background: #f4f1e6;
  text-align: center;
}

.shop-page-featured__header {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.shop-page-featured__title-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.shop-page-featured__title-row .shop-page-featured__arrow {
  position: absolute;
}

.shop-page-featured__title-row .shop-page-featured__arrow:first-child {
  left: 20px;
}

.shop-page-featured__title-row .shop-page-featured__arrow:last-child {
  right: 20px;
}

.shop-page-featured__scroller {
  display: flex;
  gap: 8px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 0 18px;
}

.shop-page-featured__scroller::-webkit-scrollbar {
  display: none;
}

.shop-page-featured-product {
  flex: 0 0 calc((100% - 32px) / 5);
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  background: transparent;
  text-align: center;
  color: inherit;
  text-decoration: none;
}

.shop-page-featured-product + .shop-page-featured-product {
  border-left: 0;
}

.shop-page-featured__scroller > .shop-page-featured-product:first-child {
  margin-left: 0;
}

.shop-page-featured-product__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.28;
  object-fit: cover;
  object-position: center;
  background: #f7f0e5;
}

.shop-page-featured-product__title {
  margin: 14px 0 4px;
  min-height: 64px;
  color: #8b7445;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 28px);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

.shop-page-featured-product__meta,
.shop-page-featured-product__price {
  margin: 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-weight: 700;
}

.shop-page-featured-product__meta {
  font-size: 13px;
  min-height: 18px;
}

.shop-page-featured-product__price {
  margin-top: auto;
  margin-top: 14px;
  font-size: 13px;
}

.shop-page-featured__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 30px;
  border-radius: 999px;
  background: #8b7445;
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 980px) {
  .shop-page-featured__scroller {
    width: calc(100% - 32px);
  }

  .shop-page-featured-product {
    flex-basis: calc((100% - 16px) / 3);
  }
}

@media (max-width: 680px) {
  .shop-page-featured {
    width: calc(100% - 24px);
    padding: 32px 0 56px;
  }

  .shop-page-featured__header {
    width: calc(100% - 24px);
    margin-bottom: 30px;
  }

  .shop-page-featured__title-row .shop-page-featured__arrow:first-child {
    left: 12px;
  }

  .shop-page-featured__title-row .shop-page-featured__arrow:last-child {
    right: 12px;
  }

  .shop-page-featured__scroller {
    width: calc(100% - 24px);
  }

  .shop-page-featured-product {
    flex-basis: 72%;
    min-width: 72%;
  }
}

.product-detail {
  padding: 36px 0 48px;
}

.product-detail__inner,
.product-detail__related-inner {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

.product-detail__back,
.product-detail__pager-link,
.product-detail__related-card {
  color: #8b7445;
  text-decoration: none;
}

.product-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  font-family: var(--font-button);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.product-detail__back-arrow,
.product-detail__pager-arrow {
  width: 14px;
  height: auto;
  flex-shrink: 0;
}

.product-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 64px;
  align-items: start;
}

.product-detail__main-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f5f0e4;
}

.product-detail__thumbs {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.product-detail__thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #f5f0e4;
}

.product-detail__brand {
  margin: 0 0 16px;
  color: #8b7445;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 0.95;
  text-transform: uppercase;
  text-align: center;
}

.product-detail__title {
  margin: 0 0 8px;
  color: #6f5a33;
  font-family: var(--font-main) !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
}

.product-detail__tagline {
  margin: 0;
  color: #7b6b43;
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
  font-size: 17px !important;
  font-weight: 400;
  line-height: 1.35 !important;
  text-align: center;
}

.product-detail__shipping,
.product-detail__info-item,
.product-detail__availability,
.product-detail__body,
.product-detail__related-meta {
  margin: 0;
  color: #7f6f4b;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.45;
}

.product-detail__related-price {
  margin: 0;
  color: #7f6f4b;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.45;
}

.product-detail__ingredients-text,
.product-detail__note {
  margin: 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.product-detail__purchase {
  margin-top: 28px;
}

.product-detail__format-label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #8b7445;
}

.product-detail__format-select,
.product-detail__cta {
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
}

.product-detail__format-select {
  padding: 10px 18px;
  border: 0;
  background: #a58a56;
  color: #f5f0e8;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

.product-detail__format-menu {
  position: relative;
}

.product-detail__format-menu[open] {
  z-index: 30;
}

summary.product-detail__format-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
}

summary.product-detail__format-select::-webkit-details-marker {
  display: none;
}

.product-detail__format-arrow {
  width: 10px;
  height: auto;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.product-detail__format-menu[open] .product-detail__format-arrow {
  transform: rotate(180deg);
}

.product-detail__format-menu__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  padding: 8px 0;
  border-radius: 18px;
  background: #b6a06e;
  box-shadow: 0 18px 35px rgba(47, 39, 22, 0.2);
}

.product-detail__format-menu__item {
  display: block;
  width: 100%;
  padding: 10px 18px;
  border: 0;
  background: transparent;
  color: #241f17;
  font-family: var(--font-main);
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.product-detail__format-menu__item:hover {
  background: rgba(139, 116, 69, 0.24);
}

.product-detail__format-menu__item[aria-current="true"] {
  background: #8b7445;
  color: #f5f0e8;
  font-weight: 700;
}

.product-detail__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border: 0;
  background: #8b7445;
  color: #f5f0e8;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.product-detail__cta-feedback {
  margin: 10px 0 0;
  color: #6f5a33;
  font-family: var(--font-main);
  font-size: 13px;
  line-height: 1.5;
}

.product-detail__cta-feedback[data-state="success"] {
  color: #5b6f35;
}

.product-detail__cta-feedback[data-state="error"] {
  color: #8d3a2d;
}

.product-detail__info-list,
.product-detail__ingredients,
.product-detail__notes {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(139, 116, 69, 0.5);
}

.product-detail__info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-detail__trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-detail__trust-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.product-detail__trust-text {
  margin: 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.product-detail__info-item + .product-detail__info-item,
.product-detail__note + .product-detail__note {
  margin-top: 14px;
}

.product-detail__aside-title,
.product-detail__content-title {
  margin: 0 0 18px;
  color: #8b7445;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail__price {
  margin: 0 0 8px;
  color: #8b7445;
  font-size: 36px;
  font-weight: 800;
}

.product-detail__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 64px;
  margin-top: 36px;
}

.product-detail__body > :first-child {
  margin-top: 0;
}

.product-detail__pager {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(139, 116, 69, 0.5);
}

.product-detail__pager-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-button);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.product-detail__related {
  padding: 0 0 72px;
}

.product-detail__related-title {
  margin: 0 0 18px;
  padding-top: 34px;
  border-top: 1px solid rgba(139, 116, 69, 0.5);
  text-align: center;
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  color: #8b7445;
}

.product-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-detail__related-card {
  display: block;
  text-align: center;
}

.product-detail__related-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center;
  background: #f5f0e4;
}

.product-detail__related-name {
  margin: 18px 0 4px;
  color: #8b7445;
  font-family: var(--font-secondary);
  font-size: clamp(20px, 2.15vw, 30px);
  font-weight: 500;
  line-height: 1.04;
  text-transform: uppercase;
}

.product-detail__related-price {
  margin-top: 14px;
}

/* Matches the homepage "Sobre el projecte" showcase heading. */
.product-detail__showcase-heading {
  margin: 25px 0;
  color: #7b6b43;
  font-family: var(--font-title) !important;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.shop-page-editorial {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 4px 0 88px;
}

.shop-page-editorial__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.shop-page-editorial-card {
  position: relative;
  min-height: 278px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.shop-page-editorial-card__image,
.shop-page-editorial-card__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shop-page-editorial-card__image {
  object-fit: cover;
}

.shop-page-editorial-card__overlay {
  background: linear-gradient(90deg, rgba(18, 17, 14, 0.82), rgba(18, 17, 14, 0.18));
}

.shop-page-editorial-card__content {
  position: relative;
  z-index: 1;
  max-width: 360px;
  padding: 34px 28px 30px;
  color: #f5f0e8;
}

.shop-page-editorial-card__kicker {
  margin: 0;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.shop-page-editorial-card__title {
  margin: 10px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.shop-page-editorial-card__text {
  margin: 0;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.4;
}

.shop-page-editorial-card .shop-page-seasonal__cta {
  margin-top: 22px;
}

.shop-page-gifts {
  padding: 8px 0 36px;
  text-align: center;
}

.shop-page-gifts__header {
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.shop-page-gifts__title-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.shop-page-gifts__title-row .shop-page-gifts__arrow {
  position: absolute;
}

.shop-page-gifts__title-row .shop-page-gifts__arrow:first-child {
  left: 20px;
}

.shop-page-gifts__title-row .shop-page-gifts__arrow:last-child {
  right: 20px;
}

.shop-page-gifts__scroller {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 0 18px;
}

.shop-page-gifts__scroller::-webkit-scrollbar {
  display: none;
}

.shop-page-gifts .shop-page-featured-product {
  background: transparent;
  min-width: 200px;
}

.shop-page-gifts .shop-page-featured-product + .shop-page-featured-product {
  border-left: 8px solid transparent;
}

.shop-page-gifts .shop-page-featured-product__image {
  background: #f4efe3;
}

.shop-cart-hero {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
}

.shop-cart-hero__image,
.shop-cart-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shop-cart-hero__image {
  object-fit: cover;
}

.shop-cart-hero__overlay {
  background:
    linear-gradient(rgba(30, 24, 17, 0.58), rgba(30, 24, 17, 0.58)),
    radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
}

.shop-cart-hero__content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  color: #f5f0e8;
}

.shop-cart-hero__kicker {
  display: block;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.shop-cart-hero__title {
  margin: 10px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.shop-cart-hero__text {
  max-width: 560px;
  margin: 0 auto;
  font-family: var(--font-main);
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.45;
}

.shop-cart {
  padding: 76px 0 34px;
}

.shop-cart__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 360px);
  gap: 32px;
  align-items: start;
}

.shop-cart__main,
.shop-cart-summary {
  border-radius: 28px;
  background: linear-gradient(180deg, var(--color-beige) 0%, #f6f0e2 100%);
  border: 1px solid rgba(139, 116, 69, 0.14);
  box-shadow: 0 24px 50px rgba(82, 61, 31, 0.08);
}

.shop-cart__main {
  padding: 38px;
}

.shop-cart__heading {
  max-width: 620px;
}

.shop-cart__eyebrow,
.shop-cart-summary__kicker,
.shop-cart-empty-card__kicker,
.shop-cart-reassurance__label,
.shop-cart-checkout__compliance-title {
  margin: 0;
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.shop-cart__title,
.shop-cart-summary__title {
  margin: 12px 0 0;
  color: #7b6b43;
  font-family: var(--font-title);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.shop-cart__intro {
  margin: 16px 0 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.shop-cart-empty-card {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: 24px;
  background: rgba(var(--color-beige-rgb), 0.72);
  border: 1px solid rgba(139, 116, 69, 0.16);
}

.shop-cart-empty-card__media {
  display: grid;
  place-items: center;
  width: 124px;
  aspect-ratio: 1;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 40%, #d7c49c 0%, #b79c67 100%);
}

.shop-cart-empty-card__icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.shop-cart-empty-card__title {
  margin: 12px 0 14px;
  color: #7b6b43;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.shop-cart-empty-card__text {
  margin: 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.shop-cart-summary__note {
  margin: 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.shop-cart-reassurance__text {
  margin: 0;
  color: var(--color-body);
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.65;
}

.shop-cart-empty-card__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.shop-cart-empty-card__link {
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.shop-cart-items {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.shop-cart-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(var(--color-beige-rgb), 0.82);
  border: 1px solid rgba(139, 116, 69, 0.16);
}

.shop-cart-item__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  background: #f6f0e2;
}

.shop-cart-item__top,
.shop-cart-item__meta,
.shop-cart-item__actions,
.shop-cart-checkout__grid {
  display: grid;
}

.shop-cart-item__top {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.shop-cart-item__name,
.shop-cart-checkout__title {
  margin: 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.shop-cart-item__variant,
.shop-cart-item__price,
.shop-cart-item__line-total,
.shop-cart-checkout__message {
  margin: 0;
  color: var(--color-body);
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.6;
}

.shop-cart-checkout__intro {
  margin: 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.shop-cart-item__meta {
  gap: 6px;
  margin-top: 10px;
}

.shop-cart-item__actions {
  grid-template-columns: auto auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.shop-cart-item__qty {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #efe5cf;
}

.shop-cart-item__qty-button,
.shop-cart-item__remove {
  border: 0;
  background: transparent;
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.shop-cart-item__line-total {
  justify-self: end;
  font-weight: 700;
  color: #7b6b43;
}

.shop-cart-checkout {
  margin-top: 30px;
  padding: 30px;
  border-radius: 24px;
  background: rgba(var(--color-beige-rgb), 0.75);
  border: 1px solid rgba(139, 116, 69, 0.16);
}

.shop-cart-checkout__intro {
  margin-top: 14px;
}

.shop-cart-checkout__heading .shop-cart-checkout__title {
  margin-top: 12px;
}

.shop-cart-checkout__form {
  margin-top: 22px;
}

.shop-cart-checkout__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.shop-cart-checkout__field {
  display: grid;
  gap: 8px;
}

.shop-cart-checkout__field span {
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-cart-checkout__field input,
.shop-cart-checkout__field select,
.shop-cart-checkout__field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(139, 116, 69, 0.24);
  border-radius: 18px;
  background: var(--color-beige);
  color: #3e3424;
  font: inherit;
}

.shop-cart-checkout__field--select {
  position: relative;
}

.shop-cart-checkout__field--select::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(62, 52, 36, 0.7);
  border-bottom: 2px solid rgba(62, 52, 36, 0.7);
  transform: rotate(45deg);
  pointer-events: none;
}

.shop-cart-checkout__field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 48px;
  cursor: pointer;
}

.shop-cart-checkout__field--full {
  grid-column: 1 / -1;
}

.shop-cart-checkout__field input:focus,
.shop-cart-checkout__field select:focus,
.shop-cart-checkout__field textarea:focus {
  outline: 2px solid rgba(139, 116, 69, 0.2);
  outline-offset: 1px;
}

.shop-cart-checkout__message {
  margin-top: 18px;
}

.shop-cart-checkout__message[data-state="error"] {
  color: #8d3a2d;
}

.shop-cart-checkout__message[data-state="success"] {
  color: #5b6f35;
}

.shop-cart-checkout__pickup {
  padding: 24px;
  border: 1px solid rgba(139, 116, 69, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(244, 236, 221, 0.82));
  box-shadow: 0 18px 36px rgba(62, 52, 36, 0.06);
}

.shop-cart-checkout__pickup-header {
  display: grid;
  gap: 8px;
}

.shop-cart-checkout__pickup-text,
.shop-cart-checkout__pickup-note {
  margin: 0;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.shop-cart-checkout__checkbox--pickup {
  margin-top: 20px;
}

.shop-cart-checkout__pickup-fields {
  margin-top: 18px;
}

.shop-cart-checkout__shipping-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

[data-pickup-fields][data-state="readonly"] {
  filter: grayscale(75%);
  opacity: 0.55;
  pointer-events: none;
}

[data-pickup-fields][data-state="readonly"] .shop-cart-checkout__field select {
  background: #e8e2d4;
  border-color: rgba(139, 116, 69, 0.12);
  color: #9e988a;
}

[data-pickup-fields][data-state="editable"] {
  filter: none;
  opacity: 1;
  pointer-events: auto;
}

.shop-cart-checkout__billing {
  margin-top: 26px;
}

.shop-cart-checkout__divider {
  padding-top: 24px;
  border-top: 1px solid rgba(139, 116, 69, 0.2);
}

.shop-cart-checkout__checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  cursor: pointer;
}

.shop-cart-checkout__checkbox input[type="checkbox"],
.shop-cart-checkout__checkbox input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.shop-cart-checkout__checkbox-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid rgba(139, 116, 69, 0.4);
  border-radius: 6px;
  background: var(--color-beige);
  transition:
    background-color var(--transition-fast),
    border-color var(--transition-fast);
}

.shop-cart-checkout__checkbox input[type="checkbox"]:checked + .shop-cart-checkout__checkbox-mark,
.shop-cart-checkout__checkbox input[type="radio"]:checked + .shop-cart-checkout__checkbox-mark {
  background: #8b7445;
  border-color: #8b7445;
}

.shop-cart-checkout__checkbox input[type="checkbox"]:checked + .shop-cart-checkout__checkbox-mark::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--color-beige);
  border-bottom: 2px solid var(--color-beige);
  transform: rotate(45deg) translate(-1px, -1px);
}

.shop-cart-checkout__checkbox input[type="radio"] + .shop-cart-checkout__checkbox-mark {
  border-radius: 999px;
}

.shop-cart-checkout__checkbox input[type="radio"]:checked + .shop-cart-checkout__checkbox-mark::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-beige);
}

.shop-cart-checkout__checkbox input[type="checkbox"]:focus-visible + .shop-cart-checkout__checkbox-mark,
.shop-cart-checkout__checkbox input[type="radio"]:focus-visible + .shop-cart-checkout__checkbox-mark {
  outline: 2px solid rgba(139, 116, 69, 0.3);
  outline-offset: 2px;
}

.shop-cart-checkout__checkbox-label {
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  user-select: none;
}

.shop-cart-checkout__checkbox-label a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.shop-cart-checkout__compliance {
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(139, 116, 69, 0.18);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.84);
}

.shop-cart-checkout__compliance-title {
  margin: 0 0 8px;
}

.shop-cart-checkout__compliance-text {
  margin: 0 0 10px;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

[data-billing-fields] {
  margin-top: 20px;
}

[data-pickup-fields] {
  margin-top: 20px;
}

[data-billing-fields][data-state="readonly"] {
  filter: grayscale(75%);
  opacity: 0.55;
  pointer-events: none;
}

[data-billing-fields][data-state="readonly"] .shop-cart-checkout__field input {
  background: #e8e2d4;
  border-color: rgba(139, 116, 69, 0.12);
  color: #9e988a;
}

[data-billing-fields][data-state="editable"] {
  filter: none;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 980px) {
  .actualitat-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .actualitat-home-grid {
    grid-template-columns: 1fr;
  }

  .shop-cart-checkout__pickup {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .shop-cart-checkout__shipping-fields {
    grid-template-columns: 1fr;
  }
}

.header-icon-button--cart {
  position: relative;
}

.header-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #8b7445;
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.shop-cart-summary {
  position: sticky;
  top: 196px;
  padding: 30px 28px;
}

.shop-cart-summary__rows {
  margin-top: 26px;
  padding: 18px 0;
  border-top: 1px solid rgba(139, 116, 69, 0.2);
  border-bottom: 1px solid rgba(139, 116, 69, 0.2);
}

.shop-cart-summary__row,
.shop-cart-summary__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.shop-cart-summary__row {
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.shop-cart-summary__row + .shop-cart-summary__row {
  margin-top: 14px;
}

.shop-cart-summary__row strong,
.shop-cart-summary__total strong {
  color: #7b6b43;
  font-weight: 700;
}

.shop-cart-summary__total {
  margin-top: 20px;
  color: #7b6b43;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 700;
}

.shop-cart-summary__warning {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(141, 58, 45, 0.18);
  border-radius: 18px;
  background: rgba(141, 58, 45, 0.08);
  color: #8d3a2d;
  font-size: 14px;
  line-height: 1.6;
}

.shop-cart-summary__note {
  margin-top: 22px;
}

.shop-cart-summary__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 22px;
  border-radius: 999px;
  background: #8b7445;
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform var(--transition-fast),
    background-color var(--transition-fast);
}

.shop-cart-summary__cta:hover {
  transform: translateY(-1px);
  background: #755f36;
}

.shop-cart-reassurance {
  padding: 18px 0 88px;
}

.shop-cart-reassurance__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shop-cart-reassurance__item {
  min-height: 100%;
  padding: 26px 24px;
  border-radius: 22px;
  background: #efe5cf;
}

.shop-cart-reassurance__text {
  margin-top: 10px;
}

.shop-page-professionals {
  position: relative;
  width: 100%;
  min-height: var(--home-banner-min-height);
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
}

.shop-page-professionals__image,
.shop-page-professionals__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shop-page-professionals__image {
  object-fit: cover;
}

.shop-page-professionals__overlay {
  background: rgba(95, 74, 40, 0.4);
}

.shop-page-professionals__content {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 40px));
  padding: 40px 0;
}

.shop-page-professionals__title {
  margin: 0;
  color: #f5f0e8;
  font-family: var(--font-title);
  font-size: clamp(40px, 4.1vw, 64px);
  font-weight: 400;
  line-height: var(--type-banner-title-line-height);
  text-transform: uppercase;
}

.shop-page-professionals__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 26px;
  padding: 0 28px;
  border-radius: 999px;
  background: rgba(160, 136, 90, 0.95);
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .product-detail {
    padding-top: 28px;
  }

  .product-detail__inner,
  .product-detail__related-inner {
    width: min(100%, calc(100% - 32px));
  }

  .product-detail__grid,
  .product-detail__content-grid,
  .product-detail__related-grid {
    grid-template-columns: 1fr;
  }

  .product-detail__grid,
  .product-detail__content-grid {
    gap: 28px;
  }

  .product-detail__pager {
    flex-direction: column;
  }

  .shop-page-editorial {
    padding-bottom: 64px;
  }

  .shop-page-editorial__cards {
    grid-template-columns: 1fr;
  }

  .shop-page-editorial-card {
    min-height: 320px;
  }

  .shop-page-editorial-card__content {
    max-width: 100%;
    padding: 28px 24px 26px;
  }

  .shop-page-gifts__title-row .shop-page-gifts__arrow:first-child {
    left: 12px;
  }

  .shop-page-gifts__title-row .shop-page-gifts__arrow:last-child {
    right: 12px;
  }

  .shop-cart {
    padding: 56px 0 26px;
  }

  .shop-cart__inner,
  .shop-cart-reassurance__inner {
    width: calc(100% - 32px);
  }

  .shop-cart__inner {
    grid-template-columns: 1fr;
  }

  .shop-cart__main,
  .shop-cart-summary {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .shop-cart-empty-card {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 22px;
  }

  .shop-cart-item {
    grid-template-columns: 1fr;
  }

  .shop-cart-item__actions,
  .shop-cart-checkout__grid {
    grid-template-columns: 1fr;
  }

  .shop-cart-item__line-total {
    justify-self: start;
  }

  .shop-cart-checkout {
    padding: 24px;
  }

  .shop-cart-empty-card__media {
    width: 104px;
  }

  .shop-cart-summary {
    position: static;
  }

  .shop-cart-reassurance {
    padding-bottom: 64px;
  }

  .shop-cart-reassurance__inner {
    grid-template-columns: 1fr;
  }

  .shop-page-professionals {
    min-height: var(--home-banner-min-height-mobile);
  }

  .shop-page-professionals__title {
    font-size: clamp(28px, 8vw, 42px);
  }

  .professionals-inspiration-hero,
  .professionals-inspiration-hero .hero-bg-img,
  .professionals-inspiration-hero .hero-dark-overlay,
  .professionals-inspiration-hero__overlay {
    min-height: var(--section-banner-min-height-mobile);
  }

  .gastronomic-page-hero,
  .gastronomic-page-hero .hero-bg-img,
  .gastronomic-page-hero .hero-dark-overlay,
  .gastronomic-page-hero__overlay {
    min-height: var(--section-banner-min-height-mobile);
  }

  .gastronomic-nutrition-hero,
  .gastronomic-nutrition-hero .hero-bg-img,
  .gastronomic-nutrition-hero .hero-dark-overlay,
  .gastronomic-nutrition-hero__overlay {
    min-height: var(--section-banner-min-height-mobile);
  }

  .gastronomic-recipes-hero,
  .gastronomic-recipes-hero .hero-bg-img,
  .gastronomic-recipes-hero .hero-dark-overlay,
  .gastronomic-recipes-hero__overlay {
    min-height: var(--section-banner-min-height-mobile);
  }

  .gastronomic-page-ambassador {
    padding: 56px 20px 80px;
  }

  .gastronomic-page-ambassador__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gastronomic-page-ambassador__image {
    min-height: 440px;
  }

  .gastronomic-page-ambassador__content {
    max-width: 620px;
  }

  .gastronomic-page-restaurants {
    padding: 0 20px 84px;
  }

  .gastronomic-page-restaurants__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .gastronomic-page-restaurants__header {
    margin-bottom: 34px;
  }

  .gastronomic-page-restaurant-card:hover {
    transform: none;
  }

  .gastronomic-page-restaurant-card__content {
    padding: 18px 0 0;
  }

  .gastronomic-nutrition-sections {
    padding: 56px 12px 72px;
  }

  .gastronomic-nutrition-chart {
    padding: 0 12px 72px;
  }

  .gastronomic-sensory {
    padding: 0 12px 80px;
  }

  .gastronomic-sensory__banner,
  .gastronomic-sensory__banner-content,
  .footer-cta-section {
    min-height: var(--section-banner-min-height-mobile);
  }

  .gastronomic-sensory__banner-content {
    padding: 44px 28px;
  }

  .gastronomic-sensory__inner {
    padding: 56px 0 0;
  }

  .gastronomic-sensory__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .gastronomic-sensory-card__note {
    min-width: 0;
    width: calc(100% - 48px);
    max-width: 250px;
    padding: 24px 18px;
    font-size: 16px;
  }

  .gastronomic-sensory__cta {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }

  .gastronomic-nutrition-grid {
    grid-template-columns: 1fr;
  }

  .gastronomic-nutrition-panel,
  .gastronomic-nutrition-panel__image {
    min-height: 420px;
  }

  .gastronomic-nutrition-panel--text {
    padding: 42px 28px;
  }

  .gastronomic-nutrition-panel__note {
    top: 24px;
    min-width: 0;
    width: calc(100% - 48px);
    max-width: 270px;
    padding: 24px 18px;
    font-size: 16px;
  }

  .professionals-inspiration-recipes {
    padding: 52px 20px 72px;
  }

  .professionals-inspiration-recipes--stacked {
    padding-top: 0;
  }

  .professionals-inspiration-recipes__header {
    margin-bottom: 36px;
    padding: 0 56px;
  }

  .professionals-inspiration-recipes__nav {
    top: 6px;
  }

  .professionals-inspiration-recipes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }

  .professionals-inspiration-banner,
  .professionals-inspiration-banner__image,
  .professionals-inspiration-banner__overlay,
  .professionals-inspiration-banner__content {
    min-height: var(--section-banner-min-height-mobile);
  }

  .professionals-inspiration-banner__content {
    padding: 40px 28px;
  }

  .contact-page-split,
  .contact-page-bottom,
  .contact-page-benefits,
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-page-split__image-wrap {
    min-height: 520px;
  }

  .contact-page-split__content {
    padding: 54px 28px;
  }

  .contact-page-benefit {
    padding: 42px 24px;
  }

  .contact-page-bottom {
    gap: 36px;
    padding: 40px 28px 52px;
  }

  .contact-page-bottom__column {
    align-items: center;
  }

  .contact-page-bottom__column:last-child {
    align-items: center;
  }

  .contact-page-bottom__details {
    text-align: center;
  }

  .contact-form__actions--stacked {
    align-items: center;
  }

  .contact-form__status {
    text-align: center;
  }

  .footer-cta-section--professionals {
    min-height: var(--section-banner-min-height-mobile);
    height: auto;
  }

  .footer-cta-section--gastronomic {
    min-height: var(--section-banner-min-height-mobile);
    height: auto;
  }

  .cta-content--professionals {
    padding: 42px 28px;
  }

  .cta-content--gastronomic {
    padding: 44px 28px;
  }

  .flex-newsletter,
  .flex-newsletter--professionals {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-copy,
  .newsletter-copy--professionals,
  .newsletter-text,
  .newsletter-text--professionals {
    max-width: none;
  }

  .newsletter-form,
  .newsletter-form--professionals {
    max-width: none;
  }

  .professionals-hero {
    min-height: var(--section-banner-min-height-mobile);
    padding: 48px 20px;
  }

  .professionals-hero__title,
  .professionals-profile__eyebrow {
    letter-spacing: 1.4px;
  }

  .professionals-intro {
    padding: 56px 20px 72px;
  }

  .professionals-intro__cta {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }

  .professionals-profile {
    padding: 12px 20px 72px;
  }

  .professionals-profile__chart {
    margin: 28px auto 56px;
  }

  .professionals-profile__chart-overlay {
    width: 46%;
  }

  .professionals-attributes__title br,
  .professionals-profile__eyebrow br {
    display: none;
  }

  .professionals-attributes__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .professionals-attribute-card__text {
    max-width: 420px;
  }

  .professionals-value-feature {
    padding: 12px 16px 0;
  }

  .professionals-value-feature__image {
    height: 460px;
  }

  .professionals-value-feature__content {
    padding: 48px 54px;
  }

  .professionals-value-feature__icon svg {
    width: 56px;
    height: 56px;
  }

  .professionals-value-feature__arrow--prev {
    left: 14px;
  }

  .professionals-value-feature__arrow--next {
    right: 14px;
  }

  .professionals-value-feature__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }

  .professionals-value-feature__cta {
    margin-top: 58px;
  }

  body.page-gastronomic-nutrition .professionals-value-feature__cta,
  body.page-professionals .professionals-value-feature__cta {
    margin-top: 0;
    min-height: var(--section-banner-min-height-mobile);
  }

  .professionals-value-feature__cta-note {
    top: 18px;
    right: 18px;
  }

  .professionals-value-product__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .professionals-inspiration-hero__text br,
  .professionals-inspiration-recipes__title br {
    display: none;
  }

  .professionals-inspiration-hero__cta {
    width: 100%;
    min-width: 0;
    max-width: 280px;
  }

  .professionals-inspiration-recipes__header {
    padding: 46px 0 0;
  }

  .professionals-inspiration-recipes__nav {
    top: 0;
  }

  .professionals-inspiration-recipes__grid {
    grid-template-columns: 1fr;
  }

  .professionals-inspiration-banner__content {
    padding: 34px 20px;
  }

  .professionals-inspiration-banner__cta {
    align-self: center;
    width: 100%;
    max-width: 290px;
  }

  .contact-form__submit {
    width: 100%;
    min-width: 0;
    max-width: 320px;
  }

  .contact-page-split__title {
    font-size: clamp(34px, 9vw, 48px);
  }

  .contact-page-split__text {
    margin-top: 24px;
  }

  .footer-cta-section--professionals {
    min-height: var(--section-banner-min-height-mobile);
    height: auto;
  }

  .footer-cta-section--gastronomic {
    min-height: var(--section-banner-min-height-mobile);
    height: auto;
  }

  .cta-title--professionals {
    font-size: clamp(28px, 8vw, 40px);
  }

  .btn-olive-transparent--professionals {
    width: 100%;
    max-width: 290px;
    margin-top: 24px;
  }

  .btn-olive-transparent--gastronomic {
    width: 100%;
    max-width: 320px;
    margin-top: 24px;
  }

  .newsletter-form,
  .newsletter-form--professionals {
    flex-direction: column;
  }

  .btn-newsletter-submit,
  .btn-newsletter-submit--professionals {
    width: 100%;
  }

  .professionals-value-feature__image {
    height: 520px;
  }
}

.visits-slider {
  padding: 8px 0 64px;
}

.visits-slider__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 42px);
}

.visits-slider__intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: #7b6b43;
}

.visits-slider__title {
  margin: 0;
  font-family: var(--font-slider-title);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.visits-slider__text {
  margin: 12px auto 0;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.45;
}

.visits-slider__track {
  display: grid;
  width: min(100%, 1260px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 4px;
  row-gap: 4px;
  margin: 22px auto 0;
  padding: 0 clamp(24px, 4vw, 42px);
}

.visits-card-link {
  display: block;
  grid-column: span 2;
  height: 100%;
  text-decoration: none;
}

.visits-slider__track > .visits-card-link:nth-last-child(2):nth-child(3n + 1) {
  grid-column: 2 / span 2;
}

.visits-slider__track > .visits-card-link:last-child:nth-child(3n + 2) {
  grid-column: 4 / span 2;
}

.visits-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #f5f2e8;
  color: #7b6b43;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.visits-card-link:hover .visits-card {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(91, 71, 31, 0.12);
}

.visits-card__image {
  display: block;
  width: 100%;
  height: clamp(200px, 18vw, 260px);
  object-fit: cover;
  border-radius: 0;
}

.visits-card__content {
  padding: 20px 25px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.visits-card__title {
  margin: 15px 0;
  font-family: var(--font-slider-title);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8b7445;
}

.visits-card__text {
  margin: 0 auto 20px;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.5;
  color: #7b6b43;
}

.visits-card__meta {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}

.visits-card__meta-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
}

.visits-card__meta-item span {
  text-align: left;
}

.visits-card__meta-item svg {
  width: 30px;
  height: 30px;
  stroke: #7b6b43;
  stroke-width: 1.8;
  fill: none;
}

.visits-card__cta {
  display: inline-flex;
  margin-top: auto;
  padding-top: 12px;
  color: #8b7445;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .visits-slider__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 0 24px;
  }

  .visits-card-link,
  .visits-slider__track > .visits-card-link:nth-last-child(2):nth-child(3n + 1),
  .visits-slider__track > .visits-card-link:last-child:nth-child(3n + 2) {
    grid-column: span 1;
  }

  .visits-slider__header {
    padding: 0 24px;
  }

  .visit-activity-hero__content,
  .visit-activity-facts__inner,
  .visit-activity-body__inner,
  .visit-activity-gallery__inner,
  .visit-activity-more__inner,
  .visit-activity-experience__inner,
  .visit-activity-reviews__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .visit-activity-body__inner {
    gap: 36px;
  }

  .visit-booking-cta {
    padding: 28px 24px;
  }

  .visit-activity-experience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visit-activity-more__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visit-activity-reviews__header {
    grid-template-columns: 45px minmax(0, 1fr) 45px;
    align-items: center;
  }

  .visit-activity-reviews__nav {
    justify-self: end;
  }
}

@media screen and (max-width: 768px) {
  .visits-slider__header {
    gap: 16px;
    padding: 0 20px;
  }

  .visits-slider__track {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }

  .visits-card__content {
    padding: 15px 20px;
  }

  .visit-activity-hero__overlay {
    padding-top: 88px;
  }

  .visit-activity-hero__content,
  .visit-activity-facts__inner,
  .visit-activity-body__inner,
  .visit-activity-gallery__inner,
  .visit-activity-more__inner,
  .visit-activity-experience__inner,
  .visit-activity-reviews__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .visit-activity-hero__reserve-bar {
    text-align: left;
    align-items: flex-start;
  }

  .visit-activity-hero__reserve-row {
    justify-content: flex-start;
    gap: 6px;
  }

  .visit-activity-hero__content {
    padding-bottom: 104px;
  }

  .visit-activity-facts__inner,
  .visit-activity-body__inner,
  .visit-activity-more__track,
  .visit-activity-experience__header,
  .visit-activity-experience__grid {
    grid-template-columns: 1fr;
  }

  .visit-activity-body__inner {
    gap: 32px;
  }

  .visit-booking-cta {
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .visit-booking-cta__button,
  .visit-booking-modal__form .contact-form__submit {
    width: 100%;
  }

  .visit-booking-modal__dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    margin: 12px auto;
    padding: 28px 20px 24px;
  }

  .visit-booking-modal__header {
    padding-right: 34px;
  }

  .visit-booking-modal__grid {
    grid-template-columns: 1fr;
  }

  .visit-activity-experience__card {
    min-height: 0;
  }

  .visit-experience-modal__dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    margin: 12px auto;
    padding: 58px 28px 48px;
  }

  .visit-experience-modal__dialog h2 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .visit-activity-experience__card h3 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .visit-activity-more__title {
    font-size: 22px;
  }

  .visit-activity-reviews__header {
    grid-template-columns: 45px minmax(0, 1fr) 45px;
    gap: 10px;
  }

  .visit-activity-reviews__card {
    min-width: min(100%, 310px);
  }

  .visit-activity-pricing__row strong {
    font-size: 28px;
  }
}

@media screen and (max-width: 560px) {
  .visits-slider__intro {
    padding: 0 10px;
  }

  .visits-card__title {
    font-size: clamp(16px, 4vw, 20px);
  }

  .visits-card__text {
    font-size: 14px;
  }

  .visits-card__meta {
    flex-direction: column;
    gap: 10px;
  }

  .visit-activity-hero__title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .visit-activity-hero__reserve-bar {
    gap: 12px;
    padding: 16px 20px;
  }

  .visit-activity-hero__reserve-label,
  .visit-activity-hero__reserve-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .visit-activity-facts__item {
    gap: 10px;
  }

  .visit-activity-timeline__time {
    font-size: 24px;
  }
}


.footer-cta-section--visits {
  min-height: var(--section-banner-min-height);
  height: auto;
}

.cta-overlay--visits {
  background: linear-gradient(rgba(64, 45, 20, 0.48), rgba(64, 45, 20, 0.6));
}

.cta-content--visits {
  max-width: 900px;
  padding: 48px 28px;
}

.cta-title--visits {
  margin: 0;
  font-size: var(--type-banner-title-size);
  line-height: var(--type-banner-title-line-height);
}

.cta-text--visits {
  max-width: 760px;
  font-size: var(--type-banner-text-size);
}

.btn-olive-transparent--visits {
  margin-top: 22px;
  padding: 14px 30px;
  background: rgba(160, 136, 90, 0.92);
}

@media screen and (max-width: 768px) {
  .footer-cta-section--visits {
    min-height: var(--section-banner-min-height-mobile);
  }
}

.visit-reservation-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1900;
  width: min(620px, calc(100% - 56px));
}

.visit-reservation-banner__inner {
  min-height: 68px;
  padding: 11px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #5f627b;
  color: #f5f0e8;
}

.visit-reservation-banner__prompt {
  margin: 0;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.25;
  text-transform: uppercase;
}

.visit-reservation-banner__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.visit-reservation-banner__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f2e8;
  color: #7b6b43;
  text-decoration: none;
  transition: transform var(--transition-fast), background var(--transition-fast);
}

.visit-reservation-banner__icon:hover,
.visit-reservation-banner__icon:focus-visible {
  transform: translateY(-2px);
  background: #fffaf0;
}

.visit-reservation-banner__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.visit-reservation-banner__icon--whatsapp {
  background: transparent;
}

.visit-reservation-banner__icon--whatsapp img {
  width: 52px;
  height: 52px;
  max-width: none;
  transform: translateY(2px);
}

.visit-reservation-banner__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

@media (max-width: 980px) {
  .visit-reservation-banner {
    right: 0;
    bottom: 0;
    width: min(620px, calc(100% - 20px));
  }
}

@media (max-width: 620px) {
  .visit-reservation-banner {
    right: 0;
    bottom: 0;
    width: calc(100% - 10px);
  }

  .visit-reservation-banner__inner {
    padding: 10px 16px;
    gap: 12px;
  }

  .visit-reservation-banner__prompt {
    font-size: 12px;
  }

  .visit-reservation-banner__actions {
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .visit-reservation-banner__prompt {
    display: none;
  }

  .visit-reservation-banner__actions {
    width: 100%;
    justify-content: flex-end;
  }
}

.visit-activity-hero {
  position: relative;
  height: calc(100dvh - 170px);
}

@media (max-width: 980px) {
  .visit-activity-hero {
    height: calc(100dvh - 92px);
  }
}

.visit-activity-hero__image {
  object-position: center;
}

.visit-activity-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 0 0;
  background: linear-gradient(rgba(64, 45, 20, 0.28), rgba(64, 45, 20, 0.54));
}

.visit-activity-hero__content {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0 42px 88px;
  font-family: var(--font-main);
  color: #f5f0e8;
  text-align: center;
}

.visit-activity-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #f5f0e8;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: underline;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.visit-activity-hero__back svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  transition: transform 0.2s ease;
}

.visit-activity-hero__back:hover svg,
.visit-activity-hero__back:focus-visible svg {
  transform: translateX(-3px);
}

.visit-activity-hero__title {
  max-width: 720px;
  margin: 0 auto;
  font-family: var(--font-secondary);
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 0.98;
  text-transform: uppercase;
}

.visit-activity-hero__gallery {
  margin-top: 26px;
}

.visit-activity-hero__gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(177, 150, 96, 0.9);
  color: #f5f0e8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform var(--transition-fast), background var(--transition-fast);
}

.visit-activity-hero__gallery-link:hover {
  transform: translateY(-1px);
  background: rgba(177, 150, 96, 0.98);
}

.visit-activity-hero__reservation {
  margin: 18px 0 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.visit-activity-hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.visit-activity-hero__actions .visit-activity-hero__reservation {
  width: 100%;
  margin-top: 6px;
}

.visit-activity-hero__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--color-beige-rgb), 0.95);
  color: #7b6b43;
  text-decoration: none;
}

.visit-activity-hero__icon--whatsapp {
  background: transparent;
}

.visit-activity-hero__whatsapp-image {
  display: block;
  width: 56px;
  height: 56px;
  max-width: none;
  object-fit: contain;
  transform: translateY(2px);
}

.visit-activity-hero__booking-button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(177, 150, 96, 0.96);
  color: #f5f0e8;
  font-family: var(--font-slider-title);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--transition-fast), background var(--transition-fast);
}

.visit-activity-hero__booking-button:hover {
  transform: translateY(-1px);
  background: rgba(177, 150, 96, 1);
}

.visit-activity-hero__icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
}

.visit-activity-hero__reserve-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  padding: 18px 24px;
  background: #b19660;
  color: #f5f0e8;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
}

.visit-activity-hero__reserve-row {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.visit-activity-hero__reserve-row + .visit-activity-hero__reserve-row {
  margin-top: 0;
}

.visit-activity-hero__reserve-label {
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.visit-activity-hero__reserve-text {
  font-weight: 500;
}

.visit-activity-gallery {
  padding: 40px 0 24px;
}

.visit-activity-gallery__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0 42px;
  font-family: var(--font-main);
}

.visit-activity-gallery__title {
  margin: 0 0 20px;
  font-family: var(--font-secondary);
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.05;
  text-transform: uppercase;
  color: #7b6b43;
}

.visit-activity-gallery__wrap .gallery-scroll {
  gap: 18px;
}

.visit-activity-gallery__image {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  border-radius: 0;
}

.visit-activity-facts {
  padding: 34px 0 10px;
}

.visit-activity-facts__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 44px;
  font-family: var(--font-main);
  color: #7b6b43;
}

.visit-activity-facts__item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.visit-activity-facts__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  object-fit: contain;
}

.visit-activity-facts__item strong {
  display: block;
  font-weight: 400;
  font-size: clamp(1.05rem, 1vw + 0.9rem, 1.25rem);
  line-height: 1.25;
}

.visit-activity-facts__item small {
  display: block;
  margin-top: 5px;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  color: #8d7b58;
}

.visit-activity-body {
  padding: 26px 0 72px;
}

.visit-activity-body__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
  gap: 56px;
  font-family: var(--font-main);
  color: #7b6b43;
}

.visit-activity-section-title,
.visit-activity-sidebar__title {
  margin: 0;
  color: #8b7445;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.visit-activity-body__intro {
  margin: 20px 0 18px;
  font-weight: 700;
  line-height: 1.5;
}

.visit-booking-cta {
  margin-top: 38px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(135deg, rgba(185, 158, 102, 0.14), rgba(247, 242, 231, 0.96));
  border: 1px solid rgba(139, 116, 69, 0.16);
  box-shadow: 0 18px 40px rgba(91, 71, 31, 0.08);
}

.visit-booking-cta__copy {
  max-width: 560px;
}

.visit-booking-cta__eyebrow {
  margin: 0 0 10px;
  color: #8b7445;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.visit-booking-cta__title {
  margin: 0;
  color: #3d3020;
  font-family: var(--font-title);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1;
}

.visit-booking-cta__text,
.visit-booking-modal__text {
  margin: 14px 0 0;
  color: #6c5a35;
  font-family: var(--font-slider-title);
  font-size: 15px;
  line-height: 1.7;
}

.has-visit-booking-modal {
  overflow: hidden;
}

.visit-booking-modal[hidden] {
  display: none;
}

.visit-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 3100;
}

.visit-booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34, 25, 12, 0.56);
  backdrop-filter: blur(4px);
}

.visit-booking-modal__dialog {
  position: relative;
  width: min(680px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  overflow-y: auto;
  padding: 34px;
  background: linear-gradient(180deg, #fbf7ef 0%, #f2ead8 100%);
  box-shadow: 0 28px 60px rgba(42, 31, 16, 0.24);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.visit-booking-modal.is-visible .visit-booking-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}

.visit-booking-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 116, 69, 0.12);
  color: #6c5a35;
  font-size: 28px;
  cursor: pointer;
}

.visit-booking-modal__dialog,
.visit-booking-modal__dialog :is(input, textarea, button) {
  font-family: var(--font-main);
}

.visit-booking-modal__dialog .visit-booking-cta__title,
.visit-booking-modal__dialog .visit-booking-modal__text {
  font-family: var(--font-main);
}

.visit-booking-modal__dialog button {
  font-family: var(--font-main) !important;
}

.visit-booking-modal__header {
  padding-right: 38px;
}

.visit-booking-modal__form {
  margin-top: 26px;
}

.visit-booking-modal__grid {
  gap: 16px 18px;
}

.visit-booking-modal__form .contact-form__field input,
.visit-booking-modal__form .contact-form__field textarea {
  border: 1px solid rgba(139, 116, 69, 0.2);
  background: rgba(255, 252, 247, 0.94);
}

.visit-booking-modal__form .contact-form__field input::placeholder,
.visit-booking-modal__form .contact-form__field textarea::placeholder {
  color: rgba(108, 90, 53, 0.82);
}

.visit-booking-modal__actions {
  align-items: flex-start;
}

.visit-booking-modal__note {
  margin: 12px 0 0;
  color: #7b6b43;
  font-size: 14px;
}

.visit-activity-body__copy {
  font-size: 15px;
  line-height: 1.7;
}

.prose p + p,
.prose ul + p,
.prose p + ul,
.prose h3 + ul,
.prose ul + ul {
  margin-top: 14px;
}

.prose h3 {
  margin-top: 18px;
  font-weight: 700;
}

.prose ul {
  padding-left: 18px;
  list-style: disc;
}

.prose li + li {
  margin-top: 8px;
}

.post--legal {
  background:
    linear-gradient(180deg, #f4efe4 0%, #efe7d6 100%);
  padding: 56px 0 88px;
}

.post-header--legal,
.post-content--legal {
  width: min(860px, calc(100% - 40px));
}

.post-header--legal {
  margin: 0 auto 24px;
}

.post-header__eyebrow {
  margin: 0 0 14px;
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.post-title--legal {
  max-width: 12ch;
  margin: 0;
  color: #3d3020;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.post-content--legal {
  margin: 0 auto;
  padding: 34px 34px 40px;
  border: 1px solid rgba(139, 116, 69, 0.18);
  border-radius: 28px;
  background: rgba(255, 251, 244, 0.94);
  box-shadow: 0 28px 60px rgba(73, 52, 24, 0.08);
}

.prose--legal {
  color: #4a3b28;
  font-size: 16px;
  line-height: 1.75;
}

.prose--legal > :first-child {
  margin-top: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(139, 116, 69, 0.18);
  color: #5a4832;
  font-size: 18px;
}

.prose--legal p + h2,
.prose--legal ul + h2 {
  margin-top: 34px;
}

.prose--legal h2 {
  margin-bottom: 0;
  color: #8b7445;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.prose--legal p + p,
.prose--legal h2 + p,
.prose--legal h2 + ul,
.prose--legal ul + p,
.prose--legal p + ul {
  margin-top: 14px;
}

.prose--legal ul {
  padding: 0;
  list-style: none;
}

.prose--legal li {
  position: relative;
  padding-left: 22px;
}

.prose--legal li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b38143;
  box-shadow: 0 0 0 4px rgba(179, 129, 67, 0.14);
}

.prose--legal code {
  padding: 0.15em 0.4em;
  border-radius: 999px;
  background: rgba(139, 116, 69, 0.1);
  color: #6d532f;
  font-size: 0.92em;
}

@media (max-width: 720px) {
  .post--legal {
    padding: 36px 0 64px;
  }

  .post-content--legal {
    padding: 24px 20px 28px;
    border-radius: 22px;
  }

  .post-title--legal {
    max-width: none;
  }

  .prose--legal {
    font-size: 15px;
  }

  .prose--legal > :first-child {
    font-size: 17px;
  }
}

.visit-activity-accordion summary {
  position: relative;
  padding: 18px 26px 18px 0;
  cursor: pointer;
  color: #8b7445;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  list-style: none;
  border-bottom: 1px solid rgba(139, 116, 69, 0.4);
}

.visit-activity-accordion summary::-webkit-details-marker {
  display: none;
}

.visit-activity-accordion summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 15px;
  background: url("/assets/images/down_arrow_vector.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.visit-activity-accordion[open] summary::after {
  background-image: url("/assets/images/up_arrow_vector.svg");
}

.visit-activity-accordion__content {
  padding: 0 0 22px;
  font-size: 15px;
  line-height: 1.7;
}

.visit-activity-sidebar__section + .visit-activity-sidebar__section {
  margin-top: 40px;
}

.visit-activity-sidebar__section:first-child .visit-activity-sidebar__title,
.visit-activity-timeline__time {
  font-family: var(--font-slider-title);
}

.visit-activity-sidebar__title.block_title_style,
.visit-activity-more__title.block_title_style {
  letter-spacing: 1.05px;
}

.visit-activity-timeline {
  position: relative;
  margin-top: 18px;
  padding-left: 20px;
}

.visit-activity-timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 4px;
  width: 1px;
  background: rgba(139, 116, 69, 0.4);
}

.visit-activity-timeline__item {
  position: relative;
  padding-left: 18px;
}

.visit-activity-timeline__item + .visit-activity-timeline__item {
  margin-top: 22px;
}

.visit-activity-timeline__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8b7445;
}

.visit-activity-timeline__time {
  color: #8b7445;
  font-size: 28px;
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: 0.5px;
}

.visit-activity-timeline__text {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.55;
}

.visit-activity-timeline__text p {
  margin-top: 4px;
}

.visit-activity-pricing {
  margin-top: 18px;
}

.visit-activity-pricing__row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  font-size: 15px;
}

.visit-activity-pricing__row span {
  justify-self: end;
  white-space: nowrap;
}

.visit-activity-pricing__row strong {
  padding-left: 16px;
  border-left: 1px solid rgba(139, 116, 69, 0.55);
  color: #8b7445;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.visit-activity-experience {
  padding: 0 0 72px;
  background: #b19660;
  color: #f8f2e5;
}

.visit-activity-experience__inner,
.visit-activity-reviews__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0 42px;
  font-family: var(--font-main);
}

.visit-activity-experience__eyebrow,
.visit-activity-reviews__eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.visit-activity-experience__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  justify-items: center;
  margin-top: 0;
  padding: 54px 0 8px;
  text-align: center;
}

.visit-activity-experience__title {
  margin: 0;
  font-family: var(--font-slider-title);
  max-width: 560px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.visit-activity-reviews__title {
  margin: 0;
  font-family: var(--font-slider-title);
  max-width: 560px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.visit-activity-experience__intro {
  margin: 0;
  max-width: 470px;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.visit-activity-experience__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-top: 40px;
}

.visit-activity-experience__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.visit-activity-experience__card h3 {
  margin: 16px 0 0;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  font-family: var(--font-secondary);
  text-transform: uppercase;
}

.visit-activity-experience__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.visit-activity-experience__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(120, 97, 54, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.visit-activity-experience__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-activity-experience__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: #827043;
  color: #f6f0e4;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.85);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.visit-activity-experience__arrow svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.visit-activity-experience__trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.visit-activity-experience__card:hover .visit-activity-experience__media::after,
.visit-activity-experience__card:focus-within .visit-activity-experience__media::after {
  opacity: 1;
}

.visit-activity-experience__card:hover .visit-activity-experience__arrow,
.visit-activity-experience__card:focus-within .visit-activity-experience__arrow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.visit-activity-experience__trigger:focus-visible {
  outline: 2px solid #f8f2e5;
  outline-offset: 4px;
}

.has-visit-experience-modal {
  overflow: hidden;
}

.visit-experience-modal[hidden] {
  display: none;
}

.visit-experience-modal {
  position: fixed;
  inset: 0;
  z-index: 3100;
}

.visit-experience-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34, 25, 12, 0.56);
  backdrop-filter: blur(4px);
}

.visit-experience-modal__dialog {
  position: relative;
  width: min(680px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  overflow-y: auto;
  padding: 68px 86px 78px;
  background: #fbf7ef;
  box-shadow: 0 28px 60px rgba(42, 31, 16, 0.24);
  color: #806a3d;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.visit-experience-modal.is-visible .visit-experience-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}

.visit-experience-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #806a3d;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.visit-experience-modal__close:focus-visible {
  outline: 2px solid #806a3d;
  outline-offset: 2px;
}

.visit-experience-modal__dialog h2 {
  margin: 0 44px 26px 0;
  color: #806a3d;
  font-family: var(--font-title);
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.visit-experience-modal__text {
  color: #806a3d;
  font-size: 16px;
  line-height: 1.45;
}

.visit-experience-modal__text p {
  margin: 0;
}

.visit-experience-modal__text p + p {
  margin-top: 18px;
}

.visit-experience-modal__prompt {
  margin: 38px 0 0;
  color: #806a3d;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 700;
}

.visit-activity-reviews {
  padding: 0 0 72px;
}

.visit-activity-reviews__header {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 45px;
  grid-auto-rows: 45px;
  gap: 28px;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}

.visit-activity-reviews__heading {
  display: none;
}

.visit-activity-reviews__meta {
  display: grid;
  place-items: center;
  color: #7b6b43;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  height: 45px;
  align-self: center;
}

.visit-activity-reviews__rating-line {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--font-slider-title);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
}

.visit-activity-reviews__nav-button {
  grid-row: 1;
  justify-self: center;
  align-self: center;
}

#visitActivityReviewsPrev {
  grid-column: 1;
}

#visitActivityReviewsNext {
  grid-column: 3;
}

.visit-activity-reviews__carousel-wrap {
  margin-top: 26px;
}

.visit-activity-reviews__carousel {
  gap: 18px;
}

.visit-activity-reviews__card {
  min-width: min(100%, 348px);
  text-align: left;
  align-items: flex-start;
}

.visit-activity-reviews__card .reviewer-info {
  align-items: flex-start;
}

.visit-activity-more {
  padding: 72px 0;
}

.visit-activity-more__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0 42px;
  font-family: var(--font-main);
}

.visit-activity-more__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  text-align: center;
}

.visit-activity-more__title {
  margin: 0;
  color: #8b7445;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.visit-activity-more__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 18px;
  border-radius: 999px;
  background: #b19660;
  color: #f5f0e8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.visit-activity-more__track {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
}

.visit-activity-more__link {
  flex: 0 0 calc((100% - 8px) / 3);
  height: 100%;
  scroll-snap-align: start;
}

@media (max-width: 768px) {
  .visit-activity-more__link {
    flex-basis: min(84vw, 320px);
  }
}

.gastronomic-recipes-section .professionals-inspiration-recipes__header {
  max-width: 1120px;
}

.gastronomic-recipes-section .title-nav-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.gastronomic-recipes-section .title-nav-wrapper .nav-arrow-inline.left {
  left: 40px;
}

.gastronomic-recipes-section .title-nav-wrapper .nav-arrow-inline.right {
  right: 40px;
}

.gastronomic-recipes-section .professionals-inspiration-recipes__grid {
  grid-auto-columns: calc((100% - 8px) / 3);
  gap: 4px;
}

body.internal.page-gastronomic-recipes {
  background: #f5efe2;
}

.recipe-detail {
  padding: 42px 0 72px;
  color: #7b6b43;
}

.recipe-detail__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0 42px;
}

.recipe-detail__back,
.recipe-detail__pagination-link {
  color: #8b7445;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.recipe-detail__header {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
  gap: 56px;
  margin-top: 28px;
}

.recipe-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
  gap: 56px;
  margin-top: 44px;
}

.recipe-detail__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.recipe-detail__intro {
  margin-top: 28px;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.7;
}

.recipe-detail__step + .recipe-detail__step {
  margin-top: 34px;
}

.recipe-detail__step-title,
.recipe-detail__title {
  margin: 0;
  font-family: var(--font-title);
  text-transform: uppercase;
  color: #8b7445;
}

.recipe-detail__step-title {
  font-size: clamp(20px, 2.15vw, 30px);
}

.recipe-detail__step-text,
.recipe-detail__description,
.recipe-detail__author,
.recipe-detail__ingredients,
.recipe-detail__secret-quote {
  margin: 0;
  font-family: var(--font-main);
  line-height: 1.7;
}

.recipe-detail__step-text {
  margin-top: 12px;
  font-size: 15px;
}

.recipe-detail__summary {
  text-align: center;
}

.recipe-detail__title {
  font-family: "PP Neue World", serif;
  font-size: 30px;
  line-height: 1.04;
  color: #7b6b43;
}

.recipe-detail__author {
  margin-top: 18px;
  font-weight: 700;
}

.recipe-detail__description {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.7;
}

.recipe-detail__meta {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  margin: 22px 0 0;
  color: #7f6f4b;
}

.recipe-detail__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-main);
  font-size: 15px;
}

.recipe-detail__meta-item svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.recipe-detail__meta-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.recipe-detail__download {
  display: inline-flex;
  margin-top: 22px;
}

.recipe-detail__aside-section,
.recipe-detail__secret {
  padding-top: 36px;
}

.recipe-detail__secret {
  margin-top: 40px;
  border-top: 1px solid rgba(139, 116, 69, 0.5);
  text-align: center;
}

.recipe-detail__aside-title {
  margin: 0 0 20px;
  color: #7b6b43;
  letter-spacing: 0;
  text-align: center;
}

.recipe-detail__ingredients {
  padding: 0;
  list-style: none;
  font-size: 15px;
  text-align: center;
}

.recipe-detail__ingredients li + li {
  margin-top: 8px;
}

.recipe-detail__secret-quote {
  font-size: 15px;
  font-style: italic;
}

.recipe-detail__pagination {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 80px;
  padding-top: 28px;
}

.recipe-detail__pagination-link--disabled {
  opacity: 0.4;
}

.recipe-detail__related-products {
  margin-top: 92px;
  padding-top: 30px;
  border-top: 1px solid rgba(139, 116, 69, 0.45);
}

.recipe-detail__related-products-header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.recipe-detail__related-products-title {
  margin: 0;
  font-family: "Copperplate Gothic Castanya", "Copperplate Gothic", serif;
  font-size: clamp(28px, 2.8vw, 40px);
  text-transform: uppercase;
  color: #8b7445;
}

.recipe-detail__related-products-intro {
  margin: 14px 0 0;
  color: #8b7445;
  font-size: 18px;
  line-height: 1.55;
}

.recipe-detail__related-products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 38px;
}

.recipe-detail__related-product-card {
  display: block;
  flex: 0 1 240px;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.recipe-detail__related-product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  background: rgba(var(--color-beige-rgb), 0.25);
}

.recipe-detail__related-product-title {
  margin: 18px 0 4px;
  color: #8b7445;
  font-family: var(--font-secondary);
  font-size: clamp(20px, 2.15vw, 30px);
  font-weight: 500;
  line-height: 1.04;
  text-transform: uppercase;
}

.recipe-detail__related-product-subtitle {
  margin: 0;
  color: #7f6f4b;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.45;
}

.recipe-detail__related-product-price {
  margin: 14px 0 0;
  color: #7f6f4b;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.45;
}

@media screen and (max-width: 900px) {
  .recipe-detail__header,
  .recipe-detail__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .recipe-detail__summary,
  .recipe-detail__aside-title,
  .recipe-detail__ingredients,
  .recipe-detail__secret {
    text-align: left;
  }

  .recipe-detail__meta {
    justify-content: flex-start;
  }

  .recipe-detail__related-products-header,
  .recipe-detail__related-product-card {
    text-align: left;
  }
}

@media screen and (max-width: 560px) {
  .recipe-detail {
    padding-top: 28px;
  }

  .recipe-detail__inner {
    padding: 0 20px;
  }

  .recipe-detail__pagination {
    flex-direction: column;
  }

  .recipe-detail__related-products {
    margin-top: 72px;
  }

  .recipe-detail__related-products-grid {
    gap: 24px;
  }

  .recipe-detail__related-product-card {
    flex: 0 1 100%;
    max-width: 280px;
  }
}

@media screen and (max-width: 900px) {
  .gastronomic-recipes-section .professionals-inspiration-recipes__grid {
    grid-auto-columns: calc((100% - 4px) / 2);
    gap: 4px;
  }
}

@media screen and (max-width: 768px) {
  .gastronomic-recipes-results__grid {
    gap: 4px;
  }
}

@media screen and (max-width: 560px) {
  .gastronomic-recipes-section .professionals-inspiration-recipes__grid {
    grid-auto-columns: 100%;
    gap: 4px;
  }

  .gastronomic-recipes-results__grid {
    gap: 4px;
  }

  .professionals-value-feature__grid {
    grid-template-columns: 1fr;
  }

  .professionals-value-feature__cta {
    min-height: 360px;
    margin-top: 46px;
  }

  body.page-gastronomic-nutrition .professionals-value-feature__cta,
  body.page-professionals .professionals-value-feature__cta {
    margin-top: 0;
  }

  .professionals-value-feature__cta-content {
    padding: 42px 20px 30px;
  }

  .professionals-value-feature__cta-note {
    top: 14px;
    right: 14px;
    width: 150px;
    min-height: 108px;
    padding: 20px 14px;
    font-size: 12px;
  }

  .professionals-value-feature__cta-title br {
    display: none;
  }

  .professionals-value-feature__cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .professionals-value-feature__cta-button {
    width: 100%;
    max-width: 320px;
  }
}


/* Align inner-page hero and intro typography with the homepage title/copy balance. */
.projecte-page__hero-title,
.fusta-hero__title,
.visits-hero__title,
.visits-montseny-hero__title,
.visits-montseny-intro__title,
.visits-montseny-story__title,
.professionals-hero__title,
.professionals-intro__heading,
.gastronomic-page-hero__title,
.gastronomic-page-ambassador__title,
.gastronomic-nutrition-hero__title,
.shop-page-hero__title,
.shop-cart-hero__title,
.contact-page-split__title,
.where-page__title,
.recipe-detail__title,
.product-detail__title,
.actualitat-post__title {
  line-height: 1.04;
}

.projecte-page__hero-title,
.fusta-hero__title,
.visits-hero__title,
.visits-montseny-hero__title,
.visits-montseny-intro__title,
.visits-montseny-story__title,
.professionals-hero__title,
.professionals-intro__heading,
.gastronomic-page-hero__title,
.gastronomic-page-ambassador__title,
.gastronomic-nutrition-hero__title,
.shop-page-hero__title,
.shop-cart-hero__title,
.contact-page-split__title,
.where-page__title {
  font-size: var(--type-page-title-size);
}

.blog-hero-title,
.professionals-inspiration-hero__title,
.gastronomic-recipes-hero__title,
.fusta-projects__title,
.product-detail__title,
.actualitat-post__title {
  font-size: var(--type-page-title-size-compact);
  line-height: 1.04;
}

.projecte-page__hero-copy,
.fusta-hero__text,
.visits-hero__text,
.visits-montseny-hero__text,
.visits-montseny-intro__text,
.visits-montseny-story__text p,
.blog-hero-subtitle,
.where-page__subtitle,
.where-card__description,
.professionals-hero__subtitle,
.professionals-intro__lead,
.professionals-intro__body,
.professionals-inspiration-hero__text,
.gastronomic-page-hero__text,
.gastronomic-page-ambassador__text,
.gastronomic-nutrition-hero__text,
.gastronomic-recipes-hero__text,
.shop-page-hero__text,
.shop-cart-hero__text,
.contact-page-split__text,
.product-detail__tagline,
.actualitat-post__subtitle,
.fusta-projects__text {
  font-size: var(--type-page-copy-size);
  line-height: var(--type-page-copy-line-height);
}

/* This hero runs a smaller, tighter type scale than the other page heroes. */
.projecte-page__hero-title {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
}

.projecte-page__hero-copy {
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  line-height: 1.45;
}

body.has-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .nav-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .nav-item,
  .nav-item:first-child {
    border: 0 !important;
    min-height: auto;
  }

  .nav-item a,
  .nav-link-button,
  .nav-item:first-child .nav-link-button,
  body.home .header-nav a,
  body.home .header-nav .nav-link-button {
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    color: #f7f1e3 !important;
    font-size: 13px;
    text-align: center;
  }

  .header-mobile-actions__link,
  body.home .header-nav .header-mobile-actions__link {
    justify-content: center;
    padding: 12px 10px;
    color: #fff8ea !important;
  }

  .nav-item--dropdown {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .nav-item--dropdown > .nav-link-button {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }

  .nav-dropdown {
    position: static;
    left: auto;
    top: auto;
    z-index: auto;
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    padding: 0 0 8px;
    border: 0;
    background: transparent !important;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    text-align: center;
    transform: none;
    pointer-events: auto;
    transition: none;
  }

  .nav-dropdown__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    gap: 6px;
  }

  .nav-item--dropdown.is-open .nav-dropdown {
    display: block;
  }

  /* The desktop open-state rule applies `transform: translate(-50%, 0)` to
     centre an absolutely-positioned panel. On mobile the panel is static and
     full-width, so that translate just shoves it off the left edge. Re-assert
     the reset here at matching (0,3,0) specificity so the open submenu stays
     centred. */
  .nav-item--dropdown:hover .nav-dropdown,
  .nav-item--dropdown:focus-within .nav-dropdown,
  .nav-item--dropdown.is-open .nav-dropdown {
    left: auto;
    transform: none;
  }

  .nav-dropdown .nav-dropdown__link,
  body.home .header-nav .nav-dropdown .nav-dropdown__link,
  body.page-gastronomic .header-nav .nav-dropdown .nav-dropdown__link {
    display: block;
    width: max-content;
    max-width: min(100%, 280px);
    margin: 0 auto;
    padding: 10px 12px;
    color: #f7f1e3 !important;
    text-align: center;
    line-height: 1.35;
    white-space: normal;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nav-dropdown__link:hover,
  .nav-dropdown__link:focus-visible,
  .nav-dropdown__link.is-active,
  body.home .header-nav .nav-dropdown__link:hover,
  body.home .header-nav .nav-dropdown__link:focus-visible,
  body.home .header-nav .nav-dropdown__link.is-active,
  body.page-gastronomic .header-nav .nav-dropdown__link:hover,
  body.page-gastronomic .header-nav .nav-dropdown__link:focus-visible,
  body.page-gastronomic .header-nav .nav-dropdown__link.is-active {
    color: #f5f0e8 !important;
    background: transparent !important;
  }

  .site-header:not(.is-menu-open) .nav-dropdown {
    display: none !important;
  }

  .nav-item--shop a,
  body.home .header-nav .nav-item--shop a {
    background: #efe5d3;
    color: #8d7748 !important;
  }
}

/* Keep call-to-action typography consistent across the site. */
.header-contact-button,
.header-mobile-actions__link,
a[class*="btn"],
a[class*="button"],
a[class*="cta"],
button:not(.nav-link-button):not(.header-menu-toggle):not(.nav-arrow-inline):not(.footer-legal-button),
input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-family: var(--font-button) !important;
  font-weight: 400 !important;
}

/* Use one type scale for every textual header/menu control. */
.site-header .idioma-selector,
.utility-top-left-overlay .idioma-selector,
.site-header .header-contact-button,
.utility-top-overlay .header-contact-button,
.site-header .header-mobile-actions__link,
.site-header .nav-item > a,
.site-header .nav-link-button,
.site-header .nav-dropdown__link {
  font-family: var(--font-main) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

@media (min-width: 981px) {
  .header-nav .nav-item:hover,
  .header-nav .nav-item:focus-within {
    background-color: var(--color-beige);
  }

  .header-nav .nav-item:hover > a,
  .header-nav .nav-item:hover > .nav-link-button,
  .header-nav .nav-item:focus-within > a,
  .header-nav .nav-item:focus-within > .nav-link-button,
  .header-nav .nav-item--shop > a,
  body.home .header-nav .nav-item:hover > a,
  body.home .header-nav .nav-item:hover > .nav-link-button,
  body.home .header-nav .nav-item:focus-within > a,
  body.home .header-nav .nav-item:focus-within > .nav-link-button,
  body.home .header-nav .nav-item--shop > a {
    color: #7b6b43 !important;
  }

  .header-nav .nav-item--shop,
  .header-nav .nav-item--shop:hover,
  .header-nav .nav-item--shop:focus-within {
    background-color: transparent;
  }

  .header-nav .nav-item--shop > a {
    align-self: stretch;
    width: auto;
    padding: 10px 15px;
    background-color: var(--color-beige);
  }

  .header-nav .nav-item > a,
  .header-nav .nav-link-button {
    justify-content: flex-start;
    padding-top: 0;
  }

  .header-nav .nav-item--dropdown .nav-link-button {
    align-items: flex-start;
  }

  .header-nav .nav-item--shop > a {
    justify-content: center;
  }
}

/* Match all textual controls to the homepage project button. */
a[class*="btn"],
a[class*="button"]:not(.header-contact-button):not(.header-icon-button),
a[class$="__button"],
a[class*="cta"],
button:not([aria-label]):not(.footer-legal-button),
input[type="button"],
input[type="submit"],
input[type="reset"],
summary,
.shop-page-filter,
.header-mobile-actions__link,
.site-header .nav-item > a,
.site-header .nav-link-button,
.site-header .nav-dropdown__link {
  font-family: var(--font-button) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

/* Keep a minimal visual break between the consecutive homepage banners. */
body.home .gastronomic-split.home-banner-section {
  margin-top: 8px;
}

/* Keep Visits and Fusta hero banners aligned with the Professionals hero. */
.fusta-hero,
.visits-hero {
  height: auto;
  min-height: var(--section-banner-min-height);
}

.fusta-hero__overlay,
.visits-hero__overlay {
  min-height: var(--section-banner-min-height);
  padding: clamp(56px, 7vw, 88px) 20px;
}

@media (max-width: 768px) {
  .fusta-hero,
  .visits-hero {
    min-height: var(--section-banner-min-height-mobile);
  }

  .fusta-hero__overlay,
  .visits-hero__overlay {
    min-height: var(--section-banner-min-height-mobile);
    padding: 48px 20px;
  }
}

/* Match guided-visit cards to the homepage news-card interaction and typography. */
.visits-card {
  background-color: #f6f0e4;
  color: #8b7441;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.visits-card-link:hover .visits-card,
.visits-card-link:focus-visible .visits-card {
  background-color: #ceb98f;
  box-shadow: none;
  transform: none;
}

.visits-card-link:focus-visible .visits-card {
  outline: 2px solid #8f7846;
  outline-offset: 4px;
}

.visits-card-link:hover .visits-card::after,
.visits-card-link:focus-visible .visits-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: clamp(200px, 18vw, 260px);
  background: rgba(120, 97, 54, 0.28);
  pointer-events: none;
}

.visits-card__arrow {
  position: absolute;
  top: clamp(200px, 18vw, 260px);
  left: 50%;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: #827043;
  color: #f6f0e4;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.85);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.visits-card__arrow svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.visits-card-link:hover .visits-card__arrow,
.visits-card-link:focus-visible .visits-card__arrow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.visits-card__content {
  padding: 20px 18px 18px;
}

.visits-card__title {
  margin: 0 0 16px;
  font-family: var(--font-secondary);
  font-size: clamp(20px, 2.15vw, 30px);
  font-weight: 500;
  line-height: 1.04;
}

.visits-card__text {
  max-width: 30ch;
  margin: 0 auto 18px;
  font-size: 15px;
  line-height: 1.45;
  color: #7f6f4b;
}

.visits-card__meta {
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: #7f6f4b;
}

.visits-card__meta-item svg {
  stroke: #7f6f4b;
}

/* Keep every header and navigation light tone on the shared beige. */
.site-header,
.logo-text {
  color: var(--color-beige);
}

.site-header .nav-item > a,
.site-header .nav-link-button,
.site-header .nav-dropdown__link,
.site-header .header-mobile-actions__link,
.site-header .header-contact-button {
  color: var(--color-beige) !important;
}

.site-header .icon {
  stroke: var(--color-beige);
}

body.home .header-nav li:not(:last-child) {
  border-right-color: rgba(var(--color-beige-rgb), 0.6);
}

.site-header .nav-item.highlight-shop,
.site-header .nav-item--shop a {
  background-color: var(--color-beige);
}

.site-header .nav-item--shop a {
  border-color: rgba(var(--color-beige-rgb), 0.55);
  color: #8d7748 !important;
}

.site-header .nav-item.highlight-shop > a {
  color: #7b6b43 !important;
}

@media (min-width: 981px) {
  .site-header .nav-item.active {
    background-color: var(--color-beige);
  }

  .site-header .nav-item.active > a,
  .site-header .nav-item.active > .nav-link-button {
    color: #7b6b43 !important;
  }
}

/* Use Gotham Medium for the tag fields in homepage and news-page cards. */
.actualitat-card-tags,
.featured-news-tags {
  font-family: "Gotham-Medium", "Gotham Medium", sans-serif;
  font-weight: 500;
}

