:root{--sage: #8a9a7b;--sage-dark: #6b7d62;--sage-light: #b5c4a8;--sage-muted: #e8ede4;--cream: #f7f4ef;--cream-dark: #ebe6dd;--earth: #5c4f3d;--earth-light: #8b7d6b;--bark: #3d3529;--white: #fefdfb;--shadow: rgba(61, 53, 41, .08);--shadow-deep: rgba(61, 53, 41, .15);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--font-display-zh: "Noto Serif SC", "Songti SC", serif;--font-body-zh: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--radius: 4px;--radius-lg: 12px;--transition: .25s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-body);font-size:1.0625rem;font-weight:400;line-height:1.65;color:var(--bark);background:var(--cream);-webkit-font-smoothing:antialiased}body.lang-zh{font-family:var(--font-body-zh);line-height:1.75}body.lang-zh h1,body.lang-zh h2,body.lang-zh h3,body.lang-zh .nav__logo,body.lang-zh .story-values strong,body.lang-zh .journal-feature blockquote p{font-family:var(--font-display-zh)}body.lang-zh .nav__links a{text-transform:none;letter-spacing:.02em}img{max-width:100%;height:auto;display:block}a{color:var(--sage-dark);text-decoration-thickness:1px;text-underline-offset:3px;transition:color var(--transition)}a:hover{color:var(--earth)}.skip-link{position:absolute;top:-100%;left:var(--space-sm);z-index:1000;padding:var(--space-xs) var(--space-sm);background:var(--bark);color:var(--white);text-decoration:none;border-radius:var(--radius)}.skip-link:focus{top:var(--space-sm)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:var(--space-sm) 0;transition:background var(--transition),box-shadow var(--transition)}.site-header.is-scrolled{background:#f7f4efeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--shadow)}.nav{display:flex;align-items:center;justify-content:space-between;gap:clamp(1.25rem,3vw,2.25rem);max-width:72rem;margin:0 auto;padding:0 var(--space-md)}.nav__logo{display:flex;align-items:center;gap:.5rem;flex:0 0 auto;min-width:max-content;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--bark);text-decoration:none;letter-spacing:.02em;white-space:nowrap}.nav__logo:hover{color:var(--sage-dark)}.nav__logo-mark{font-size:1.1rem}.nav__panel{display:flex;align-items:center;justify-content:space-between;flex:1 1 auto;min-width:0;gap:clamp(1.25rem,2.5vw,2rem)}.nav__links{display:flex;align-items:center;gap:clamp(1.25rem,2.5vw,2.25rem);list-style:none;margin:0;padding:0;flex:0 0 auto}.nav__item{display:flex;align-items:center;margin:0;flex-shrink:0}.nav__links a,.nav__actions a,.nav__auth-btn,.nav__cta{white-space:nowrap}.nav__links a{font-size:.9rem;font-weight:500;color:var(--earth);text-decoration:none;letter-spacing:.03em;text-transform:lowercase}.nav__links a:hover{color:var(--sage-dark)}.nav__cta{padding:.5rem 1rem;background:var(--sage);color:var(--white)!important;border-radius:var(--radius);text-transform:none!important}.nav__cta:hover{background:var(--sage-dark);color:var(--white)!important}.lang-switcher{display:flex;align-items:center;gap:.25rem;padding:.2rem;background:var(--cream-dark);border-radius:var(--radius)}.lang-switcher__btn{padding:.35rem .65rem;font-family:var(--font-body);font-size:.8rem;font-weight:500;color:var(--earth-light);background:transparent;border:none;border-radius:calc(var(--radius) - 1px);cursor:pointer;transition:background var(--transition),color var(--transition)}body.lang-zh .lang-switcher__btn{font-family:var(--font-body-zh)}.lang-switcher__btn:hover{color:var(--bark)}.lang-switcher__btn.is-active{background:var(--white);color:var(--bark);box-shadow:0 1px 3px var(--shadow)}.nav__toggle{display:none;flex-shrink:0;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer}.nav__toggle span{display:block;width:22px;height:2px;background:var(--bark);transition:transform var(--transition),opacity var(--transition)}.nav__toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav__toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1100px){.nav__toggle{display:flex}.nav__panel{position:fixed;top:0;right:0;bottom:0;width:min(85vw,300px);flex:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1.25rem;padding:calc(var(--space-xl) + 2rem) var(--space-lg) var(--space-xl);background:var(--cream);box-shadow:-4px 0 24px var(--shadow-deep);transform:translate(100%);transition:transform var(--transition);overflow-y:auto}.nav__panel.is-open{transform:translate(0)}.nav__links{flex-direction:column;align-items:stretch;gap:1.25rem;width:100%}.nav__item{width:100%}.nav__links a{font-size:1.1rem;display:block}.nav__actions{flex-direction:column;align-items:stretch;gap:1rem;width:100%;padding-top:var(--space-sm);border-top:1px solid var(--cream-dark)}.lang-switcher{width:100%;justify-content:center}.nav__user-email{max-width:none;text-align:center}.nav__auth-btn,.nav__cta{width:100%;text-align:center;justify-content:center}}.nav__actions{display:flex;align-items:center;gap:1rem;flex:0 0 auto;flex-shrink:0}.nav__auth-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--earth);background:transparent;border:1px solid var(--cream-dark);border-radius:var(--radius);cursor:pointer;transition:background var(--transition),color var(--transition);white-space:nowrap}.nav__auth-btn:hover{background:var(--cream-dark);color:var(--bark)}.nav__user-email{font-size:.82rem;color:var(--earth-light);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1101px)and (max-width:1280px){.nav__logo{font-size:1.1rem}.nav__links{gap:1.25rem}.nav__actions{gap:.75rem}.nav__user-email{max-width:110px}}.auth-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:var(--space-xl) var(--space-md);background:var(--cream)}.auth-card{width:100%;max-width:28rem;padding:var(--space-xl);background:var(--white);border-radius:var(--radius-lg);box-shadow:0 12px 40px var(--shadow);text-align:center}.auth-card__mark{font-size:2rem}.auth-card h1{font-family:var(--font-display);font-size:2rem;font-weight:400;margin:var(--space-sm) 0;color:var(--bark)}.auth-card__lead{margin:0 0 var(--space-lg);color:var(--earth-light);font-size:.98rem;line-height:1.6}.auth-form{text-align:left;box-shadow:none;padding:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;font-family:var(--font-body);font-size:.95rem;font-weight:500;text-decoration:none;border:none;border-radius:var(--radius);cursor:pointer;transition:background var(--transition),color var(--transition),transform var(--transition)}.btn--primary{background:var(--sage);color:var(--white)}.btn--primary:hover{background:var(--sage-dark);color:var(--white)}.btn--ghost{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.6)}.btn--ghost:hover{background:#ffffff1f;color:var(--white)}.btn--full{width:100%}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:flex-end;padding:var(--space-2xl) var(--space-md) var(--space-xl)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#3d3529bf,#3d352959 45%,#3d352933)}.hero__content{position:relative;z-index:1;max-width:42rem;margin:0 auto 0 0;padding-left:max(var(--space-md),calc((100vw - 72rem) / 2 + var(--space-md)));color:var(--white)}.hero__eyebrow{font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;opacity:.9;margin:0 0 var(--space-sm)}.hero h1{font-family:var(--font-display);font-size:clamp(2.75rem,7vw,4.25rem);font-weight:400;line-height:1.1;margin:0 0 var(--space-md);letter-spacing:-.02em}.hero__lead{font-size:1.125rem;font-weight:300;line-height:1.7;opacity:.95;margin:0 0 var(--space-lg);max-width:36rem}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.hero__scroll{position:absolute;bottom:var(--space-lg);left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#fffc;text-decoration:none;animation:gentle-bob 2.5s ease-in-out infinite}@keyframes gentle-bob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}@media(prefers-reduced-motion:reduce){.hero__scroll{animation:none}}@media(max-width:640px){.hero__content{padding-left:var(--space-md)}.hero__actions .btn{width:100%}}.section{padding:var(--space-2xl) 0}.section--cream{background:var(--cream)}.section--sage{background:var(--sage-muted)}.container{max-width:72rem;margin:0 auto;padding:0 var(--space-md)}.container--narrow{max-width:40rem}.section__label{display:block;font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--sage-dark);margin-bottom:var(--space-xs)}.section__intro h2{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);font-weight:400;line-height:1.2;color:var(--bark);margin:0 0 var(--space-md)}.section__intro--center{text-align:center;max-width:36rem;margin:0 auto var(--space-xl)}.section__desc{margin:0;color:var(--earth-light);font-size:1.05rem}.lead{font-size:1.2rem;line-height:1.7;color:var(--earth)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:start}.story-grid__text p{margin:0 0 var(--space-md)}.story-values{list-style:none;margin:var(--space-lg) 0 0;padding:0;border-top:1px solid var(--cream-dark)}.story-values li{padding:var(--space-md) 0;border-bottom:1px solid var(--cream-dark)}.story-values strong{display:block;font-family:var(--font-display);font-size:1.35rem;font-weight:600;color:var(--bark);margin-bottom:.25rem}.story-values span{font-size:.95rem;color:var(--earth-light)}.story-grid__figure{margin:0}.story-grid__figure img{border-radius:var(--radius-lg);box-shadow:0 24px 48px var(--shadow)}.story-grid__figure figcaption{margin-top:var(--space-sm);font-size:.9rem;font-style:italic;color:var(--earth-light)}@media(max-width:900px){.story-grid{grid-template-columns:1fr}.story-grid__figure{order:-1}}.journal-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);margin-bottom:var(--space-xl)}.journal-entry{padding:var(--space-lg);background:var(--white);border-radius:var(--radius-lg);box-shadow:0 4px 20px var(--shadow)}.journal-entry time{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--sage)}.journal-entry h3{font-family:var(--font-display);font-size:1.5rem;font-weight:600;margin:var(--space-xs) 0 var(--space-sm);color:var(--bark)}.journal-entry p{margin:0;font-size:.98rem;color:var(--earth-light)}.journal-feature{position:relative;border-radius:var(--radius-lg);overflow:hidden}.journal-feature img{width:100%;aspect-ratio:21 / 9;object-fit:cover}.journal-feature blockquote{position:absolute;bottom:0;left:0;right:0;margin:0;padding:var(--space-xl) var(--space-lg);background:linear-gradient(transparent,#3d3529d9);color:var(--white)}.journal-feature blockquote p{font-family:var(--font-display);font-size:clamp(1.35rem,3vw,1.75rem);font-style:italic;margin:0 0 var(--space-xs);line-height:1.4}.journal-feature cite{font-size:.9rem;font-style:normal;opacity:.85}@media(max-width:900px){.journal-timeline{grid-template-columns:1fr}}.journal-entry--link{display:block;color:inherit;text-decoration:none;transition:transform var(--transition),box-shadow var(--transition)}.journal-entry--link:hover{transform:translateY(-2px);box-shadow:0 8px 28px var(--shadow)}.journal-view-all{text-align:center;margin:0 0 var(--space-lg)}.journal-view-all a{font-weight:500;color:var(--sage-dark);text-decoration:none}.journal-view-all a:hover{color:var(--bark);text-decoration:underline}.journal-archive-controls{margin-bottom:var(--space-lg)}.journal-archive-search{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-md)}.journal-archive-search input{flex:1;min-width:min(100%,220px);padding:.75rem 1rem;font-family:var(--font-body);font-size:1rem;color:var(--bark);background:var(--white);border:1px solid var(--cream-dark);border-radius:var(--radius)}.journal-archive-tags{display:flex;flex-wrap:wrap;gap:.5rem}.journal-archive-tag{padding:.35rem .75rem;font-family:var(--font-body);font-size:.82rem;font-weight:500;color:var(--earth);background:var(--white);border:1px solid var(--cream-dark);border-radius:var(--radius);cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition)}.journal-archive-tag:hover,.journal-archive-tag.is-active{background:var(--sage);border-color:var(--sage);color:var(--white)}.journal-archive-more{text-align:center;margin:var(--space-lg) 0}.journal-detail__header time{display:block;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--sage)}.journal-detail__header h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;margin:var(--space-xs) 0 var(--space-sm);color:var(--bark)}.journal-detail__author{margin:0 0 var(--space-sm);color:var(--earth-light)}.journal-detail__tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0 0 var(--space-md);padding:0}.journal-detail__tags li{padding:.25rem .65rem;font-size:.8rem;font-weight:500;color:var(--earth);background:var(--cream-dark);border-radius:var(--radius)}.journal-detail__cover{margin-bottom:var(--space-lg)}.journal-detail .gallery-post__images,.journal-detail .gallery-post__images--single,.journal-detail .gallery-post__images--double,.journal-detail .gallery-post__images--multi{margin-top:var(--space-lg)}.journal-detail__nav{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-sm);margin-top:var(--space-xl);padding-top:var(--space-md);border-top:1px solid var(--cream-dark)}.journal-detail__nav-link{font-weight:500;color:var(--sage-dark);text-decoration:none;max-width:45%}.journal-detail__nav-link--next{text-align:right;margin-left:auto}.journal-detail__nav-link:hover{color:var(--bark);text-decoration:underline}.markdown-content{color:var(--earth);font-size:1rem;line-height:1.7}.markdown-content h2,.markdown-content h3{font-family:var(--font-display);color:var(--bark);margin:var(--space-md) 0 var(--space-sm)}.markdown-content p{margin:0 0 var(--space-sm)}.markdown-content ul,.markdown-content ol{margin:0 0 var(--space-sm);padding-left:1.25rem}.markdown-content a{color:var(--sage-dark)}.journal-admin-new{margin-bottom:var(--space-md)}.journal-admin-list{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-md)}.journal-admin-list__item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);background:var(--white);border-radius:var(--radius-lg);box-shadow:0 4px 20px var(--shadow)}.journal-admin-list__item h2{margin:0;font-family:var(--font-display);font-size:1.35rem;font-weight:600}.journal-admin-list__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:.35rem 0 0;font-size:.85rem;color:var(--earth-light)}.journal-admin-list__actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.journal-admin-status{padding:.2rem .55rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius);background:var(--cream-dark);color:var(--earth)}.journal-admin-status--published{background:#8a9a7b33;color:var(--sage-dark)}.journal-admin-status--scheduled{background:#3d352914;color:var(--bark)}.journal-admin-status--archived{background:#9a4a4a1f;color:#9a4a4a}.journal-admin-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--bark);cursor:pointer}.form-row select{width:100%;padding:.75rem 1rem;font-family:var(--font-body);font-size:1rem;color:var(--bark);background:var(--cream);border:1px solid var(--cream-dark);border-radius:var(--radius)}.nav__admin-link{text-decoration:none;white-space:nowrap}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:var(--space-sm)}.gallery-item{position:relative;margin:0;border-radius:var(--radius);overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item figcaption{position:absolute;bottom:0;left:0;right:0;padding:var(--space-sm);font-size:.8rem;color:var(--white);background:linear-gradient(transparent,#00000080);opacity:0;transition:opacity var(--transition)}.gallery-item:hover figcaption{opacity:1}.gallery-item--wide{grid-column:span 2}.gallery-item--tall{grid-row:span 2}.gallery-note{text-align:center;margin:var(--space-lg) 0 0;font-size:.95rem;color:var(--earth-light)}.gallery-posts{display:grid;gap:var(--space-lg);margin-top:var(--space-lg)}.gallery-post{background:var(--white);border-radius:var(--radius-lg);box-shadow:0 6px 24px var(--shadow);padding:var(--space-md)}.gallery-post__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:var(--space-sm);margin-bottom:var(--space-sm)}.gallery-post__info h3,.gallery-post__title-group h3{margin:0;font-family:var(--font-display);font-size:1.5rem;font-weight:600}.gallery-post__duration{margin:.35rem 0 0;font-size:.95rem;font-weight:500;color:var(--earth)}.gallery-post__info time,.gallery-post__title-group time{display:block;margin-top:.25rem;font-size:.82rem;color:var(--earth-light)}.gallery-post__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.gallery-post__edit{padding:.4rem .75rem;font-family:var(--font-body);font-size:.82rem;font-weight:500;color:var(--earth);background:transparent;border:1px solid var(--cream-dark);border-radius:var(--radius);cursor:pointer;transition:background var(--transition),color var(--transition)}.gallery-post__edit:hover:not(:disabled){background:var(--cream-dark);color:var(--bark)}.gallery-post__edit:disabled{opacity:.6;cursor:not-allowed}.gallery-post__delete{padding:.4rem .75rem;font-family:var(--font-body);font-size:.82rem;font-weight:500;color:#9a4a4a;background:transparent;border:1px solid rgba(154,74,74,.35);border-radius:var(--radius);cursor:pointer;transition:background var(--transition),color var(--transition)}.gallery-post__delete:hover:not(:disabled){background:#9a4a4a14}.gallery-post__delete:disabled{opacity:.6;cursor:not-allowed}.gallery-post__description{margin:0 0 var(--space-sm);color:var(--earth-light);font-size:.98rem;line-height:1.6}.gallery-post__images{display:grid;gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(min(100%,160px),1fr))}.gallery-post__images--single{grid-template-columns:1fr;max-width:36rem}.gallery-post__images--double{grid-template-columns:repeat(2,1fr)}.gallery-post__images--multi{grid-template-columns:repeat(auto-fill,minmax(min(100%,140px),1fr))}.gallery-post__images img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius);background:var(--cream-dark)}@media(max-width:540px){.gallery-post__images--double,.gallery-post__images--multi{grid-template-columns:repeat(2,1fr)}}@media(max-width:360px){.gallery-post__images--double,.gallery-post__images--multi{grid-template-columns:1fr}}.gallery-edit-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:var(--space-md)}.gallery-edit-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:none;background:#2d262073;cursor:pointer}.gallery-edit-modal__panel{position:relative;width:100%;max-width:32rem;max-height:min(90vh,720px);overflow-y:auto;padding:var(--space-lg);background:var(--white);border-radius:var(--radius-lg);box-shadow:0 16px 48px var(--shadow-deep)}.gallery-edit-modal__panel h3{margin:0;font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--bark)}.gallery-edit-modal__location{margin:.35rem 0 var(--space-md);font-size:.9rem;color:var(--earth-light)}.gallery-edit-modal__form .form-row:last-of-type{margin-bottom:var(--space-sm)}.gallery-edit-modal__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-md)}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}.gallery-item--wide{grid-column:span 2}.gallery-item--tall{grid-row:span 1}}.share-form{background:var(--white);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:0 8px 32px var(--shadow)}.form-row{margin-bottom:var(--space-md)}.form-row label{display:block;font-size:.9rem;font-weight:500;color:var(--bark);margin-bottom:.4rem}.form-row .hint{font-weight:400;color:var(--earth-light);margin-left:.2em}.form-row input,.form-row textarea{width:100%;padding:.75rem 1rem;font-family:var(--font-body);font-size:1rem;color:var(--bark);background:var(--cream);border:1px solid var(--cream-dark);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition)}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--sage);box-shadow:0 0 0 3px #8a9a7b33}.form-row textarea{resize:vertical;min-height:120px}.form-hint,.form-row .form-hint{margin:.35rem 0 0;font-size:.8rem;color:var(--earth-light)}.form-status{margin:var(--space-sm) 0 0;font-size:.95rem;text-align:center}.share-setup-note{margin-top:var(--space-lg);padding:var(--space-md);font-size:.85rem;color:var(--earth-light);background:var(--cream-dark);border-radius:var(--radius);text-align:center}.share-setup-note code{font-size:.8em;padding:.15em .4em;background:var(--white);border-radius:2px}.photo-preview{margin-top:var(--space-sm);border-radius:var(--radius);overflow:hidden;max-width:280px;box-shadow:0 4px 16px var(--shadow)}.photo-preview img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.photo-preview-grid{margin-top:var(--space-sm);display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.75rem}.photo-preview-item{display:flex;flex-direction:column;gap:.35rem}.photo-preview-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius)}.photo-preview-item__remove{padding:.35rem .5rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;color:#9a4a4a;background:transparent;border:1px solid rgba(154,74,74,.35);border-radius:var(--radius);cursor:pointer;transition:background var(--transition),color var(--transition)}.photo-preview-item__remove:hover{background:#9a4a4a14}.photo-preview-item__label{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sage-dark);text-align:center}.form-status.is-success{color:var(--sage-dark)}.form-status.is-error{color:#9a4a4a}.join{background:var(--bark);color:var(--cream)}.join .section__label{color:var(--sage-light)}.join h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;margin:0 0 var(--space-md);color:var(--white)}.join__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center}.join__content p{color:#f7f4efd9;margin:0 0 var(--space-md)}.join-list{margin:0 0 var(--space-lg);padding-left:1.25rem;color:#f7f4efe6}.join-list li{margin-bottom:.5rem}.join__email{margin-top:var(--space-md);font-size:.95rem;color:#f7f4efb3}.join__email a{color:var(--sage-light)}.join__visual img{border-radius:var(--radius-lg);box-shadow:0 24px 48px #0000004d}@media(max-width:768px){.join__inner{grid-template-columns:1fr}.join__visual{order:-1;max-height:280px;overflow:hidden}.join__visual img{width:100%;height:280px;object-fit:cover}}.site-footer{padding:var(--space-xl) 0 var(--space-lg);background:var(--earth);color:#fefdfbd9}.footer__inner{display:grid;grid-template-columns:1fr auto;gap:var(--space-lg);align-items:start}.footer__brand p{margin:.25rem 0 0}.footer__tagline{font-size:.9rem;opacity:.75}.footer__nav{display:flex;flex-wrap:wrap;gap:var(--space-md)}.footer__nav a{color:#fefdfbe6;text-decoration:none;font-size:.9rem}.footer__nav a:hover{color:var(--sage-light)}.footer__copy{grid-column:1 / -1;margin:var(--space-md) 0 0;padding-top:var(--space-md);border-top:1px solid rgba(255,255,255,.15);font-size:.85rem;opacity:.7}@media(max-width:600px){.footer__inner{grid-template-columns:1fr}}
