/* Grovea Experience Finish 5.0.0 — optimistic studio direction */
body.gxf-v5 {
  --gxf5-ink: #173b32;
  --gxf5-ink-deep: #0d2c25;
  --gxf5-paper: #fffdf8;
  --gxf5-warm: #f5f0e6;
  --gxf5-sand: #e9dfcc;
  --gxf5-sage: #dce9d5;
  --gxf5-mint: #d9e9e5;
  --gxf5-blue: #d9e7ee;
  --gxf5-orange: #e96f42;
  --gxf5-orange-deep: #b94628;
  --gxf5-yellow: #f2c85a;
  --gxf5-line: rgba(23, 59, 50, .15);
  --gxf5-shadow: 0 24px 64px rgba(23, 59, 50, .11);
  --gxf5-shell: min(1240px, calc(100vw - clamp(32px, 6vw, 92px)));
  margin: 0;
  background: var(--gxf5-paper);
  color: var(--gxf5-ink);
  font-family: Inter, "Aptos", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.gxf-v5 *, body.gxf-v5 *::before, body.gxf-v5 *::after { box-sizing: border-box; }
body.gxf-v5 .gch-shell,
body.gxf-v5 .gch-site-shell,
body.gxf-v5 .gch-information__shell,
body.gxf-v5 .gxf-studio-handoff__shell { width: var(--gxf5-shell); max-width: none; margin-inline: auto; }
body.gxf-v5 h1, body.gxf-v5 h2, body.gxf-v5 h3,
body.gxf-v5 .gch-home-mosaic__item b,
body.gxf-v5 .gch-information__phase > strong {
  color: inherit;
  font-family: Inter, "Aptos", "Segoe UI", Arial, sans-serif !important;
  font-weight: 760 !important;
  letter-spacing: -.045em;
  text-wrap: balance;
}
body.gxf-v5 p { text-wrap: pretty; }
body.gxf-v5 .gch-eyebrow,
body.gxf-v5 .gch-information__eyebrow,
body.gxf-v5 .gxf-italian-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--gxf5-orange-deep);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
body.gxf-v5 .gch-eyebrow::before,
body.gxf-v5 .gch-information__eyebrow::before,
body.gxf-v5 .gxf-italian-story__eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
body.gxf-v5 .gch-btn,
body.gxf-v5 .gch-information__button,
body.gxf-v5 .gxf-studio-handoff__actions a {
  display: inline-flex;
  min-height: 46px;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 11px 18px;
  border: 1px solid var(--gxf5-ink);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: var(--gxf5-ink);
  font-size: .79rem;
  font-weight: 780;
  letter-spacing: .02em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
body.gxf-v5 .gch-btn:hover, body.gxf-v5 .gch-btn:focus-visible,
body.gxf-v5 .gch-information__button:hover, body.gxf-v5 .gch-information__button:focus-visible,
body.gxf-v5 .gxf-studio-handoff__actions a:hover, body.gxf-v5 .gxf-studio-handoff__actions a:focus-visible {
  border-color: var(--gxf5-orange);
  background: var(--gxf5-orange);
  color: #fff;
  transform: translateY(-2px);
}
body.gxf-v5 .gch-btn:not(.gch-btn--ghost):not(.gch-btn--dark),
body.gxf-v5 .gch-information__button:not(.gch-information__button--ghost),
body.gxf-v5 .gxf-studio-handoff__actions a:first-child { border-color: var(--gxf5-orange); background: var(--gxf5-orange); color: #fff; }
body.gxf-v5 .gch-btn--dark { border-color: var(--gxf5-ink-deep); background: var(--gxf5-ink-deep); color: #fff; }
body.gxf-v5 .gch-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Header and navigation */
body.gxf-v5 .gch-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border: 0;
  border-bottom: 1px solid var(--gxf5-line);
  background: rgba(255, 253, 248, .94);
  box-shadow: none;
  backdrop-filter: blur(18px);
}
body.admin-bar.gxf-v5 .gch-site-header { top: 32px; }
body.gxf-v5 .gch-site-header__inner { min-height: 70px; gap: clamp(26px, 4vw, 62px); }
body.gxf-v5 .gch-site-brand { color: var(--gxf5-ink); }
body.gxf-v5 .gch-site-brand__mark { width: 31px; height: 31px; border-radius: 10px; }
body.gxf-v5 .gch-site-brand__mark::before { top: 6px; bottom: 6px; left: 14px; }
body.gxf-v5 .gch-site-brand__mark::after { top: 14px; right: 6px; left: 6px; }
body.gxf-v5 .gch-site-brand__mark span { top: 6px; left: 6px; width: 9px; height: 9px; background: var(--gxf5-orange); }
body.gxf-v5 .gch-site-brand__copy strong { font-size: .95rem; letter-spacing: .18em; }
body.gxf-v5 .gch-site-brand__copy small { color: #687770; }
body.gxf-v5 .gch-site-nav { gap: clamp(11px, 1.35vw, 23px); }
body.gxf-v5 .gch-site-nav > a, body.gxf-v5 .gch-nav-menu > summary { padding: 25px 0; color: var(--gxf5-ink); font-size: .74rem; }
body.gxf-v5 .gch-site-nav .gch-site-nav__cta { padding: 10px 16px; border-color: var(--gxf5-orange); border-radius: 999px; background: var(--gxf5-orange); color: #fff; }
body.gxf-v5 .gch-nav-popover, body.gxf-v5 .gch-site-mobile > nav { border-radius: 18px; background: var(--gxf5-paper); }
body.gxf-v5 .gch-ribbon { border: 0; background: var(--gxf5-ink-deep); color: rgba(255, 255, 255, .72); }
body.gxf-v5 .gch-ribbon a[aria-current="page"] { color: #ffad8f; }

/* Home hero and crossfade gallery */
body.gxf-v5-home .gch-home { overflow: hidden; background: var(--gxf5-paper); }
body.gxf-v5-home .gch-home-hero {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: var(--gxf5-warm);
  color: var(--gxf5-ink);
}
body.gxf-v5-home .gch-home-hero::before,
body.gxf-v5-home .gch-home-hero::after { display: none; }
body.gxf-v5-home .gch-home-hero__grid {
  min-height: 0;
  grid-template-columns: minmax(360px, .86fr) minmax(480px, 1.14fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  padding-block: clamp(38px, 5vw, 70px);
}
body.gxf-v5-home .gch-home-hero__copy { padding: 0; color: var(--gxf5-ink); }
body.gxf-v5-home .gch-home-hero__copy h1 {
  max-width: 680px;
  margin: 16px 0 20px;
  color: var(--gxf5-ink);
  font-size: clamp(3.1rem, 5.35vw, 5.35rem);
  font-weight: 780;
  line-height: .94;
}
body.gxf-v5-home .gch-home-hero__copy > p { max-width: 590px; margin: 0; color: #50675f; font-size: clamp(.98rem, 1.18vw, 1.12rem); line-height: 1.62; }
body.gxf-v5-home .gch-home-hero .gch-actions { margin-top: 24px; }
body.gxf-v5-home .gch-home-hero__note {
  max-width: 590px;
  margin-top: 24px;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid var(--gxf5-line);
  border-radius: 0;
  background: transparent;
  color: #60736c;
}
body.gxf-v5-home .gch-home-hero__note strong { color: var(--gxf5-ink); }
body.gxf-v5-home .gch-home-hero__note strong,
body.gxf-v5-home .gch-home-hero__note span { display: block; }
body.gxf-v5-home .gch-home-hero__note span { margin-top: 4px; }
body.gxf-v5-home .gxf-home-manifesto { display: grid; max-width: 590px; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
body.gxf-v5-home .gxf-home-manifesto span { min-height: 0; padding: 10px 11px; border: 0; border-radius: 12px; background: rgba(255,255,255,.56); color: #5c6d66; font-size: .7rem; }
body.gxf-v5-home .gxf-home-manifesto b { color: var(--gxf5-orange-deep); }
body.gxf-v5-home .gch-home-visual { align-self: stretch; display: flex; min-width: 0; flex-direction: column; justify-content: center; }
body.gxf-v5-home .gch-home-visual.gxf-crossfade .gch-home-visual__toolbar { align-items: center; margin: 0 0 10px; padding: 0; border: 0; }
body.gxf-v5-home .gch-home-visual__label { margin: 0; padding: 0; border: 0; color: var(--gxf5-ink); }
body.gxf-v5-home .gch-home-visual__label strong { margin: 0 0 3px; color: var(--gxf5-ink); font-family: inherit; font-size: .74rem; font-weight: 850; letter-spacing: .13em; }
body.gxf-v5-home .gch-home-visual__label span { color: #6b7a74; font-size: .73rem; }
body.gxf-v5-home .gch-home-visual__controls button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-color: var(--gxf5-line);
  border-radius: 50%;
  background: var(--gxf5-paper);
  color: var(--gxf5-ink);
  box-shadow: none;
}
body.gxf-v5-home .gch-home-visual__controls button:hover, body.gxf-v5-home .gch-home-visual__controls button:focus-visible { border-color: var(--gxf5-orange); background: var(--gxf5-orange); color: #fff; }
body.gxf-v5-home .gch-home-mosaic {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: clamp(440px, 54vw, 650px) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: var(--gxf5-sage) !important;
  box-shadow: var(--gxf5-shadow) !important;
  isolation: isolate;
}
body.gxf-v5-home .gch-home-mosaic::before { display: none; }
body.gxf-v5-home .gch-home-mosaic__item {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.025);
  transition: opacity .9s ease, transform 6.2s cubic-bezier(.2,.7,.25,1);
}
body.gxf-v5-home .gch-home-mosaic__item.is-gxf-active,
body.gxf-v5-home .gch-home-mosaic__item.is-active { z-index: 2; opacity: 1; pointer-events: auto; transform: scale(1); }
body.gxf-v5-home .gch-home-mosaic__item img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover; filter: none; }
body.gxf-v5-home .gch-home-mosaic__item::after { position: absolute; inset: 48% 0 0; z-index: 1; background: linear-gradient(transparent, rgba(10, 35, 29, .72)); content: ""; }
body.gxf-v5-home .gch-home-mosaic__item > span { position: absolute !important; z-index: 3; right: 24px !important; bottom: 22px !important; left: 24px !important; display: grid !important; grid-template-columns: 1fr auto; align-items: end; gap: 18px; padding: 0 !important; background: transparent !important; color: #fff !important; }
body.gxf-v5-home .gch-home-mosaic__item b { font-size: clamp(1.8rem, 3vw, 3.1rem); font-weight: 760; line-height: 1; }
body.gxf-v5-home .gch-home-mosaic__item small { color: rgba(255,255,255,.76); font-size: .65rem; font-weight: 750; letter-spacing: .12em; }
body.gxf-v5-home .gxf-crossfade__dots { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin-top: 8px; }
body.gxf-v5-home .gxf-crossfade__dot { height: 18px !important; min-height: 18px !important; }
body.gxf-v5-home .gxf-crossfade__dot::before { top: 8px; height: 2px; background: rgba(23,59,50,.16); }
body.gxf-v5-home .gxf-crossfade__dot.is-active::before { height: 4px; background: var(--gxf5-orange); }
body.gxf-v5-home .gxf-quick-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 7px;
  margin-top: 8px;
}
body.gxf-v5-home .gxf-quick-category,
body.gxf-v5-home .gxf-quick-category:last-child {
  min-height: 60px;
  padding: 9px 11px;
  border: 1px solid var(--gxf5-line);
  border-radius: 13px;
  background: rgba(255,255,255,.66);
  color: var(--gxf5-ink);
}
body.gxf-v5-home .gxf-quick-category:hover { border-color: var(--gxf5-orange); background: #fff; }
body.gxf-v5-home .gxf-quick-category > span { color: var(--gxf5-orange-deep); font-size: .58rem; }
body.gxf-v5-home .gxf-quick-category strong { font-size: .76rem; }
body.gxf-v5-home .gxf-quick-category small { display: none; }

/* Home sections */
body.gxf-v5-home .gch-home-section,
body.gxf-v5-home .gch-home-local { padding: clamp(58px, 7vw, 92px) 0; }
body.gxf-v5-home .gch-home-heading { max-width: 850px; margin-bottom: clamp(28px, 4vw, 48px); }
body.gxf-v5-home .gch-home-heading h2,
body.gxf-v5-home .gch-home-local h2 { margin: 13px 0 15px; font-size: clamp(2.3rem, 4.35vw, 4.1rem); line-height: .98; }
body.gxf-v5-home .gch-home-heading > p,
body.gxf-v5-home .gch-home-local p { color: #607169; line-height: 1.65; }
body.gxf-v5-home .gch-home-categories { padding: 32px 0 48px; background: var(--gxf5-paper); }
body.gxf-v5-home .gch-home-categories .gch-home-heading { display: grid; max-width: none; grid-template-columns: minmax(280px,.8fr) minmax(360px,1.2fr); align-items: end; gap: 38px; margin-bottom: 22px; }
body.gxf-v5-home .gch-home-categories .gch-home-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 3vw, 3.1rem); }
body.gxf-v5-home .gch-home-category-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 9px; }
body.gxf-v5-home .gch-home-category {
  min-height: 112px;
  padding: 17px;
  border: 1px solid var(--gxf5-line);
  border-radius: 16px;
  background: var(--gxf5-warm);
  box-shadow: none;
  color: var(--gxf5-ink);
}
body.gxf-v5-home .gch-home-category:nth-child(2) { background: var(--gxf5-sage); }
body.gxf-v5-home .gch-home-category:nth-child(3) { background: var(--gxf5-mint); }
body.gxf-v5-home .gch-home-category:nth-child(4) { background: var(--gxf5-blue); }
body.gxf-v5-home .gch-home-category:nth-child(5) { background: #f8ddce; }
body.gxf-v5-home .gch-home-category:hover { border-color: var(--gxf5-orange); transform: translateY(-3px); }
body.gxf-v5-home .gch-home-category h3, body.gxf-v5-home .gch-home-category strong { font-size: 1.02rem; letter-spacing: -.02em; }
body.gxf-v5-home .gch-home-category p, body.gxf-v5-home .gch-home-category small { color: #62736c; font-size: .72rem; line-height: 1.45; }
body.gxf-v5-home .gch-home-category-note { margin-top: 14px; padding: 0; border: 0; background: transparent; color: #718078; font-size: .7rem; }
body.gxf-v5-home .gch-home-local { background: var(--gxf5-blue); }
body.gxf-v5-home .gch-home-local > .gch-shell { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
body.gxf-v5-home .gch-home-local h2 { max-width: 760px; }
body.gxf-v5-home .gch-home-platform { background: var(--gxf5-paper); }
body.gxf-v5-home .gch-home-platform__grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(38px,7vw,96px); }
body.gxf-v5-home .gch-home-platform__features article { padding: 24px 0; border-color: var(--gxf5-line); }
body.gxf-v5-home .gch-home-platform__features article span { color: var(--gxf5-orange-deep); }
body.gxf-v5-home .gch-home-studios { background: var(--gxf5-sage); }
body.gxf-v5-home .gch-home-studios__active { grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); gap: clamp(42px,7vw,96px); }
body.gxf-v5-home .gch-home-studios__active h2 { font-size: clamp(2.7rem, 4.9vw, 4.8rem); line-height: .95; }
body.gxf-v5-home .gch-home-studios__active li { padding: 17px 0; border-color: rgba(23,59,50,.16); }
body.gxf-v5-home .gch-home-studios__next { gap: 9px; margin-top: 34px; }
body.gxf-v5-home .gch-home-studios__next > div { padding: 17px; border: 1px solid rgba(23,59,50,.12); border-radius: 14px; background: rgba(255,255,255,.45); }
body.gxf-v5-home .gch-home-process { background: var(--gxf5-warm); }
body.gxf-v5-home .gch-home-process ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
body.gxf-v5-home .gch-home-process li { min-height: 210px; gap: 24px; padding: 23px; border: 1px solid var(--gxf5-line); border-radius: 18px; background: var(--gxf5-paper); }
body.gxf-v5-home .gch-home-process li:nth-child(2) { background: var(--gxf5-mint); }
body.gxf-v5-home .gch-home-process li:nth-child(3) { background: #f8ddce; }
body.gxf-v5-home .gch-home-process h3 { font-size: clamp(1.45rem,2vw,2rem); }
body.gxf-v5-home .gch-home-final { padding: 0; background: var(--gxf5-orange); color: #fff; }
body.gxf-v5-home .gch-home-final > .gch-shell { gap: 36px; padding-block: clamp(48px,6vw,76px); }
body.gxf-v5-home .gch-home-final .gch-eyebrow { color: #fff; }
body.gxf-v5-home .gch-home-final h2 { font-size: clamp(2.6rem,5vw,5rem); line-height: .95; }
body.gxf-v5-home .gch-home-final .gch-btn { border-color: #fff; color: #fff; }
body.gxf-v5-home .gch-home-final .gch-btn--dark { border-color: var(--gxf5-ink-deep); background: var(--gxf5-ink-deep); }

/* Retained material story, adapted to the new system */
body.gxf-v5-home .gxf-italian-story { padding: clamp(56px,7vw,92px) 0; background: var(--gxf5-ink-deep); color: #fff; }
body.gxf-v5-home .gxf-italian-story__grid { gap: 11px; }
body.gxf-v5-home .gxf-italian-story__intro { min-height: 390px; padding: clamp(26px,3vw,42px); border-radius: 20px; background: #23483e; }
body.gxf-v5-home .gxf-italian-story__intro h2 { margin: 13px 0 15px; color: #fff; font-size: clamp(2.45rem,4vw,4rem); line-height: .98; }
body.gxf-v5-home .gxf-italian-story__intro p { color: rgba(255,255,255,.7); }
body.gxf-v5-home .gxf-italian-story__swatches span { height: 64px; }
body.gxf-v5-home .gxf-italian-story__card { border-radius: 20px; background: #fff; color: var(--gxf5-ink); }
body.gxf-v5-home .gxf-italian-story__card figure { min-height: 310px; }
body.gxf-v5-home .gxf-italian-story__card figure::after { display: none; }
body.gxf-v5-home .gxf-italian-story__card img { filter: none; }
body.gxf-v5-home .gxf-italian-story__card-copy { min-height: 74px; padding: 14px 17px; background: #fff; }
body.gxf-v5-home .gxf-italian-story__card-copy small { color: var(--gxf5-orange-deep); }

/* Collection pages */
body.gxf-v5-collection .gch { overflow: hidden; background: var(--gxf5-paper); }
body.gxf-v5-collection .gch-route-breadcrumb { border-color: var(--gxf5-line); background: var(--gxf5-paper); }
body.gxf-v5-collection .gch-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--gxf5-warm);
  color: var(--gxf5-ink);
}
body.gxf-v5-collection .gch-hero::before { display: none; }
body.gxf-v5-collection .gch-hero__grid {
  min-height: 0;
  grid-template-columns: minmax(0,1.22fr) minmax(360px,.78fr);
  align-items: center;
  gap: clamp(32px,4vw,56px);
  padding-block: clamp(36px,5vw,68px);
}
body.gxf-v5-collection .gch-hero__copy { min-width: 0; order: 2; padding: 0; color: var(--gxf5-ink); }
body.gxf-v5-collection .gch-hero__copy h1 {
  max-width: 700px;
  margin: 15px 0 19px;
  color: var(--gxf5-ink);
  font-size: clamp(3rem,5.2vw,5.2rem);
  line-height: .94;
}
body.gxf-v5-collection .gch-hero__copy > p { max-width: 590px; margin: 0; color: #566b63; font-size: clamp(.97rem,1.15vw,1.08rem); line-height: 1.62; }
body.gxf-v5-collection .gch-hero .gch-actions { margin-top: 23px; }
body.gxf-v5-collection .gch-hero .gch-btn--ghost { border-color: var(--gxf5-ink); color: var(--gxf5-ink); }
body.gxf-v5-collection .gch-phase { display: none; }
body.gxf-v5-collection .gch-hero__visual {
  position: relative;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  order: 1;
  min-height: clamp(430px,45vw,610px);
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--gxf5-shadow);
}
body.gxf-v5-collection .gch-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: none; }
body.gxf-v5-collection .gch-hero__visual::after { position: absolute; inset: 56% 0 0; background: linear-gradient(transparent,rgba(9,34,28,.55)); content: ""; }
body.gxf-v5-collection .gch-hero__visual figcaption { z-index: 2; right: 16px; bottom: 16px; left: 16px; max-width: none; padding: 13px 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 13px; background: rgba(16,45,38,.62); color: #fff; backdrop-filter: blur(12px); }
body.gxf-v5-collection .gch-hero__visual figcaption strong,
body.gxf-v5-collection .gch-hero__visual figcaption span { display: block; }
body.gxf-v5-collection .gch-hero__visual figcaption span { margin-top: 3px; color: rgba(255,255,255,.76); font-size: .68rem; }
body.gxf-v5-collection .gxf-v5-hero-facts { display: grid; max-width: 590px; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 24px; }
body.gxf-v5-collection .gxf-v5-hero-facts div { padding: 12px 12px 11px; border: 1px solid var(--gxf5-line); border-radius: 13px; background: rgba(255,255,255,.55); }
body.gxf-v5-collection .gxf-v5-hero-facts strong { display: block; color: var(--gxf5-ink); font-size: .75rem; }
body.gxf-v5-collection .gxf-v5-hero-facts span { display: block; margin-top: 3px; color: #6a7a74; font-size: .64rem; line-height: 1.35; }
body.gxf-v5-collection .gch-local-nav { position: sticky; z-index: 20; top: 70px; border: 0; border-bottom: 1px solid var(--gxf5-line); background: rgba(255,253,248,.94); backdrop-filter: blur(16px); }
body.admin-bar.gxf-v5-collection .gch-local-nav { top: 102px; }
body.gxf-v5-collection .gch-local-nav .gch-shell { display: flex; overflow-x: auto; scrollbar-width: none; }
body.gxf-v5-collection .gch-local-nav a { flex: 0 0 auto; padding: 14px 15px; color: #5b6e66; font-size: .71rem; }
body.gxf-v5-collection .gch-section { padding: clamp(60px,7vw,94px) 0; background: var(--gxf5-paper); }
body.gxf-v5-collection .gch-section:nth-of-type(even) { background: var(--gxf5-warm); }
body.gxf-v5-collection .gch-heading,
body.gxf-v5-collection .gch-program-heading,
body.gxf-v5-collection .gch-inspiration-guide__heading,
body.gxf-v5-collection .gch-explorer__heading { max-width: 900px; margin-bottom: clamp(26px,4vw,46px); }
body.gxf-v5-collection .gch-heading h2,
body.gxf-v5-collection .gch-program-heading h2,
body.gxf-v5-collection .gch-inspiration-guide__heading h2,
body.gxf-v5-collection .gch-explorer__heading h2,
body.gxf-v5-collection .gch-studio h2 {
  margin: 12px 0 14px;
  font-size: clamp(2.25rem,4.15vw,4rem) !important;
  line-height: .98;
}
body.gxf-v5-collection .gch-program-heading p,
body.gxf-v5-collection .gch-inspiration-guide__heading p,
body.gxf-v5-collection .gch-heading p,
body.gxf-v5-collection .gch-explorer__heading p { color: #607169; line-height: 1.65; }
body.gxf-v5-collection .gch-program-stages,
body.gxf-v5-collection .gch-blueprint-grid,
body.gxf-v5-collection .gch-category-grid,
body.gxf-v5-collection .gch-steps { display: grid; gap: 9px; border: 0; background: transparent; }
body.gxf-v5-collection .gch-program-stages { grid-template-columns: repeat(4,1fr); }
body.gxf-v5-collection .gch-program-stages li,
body.gxf-v5-collection .gch-blueprint-grid article,
body.gxf-v5-collection .gch-steps li {
  min-height: 170px;
  padding: 21px;
  border: 1px solid var(--gxf5-line);
  border-radius: 17px;
  background: var(--gxf5-paper);
  box-shadow: none;
}
body.gxf-v5-collection .gch-program-stages li:nth-child(2),
body.gxf-v5-collection .gch-blueprint-grid article:nth-child(2) { background: var(--gxf5-sage); }
body.gxf-v5-collection .gch-program-stages li:nth-child(3),
body.gxf-v5-collection .gch-blueprint-grid article:nth-child(3) { background: var(--gxf5-mint); }
body.gxf-v5-collection .gch-program-stages li:nth-child(4),
body.gxf-v5-collection .gch-blueprint-grid article:nth-child(4) { background: #f8ddce; }
body.gxf-v5-collection .gch-program-stages li > span,
body.gxf-v5-collection .gch-blueprint-grid article > span,
body.gxf-v5-collection .gch-steps li > span { color: var(--gxf5-orange-deep); font-family: inherit; font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
body.gxf-v5-collection .gch-program-preparation,
body.gxf-v5-collection .gch-program-connections,
body.gxf-v5-collection .gch-shared-engine,
body.gxf-v5-collection .gch-inspiration-guide__note { margin-top: 18px; padding: 20px; border: 0; border-radius: 16px; background: var(--gxf5-blue); color: var(--gxf5-ink); box-shadow: none; }
body.gxf-v5-collection .gch-inspiration-visual { min-height: clamp(300px,40vw,500px); overflow: hidden; border-radius: 20px; box-shadow: var(--gxf5-shadow); }
body.gxf-v5-collection .gch-inspiration-visual img { width: 100%; height: 100%; object-fit: cover; filter: none; }
body.gxf-v5-collection .gch-inspiration-guide__filters { display: flex; gap: 8px; margin: 22px 0 16px; overflow-x: auto; scrollbar-width: none; }
body.gxf-v5-collection .gch-inspiration-guide__filters button { flex: 0 0 auto; border: 1px solid var(--gxf5-line); border-radius: 999px; background: var(--gxf5-paper); color: var(--gxf5-ink); }
body.gxf-v5-collection .gch-inspiration-grid { gap: 10px; }
body.gxf-v5-collection .gch-inspiration-grid > * { border: 1px solid var(--gxf5-line); border-radius: 16px; background: var(--gxf5-paper); box-shadow: none; }
body.gxf-v5-collection .gch-explorer { background: var(--gxf5-sage) !important; }
body.gxf-v5-collection .gch-explorer__heading { padding: 0 !important; border: 0 !important; background: transparent !important; }
body.gxf-v5-collection .gch-explorer__form {
  overflow: hidden;
  padding: clamp(18px,2.8vw,34px);
  border: 1px solid rgba(23,59,50,.14);
  border-radius: 22px;
  background: var(--gxf5-paper);
  box-shadow: var(--gxf5-shadow);
  color: var(--gxf5-ink);
}
body.gxf-v5-collection .gxf-studio-appbar { margin: calc(clamp(18px,2.8vw,34px) * -1) calc(clamp(18px,2.8vw,34px) * -1) 24px; padding: 14px clamp(18px,2.8vw,34px); border: 0; border-bottom: 1px solid var(--gxf5-line); border-radius: 0; background: var(--gxf5-warm); color: var(--gxf5-ink); }
body.gxf-v5-collection .gxf-studio-appbar__mark { border-radius: 10px; background: var(--gxf5-orange); color: #fff; }
body.gxf-v5-collection .gxf-studio-appbar__actions a,
body.gxf-v5-collection .gxf-studio-appbar__actions button { border-radius: 999px; }
body.gxf-v5-collection input,
body.gxf-v5-collection select,
body.gxf-v5-collection textarea { border-color: var(--gxf5-line) !important; border-radius: 12px !important; background: #fff !important; color: var(--gxf5-ink) !important; }
body.gxf-v5-collection button { border-radius: 999px; }
body.gxf-v5-collection .gch-section--studio { background: var(--gxf5-ink-deep) !important; color: #fff; }
body.gxf-v5-collection .gch-studio { padding: clamp(26px,4vw,48px); border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: #173b32; color: #fff; }
body.gxf-v5-collection .gch-studio p { color: rgba(255,255,255,.72); }
body.gxf-v5-collection .gch-studio .gch-steps li { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: #fff; }
body.gxf-v5-collection .gxf-studio-handoff { padding: clamp(58px,7vw,90px) 0; background: var(--gxf5-blue); color: var(--gxf5-ink); }
body.gxf-v5-collection .gxf-studio-handoff__heading { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr); align-items: end; gap: 40px; }
body.gxf-v5-collection .gxf-studio-handoff__heading h2 { margin: 12px 0 0; font-size: clamp(2.2rem,4vw,3.8rem); line-height: .98; }
body.gxf-v5-collection .gxf-studio-handoff__heading p { color: #586d65; line-height: 1.65; }
body.gxf-v5-collection .gxf-studio-handoff__steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 28px; }
body.gxf-v5-collection .gxf-studio-handoff__steps article { min-height: 190px; padding: 21px; border: 1px solid rgba(23,59,50,.13); border-radius: 17px; background: rgba(255,255,255,.6); }
body.gxf-v5-collection .gxf-studio-handoff__steps article:nth-child(2) { background: var(--gxf5-sage); }
body.gxf-v5-collection .gxf-studio-handoff__steps article:nth-child(3) { background: #f8ddce; }
body.gxf-v5-collection .gxf-studio-handoff__steps article > span { color: var(--gxf5-orange-deep); }
body.gxf-v5-collection .gxf-studio-handoff__actions { margin-top: 20px; }
body.gxf-v5-collection .gxf-studio-handoff__note { color: #65776f; }
body.gxf-v5-collection .gch-section--map { background: var(--gxf5-paper) !important; }
body.gxf-v5-collection .gch-category-grid { grid-template-columns: repeat(5,1fr); }
body.gxf-v5-collection .gch-category-grid a { min-height: 94px; padding: 15px; border: 1px solid var(--gxf5-line); border-radius: 14px; background: var(--gxf5-warm); box-shadow: none; color: var(--gxf5-ink); }
body.gxf-v5-collection .gch-category-grid a:nth-child(2) { background: var(--gxf5-sage); }
body.gxf-v5-collection .gch-category-grid a:nth-child(3) { background: var(--gxf5-mint); }
body.gxf-v5-collection .gch-category-grid a:nth-child(4) { background: var(--gxf5-blue); }
body.gxf-v5-collection .gch-category-grid a:nth-child(5) { background: #f8ddce; }
body.gxf-v5-collection .gch-category-grid a[aria-current="page"] { outline: 2px solid var(--gxf5-orange); outline-offset: 2px; }
body.gxf-v5-collection .gch-final { background: var(--gxf5-orange); color: #fff; }
body.gxf-v5-collection .gch-final__inner { padding-block: clamp(48px,6vw,74px); }
body.gxf-v5-collection .gch-final h2 { max-width: 800px; font-size: clamp(2.5rem,4.8vw,4.7rem); line-height: .96; }

/* Information and route pages */
body.gxf-v5 .gch-information { background: var(--gxf5-paper); color: var(--gxf5-ink); }
body.gxf-v5 .gch-information__hero { padding: 0; background: var(--gxf5-warm); color: var(--gxf5-ink); }
body.gxf-v5 .gch-information__hero::before { display: none; }
body.gxf-v5 .gch-information__hero-grid { min-height: 0; grid-template-columns: minmax(0,.9fr) minmax(320px,.72fr); gap: clamp(38px,6vw,88px); padding-block: clamp(48px,6vw,82px); }
body.gxf-v5 .gch-information__hero-copy h1 { margin: 15px 0 20px; color: var(--gxf5-ink); font-size: clamp(3rem,5.5vw,5.6rem); line-height: .94; }
body.gxf-v5 .gch-information__hero-copy > p { color: #5b6d66; line-height: 1.65; }
body.gxf-v5 .gch-information__actions { gap: 10px; margin-top: 23px; }
body.gxf-v5 .gch-information__button--ghost { border-color: var(--gxf5-ink); color: var(--gxf5-ink); }
body.gxf-v5 .gch-information__phase { padding: 27px; border: 1px solid var(--gxf5-line); border-radius: 18px; background: var(--gxf5-sage); color: var(--gxf5-ink); }
body.gxf-v5 .gch-information__phase > span { color: var(--gxf5-orange-deep); }
body.gxf-v5 .gch-information__phase > strong { margin: 13px 0; font-size: clamp(1.8rem,2.8vw,2.8rem); }
body.gxf-v5 .gch-information__phase p { color: #5b6d66; }
body.gxf-v5 .gch-information__hero-visual { min-height: 430px; border-radius: 22px; box-shadow: var(--gxf5-shadow); }
body.gxf-v5 .gch-information__local-nav { top: 70px; border-color: var(--gxf5-line); background: rgba(255,253,248,.94); }
body.gxf-v5 .gch-information__section { padding: clamp(60px,7vw,94px) 0; background: var(--gxf5-paper); }
body.gxf-v5 .gch-information__section:nth-of-type(even) { background: var(--gxf5-warm); }
body.gxf-v5 .gch-information__section-heading h2 { font-size: clamp(2.3rem,4.2vw,4.1rem); line-height: .98; }
body.gxf-v5 .gch-information__cards, body.gxf-v5 .gch-information__collections { gap: 9px; background: transparent; }
body.gxf-v5 .gch-information__cards > *, body.gxf-v5 .gch-information__collections > * { border: 1px solid var(--gxf5-line); border-radius: 16px; background: #fff; }
body.gxf-v5 .gch-information__steps { gap: 9px; border: 0; }
body.gxf-v5 .gch-information__steps li { border: 1px solid var(--gxf5-line); border-radius: 16px; background: #fff; }
body.gxf-v5 .gch-information__notice { border: 0; border-radius: 16px; background: var(--gxf5-blue); color: var(--gxf5-ink); }

/* Footer */
body.gxf-v5 .gch-site-footer { margin: 0; background: var(--gxf5-ink-deep); color: #fff; }
body.gxf-v5 .gch-site-footer > .gch-site-shell { padding-top: clamp(56px,7vw,90px); }
body.gxf-v5 .gch-site-footer__grid { gap: clamp(30px,5vw,70px); }
body.gxf-v5 .gch-site-footer h2 { font-family: inherit; font-size: .68rem; font-weight: 850; }
body.gxf-v5 .gch-site-footer p, body.gxf-v5 .gch-site-footer .gch-site-brand__copy small { color: rgba(255,255,255,.66); }
body.gxf-v5 .gch-site-footer a:not(.gch-site-brand):hover { color: #ffad8f; }
body.gxf-v5 .gch-site-footer__bottom { margin-top: clamp(42px,6vw,72px); }

@media (max-width: 1050px) {
  body.gxf-v5-home .gch-home-hero__grid,
  body.gxf-v5-collection .gch-hero__grid { grid-template-columns: 1fr; gap: 30px; }
  body.gxf-v5-home .gch-home-hero__copy,
  body.gxf-v5-collection .gch-hero__copy { max-width: 760px; padding-top: 8px; }
  body.gxf-v5-home .gch-home-mosaic { min-height: clamp(430px,66vw,620px) !important; }
  body.gxf-v5-collection .gch-hero__visual { min-height: clamp(390px,62vw,590px); }
  body.gxf-v5-home .gch-home-category-grid,
  body.gxf-v5-collection .gch-category-grid { grid-template-columns: repeat(3,1fr); }
  body.gxf-v5-collection .gch-program-stages { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  body.admin-bar.gxf-v5 .gch-site-header { top: 46px; }
  body.gxf-v5 .gch-site-header__inner { min-height: 66px; }
  body.gxf-v5 .gch-site-mobile { grid-column: 2; justify-self: end; }
  body.gxf-v5-home .gch-home-platform__grid,
  body.gxf-v5-home .gch-home-studios__active,
  body.gxf-v5-collection .gxf-studio-handoff__heading,
  body.gxf-v5 .gch-information__hero-grid { grid-template-columns: 1fr; gap: 30px; }
  body.gxf-v5-home .gch-home-process ol,
  body.gxf-v5-collection .gxf-studio-handoff__steps { grid-template-columns: 1fr 1fr; }
  body.gxf-v5-collection .gch-local-nav { top: 66px; }
  body.admin-bar.gxf-v5-collection .gch-local-nav { top: 112px; }
  body.gxf-v5 .gch-information__local-nav { top: 66px; }
}

@media (max-width: 720px) {
  body.gxf-v5 { --gxf5-shell: calc(100vw - 28px); }
  body.gxf-v5 .gch-site-brand__copy small { display: none; }
  body.gxf-v5 .gch-site-header__inner { min-height: 62px; }
  body.gxf-v5-home .gch-home-hero__grid,
  body.gxf-v5-collection .gch-hero__grid { gap: 22px; padding-block: 26px 32px; }
  body.gxf-v5-home .gch-home-hero__copy h1,
  body.gxf-v5-collection .gch-hero__copy h1 { margin: 12px 0 15px; font-size: clamp(2.65rem,13.5vw,4rem); line-height: .96; }
  body.gxf-v5-home .gch-home-hero__copy > p,
  body.gxf-v5-collection .gch-hero__copy > p { font-size: .94rem; line-height: 1.55; }
  body.gxf-v5-home .gch-home-hero .gch-actions,
  body.gxf-v5-collection .gch-hero .gch-actions { margin-top: 19px; }
  body.gxf-v5 .gch-actions { align-items: stretch; }
  body.gxf-v5 .gch-actions .gch-btn { flex: 1 1 150px; }
  body.gxf-v5-home .gch-home-hero__note { margin-top: 19px; padding-top: 13px; }
  body.gxf-v5-home .gxf-home-manifesto { gap: 5px; }
  body.gxf-v5-home .gxf-home-manifesto span { padding: 9px 7px; font-size: .64rem; }
  body.gxf-v5-home .gch-home-mosaic { min-height: 92vw !important; max-height: 470px; border-radius: 18px !important; }
  body.gxf-v5-home .gch-home-mosaic__item > span { right: 17px !important; bottom: 16px !important; left: 17px !important; }
  body.gxf-v5-home .gch-home-mosaic__item b { font-size: 1.85rem; }
  body.gxf-v5-home .gxf-quick-categories { display: flex; margin-right: -14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  body.gxf-v5-home .gxf-quick-category, body.gxf-v5-home .gxf-quick-category:last-child { min-width: 130px; min-height: 54px; scroll-snap-align: start; }
  body.gxf-v5-home .gch-home-section, body.gxf-v5-home .gch-home-local { padding: 50px 0; }
  body.gxf-v5-home .gch-home-heading h2,
  body.gxf-v5-home .gch-home-local h2,
  body.gxf-v5-collection .gch-heading h2,
  body.gxf-v5-collection .gch-program-heading h2,
  body.gxf-v5-collection .gch-inspiration-guide__heading h2,
  body.gxf-v5-collection .gch-explorer__heading h2,
  body.gxf-v5-collection .gch-studio h2 { font-size: clamp(2rem,10.5vw,3rem) !important; }
  body.gxf-v5-home .gch-home-categories { padding: 34px 0 44px; }
  body.gxf-v5-home .gch-home-categories .gch-home-heading { display: block; margin-bottom: 20px; }
  body.gxf-v5-home .gch-home-categories .gch-home-heading p { margin-top: 13px; }
  body.gxf-v5-home .gch-home-category-grid { display: flex; margin-right: -14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  body.gxf-v5-home .gch-home-category { min-width: 64vw; min-height: 106px; scroll-snap-align: start; }
  body.gxf-v5-home .gch-home-local > .gch-shell { grid-template-columns: 1fr; gap: 20px; }
  body.gxf-v5-home .gch-home-process ol,
  body.gxf-v5-collection .gxf-studio-handoff__steps { grid-template-columns: 1fr; }
  body.gxf-v5-home .gch-home-process li { min-height: 0; }
  body.gxf-v5-home .gxf-italian-story { padding: 48px 0; }
  body.gxf-v5-home .gxf-italian-story__grid { display: flex; margin-right: -14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  body.gxf-v5-home .gxf-italian-story__intro,
  body.gxf-v5-home .gxf-italian-story__card { min-width: 82vw; min-height: 360px; scroll-snap-align: start; }
  body.gxf-v5-collection .gch-route-breadcrumb { display: none; }
  body.gxf-v5-collection .gch-hero__visual { min-height: 88vw; max-height: 440px; border-radius: 18px; }
  body.gxf-v5-collection .gxf-v5-hero-facts { grid-template-columns: 1fr; gap: 6px; margin-top: 18px; }
  body.gxf-v5-collection .gxf-v5-hero-facts div { padding: 10px 12px; }
  body.gxf-v5-collection .gxf-v5-hero-facts strong,
  body.gxf-v5-collection .gxf-v5-hero-facts span { display: inline; }
  body.gxf-v5-collection .gxf-v5-hero-facts span::before { content: " · "; }
  body.gxf-v5-collection .gch-local-nav { position: static; }
  body.gxf-v5-collection .gch-section { padding: 50px 0; }
  body.gxf-v5-collection .gch-program-stages,
  body.gxf-v5-collection .gch-blueprint-grid,
  body.gxf-v5-collection .gch-steps,
  body.gxf-v5-collection .gch-category-grid { display: flex; margin-right: -14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  body.gxf-v5-collection .gch-program-stages li,
  body.gxf-v5-collection .gch-blueprint-grid article,
  body.gxf-v5-collection .gch-steps li { min-width: 76vw; min-height: 160px; scroll-snap-align: start; }
  body.gxf-v5-collection .gch-category-grid a { min-width: 146px; min-height: 84px; scroll-snap-align: start; }
  body.gxf-v5-collection .gch-inspiration-visual { min-height: 70vw; }
  body.gxf-v5-collection .gch-explorer__form { padding: 16px; border-radius: 18px; }
  body.gxf-v5-collection .gxf-studio-appbar { margin: -16px -16px 20px; padding: 13px 16px; }
  body.gxf-v5-collection .gxf-studio-appbar__actions { width: 100%; overflow-x: auto; }
  body.gxf-v5-collection .gch-studio { padding: 21px 17px; border-radius: 18px; }
  body.gxf-v5-collection .gxf-studio-handoff { padding: 50px 0; }
  body.gxf-v5 .gch-information__hero-grid { padding-block: 38px; }
  body.gxf-v5 .gch-information__hero-copy h1 { font-size: clamp(2.7rem,13vw,4.2rem); }
  body.gxf-v5 .gch-information__hero-visual { min-height: 82vw; border-radius: 18px; }
  body.gxf-v5 .gch-information__local-nav { position: static; }
  body.gxf-v5 .gch-information__section { padding: 50px 0; }
  body.gxf-v5 .gch-site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 440px) {
  body.gxf-v5 .gch-actions { flex-direction: column; }
  body.gxf-v5 .gch-actions .gch-btn { width: 100%; flex-basis: auto; }
  body.gxf-v5-home .gch-home-mosaic { min-height: 104vw !important; }
  body.gxf-v5-home .gch-home-category { min-width: 76vw; }
  body.gxf-v5-collection .gch-program-stages li,
  body.gxf-v5-collection .gch-blueprint-grid article,
  body.gxf-v5-collection .gch-steps li { min-width: 82vw; }
}

@media (prefers-reduced-motion: reduce) {
  body.gxf-v5 *, body.gxf-v5 *::before, body.gxf-v5 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* 6.0.0 accessibility, print and release finishing layer. */
body.gxf-v6 :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible { outline: 3px solid var(--gxf-moss,#ff7a59); outline-offset: 3px; }
body.gxf-v6 .screen-reader-text:focus { z-index: 100000; display: block; width: auto; height: auto; clip: auto; clip-path: none; padding: 12px 16px; background: #fff; color: #102f2c; }
@media print { body.gxf-v6 .gxf-page-progress, body.gxf-v6 .gxf-studio-appbar, body.gxf-v6 .gch-site-header, body.gxf-v6 .gch-site-footer { display: none !important; } body.gxf-v6 { background: #fff !important; color: #111 !important; } }
