@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,650&display=swap');

:root {
  --forest: #173a32;
  --forest-dark: #0d2b24;
  --cream: #f4eedf;
  --paper: #fbf8ee;
  --sun: #efad3f;
  --terracotta: #d86f4c;
  --sage: #8fab80;
  --sky: #a9cbd0;
  --mint: #c7d8be;
  --ink: #173a32;
  --muted: #61736e;
  --line: rgba(23, 58, 50, .18);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 1rem; padding: .8rem 1rem; background: var(--sun); color: var(--forest-dark); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.65rem 0;
  color: var(--cream);
}

.brand { display: inline-flex; align-items: center; gap: .65rem; font-size: 1.05rem; letter-spacing: .1em; text-decoration: none; }
.brand strong { font-weight: 700; }
.brand-mark { display: grid; width: 2rem; height: 2rem; border-radius: 50%; background: var(--sun); color: var(--forest); font-size: .85rem; place-items: center; }
.site-header nav { display: flex; align-items: center; gap: 1.65rem; }
.site-header nav a { font-size: .76rem; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.site-header nav > a:not(.nav-button) { opacity: .72; transition: opacity .2s; }
.site-header nav > a:not(.nav-button):hover { opacity: 1; }
.nav-button { border: 1px solid rgba(244,238,223,.45); border-radius: 999px; padding: .7rem 1rem; transition: .2s ease; }
.nav-button:hover { background: var(--cream); color: var(--forest); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  min-height: 100vh;
  padding: 10.2rem max(6vw, calc((100vw - 1240px) / 2)) 8.5rem;
  background: var(--forest);
  color: var(--cream);
  overflow: hidden;
}

.hero::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; opacity: .38; pointer-events: none; }
.hero-copy { position: relative; z-index: 5; align-self: center; max-width: 700px; padding-bottom: 2rem; }
.eyebrow { margin: 0 0 1.35rem; font-size: .71rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.15rem; font-size: clamp(.86rem,1.1vw,1rem); font-weight: 800; letter-spacing: .135em; line-height: 1.25; }
.section-kicker::before { display: block; flex: 0 0 auto; width: 1.8rem; height: 3px; border-radius: 999px; background: currentColor; content: ""; transform: rotate(-3deg); }
.hero .eyebrow { color: var(--mint); }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: 1.03; }
h1 { margin-bottom: 1.6rem; font-size: clamp(3.55rem, 6.25vw, 6.6rem); letter-spacing: -.055em; }
h1 em { color: var(--sun); font-weight: 500; }
.hero-intro { max-width: 610px; margin: 0 0 2.4rem; color: rgba(244,238,223,.78); font-size: clamp(1rem, 1.25vw, 1.16rem); }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; }
.button { display: inline-flex; align-items: center; gap: 1.1rem; border-radius: 999px; padding: .9rem 1rem .9rem 1.35rem; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button span { display: grid; width: 2.15rem; height: 2.15rem; border-radius: 50%; place-items: center; }
.button:hover { transform: translateY(-3px); }
.button-sun { background: var(--sun); color: var(--forest-dark); }
.button-sun span { background: var(--forest-dark); color: var(--cream); }
.simple-link { border-bottom: 1px solid rgba(244,238,223,.5); padding: .35rem 0; font-size: .76rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }

.hero-visual { position: relative; z-index: 2; align-self: center; min-height: 610px; padding: 1.5rem 0 0 5rem; }
.illustration-card { position: relative; width: min(100%, 480px); margin: 0 0 0 auto; border: 10px solid var(--cream); background: var(--cream); box-shadow: 0 28px 55px rgba(7,30,24,.34); transform: rotate(1.6deg); }
.illustration-card::before { content: ''; position: absolute; z-index: 2; inset: -10px; border: 1px solid rgba(23,58,50,.22); pointer-events: none; }
.illustration-card img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.paper-tape { position: absolute; z-index: 5; width: 94px; height: 25px; background: rgba(239,173,63,.82); box-shadow: 0 2px 5px rgba(73,43,22,.18); }
.tape-top { top: -19px; left: 44%; transform: rotate(-5deg); }
.illustration-caption { display: block; padding: .7rem .4rem .3rem; color: var(--forest); font-family: var(--serif); font-size: .82rem; font-style: italic; letter-spacing: .035em; text-align: center; }
.hero-logo { position: absolute; z-index: 8; top: 3%; left: 0; width: clamp(180px, 17vw, 245px); aspect-ratio: 1; border-radius: 50%; padding: .45rem; background: var(--cream); box-shadow: 0 18px 38px rgba(7,30,24,.32); transform: rotate(-7deg); }
.hero-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.hero-logo::after { content: ''; position: absolute; inset: 5px; border: 2px dashed rgba(216,111,76,.48); border-radius: 50%; pointer-events: none; }
.drawn-star { position: absolute; z-index: 9; color: var(--sun); font-size: 1.7rem; line-height: 1; filter: drop-shadow(0 3px 3px rgba(5,29,22,.25)); }
.star-one { top: 4%; right: 0; transform: rotate(13deg); }
.star-two { bottom: 10%; left: 11%; color: var(--terracotta); font-size: 1.25rem; }
.orange-doodle { position: absolute; z-index: 9; right: -1%; bottom: 3%; color: var(--terracotta); font-family: var(--serif); font-size: 3rem; font-weight: 700; transform: rotate(-18deg); }

.hero-badges { position: absolute; z-index: 10; right: max(6vw, calc((100vw - 1240px) / 2)); bottom: 1.35rem; left: max(6vw, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; border-top: 1px solid rgba(244,238,223,.2); padding-top: 1rem; background: transparent; }
.hero-badges span { display: block; padding: .1rem .2rem; color: var(--cream); font-family: var(--serif); font-size: clamp(.82rem,1.15vw,1.08rem); font-weight: 650; letter-spacing: .025em; line-height: 1.2; text-align: center; text-transform: uppercase; animation: manifesto-in .75s both; }
.hero-badges span:nth-child(1) { color: var(--sun); animation-delay: .1s; }
.hero-badges span:nth-child(2) { color: var(--cream); animation-delay: .2s; }
.hero-badges span:nth-child(3) { color: var(--mint); animation-delay: .3s; }
.hero-badges span:nth-child(4) { color: var(--sky); animation-delay: .4s; }

.experience { padding: clamp(6rem, 10vw, 10rem) max(5vw, calc((100vw - 1240px) / 2)) 0; background: var(--paper); }
.experience-heading { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; margin-bottom: 5.5rem; }
.terracotta { color: var(--terracotta); }
h2 { margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.3rem); letter-spacing: -.05em; }
h2 em { color: var(--terracotta); font-weight: 500; }
.lead { margin: 0 0 .5rem; color: var(--muted); font-size: 1.08rem; }

.worlds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.world { display: flex; flex-direction: column; min-height: 610px; border-radius: 2px; overflow: hidden; box-shadow: 0 13px 30px rgba(27,54,46,.08); transition: transform .25s ease, box-shadow .25s ease; }
.world:hover { transform: translateY(-6px); }
.world:hover { box-shadow: 0 20px 42px rgba(27,54,46,.15); }
.world-illustration { position: relative; flex: 0 0 auto; aspect-ratio: 4 / 3; overflow: hidden; background: #f5ead3; }
.world-illustration::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 12px; background: inherit; content: ""; clip-path: polygon(0 54%,8% 35%,16% 63%,25% 39%,34% 58%,43% 31%,52% 62%,62% 36%,71% 59%,80% 34%,90% 57%,100% 38%,100% 100%,0 100%); }
.world-illustration img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.world:hover .world-illustration img { transform: scale(1.025); }
.decor-vegetable { display: block; pointer-events: none; user-select: none; }
.world-number { position: absolute; top: 1rem; left: 1rem; display: grid; width: 42px; height: 42px; border: 2px solid var(--forest-dark); border-radius: 50%; background: var(--cream); color: var(--forest-dark); font-size: .7rem; font-weight: 800; letter-spacing: .08em; place-items: center; transform: rotate(-5deg); }
.world-copy { position: relative; z-index: 2; display: flex; flex: 1; flex-direction: column; justify-content: flex-end; padding: 1.8rem 1.7rem 2rem; }
.world-copy .eyebrow { margin-bottom: .7rem; }
.world h3 { margin-bottom: 1rem; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.035em; }
.world p:last-child { margin: 0; max-width: 350px; }
.world-circus { background: var(--terracotta); color: #fff5e6; }
.world-garden { background: var(--sage); color: var(--forest-dark); }
.world-together { background: var(--sun); color: var(--forest-dark); }

.garden-thread { position: relative; width: min(520px,72vw); height: 70px; margin: 4.5rem auto -5.5rem; border-top: 2px dashed rgba(216,111,76,.55); border-radius: 50%; transform: rotate(-2.5deg); }
.garden-thread::before { position: absolute; top: -6px; left: 12%; width: 10px; height: 10px; border-radius: 50%; background: var(--sun); content: ""; }
.garden-thread span { position: absolute; top: -18px; right: 12%; color: var(--terracotta); font-size: 1.2rem; }
.garden-thread .decor-carrot { position: absolute; z-index: 2; top: -4.2rem; left: 42%; width: clamp(105px,11vw,145px); height: auto; transform: rotate(-16deg); }
.scatter-star { position: absolute; z-index: 4; display: block; color: var(--sun); line-height: 1; pointer-events: none; animation: star-wink 4.8s ease-in-out infinite; }
.experience-star-one { top: -2.7rem; left: -2rem; font-size: 1.8rem; transform: rotate(-12deg); }
.experience-star-two { right: 40%; bottom: -2.2rem; color: var(--terracotta); font-size: .9rem; animation-delay: -1.6s; }
.compass-strip { position: relative; z-index: 2; width: 100vw; margin-top: clamp(8rem,12vw,12rem); margin-left: calc(50% - 50vw); padding: clamp(5.5rem,8vw,8rem) max(5vw,calc((100vw - 1240px) / 2)) clamp(5rem,8vw,7rem); background: radial-gradient(circle at 8% 24%,rgba(239,173,63,.11),transparent 24%),radial-gradient(circle at 92% 78%,rgba(169,203,208,.1),transparent 26%),var(--forest-dark); color: var(--cream); overflow: visible; }
.compass-strip::before { position: absolute; z-index: 0; top: -67px; right: 0; left: 0; height: 68px; background: var(--forest-dark); clip-path: polygon(0 74%,7% 58%,15% 70%,23% 50%,32% 67%,41% 45%,50% 63%,60% 48%,70% 68%,80% 51%,90% 65%,100% 43%,100% 100%,0 100%); content: ""; pointer-events: none; }
.decor-tomatoes { position: absolute; z-index: 3; top: -112px; right: max(4vw,calc((100vw - 1280px) / 2)); width: clamp(115px,13vw,178px); height: auto; transform: rotate(9deg); }
.decor-zucchini { position: absolute; z-index: 3; bottom: -58px; left: max(2vw,calc((100vw - 1380px) / 2)); width: clamp(135px,15vw,205px); height: auto; transform: rotate(-7deg); }
.compass-strip.is-visible .decor-tomatoes { animation: vegetable-pop .75s .25s both; }
.compass-strip.is-visible .decor-zucchini { animation: vegetable-pop .75s .55s both; }
.compass-star-one { top: 7%; right: 3%; font-size: 2.1rem; }
.compass-star-two { bottom: 12%; left: 2.5%; color: var(--sky); font-size: 1rem; animation-delay: -2.4s; }
.compass-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .78fr; gap: 4rem; align-items: end; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.compass-heading .eyebrow { margin-bottom: .8rem; color: var(--sun); }
.compass-heading h3 { max-width: 560px; margin: 0; font-size: clamp(2.5rem,4.5vw,4.8rem); letter-spacing: -.045em; }
.compass-heading > p { max-width: 440px; margin: 0 0 .55rem; color: rgba(244,238,223,.72); font-size: 1.04rem; }
.compass-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.compass-art { position: relative; isolation: isolate; margin: 0; padding: clamp(.25rem,.8vw,.8rem); background: transparent; transform: rotate(-2.8deg); transform-origin: center; }
.compass-art::before { position: absolute; z-index: 0; inset: -1% -2% 0; border-radius: 47% 53% 44% 56% / 53% 43% 57% 47%; background: rgba(251,248,238,.97); content: ""; transform: rotate(3.5deg); }
.compass-art::after { position: absolute; z-index: 0; inset: 1% -3% -2% 1%; border: 2px dashed rgba(239,173,63,.58); border-radius: 53% 47% 56% 44% / 46% 58% 42% 54%; content: ""; transform: rotate(-2.5deg); }
.compass-art img { position: relative; z-index: 1; display: block; width: 100%; height: auto; }
.compass-strip.is-visible .compass-art { animation: compass-float 5s ease-in-out 1s infinite; }
.compass-instruction { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: rgba(244,238,223,.68); font-size: .8rem; }
.compass-instruction span { display: grid; flex: 0 0 auto; width: 27px; height: 27px; border-radius: 50%; background: var(--sun); color: var(--forest); font-size: .62rem; place-items: center; }
.compass-points { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin: 0; padding: 0; list-style: none; }
.compass-points li { position: relative; color: var(--forest-dark); transition: transform .25s ease; }
.compass-points li:nth-child(1) { transform: rotate(-1.3deg); }
.compass-points li:nth-child(2) { transform: rotate(1deg); }
.compass-points li:nth-child(3) { transform: rotate(.6deg); }
.compass-points li:nth-child(4) { transform: rotate(-.8deg); }
.compass-points li:hover { z-index: 2; transform: translateY(-4px) rotate(0) scale(1.012); }
.compass-points button { position: relative; display: flex; flex-direction: column; align-items: flex-start; width: 100%; min-height: 178px; border: 0; border-radius: 28px 9px 28px 9px; padding: 1.3rem 1.35rem; color: inherit; font: inherit; text-align: left; cursor: pointer; overflow: hidden; transition: border-radius .25s ease, filter .25s ease; }
.compass-points button::after { position: absolute; right: -25px; bottom: -35px; width: 95px; height: 95px; border: 1px dashed currentColor; border-radius: 50%; content: ""; opacity: .22; transition: transform .35s ease; }
.compass-points li:nth-child(even) button { border-radius: 9px 28px 9px 28px; }
.compass-points li:nth-child(1) button { background: var(--terracotta); }
.compass-points li:nth-child(2) button { background: var(--sage); }
.compass-points li:nth-child(3) button { background: var(--sun); }
.compass-points li:nth-child(4) button { background: var(--sky); }
.compass-points button:hover { border-radius: 18px; filter: saturate(1.06); }
.compass-points button:hover::after { transform: scale(1.18) rotate(18deg); }
.compass-points button:focus-visible { outline: 3px solid var(--forest); outline-offset: 3px; }
.compass-index { font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compass-points strong { margin-top: auto; font-family: var(--serif); font-size: clamp(1.35rem,2vw,1.75rem); font-weight: 650; line-height: 1; }
.compass-summary { margin-top: .55rem; font-size: .78rem; line-height: 1.35; }
.compass-action { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 1rem; font-size: .6rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.compass-action b { display: grid; width: 27px; height: 27px; border: 0; border-radius: 50%; background: rgba(255,255,255,.38); font-size: 1rem; font-weight: 400; place-items: center; transition: transform .2s ease, background .2s ease; }
.compass-points button:hover .compass-action b { transform: rotate(90deg); }
.compass-strip.is-visible .compass-points li { animation: compass-card-in .65s both; }
.compass-strip.is-visible .compass-points li:nth-child(2) { animation-delay: .1s; }
.compass-strip.is-visible .compass-points li:nth-child(3) { animation-delay: .2s; }
.compass-strip.is-visible .compass-points li:nth-child(4) { animation-delay: .3s; }

.compass-dialog { width: min(660px,calc(100% - 2rem)); max-height: calc(100vh - 2rem); border: 0; border-radius: 4px; padding: 0; background: transparent; color: var(--forest-dark); overflow: auto; }
.compass-dialog::backdrop { background: rgba(6,28,23,.76); backdrop-filter: blur(5px); }
.compass-dialog[open] { animation: dialog-in .3s cubic-bezier(.2,.75,.25,1) both; }
.compass-dialog-card { position: relative; border: 1px solid rgba(244,238,223,.65); border-top: 8px solid var(--detail-color); border-radius: 18px 6px 18px 6px; padding: clamp(2rem,5vw,3.7rem); background: var(--paper); }
.detail-sanctuaire { --detail-color: var(--terracotta); }
.detail-robustesse { --detail-color: var(--sage); }
.detail-intention { --detail-color: var(--sun); }
.detail-attention { --detail-color: var(--sky); }
.compass-dialog-close { position: absolute; top: 1rem; right: 1rem; display: grid; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); font-size: 1.5rem; line-height: 1; cursor: pointer; place-items: center; transition: transform .2s ease, background .2s ease; }
.compass-dialog-close:hover { background: var(--cream); transform: rotate(90deg); }
.compass-dialog-direction { margin: 0 0 1rem; color: var(--terracotta); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.compass-dialog h4 { margin: 0 3rem .25rem 0; font-family: var(--serif); font-size: clamp(2.6rem,7vw,4.4rem); font-weight: 500; line-height: 1; }
.compass-dialog-intro { margin: 0 0 2rem !important; color: var(--muted); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.compass-dialog-card > p:not(.compass-dialog-direction):not(.compass-dialog-intro):not(.compass-dialog-signature) { margin: 0 0 1rem; }
.compass-dialog-signature { margin: 2.2rem 0 0; border-top: 1px dashed var(--line); padding-top: 1.2rem; color: var(--terracotta); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.colos { position: relative; min-height: 100vh; background: var(--cream); }
.colos-main { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; }
.next-season { position: sticky; top: 0; align-self: start; display: flex; flex-direction: column; justify-content: center; min-height: 100vh; padding: clamp(5rem,8vh,7rem) max(5vw, calc((100vw - 1240px) / 2)); padding-right: clamp(3rem, 6vw, 7rem); background: var(--forest); color: var(--cream); overflow: hidden; }
.next-season::after { content: '2027'; position: absolute; right: -3vw; bottom: -4vw; color: rgba(244,238,223,.035); font-family: var(--serif); font-size: 19vw; font-weight: 650; line-height: .8; }
.season-label { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.6rem; color: var(--mint); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.season-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 6px rgba(239,173,63,.14); }
.next-season h2 { position: relative; z-index: 2; margin-bottom: 1.5rem; font-size: clamp(3rem,4.6vw,5rem); }
.next-season > p:not(.season-label):not(.aid-note) { position: relative; z-index: 2; max-width: 590px; margin: 0 0 2.2rem; color: rgba(244,238,223,.72); }
.button-dark { position: relative; z-index: 2; align-self: flex-start; background: var(--sun); color: var(--forest-dark); }
.button-dark span { background: var(--forest-dark); color: var(--cream); }
.aid-support { position: relative; z-index: 2; width: min(100%,520px); margin-top: 1.5rem; }
.aid-note { max-width: 480px; margin: 0 0 .8rem; color: rgba(244,238,223,.62); font-size: .7rem; letter-spacing: .025em; }
.aid-logos { display: flex; flex-wrap: wrap; gap: .55rem; align-items: stretch; }
.aid-logo { display: flex; flex: 1 1 145px; align-items: center; justify-content: center; min-height: 72px; border: 1px solid rgba(244,238,223,.18); border-radius: 14px 5px 14px 5px; padding: .65rem .75rem; background: rgba(251,248,238,.96); }
.aid-logo img { display: block; width: 100%; max-width: 155px; height: 45px; object-fit: contain; }
.aid-logo-vacaf { flex-basis: 76px; }
.aid-logo-vacaf img { width: auto; max-width: 58px; height: 62px; }

.registration { padding: clamp(6rem, 9vw, 9rem) max(5vw, calc((100vw - 1240px) / 2)) 10rem clamp(3rem, 6vw, 7rem); }
.steps { margin: 0 0 6rem; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 3.8rem 1fr; gap: 1rem; border-top: 1px solid var(--line); padding: 1.7rem 0; }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; width: 2.65rem; height: 2.65rem; border: 1px solid var(--terracotta); border-radius: 50%; color: var(--terracotta); font-family: var(--serif); place-items: center; }
.steps strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.steps p { margin: .3rem 0 0; color: var(--muted); font-size: .9rem; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.25rem 0; cursor: pointer; font-family: var(--serif); font-size: 1.1rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--terracotta); font-family: var(--sans); transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -.2rem 2rem 1.5rem 0; color: var(--muted); font-size: .9rem; }
.faq-link { display: inline-flex; align-items: center; gap: 1rem; max-width: 100%; margin-top: 1.75rem; border: 1px solid var(--forest); border-radius: 999px; padding: .72rem .75rem .72rem 1.25rem; background: var(--forest); color: var(--cream); font-size: .76rem; font-weight: 700; letter-spacing: .075em; line-height: 1.25; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.faq-link span { display: grid; flex: 0 0 auto; width: 2.15rem; height: 2.15rem; border-radius: 50%; background: var(--sun); color: var(--forest-dark); font-size: 1rem; letter-spacing: 0; place-items: center; transition: transform .2s ease; }
.faq-link:hover { background: var(--terracotta); color: var(--cream); transform: translateY(-3px); }
.faq-link:hover span { transform: translateX(3px); }
.faq-link:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }

.closing-slogan { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 72vh; border-top: 10px solid var(--sun); padding: clamp(6rem,10vw,10rem) max(6vw,calc((100vw - 1120px) / 2)) 14rem; background: var(--forest-dark); color: var(--cream); text-align: center; overflow: hidden; }
.closing-slogan::before { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); content: ""; mix-blend-mode: soft-light; opacity: .35; pointer-events: none; }
.slogan-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(190px,270px) minmax(0,1fr); gap: clamp(2.5rem,6vw,6rem); align-items: center; width: min(100%,1180px); margin: 0 auto; }
.slogan-logo-wrap { position: relative; width: 100%; aspect-ratio: 1; border: 2px dashed rgba(216,111,76,.55); border-radius: 50%; padding: .65rem; background: var(--cream); transform: rotate(-6deg); }
.slogan-logo-wrap img { display: block; width: 100%; height: 100%; object-fit: contain; }
.slogan-tape { position: absolute; z-index: 3; top: -15px; left: 50%; width: 105px; height: 27px; background: rgba(239,173,63,.9); transform: translateX(-50%) rotate(4deg); }
.slogan-copy { text-align: left; }
.slogan-doodle { position: absolute; color: var(--sun); font-size: clamp(2rem,4vw,4rem); opacity: .7; }
.slogan-doodle-one { top: 20%; left: 8%; transform: rotate(-12deg); }
.slogan-doodle-two { right: 8%; bottom: 28%; color: var(--terracotta); transform: rotate(9deg); }
.slogan-kicker { position: relative; margin: 0 0 1.2rem; color: var(--mint); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.slogan-opening { position: relative; margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(2.8rem,6vw,6.2rem); line-height: .95; }
.slogan-words { position: relative; display: grid; grid-template-columns: repeat(2,max-content); justify-content: flex-start; gap: .8rem 1rem; width: max-content; max-width: 100%; margin: 0; }
.slogan-word { display: inline-flex; align-items: center; gap: .65rem; border: 2px solid var(--cream); border-radius: 999px; padding: .55rem 1.25rem .68rem; font-family: var(--serif); font-size: clamp(1.45rem,3.1vw,3rem); line-height: 1; box-shadow: 6px 7px 0 rgba(0,0,0,.2); }
.slogan-word > span { font-family: var(--sans); font-size: .55em; }
.slogan-bellies { background: var(--sun); color: var(--forest-dark); transform: rotate(-2deg); }
.slogan-hearts { background: var(--terracotta); color: var(--cream); transform: rotate(1.5deg); }
.slogan-minds { grid-column: 1 / -1; justify-self: center; background: var(--sage); color: var(--forest-dark); transform: rotate(-1deg); }
.closing-slogan.is-visible .slogan-word { animation: slogan-float 3.6s ease-in-out infinite; }
.closing-slogan.is-visible .slogan-hearts { animation-delay: -.8s; }
.closing-slogan.is-visible .slogan-minds { animation-delay: -1.6s; }

footer { position: absolute; z-index: 5; right: max(5vw, calc((100vw - 1240px) / 2)); bottom: 2rem; left: max(5vw, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr 1fr .6fr; gap: 2rem; align-items: end; border-top: 1px solid rgba(244,238,223,.16); padding-top: 1.3rem; color: rgba(244,238,223,.56); pointer-events: none; }
footer .brand, footer a { color: var(--cream); pointer-events: auto; }
footer p { margin: 0; font-size: .67rem; letter-spacing: .05em; line-height: 1.55; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: .4rem; }
.footer-links a { font-size: .69rem; font-weight: 600; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

/* Page FAQ */
.button .button-label { display: inline; width: auto; height: auto; border-radius: 0; background: transparent; place-items: initial; }
.faq-page { background: var(--paper); }
.faq-page [hidden] { display: none !important; }
.faq-page .site-header nav a[aria-current="page"] { opacity: 1; }
.faq-page .site-header nav a[aria-current="page"]::after { display: block; width: 100%; height: 2px; margin-top: .28rem; background: var(--sun); content: ""; transform: rotate(-2deg); }

.faq-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  min-height: 83vh;
  padding: 10.5rem max(6vw,calc((100vw - 1240px) / 2)) 7rem;
  background: var(--forest);
  color: var(--cream);
  overflow: hidden;
}
.faq-hero::before { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); content: ""; mix-blend-mode: soft-light; opacity: .38; pointer-events: none; }
.faq-hero::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 44px; background: var(--paper); clip-path: polygon(0 82%,7% 55%,14% 76%,23% 49%,32% 72%,41% 43%,50% 69%,59% 47%,69% 73%,79% 50%,89% 70%,100% 42%,100% 100%,0 100%); content: ""; }
.faq-hero-copy { position: relative; z-index: 3; max-width: 720px; }
.faq-hero-copy .eyebrow { color: var(--mint); }
.faq-hero-copy h1 { margin-bottom: 1.7rem; font-size: clamp(3.7rem,6.6vw,7.2rem); }
.faq-hero-copy h1 em { color: var(--sun); }
.faq-hero-copy > p:not(.eyebrow) { max-width: 640px; margin: 0 0 2.2rem; color: rgba(244,238,223,.76); font-size: clamp(1rem,1.3vw,1.18rem); }
.faq-hero-visual { position: relative; z-index: 2; min-height: 485px; }
.faq-postcard { position: absolute; top: 5%; right: 1%; width: min(90%,430px); margin: 0; border: 9px solid var(--cream); background: var(--cream); box-shadow: 0 25px 55px rgba(5,29,22,.32); transform: rotate(3deg); }
.faq-postcard img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.faq-postcard figcaption { padding: .75rem .4rem .35rem; color: var(--forest); font-family: var(--serif); font-size: .88rem; font-style: italic; text-align: center; }
.faq-postcard .paper-tape { top: -18px; left: 40%; transform: rotate(-5deg); }
.faq-logo-stamp { position: absolute; z-index: 4; right: -2%; bottom: -1%; width: clamp(145px,15vw,205px); aspect-ratio: 1; border-radius: 50%; padding: .4rem; background: var(--cream); transform: rotate(-8deg); }
.faq-logo-stamp img { display: block; width: 100%; height: 100%; object-fit: contain; }
.faq-logo-stamp::after { position: absolute; inset: 5px; border: 2px dashed rgba(216,111,76,.48); border-radius: 50%; content: ""; }
.faq-big-question { position: absolute; z-index: 4; bottom: -2%; left: 5%; color: var(--sun); font-family: var(--serif); font-size: clamp(8rem,17vw,15rem); font-weight: 650; line-height: .75; opacity: .92; transform: rotate(-9deg); }
.faq-star-one { top: 1%; left: 8%; }
.faq-star-two { top: 12%; right: -2%; color: var(--terracotta); font-size: 1rem; }

.faq-tools { padding: clamp(6rem,9vw,9rem) max(5vw,calc((100vw - 1240px) / 2)) clamp(4rem,7vw,6rem); }
.faq-tools-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem,8vw,8rem); align-items: end; }
.faq-tools-heading h2 { font-size: clamp(3rem,5vw,5.3rem); }
.faq-tools-heading h2 em { color: var(--terracotta); }
.faq-search-wrap { padding-bottom: .6rem; }
.faq-search-wrap label { display: block; margin-bottom: .65rem; color: var(--muted); font-family: var(--serif); font-size: 1rem; }
.faq-search-field { display: flex; align-items: center; gap: .8rem; border-bottom: 2px solid var(--forest); padding: .75rem .15rem; }
.faq-search-field > span { color: var(--terracotta); font-size: 1.65rem; line-height: 1; transform: rotate(-10deg); }
.faq-search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--forest); font: 500 1rem var(--sans); }
.faq-search-field input::placeholder { color: rgba(97,115,110,.68); }
.faq-search-status { margin: .55rem 0 0; color: var(--terracotta); font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.faq-chapters { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; margin-top: clamp(3rem,6vw,5rem); }
.faq-chapters a { display: flex; align-items: center; gap: .75rem; min-height: 68px; border: 1px solid var(--line); border-radius: 18px 5px 18px 5px; padding: .85rem 1rem; background: rgba(244,238,223,.58); font-size: .78rem; font-weight: 700; letter-spacing: .035em; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.faq-chapters a:nth-child(even) { border-radius: 5px 18px 5px 18px; }
.faq-chapters a:hover { background: var(--cream); transform: translateY(-3px) rotate(-.4deg); }
.faq-chapters span { display: grid; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--forest); color: var(--cream); font-family: var(--serif); font-size: .72rem; place-items: center; }

.faq-directory { background: var(--cream); }
.faq-category { --faq-accent: var(--terracotta); display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(3rem,8vw,8rem); border-top: 1px solid var(--line); padding: clamp(5rem,8vw,8rem) max(5vw,calc((100vw - 1240px) / 2)); scroll-margin-top: 1rem; }
.faq-category:nth-child(even) { background: rgba(251,248,238,.76); }
.faq-category-sage { --faq-accent: var(--sage); }
.faq-category-sun { --faq-accent: var(--sun); }
.faq-category-sky { --faq-accent: var(--sky); }
.faq-category-terracotta { --faq-accent: var(--terracotta); }
.faq-category-garden { --faq-accent: #66845f; }
.faq-category-heading { position: sticky; top: 2rem; align-self: start; }
.faq-category-heading .eyebrow { margin-bottom: .65rem; color: var(--terracotta); }
.faq-category-heading h2 { font-size: clamp(2.65rem,4.2vw,4.7rem); }
.faq-category-number { display: grid; width: 56px; height: 56px; margin-bottom: 2rem; border: 2px solid var(--forest); border-radius: 50%; background: var(--faq-accent); font-family: var(--serif); font-size: 1.05rem; place-items: center; transform: rotate(-6deg); }
.faq-category-doodle { display: block; margin: 2.3rem 0 0 1rem; color: var(--faq-accent); font-family: var(--serif); font-size: 3.2rem; font-weight: 650; line-height: 1; transform: rotate(-12deg); }
.faq-list { border-bottom: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr 43px; gap: 1.5rem; align-items: center; min-height: 84px; padding: 1.25rem .25rem 1.25rem 0; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-question { font-family: var(--serif); font-size: clamp(1.12rem,1.65vw,1.42rem); font-weight: 500; line-height: 1.25; }
.faq-toggle { display: grid; width: 40px; height: 40px; border: 1px solid var(--forest); border-radius: 50%; color: var(--forest); font-size: 1.35rem; font-weight: 400; line-height: 1; place-items: center; transition: transform .22s ease, background .22s ease; }
.faq-list summary:hover .faq-toggle { background: var(--faq-accent); transform: rotate(12deg); }
.faq-list details[open] .faq-toggle { background: var(--faq-accent); transform: rotate(45deg); }
.faq-answer { padding: .1rem clamp(1rem,4vw,4rem) 2.5rem 0; color: #425d56; font-size: .94rem; }
.faq-answer p { margin: 0 0 1rem; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul, .faq-answer ol { margin: .8rem 0 1.25rem; padding-left: 1.25rem; }
.faq-answer li { margin: .5rem 0; padding-left: .3rem; }
.faq-answer a { color: var(--forest); font-weight: 700; text-decoration-color: var(--terracotta); text-underline-offset: .18em; }
.faq-answer h3 { margin: 2rem 0 .55rem; color: var(--forest); font-size: 1.25rem; font-weight: 650; }
.faq-timeline { display: grid; gap: .1rem; padding-left: 0 !important; list-style: none; }
.faq-timeline li { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; border-top: 1px dashed var(--line); margin: 0; padding: .8rem 0; }
.faq-timeline strong { color: var(--forest); font-family: var(--serif); }
.faq-downloads { padding: 0 !important; list-style: none; }
.faq-downloads li { margin: .5rem 0; padding: 0; }
.faq-downloads a { display: flex; justify-content: space-between; gap: 1rem; border: 1px solid var(--line); border-radius: 14px 4px 14px 4px; padding: .8rem 1rem; background: var(--paper); text-decoration: none; }
.faq-downloads a span { flex: 0 0 auto; color: var(--terracotta); font-size: .68rem; letter-spacing: .08em; }
.faq-note { border-left: 5px solid var(--sun); border-radius: 0 9px 9px 0; padding: 1rem 1.1rem; background: rgba(239,173,63,.13); color: var(--forest); }
.faq-terms h3 { border-top: 1px dashed var(--line); padding-top: 1.25rem; }

.faq-contact { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,9vw,9rem); align-items: center; padding: clamp(6rem,10vw,10rem) max(6vw,calc((100vw - 1120px) / 2)); background: var(--forest-dark); color: var(--cream); overflow: hidden; }
.faq-contact::before { position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%,rgba(239,173,63,.12),transparent 26%),radial-gradient(circle at 90% 75%,rgba(169,203,208,.11),transparent 25%); content: ""; }
.faq-contact > div { position: relative; z-index: 2; }
.faq-contact .eyebrow { color: var(--mint); }
.faq-contact h2 em { color: var(--sun); }
.faq-contact-copy > p { max-width: 520px; margin: 0 0 2rem; color: rgba(244,238,223,.74); }
.faq-contact-actions { display: flex; align-items: center; gap: 1.5rem; }
.faq-phone { border-bottom: 1px solid rgba(244,238,223,.45); color: var(--cream); font-family: var(--serif); font-size: 1.15rem; text-decoration: none; }
.faq-footer { position: relative; right: auto; bottom: auto; left: auto; display: grid; grid-template-columns: 1fr 1fr .6fr; min-height: 190px; border-top: 1px solid rgba(244,238,223,.14); padding: 3.5rem max(5vw,calc((100vw - 1240px) / 2)); background: var(--forest-dark); color: rgba(244,238,223,.56); pointer-events: auto; }

/* Page contact */
.contact-page { background: var(--paper); }
.contact-page .site-header nav a[aria-current="page"] { opacity: 1; }
.contact-page .site-header nav a[aria-current="page"]::after { display: block; width: 100%; height: 2px; margin-top: .28rem; background: var(--sun); content: ""; transform: rotate(-2deg); }
.contact-main { overflow: hidden; }
.contact-shell { display: grid; grid-template-columns: minmax(0,.86fr) minmax(560px,1.14fr); min-height: 100vh; }
.contact-intro { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 10.5rem clamp(3rem,6vw,7rem) 7rem max(6vw,calc((100vw - 1240px) / 2)); background: var(--forest); color: var(--cream); overflow: hidden; }
.contact-intro::before { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); content: ""; mix-blend-mode: soft-light; opacity: .38; pointer-events: none; }
.contact-intro > * { position: relative; z-index: 2; }
.contact-intro .eyebrow { color: var(--mint); }
.contact-intro h1 { margin-bottom: 1.7rem; font-size: clamp(3.5rem,5.5vw,6.2rem); }
.contact-intro h1 em { color: var(--sun); }
.contact-lead { max-width: 590px; margin: 0 0 2.7rem; color: rgba(244,238,223,.76); font-size: 1.02rem; }
.contact-details { display: grid; gap: .7rem; max-width: 520px; }
.contact-details > a, .contact-details > div { display: grid; grid-template-columns: 42px 1fr; gap: .9rem; align-items: start; border-top: 1px solid rgba(244,238,223,.17); padding: .9rem 0 0; color: var(--cream); font-family: var(--serif); font-size: 1rem; line-height: 1.35; text-decoration: none; }
.contact-details > a > span:first-child, .contact-details > div > span:first-child { display: grid; width: 35px; height: 35px; border-radius: 50%; background: var(--sun); color: var(--forest-dark); font-family: var(--sans); font-size: .83rem; font-weight: 800; place-items: center; transform: rotate(-4deg); }
.contact-details small { display: block; margin-bottom: .08rem; color: var(--mint); font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a:hover > span:first-child { transform: rotate(5deg) scale(1.06); }
.contact-logo-stamp { z-index: 3; width: clamp(145px,14vw,190px); aspect-ratio: 1; margin: 0 auto 2.2rem; border-radius: 50%; padding: .3rem; background: var(--cream); transform: rotate(-4deg); }
.contact-logo-stamp img { display: block; width: 100%; height: 100%; object-fit: contain; }
.contact-logo-stamp::after { position: absolute; inset: 5px; border: 2px dashed rgba(216,111,76,.5); border-radius: 50%; content: ""; }
.contact-star { position: absolute; z-index: 1; color: var(--sun); font-size: 1.8rem; line-height: 1; animation: star-wink 4.8s ease-in-out infinite; }
.contact-star-one { top: 17%; right: 8%; }
.contact-star-two { right: 26%; bottom: 12%; color: var(--terracotta); font-size: 1rem; animation-delay: -2s; }

.contact-form-panel { position: relative; padding: 10.5rem max(6vw,calc((100vw - 1240px) / 2)) 7rem clamp(3.2rem,6vw,7rem); background: var(--paper); }
.contact-form-panel::before { position: absolute; top: 13%; right: -20px; color: rgba(216,111,76,.08); font-family: var(--serif); font-size: 20rem; font-weight: 650; line-height: 1; content: "?"; transform: rotate(8deg); pointer-events: none; }
.contact-form-heading, .contact-form { position: relative; z-index: 2; }
.contact-form-heading { max-width: 760px; margin-bottom: 3rem; }
.contact-form-heading h2 { margin-bottom: 1rem; font-size: clamp(2.8rem,4vw,4.7rem); }
.contact-form-heading h2 em { color: var(--terracotta); }
.contact-form-heading > p:last-child { margin: 0; color: var(--muted); font-size: .88rem; }
.contact-form { max-width: 820px; }
.form-grid { display: grid; gap: 1.2rem; }
.form-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-field { margin-bottom: 1.35rem; }
.form-field label { display: block; margin-bottom: .48rem; color: var(--forest); font-size: .78rem; font-weight: 700; letter-spacing: .035em; }
.form-field label > span { color: var(--terracotta); }
.form-field label small { color: var(--muted); font-size: .7rem; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { display: block; width: 100%; border: 1px solid rgba(23,58,50,.3); border-radius: 13px 4px 13px 4px; padding: .82rem .95rem; background: rgba(255,255,255,.62); color: var(--forest-dark); font: 500 1rem/1.45 var(--sans); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.form-field input, .form-field select { min-height: 52px; }
.form-field textarea { min-height: 180px; resize: vertical; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: rgba(23,58,50,.55); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--terracotta); outline: 0; background: #fff; box-shadow: 0 0 0 4px rgba(216,111,76,.12); }
.form-field input:disabled { cursor: wait; opacity: .58; }
.form-help { margin: .45rem 0 0; color: var(--muted); font-size: .72rem; }
.contact-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-security { display: grid; grid-template-columns: minmax(220px,.8fr) 1.2fr; gap: 1.5rem; align-items: center; border: 1px dashed rgba(23,58,50,.28); border-radius: 22px 7px 22px 7px; margin: .2rem 0 1.35rem; padding: 1.15rem; background: rgba(199,216,190,.24); }
.form-security .form-field { margin: 0; }
.form-security > p { display: flex; align-items: center; gap: .65rem; margin: 0; color: var(--muted); font-size: .75rem; }
.form-security > p span { display: grid; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--sage); color: var(--forest-dark); font-weight: 800; place-items: center; }
.captcha-field input { max-width: 130px; }
.form-consent { display: grid; grid-template-columns: 22px 1fr; gap: .7rem; align-items: start; margin: 0 0 1.7rem; color: var(--muted); cursor: pointer; font-size: .76rem; line-height: 1.45; }
.form-consent input { width: 20px; height: 20px; margin: .05rem 0 0; accent-color: var(--terracotta); }
.form-consent strong { color: var(--terracotta); }
.form-privacy { max-width: 720px; margin: -1rem 0 1.7rem 2.7rem; color: var(--muted); font-size: .67rem; line-height: 1.5; }
.form-privacy a { color: var(--forest); font-weight: 700; text-underline-offset: .15em; }
.contact-submit-row { display: flex; align-items: center; gap: 1.25rem; }
.contact-submit { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 1rem; border: 0; border-radius: 999px; padding: .72rem .75rem .72rem 1.25rem; background: var(--forest); color: var(--cream); font: 700 .76rem/1.2 var(--sans); letter-spacing: .075em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, opacity .2s ease; }
.contact-submit b { display: grid; width: 2.15rem; height: 2.15rem; border-radius: 50%; background: var(--sun); color: var(--forest-dark); font-size: 1rem; font-weight: 500; place-items: center; transition: transform .2s ease; }
.contact-submit:hover:not(:disabled) { background: var(--terracotta); transform: translateY(-3px); }
.contact-submit:hover:not(:disabled) b { transform: translateX(3px); }
.contact-submit:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.contact-submit:disabled { cursor: wait; opacity: .52; }
.contact-submit.is-sending b { animation: contact-arrow 1s ease-in-out infinite; }
.contact-status { max-width: 370px; margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.4; }
.contact-status.is-error { color: #a64d35; }
.contact-status.is-success { color: #46703d; font-weight: 700; }
.contact-alert { position: relative; z-index: 2; border-left: 5px solid var(--sun); padding: 1rem; background: rgba(239,173,63,.14); }

.contact-next { display: grid; grid-template-columns: repeat(2,1fr); background: var(--cream); }
.contact-next > a { display: flex; justify-content: space-between; gap: 2rem; align-items: center; min-height: 170px; border-top: 1px solid var(--line); padding: 2.5rem max(5vw,calc((100vw - 1240px) / 2)); font-family: var(--serif); font-size: clamp(1.25rem,2vw,1.8rem); line-height: 1.15; text-decoration: none; transition: background .2s ease; }
.contact-next > a:first-child { border-right: 1px solid var(--line); }
.contact-next > a:hover { background: var(--sun); }
.contact-next small { display: block; margin-bottom: .45rem; color: var(--terracotta); font-family: var(--sans); font-size: .64rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-next b { display: grid; flex: 0 0 auto; width: 48px; height: 48px; border: 1px solid var(--forest); border-radius: 50%; font-family: var(--sans); font-size: 1rem; place-items: center; transition: transform .2s ease; }
.contact-next a:hover b { transform: translateX(4px) rotate(-4deg); }
.contact-footer { border-top-color: rgba(244,238,223,.14); }

@keyframes contact-arrow {
  0%,100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

@keyframes compass-float {
  0%,100% { translate: 0 0; rotate: 0deg; }
  50% { translate: 0 -5px; rotate: .35deg; }
}
@keyframes compass-card-in {
  from { opacity: 0; transform: translateY(18px) rotate(0); }
}
@keyframes dialog-in {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
}
@keyframes slogan-float {
  0%,100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}
@keyframes manifesto-in {
  from { opacity: 0; transform: translateY(10px); }
}
@keyframes vegetable-pop {
  from { opacity: 0; scale: .78; translate: 0 14px; }
}
@keyframes star-wink {
  0%,100% { scale: 1; rotate: 0deg; opacity: .72; }
  50% { scale: 1.18; rotate: 12deg; opacity: 1; }
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.world:nth-child(2) { transition-delay: .1s; }
.world:nth-child(3) { transition-delay: .2s; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 10rem; padding-bottom: 10rem; }
  .hero-copy { max-width: 750px; }
  .hero-visual { width: min(100%,720px); min-height: 650px; margin: 2rem auto 0; padding-left: 6rem; }
  .illustration-card { width: min(100%,490px); }
  .hero-logo { width: 225px; }
  .hero-badges { grid-template-columns: repeat(2, 1fr); gap: .8rem 1.4rem; }
  .experience-heading { grid-template-columns: 1fr; gap: 2rem; }
  .worlds { grid-template-columns: 1fr 1fr; }
  .world:last-child { grid-column: 1 / -1; }
  .world:last-child .world-illustration { aspect-ratio: 16 / 7; }
  .world:last-child .world-illustration img { object-position: center 45%; }
  .compass-heading { grid-template-columns: 1fr .65fr; gap: 2rem; }
  .compass-layout { grid-template-columns: 1fr; gap: 3.5rem; }
  .compass-art { width: min(100%,620px); margin: 0 auto; }
  .compass-explore { width: min(100%,680px); margin: 0 auto; }
  .colos-main { display: block; }
  .next-season { position: relative; min-height: auto; padding-bottom: 13rem; }
  .next-season::after { font-size: 34vw; }
  .registration { padding-bottom: 17rem; }
  footer { grid-template-columns: 1fr 1fr; pointer-events: auto; }
  .footer-links { align-items: start; }
  .faq-hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 6rem; }
  .faq-hero-copy { max-width: 760px; }
  .faq-hero-visual { width: min(100%,680px); min-height: 470px; margin: 3rem auto 0; }
  .faq-tools-heading { grid-template-columns: 1fr; gap: 2.5rem; }
  .faq-search-wrap { max-width: 620px; }
  .faq-category { grid-template-columns: 1fr; gap: 2.5rem; }
  .faq-category-heading { position: relative; top: auto; display: grid; grid-template-columns: 68px 1fr auto; gap: 1rem; align-items: center; }
  .faq-category-number { margin: 0; }
  .faq-category-doodle { margin: 0; }
  .faq-footer { grid-template-columns: 1fr 1fr; }
  .contact-page .site-header { width: calc(100% - 3rem); }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-intro { min-height: 760px; padding-right: max(6vw,calc((100vw - 1240px) / 2)); }
  .contact-form-panel { padding-top: 7rem; padding-left: max(6vw,calc((100vw - 1240px) / 2)); }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 2rem); }
  .menu-toggle { position: relative; z-index: 3; display: grid; gap: 4px; width: 38px; height: 38px; border: 1px solid rgba(244,238,223,.35); border-radius: 50%; padding: 10px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: var(--cream); transition: .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .site-header nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; gap: 2rem; background: var(--forest-dark); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
  .nav-button { font-family: var(--sans) !important; font-size: .75rem !important; letter-spacing: .08em !important; text-transform: uppercase !important; }
  .hero { min-height: auto; padding: 9rem 1.2rem 12rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .hero-visual { width: 100%; min-height: 540px; margin-top: 2.5rem; padding: 1rem 0 0 2.2rem; }
  .illustration-card { width: min(100%,385px); border-width: 7px; }
  .illustration-card::before { inset: -7px; }
  .illustration-caption { font-size: .68rem; }
  .hero-logo { top: 0; left: -1rem; width: 155px; padding: .3rem; }
  .drawn-star { font-size: 1.2rem; }
  .star-one { right: -.3rem; }
  .star-two { bottom: 8%; left: 2%; }
  .orange-doodle { right: -.5rem; bottom: 0; font-size: 2.2rem; }
  .hero-badges { right: 1.2rem; bottom: 1.2rem; left: 1.2rem; gap: .7rem 1rem; padding-top: .8rem; }
  .hero-badges span { padding: .1rem; font-size: clamp(.72rem,3.4vw,.88rem); letter-spacing: .015em; }
  .experience { padding-right: 1.2rem; padding-left: 1.2rem; }
  .experience-heading { margin-bottom: 3.5rem; }
  .experience-star-one { top: -2rem; left: .25rem; }
  .experience-star-two { right: 6%; bottom: -1.8rem; }
  .worlds { display: block; }
  .world, .world:last-child { min-height: 0; margin-bottom: 1.2rem; }
  .world:last-child .world-illustration { aspect-ratio: 4 / 3; }
  .world-copy { min-height: 270px; }
  .garden-thread { width: 74vw; height: 55px; margin: 4rem auto -3.2rem; }
  .garden-thread .decor-carrot { top: -3.2rem; left: 34%; width: 104px; }
  .compass-strip { margin-top: 6rem; margin-left: calc(50% - 50vw); padding: 5rem 1.2rem 4.5rem; }
  .compass-strip::before { top: -45px; height: 46px; }
  .decor-tomatoes { top: -78px; right: .5rem; width: 116px; }
  .decor-zucchini { bottom: -40px; left: -.35rem; width: 128px; }
  .compass-star-one { top: 2.5rem; right: 1rem; font-size: 1.4rem; }
  .compass-star-two { bottom: 7%; left: .7rem; }
  .compass-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .compass-heading > p { font-size: .95rem; }
  .compass-points { grid-template-columns: 1fr; }
  .compass-points button { min-height: 165px; aspect-ratio: auto; }
  .compass-dialog { width: calc(100% - 1rem); max-height: calc(100vh - 1rem); }
  .compass-dialog-card { padding: 2.4rem 1.4rem 2rem; }
  .next-season { padding: 6rem 1.2rem 12rem; }
  .registration { padding: 5rem 1.2rem 20rem; }
  .steps { margin-bottom: 5rem; }
  .closing-slogan { min-height: 76vh; padding: 8rem 1.2rem 18rem; }
  .slogan-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .slogan-logo-wrap { width: min(58vw,220px); margin: 0 auto; }
  .slogan-copy { text-align: center; }
  .slogan-opening { font-size: clamp(3rem,14vw,4.7rem); }
  .slogan-words { grid-template-columns: repeat(2,max-content); justify-content: center; margin: 0 auto; }
  .slogan-word { padding: .5rem .8rem .62rem; font-size: clamp(1.4rem,6.8vw,2.6rem); }
  footer { right: 1.2rem; bottom: 1.5rem; left: 1.2rem; grid-template-columns: 1fr; gap: 1rem; }
  .footer-links { flex-direction: row; gap: 1rem; }
  .faq-hero { padding: 9rem 1.2rem 5.5rem; }
  .faq-hero-copy h1 { font-size: clamp(3.2rem,16vw,4.8rem); }
  .faq-hero-visual { min-height: 390px; }
  .faq-postcard { right: 0; width: 88%; border-width: 7px; }
  .faq-logo-stamp { right: -1rem; bottom: 0; width: 140px; }
  .faq-big-question { left: -1%; bottom: 2%; font-size: 9rem; }
  .faq-tools { padding: 5rem 1.2rem 4rem; }
  .faq-chapters { grid-template-columns: 1fr; }
  .faq-category { gap: 2rem; padding: 4.5rem 1.2rem; }
  .faq-category-heading { grid-template-columns: 54px 1fr; }
  .faq-category-number { width: 48px; height: 48px; }
  .faq-category-heading h2 { font-size: clamp(2.5rem,12vw,3.7rem); }
  .faq-category-doodle { display: none; }
  .faq-list summary { grid-template-columns: 1fr 38px; gap: .8rem; min-height: 78px; }
  .faq-toggle { width: 36px; height: 36px; }
  .faq-answer { padding-right: .25rem; }
  .section-kicker { font-size: .86rem; letter-spacing: .1em; }
  .faq-link { width: 100%; justify-content: space-between; padding-left: 1.05rem; font-size: .7rem; }
  .faq-timeline li { grid-template-columns: 1fr; gap: .15rem; }
  .faq-contact { grid-template-columns: 1fr; gap: 2rem; padding: 6rem 1.2rem 9rem; }
  .faq-contact-actions { align-items: flex-start; flex-direction: column; }
  .faq-footer { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: 1fr; gap: 1.2rem; min-height: 0; padding: 3rem 1.2rem; }
  .contact-page .site-header { width: calc(100% - 2rem); }
  .contact-intro { min-height: 700px; padding: 9rem 1.2rem 8rem; }
  .contact-intro h1 { font-size: clamp(3.15rem,15vw,4.7rem); }
  .contact-logo-stamp { width: 140px; margin-bottom: 1.8rem; }
  .contact-form-panel { padding: 5.5rem 1.2rem; }
  .contact-form-heading { margin-bottom: 2.4rem; }
  .form-grid-two, .form-security { grid-template-columns: 1fr; gap: 0; }
  .form-security > p { margin-top: 1rem; }
  .contact-submit-row { align-items: stretch; flex-direction: column; }
  .form-privacy { margin-left: 0; }
  .contact-submit { justify-content: space-between; width: 100%; }
  .contact-next { grid-template-columns: 1fr; }
  .contact-next > a { min-height: 145px; padding: 2rem 1.2rem; }
  .contact-next > a:first-child { border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 390px) {
  .slogan-words { column-gap: .45rem; }
  .slogan-word { padding: .42rem .55rem .54rem; font-size: clamp(1.22rem,6.2vw,1.5rem); }
}
