/* gpp- · Gals Pesetas Plants · Cork
   RECIPE: L03 H18 Y18 C17 S03 F23 N09 T19 A03 M19 K09 CB17 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;1,400&display=swap");

:root {
  --gpp-stone-50: #f4f3f0;
  --gpp-stone-100: #e6e4df;
  --gpp-stone-200: #cfcbc3;
  --gpp-stone-500: #6e6a62;
  --gpp-stone-800: #2c2a27;
  --gpp-stone-900: #1a1917;
  --gpp-copper: #b87333;
  --gpp-copper-deep: #8a5524;
  --gpp-copper-soft: #d4a574;
  --gpp-rail: 13.5rem;
  --gpp-serif: "Cormorant Garamond", "Times New Roman", serif;
  --gpp-sans: "Source Sans 3", "Segoe UI", sans-serif;
  --gpp-measure: 38rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.gpp-body {
  margin: 0;
  font-family: var(--gpp-sans);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--gpp-stone-800);
  background:
    radial-gradient(ellipse at 80% 0%, rgba(184, 115, 51, 0.08), transparent 45%),
    linear-gradient(165deg, var(--gpp-stone-50) 0%, #ebe8e2 48%, var(--gpp-stone-100) 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gpp-copper-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: opacity 0.25s ease;
}

a:hover {
  opacity: 0.72;
}

.gpp-label {
  font-family: var(--gpp-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-variant: small-caps;
  font-feature-settings: "smcp";
  color: var(--gpp-stone-500);
}

.gpp-title {
  font-family: var(--gpp-serif);
  font-weight: 600;
  line-height: 1.15;
  color: var(--gpp-stone-900);
  margin: 0.35rem 0 0.75rem;
}

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

/* L03 + H18 — side rail with vertical brand stack */
.gpp-rail {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--gpp-rail);
  padding: 1.75rem 1.1rem 1.5rem;
  background: linear-gradient(180deg, #dedad3 0%, #d2cec6 100%);
  border-right: 1px solid var(--gpp-stone-200);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 40;
}

.gpp-brand-stack {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-decoration: none;
  color: inherit;
}

.gpp-brand-stack:hover {
  opacity: 0.85;
}

.gpp-brand-stack .gpp-brand-name {
  font-family: var(--gpp-serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.05;
  color: var(--gpp-stone-900);
}

.gpp-brand-stack .gpp-brand-sub {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gpp-copper-deep);
}

.gpp-rail-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gpp-rail-links a {
  font-size: 0.95rem;
  color: var(--gpp-stone-800);
  text-decoration: none;
}

.gpp-rail-links a[aria-current="page"] {
  color: var(--gpp-copper-deep);
  font-weight: 600;
}

.gpp-more {
  position: relative;
}

.gpp-more-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: 0.95rem;
  color: var(--gpp-stone-800);
  cursor: pointer;
  text-align: left;
  transition: opacity 0.25s ease;
}

.gpp-more-btn:hover {
  opacity: 0.72;
}

.gpp-more-panel {
  display: none;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.55rem;
  padding-left: 0.65rem;
  border-left: 2px solid var(--gpp-copper);
}

.gpp-more.is-open .gpp-more-panel {
  display: flex;
}

.gpp-rail-meta {
  margin-top: auto;
  font-size: 0.82rem;
  color: var(--gpp-stone-500);
  line-height: 1.45;
}

.gpp-shell {
  margin-left: var(--gpp-rail);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.gpp-topbar {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
  background: rgba(244, 243, 240, 0.92);
  border-bottom: 1px solid var(--gpp-stone-200);
  position: sticky;
  top: 0;
  z-index: 35;
  backdrop-filter: blur(6px);
}

.gpp-topbar .gpp-brand-stack .gpp-brand-name {
  font-size: 1.25rem;
}

.gpp-menu-toggle {
  appearance: none;
  border: 1px solid var(--gpp-stone-500);
  background: transparent;
  color: var(--gpp-stone-800);
  padding: 0.4rem 0.7rem;
  font-family: var(--gpp-sans);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.gpp-menu-toggle:hover {
  opacity: 0.7;
}

.gpp-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem 1.1rem 1.25rem;
  background: var(--gpp-stone-100);
  border-bottom: 1px solid var(--gpp-stone-200);
}

.gpp-mobile-nav.is-open {
  display: flex;
}

.gpp-mobile-nav a {
  text-decoration: none;
  color: var(--gpp-stone-800);
}

main.gpp-main {
  flex: 1;
  padding: 0 0 3rem;
}

.gpp-wrap {
  width: min(1100px, calc(100% - 3rem));
  margin-inline: auto;
}

/* Y18 + L03 50/50 — oversized brand overlapping photo */
.gpp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(78vh, 640px);
  position: relative;
  overflow: hidden;
}

