.site-wrap{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1 1}.container{width:min(1120px,calc(100% - clamp(1.5rem, 4vw, 2.5rem)));margin-inline:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-sticky);background:var(--paper);color:var(--ink);border-bottom:1px solid var(--line);padding-top:env(safe-area-inset-top);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header .inner{gap:1rem;min-height:72px;position:relative}.brand,.site-header .inner{display:flex;align-items:center}.brand{gap:.7rem;color:var(--ink);text-decoration:none;font-family:var(--font-display);font-size:1.45rem;font-weight:700;letter-spacing:.02em;line-height:1}.brand img{width:52px;height:52px;flex-shrink:0;object-fit:contain;border-radius:10px}.brand-logo img{width:auto;height:clamp(48px,12vw,80px);max-width:min(220px,58vw);border-radius:0}.brand small{display:block;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.site-nav{display:flex;align-items:center;gap:1.35rem;margin-left:auto}.site-nav a{color:var(--ink-soft);text-decoration:none;font-family:var(--font-display);font-size:1.08rem;font-weight:500;letter-spacing:.04em;padding:.35rem 0;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--enamel-deep);border-bottom-color:var(--honey)}.site-nav .nav-cta{border:2px solid var(--honey);border-radius:999px;padding:.4rem 1.1rem;color:var(--honey-deep);background:var(--honey-soft)}.site-nav .nav-cta:hover{background:var(--honey);color:white;border-bottom-color:var(--honey)}.menu-toggle{display:none;margin-left:auto;background:none;border:0;color:var(--ink);padding:.6rem;min-width:44px;min-height:44px}.nav-backdrop{display:none}@media (max-width:900px){.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.site-nav{display:none;position:absolute;inset:100% 0 auto 0;z-index:2;flex-direction:column;align-items:stretch;gap:0;background:var(--paper);padding:.5rem 0 calc(1rem + env(safe-area-inset-bottom));box-shadow:var(--shadow);border-bottom:1px solid var(--line);max-height:min(80vh,calc(100dvh - 72px));overflow-y:auto;-webkit-overflow-scrolling:touch}.site-nav a,.site-nav.open{display:flex}.site-nav a{padding:.95rem .15rem;font-size:1.2rem;border-bottom:1px solid var(--line);min-height:48px;align-items:center}.site-nav .nav-cta{margin-top:.9rem;text-align:center;justify-content:center;display:inline-flex;border-bottom:2px solid var(--honey)}.nav-backdrop{display:block;position:fixed;inset:0;z-index:calc(var(--z-sticky) - 1);background:oklch(.2 .02 55/.4);border:0;padding:0;cursor:pointer}}.hero{position:relative;min-height:clamp(480px,72vh,680px);display:flex;align-items:flex-end;color:white;isolation:isolate;overflow:hidden}.hero img.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;z-index:-2}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,oklch(.24 .05 155/.15),oklch(.2 .05 155/.82) 88%);z-index:-1}.hero .hero-content{padding:4.5rem 0 3.2rem}.hero h1{font-size:clamp(2.6rem,1.6rem + 4.5vw,5rem);max-width:14ch;margin-bottom:.35em}.hero .lede{font-size:clamp(1.05rem,1rem + .5vw,1.3rem);max-width:52ch;color:oklch(1 0 0/.92);margin-bottom:1.6rem}.hero .cta-row{display:flex;flex-wrap:wrap;gap:.9rem}.hero .hero-place{display:inline-block;font-family:var(--font-display);font-size:1.05rem;letter-spacing:.16em;text-transform:uppercase;color:var(--honey);margin-bottom:1rem}.section{padding:clamp(3rem,2rem + 4vw,5.5rem) 0}.section-tight{padding:clamp(2rem,1.5rem + 2vw,3.5rem) 0}.section h2{font-size:clamp(1.9rem,1.4rem + 2.2vw,3rem);color:var(--enamel-deep)}.section .section-intro{max-width:62ch;color:var(--ink-soft);margin-bottom:2rem}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.6rem}.section-head h2{margin-bottom:0}.journey{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));grid-gap:1.5rem;gap:1.5rem;counter-reset:step}.journey article{position:relative;background:var(--paper);border-radius:var(--radius);padding:1.6rem 1.5rem 1.4rem;box-shadow:var(--shadow)}.journey article:before{counter-increment:step;content:counter(step);position:absolute;top:-1rem;left:1.25rem;width:2.2rem;height:2.2rem;display:grid;place-items:center;background:var(--honey);color:white;border-radius:999px;font-family:var(--font-display);font-weight:700;font-size:1.15rem}.journey h3{font-size:1.45rem;color:var(--enamel-deep);margin:.4rem 0}.journey p{margin:0;font-size:.98rem;color:var(--ink-soft)}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));grid-gap:1.6rem;gap:1.6rem}.cat-card{position:relative;display:flex;flex-direction:column;background:var(--paper);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);text-decoration:none;color:var(--ink);transition:transform .22s cubic-bezier(.22,1,.36,1)}.cat-card:hover{transform:translateY(-4px)}.cat-card .photo{aspect-ratio:4/3;background:var(--kraft);overflow:hidden}.cat-card .photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.22,1,.36,1)}.cat-card:hover .photo img{transform:scale(1.04)}.cat-card .photo .no-photo{width:100%;height:100%;display:grid;place-items:center;color:var(--honey-deep)}.cat-card .body{padding:1.1rem 1.25rem 1.3rem;display:flex;flex-direction:column;gap:.4rem}.cat-card h3{font-size:1.7rem;margin:0}.cat-card .meta{font-size:.92rem;color:var(--ink-soft)}.cat-card .badge{position:absolute;top:.9rem;left:.9rem}.cat-filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.8rem}.cat-filters a{font-family:var(--font-display);font-size:1.02rem;font-weight:600;letter-spacing:.03em;text-decoration:none;color:var(--enamel-deep);border:1.5px solid var(--line);border-radius:999px;padding:.35rem 1rem;background:var(--paper);transition:background-color .15s ease,color .15s ease,border-color .15s ease}.cat-filters a:hover{border-color:var(--enamel)}.cat-filters a[aria-current=true]{background:var(--enamel);border-color:var(--enamel);color:white}.cat-sheet{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,4fr);grid-gap:clamp(1.5rem,3vw,3rem);gap:clamp(1.5rem,3vw,3rem);align-items:start}@media (max-width:820px){.cat-sheet{grid-template-columns:1fr}}.cat-gallery .main-photo{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;background:var(--kraft);box-shadow:var(--shadow)}.cat-gallery .main-photo-btn{display:block;width:100%;padding:0;border:0;cursor:zoom-in}.cat-gallery .main-photo img{width:100%;height:100%;object-fit:cover}.cat-gallery .thumbs{display:flex;gap:.6rem;margin-top:.6rem;flex-wrap:wrap}.cat-gallery .thumbs img{width:84px;height:84px;object-fit:cover;border-radius:var(--radius-sm)}.cat-gallery .thumb-btn{padding:0;border:2px solid transparent;border-radius:calc(var(--radius-sm) + 2px);background:none;line-height:0;cursor:pointer}.cat-gallery .thumb-btn.is-active,.cat-gallery .thumb-btn:hover{border-color:var(--honey)}.cat-gallery .thumb-btn img{display:block}.lightbox{position:fixed;inset:0;z-index:var(--z-overlay);background:oklch(.15 .02 55/.92);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom))}.lightbox-img{max-width:min(1100px,100%);max-height:min(78vh,900px);width:auto;height:auto;object-fit:contain;border-radius:var(--radius-sm)}.lightbox-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:0;border-radius:999px;background:oklch(1 0 0/.15);color:white;font-size:1.8rem;line-height:1;cursor:pointer}.lightbox-close:hover{background:oklch(1 0 0/.28)}.lightbox-nav{display:flex;align-items:center;gap:1rem;color:white;font-family:var(--font-display)}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));grid-gap:1.4rem;gap:1.4rem;margin-top:1rem}.video-card{margin:0}.video-frame{position:relative;aspect-ratio:16/9;background:var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.video-frame iframe,.video-frame video{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:contain;background:#000}.video-card figcaption{margin-top:.55rem;font-size:.95rem;color:var(--ink-soft)}.cat-traits{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.4rem;padding:0;list-style:none}.cat-traits li{background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:.25rem .85rem;font-size:.9rem}.cat-traits li.yes{border-color:var(--enamel);color:var(--enamel-deep)}.cat-traits li.no{color:var(--ink-soft);text-decoration:line-through;text-decoration-thickness:1px}.band{position:relative;color:white;isolation:isolate;overflow:hidden;padding:clamp(3rem,2rem + 4vw,5rem) 0}.band .band-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.band:after{content:"";position:absolute;inset:0;background:oklch(.28 .06 155/.85);z-index:-1}.band h2{color:white;font-size:clamp(1.9rem,1.4rem + 2.2vw,3rem)}.band p{max-width:58ch;color:oklch(1 0 0/.92)}.band-honey:after{background:oklch(.5 .11 70/.88)}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));grid-gap:1.5rem;gap:1.5rem}.help-card{background:var(--paper);border-radius:var(--radius);padding:1.7rem 1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column}.help-card h3{font-size:1.55rem;color:var(--enamel-deep)}.help-card p{color:var(--ink-soft);font-size:.98rem;flex:1 1}.help-card .btn{align-self:flex-start}.post-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));grid-gap:1.6rem;gap:1.6rem}.post-card{background:var(--paper);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);text-decoration:none;color:var(--ink);display:flex;flex-direction:column;transition:transform .22s cubic-bezier(.22,1,.36,1)}.post-card:hover{transform:translateY(-4px)}.post-card .cover{aspect-ratio:16/9;background:var(--enamel-soft);overflow:hidden}.post-card .cover img{width:100%;height:100%;object-fit:cover}.post-card .body{padding:1.2rem 1.3rem 1.4rem}.post-card time{font-size:.85rem;color:var(--ink-soft)}.post-card h3{font-size:1.5rem;margin:.3rem 0 .4rem}.post-card p{margin:0;color:var(--ink-soft);font-size:.95rem}.prose{max-width:68ch}.prose h2{font-size:1.8rem;margin-top:1.8em}.prose h3{font-size:1.4rem;margin-top:1.5em}.prose ul{padding-left:1.3rem}.prose li{margin-bottom:.4rem}.prose img{border-radius:var(--radius)}.prose-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));grid-gap:.9rem;gap:.9rem;margin:1.4rem 0}.prose-figure{margin:0}.prose-figure img,.prose-inline-img{width:100%;height:auto;display:block;border-radius:var(--radius)}.page-head{background:var(--enamel-deep);color:white;padding:clamp(2.4rem,2rem + 2.5vw,4rem) 0}.page-head h1{font-size:clamp(2.2rem,1.6rem + 3vw,3.8rem);margin-bottom:.2em}.page-head p{max-width:60ch;color:oklch(1 0 0/.88);margin:0;font-size:1.08rem}.site-footer{background:var(--enamel-deep);color:oklch(1 0 0/.88);padding:3rem 0 calc(1.5rem + env(safe-area-inset-bottom));margin-top:auto}.site-footer a{color:white;text-decoration:none}.site-footer a:hover{color:var(--honey)}.site-footer .cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.site-footer .brand-footer{color:white}.site-footer .brand-plate{display:grid;place-items:center;background:white;border-radius:12px;padding:.2rem;flex-shrink:0}.site-footer .brand-plate img{width:56px;height:56px}.site-footer .brand-plate-full{padding:.55rem .7rem}.site-footer .brand-plate-full img{width:auto;height:96px}.site-footer h3{color:var(--honey);font-size:1.2rem;letter-spacing:.06em;text-transform:uppercase}.site-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.site-footer .legal{border-top:1px solid oklch(1 0 0/.16);padding-top:1.3rem;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;font-size:.88rem;color:oklch(1 0 0/.7)}.site-footer .legal a{color:oklch(1 0 0/.85);text-decoration:none}.site-footer .legal a:hover{color:var(--honey)}.social-links{display:flex;gap:.7rem;margin-top:.8rem}.social-links a{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;border:1.5px solid oklch(1 0 0/.4);transition:background-color .15s ease,border-color .15s ease}.social-links a:hover{background:var(--honey);border-color:var(--honey);color:var(--ink)}.cookie-notice{position:fixed;inset:auto 1rem calc(1rem + env(safe-area-inset-bottom)) 1rem;z-index:var(--z-toast);max-width:480px;margin-inline:auto;background:var(--paper);border-radius:var(--radius);box-shadow:0 8px 40px oklch(.2 .02 200/.3);padding:1.3rem 1.4rem}.cookie-notice h2{font-size:1.3rem;margin-bottom:.3rem}.cookie-notice p{font-size:.92rem;color:var(--ink-soft);margin-bottom:1rem}.cookie-notice .actions{display:flex;flex-wrap:wrap;gap:.6rem}.empty-state{background:var(--paper);border-radius:var(--radius);padding:2.5rem 1.5rem;text-align:center;color:var(--ink-soft)}.stat-strip{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:2rem}.stat-strip div{font-family:var(--font-display)}.stat-strip .num{font-size:2.4rem;font-weight:700;color:var(--honey);line-height:1}.stat-strip .label{font-size:1rem;letter-spacing:.05em;color:oklch(1 0 0/.85)}.breadcrumb{font-size:.9rem;color:var(--ink-soft);margin-bottom:1rem}.breadcrumb a{color:var(--enamel)}.layout-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:start}.layout-split.align-center{align-items:center}@media (max-width:900px){.hero{min-height:clamp(420px,68dvh,620px)}.hero .hero-content{padding:3.2rem 0 2.4rem}.hero h1{max-width:12ch;font-size:clamp(2.2rem,1.4rem + 5vw,3.6rem)}.hero .lede{max-width:40ch}.site-footer .brand-plate-full img{height:clamp(64px,18vw,88px)}.stat-strip{gap:1.4rem 2rem}.stat-strip .num{font-size:2rem}}@media (max-width:720px){.layout-split{grid-template-columns:1fr;gap:2rem}.section{padding:clamp(2.4rem,1.6rem + 3vw,4rem) 0}.section h2{font-size:clamp(1.65rem,1.3rem + 2vw,2.4rem)}.page-head{padding:clamp(1.8rem,1.4rem + 2vw,2.8rem) 0}.page-head h1{font-size:clamp(1.9rem,1.5rem + 2.5vw,2.8rem)}.page-head p{font-size:1rem}.cat-filters{gap:.45rem;margin-bottom:1.3rem;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem;margin-inline:calc(clamp(.75rem, 2vw, 1.25rem) * -1);padding-inline:clamp(.75rem,2vw,1.25rem);scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.cat-filters a{flex:0 0 auto;scroll-snap-align:start;padding:.45rem .95rem;font-size:.98rem}.cat-gallery .thumbs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.cat-gallery .thumbs img{width:72px;height:72px}.lightbox{padding:calc(1rem + env(safe-area-inset-top)) 1rem 1rem}.lightbox-img{max-height:min(70dvh,900px)}.lightbox-close{top:calc(.6rem + env(safe-area-inset-top));right:.6rem}.help-card,.journey article{padding:1.35rem 1.2rem}.cat-card .body,.post-card .body{padding:1rem 1.1rem 1.15rem}.cat-card h3{font-size:1.45rem}.cookie-notice{inset:auto .65rem calc(.65rem + env(safe-area-inset-bottom)) .65rem;max-width:none;padding:1.1rem 1.15rem}.site-footer{padding:2.2rem 0 calc(1.2rem + env(safe-area-inset-bottom))}.site-footer .cols{gap:1.5rem}.site-footer .legal{flex-direction:column;align-items:flex-start;gap:.75rem}.prose h2{font-size:1.45rem}.prose h3{font-size:1.25rem}.cta-row .btn,.hero .cta-row .btn{width:100%;justify-content:center}.section-head{align-items:flex-start;flex-direction:column}}@media (max-width:480px){body{font-size:1rem}.hero{min-height:min(520px,78dvh);align-items:flex-end}.hero .hero-content{padding:2.4rem 0 1.8rem}.hero h1{max-width:none;font-size:clamp(2rem,9.5vw,2.6rem)}.hero .hero-place{font-size:.92rem;letter-spacing:.12em}.stat-strip{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.band{padding:2.4rem 0}.empty-state{padding:1.8rem 1.1rem}}@media (hover:none){.cat-card:hover,.cat-card:hover .photo img,.post-card:hover{transform:none}}