.gpp-hero-copy {
  padding: 3.5rem 2.5rem 3rem 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(244, 243, 240, 0.96), rgba(230, 228, 223, 0.9));
  position: relative;
  z-index: 2;
}

.gpp-hero-copy .gpp-title {
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  max-width: 18ch;
}

.gpp-hero-copy p {
  max-width: 34ch;
  margin: 0 0 1.35rem;
  color: var(--gpp-stone-500);
}

.gpp-hero-visual {
  position: relative;
  overflow: hidden;
  background: var(--gpp-stone-200);
}

.gpp-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.gpp-hero-brand {
  position: absolute;
  left: -18%;
  bottom: 8%;
  z-index: 3;
  font-family: var(--gpp-serif);
  font-size: clamp(3.2rem, 9vw, 6.8rem);
  font-weight: 700;
  line-height: 0.85;
  color: rgba(44, 42, 39, 0.14);
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: -0.02em;
  mix-blend-mode: multiply;
}

.gpp-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.15rem;
  background: var(--gpp-copper);
  color: #fff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 0;
  cursor: pointer;
  transition: opacity 0.25s ease;
  width: fit-content;
}

.gpp-cta:hover {
  opacity: 0.82;
  color: #fff;
}

.gpp-cta--ghost {
  background: transparent;
  color: var(--gpp-copper-deep);
  border: 1px solid var(--gpp-copper);
}

.gpp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* S03 thick brand-color bands */
.gpp-band {
  background: linear-gradient(90deg, var(--gpp-copper-deep), var(--gpp-copper) 55%, var(--gpp-copper-soft));
  color: #fff;
  padding: 1.35rem 0;
  margin: 0;
}

.gpp-band p {
  margin: 0;
  font-family: var(--gpp-serif);
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.gpp-band-stone {
  background: linear-gradient(90deg, #5f5b54, #7a756c 50%, #9a948a);
}

/* C17 FAQ numbered chapters */
.gpp-faq {
  padding: 3.25rem 0 2.5rem;
}

.gpp-faq-intro {
  max-width: var(--gpp-measure);
  margin-bottom: 2rem;
}

.gpp-faq-intro .gpp-title {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
}

.gpp-chapter {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--gpp-stone-200);
}

.gpp-chapter:last-child {
  border-bottom: 1px solid var(--gpp-stone-200);
}

.gpp-chapter-num {
  font-family: var(--gpp-serif);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--gpp-copper);
  line-height: 1;
}

.gpp-chapter h3 {
  font-family: var(--gpp-serif);
  font-size: 1.45rem;
  font-weight: 600;
  margin: 0 0 0.45rem;
}

.gpp-chapter p {
  margin: 0;
  max-width: 52ch;
  color: var(--gpp-stone-500);
}

.gpp-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  padding: 2.75rem 0;
}

.gpp-split img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gpp-prose {
  max-width: var(--gpp-measure);
}

.gpp-prose .gpp-title {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.gpp-prose p + p {
  margin-top: 1rem;
}

/* K09 visit / appointment */
.gpp-visit {
  padding: 2.75rem 0 1rem;
}

.gpp-visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.gpp-address-band {
  background: var(--gpp-stone-100);
  border: 1px solid var(--gpp-stone-200);
  padding: 1.5rem 1.35rem;
}

.gpp-address-band .gpp-title {
  font-size: 1.7rem;
}

.gpp-address-band dl {
  margin: 1rem 0 0;
}

.gpp-address-band dt {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: var(--gpp-stone-500);
  margin-top: 0.85rem;
}

.gpp-address-band dd {
  margin: 0.2rem 0 0;
}

.gpp-map {
  margin-top: 1rem;
  border: 0;
  width: 100%;
  min-height: 200px;
  filter: grayscale(0.35) contrast(1.05);
}

.gpp-form {
  display: grid;
  gap: 0.85rem;
}

.gpp-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.9rem;
}

.gpp-form .gpp-label {
  color: var(--gpp-stone-500);
}

.gpp-form input,
.gpp-form textarea {
  font: inherit;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--gpp-stone-200);
  background: #fff;
  color: var(--gpp-stone-800);
  width: 100%;
}

.gpp-form input:focus,
.gpp-form textarea:focus {
  outline: 2px solid var(--gpp-copper-soft);
  outline-offset: 1px;
}

.gpp-form-note {
  font-size: 0.85rem;
  color: var(--gpp-stone-500);
  margin: 0;
}

.gpp-form-success {
  display: none;
  padding: 0.85rem 1rem;
  background: #e7efe4;
  border: 1px solid #9bb892;
  color: #2f4a2a;
}

.gpp-form-success.is-visible {
  display: block;
}

.gpp-page-hero {
  padding: 2.75rem 0 1.5rem;
}

.gpp-page-hero .gpp-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  max-width: 16ch;
}

.gpp-page-hero p {
  max-width: 42ch;
  color: var(--gpp-stone-500);
}

.gpp-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  padding: 1rem 0 2rem;
}

.gpp-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}

.gpp-gallery figure:first-child {
  grid-row: span 2;
}

.gpp-gallery figure:first-child img {
  aspect-ratio: auto;
  min-height: 100%;
}

.gpp-gallery figcaption {
  font-size: 0.82rem;
  color: var(--gpp-stone-500);
  margin-top: 0.4rem;
}

.gpp-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.gpp-list li {
  padding: 0.75rem 0;
  border-top: 1px solid var(--gpp-stone-200);
  max-width: 48ch;
}

.gpp-list li:last-child {
  border-bottom: 1px solid var(--gpp-stone-200);
}

.gpp-list strong {
  display: block;
  font-family: var(--gpp-serif);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

/* F23 partner/credit paragraph footer */
.gpp-footer {
  margin-top: auto;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--gpp-stone-200);
  background: transparent;
}

.gpp-footer-credit {
  margin: 0;
  max-width: 62ch;
  font-size: 0.95rem;
  color: var(--gpp-stone-500);
  line-height: 1.7;
}

.gpp-footer-credit a {
  color: var(--gpp-stone-800);
  text-decoration: none;
  border-bottom: 1px solid var(--gpp-copper-soft);
}

.gpp-footer-legal {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: var(--gpp-stone-500);
}

.gpp-footer-legal a {
  color: inherit;
  margin-right: 0.85rem;
}

/* CB17 icon-less plain cookie */
.gpp-cookie {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 28rem;
  margin: 0 auto 0 1rem;
  background: var(--gpp-stone-50);
  border: 1px solid var(--gpp-stone-500);
  padding: 1rem 1.1rem;
  box-shadow: none;
  display: none;
}

.gpp-cookie.is-visible {
  display: block;
}

.gpp-cookie p {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: var(--gpp-stone-800);
}

.gpp-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.gpp-cookie-actions button {
  appearance: none;
  border: 1px solid var(--gpp-stone-800);
  background: transparent;
  color: var(--gpp-stone-800);
  font-family: var(--gpp-sans);
  font-size: 0.82rem;
  padding: 0.45rem 0.75rem;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.gpp-cookie-actions button:hover {
  opacity: 0.7;
}

.gpp-cookie-actions .gpp-cookie-accept {
  background: var(--gpp-stone-800);
  color: var(--gpp-stone-50);
}

.gpp-cookie-settings {
  display: none;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--gpp-stone-200);
}

.gpp-cookie-settings.is-open {
  display: block;
}

.gpp-cookie-settings label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.85rem;
  margin-bottom: 0.45rem;
}

.gpp-legal {
  padding: 2.5rem 0 3rem;
}

.gpp-legal .gpp-title {
  font-size: 2.2rem;
}

.gpp-legal h2 {
  font-family: var(--gpp-serif);
  font-size: 1.35rem;
  margin: 1.75rem 0 0.5rem;
}

.gpp-legal p,
.gpp-legal li {
  max-width: 60ch;
  color: var(--gpp-stone-500);
}

@media (max-width: 900px) {
  .gpp-rail {
    display: none;
  }

  .gpp-shell {
    margin-left: 0;
  }

  .gpp-topbar {
    display: flex;
  }

  .gpp-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gpp-hero-copy {
    padding: 2rem 1.25rem 1.75rem;
    order: 2;
  }

  .gpp-hero-visual {
    order: 1;
    min-height: 42vh;
  }

  .gpp-hero-brand {
    left: 4%;
    bottom: auto;
    top: 62%;
    font-size: clamp(2.8rem, 14vw, 4.5rem);
    color: rgba(255, 255, 255, 0.35);
    mix-blend-mode: normal;
  }

  .gpp-split,
  .gpp-visit-grid,
  .gpp-gallery {
    grid-template-columns: 1fr;
  }

  .gpp-gallery figure:first-child {
    grid-row: auto;
  }

  .gpp-wrap {
    width: min(100% - 2rem, 1100px);
  }

  .gpp-cookie {
    margin-left: auto;
    margin-right: auto;
  }

  .gpp-chapter {
    grid-template-columns: 3rem 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  a,
  .gpp-cta,
  .gpp-more-btn,
  .gpp-menu-toggle,
  .gpp-cookie-actions button,
  .gpp-brand-stack {
    transition: none;
  }
}
