.protected-route{min-height:100vh;display:grid;place-items:center}.admin-config{max-width:46rem}.admin-config__day-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));overflow:hidden;border:1px solid var(--border-strong);border-radius:1rem}.admin-config__day{min-height:3.1rem;padding:.75rem .5rem;border:none;border-right:1px solid var(--border-strong);background:#ffffffc7;color:var(--text-muted);box-shadow:none;font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.admin-config__day.is-active{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-strong) 100%);color:#f8fff9;border-color:transparent}.admin-config__day:first-child{border-radius:1rem 0 0 1rem}.admin-config__day:last-child{border-right:none;border-radius:0 1rem 1rem 0}@media(max-width:640px){.admin-config__day-grid{grid-template-columns:repeat(4,minmax(0,1fr));border-radius:1rem}.admin-config__day{border-right:1px solid var(--border-strong);border-bottom:1px solid var(--border-strong)}.admin-config__day:nth-child(4n){border-right:none}.admin-config__day:nth-last-child(-n+3){border-bottom:none}.admin-config__day:first-child{border-radius:1rem 0 0}.admin-config__day:nth-child(4){border-radius:0 1rem 0 0}.admin-config__day:nth-child(5){border-radius:0 0 0 1rem}.admin-config__day:last-child{border-radius:0 0 1rem}}.admin-orders__list{display:grid;gap:1rem}.admin-orders__card{padding:1rem;border:1px solid var(--border);border-radius:1rem}.admin-orders__top,.admin-orders__bottom{display:flex;justify-content:space-between;gap:1rem;align-items:center}.admin-orders__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-orders__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-orders__delete{color:var(--danger)}.admin-orders__card p,.admin-orders__card ul{margin-top:.5rem}@media(max-width:640px){.admin-orders__top,.admin-orders__bottom,.admin-orders__pagination{display:grid}}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .75rem;font-size:.85rem;text-transform:capitalize;background:#2f2a2514}.status-pill--pending{background:#f2dfb5}.status-pill--confirmed,.status-pill--ready{background:#d3e7d8}.status-pill--completed{background:#d8e3ef}.status-pill--cancelled{background:#efcec6}.admin-page{padding:2rem 0 4rem}.admin-page__header,.admin-page__header-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-page__layout{display:grid;grid-template-columns:220px 1fr;gap:1.25rem;margin-top:1.5rem}.admin-page__nav,.admin-page__content{padding:1.25rem;border-radius:1.5rem;background:#fffbf5b8;border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow-soft)}.admin-page__nav{display:grid;gap:.5rem;align-content:start}.admin-page__nav a{padding:.8rem .95rem;border-radius:1rem;color:var(--text-muted);text-decoration:none}.admin-page__nav a.is-active{background:#1f6a521f;color:var(--accent-strong)}@media(max-width:900px){.admin-page__layout{grid-template-columns:1fr}}.admin-products__create,.admin-products__list{display:grid;gap:1rem}.admin-products__create{padding:1.35rem;border-radius:1.4rem;background:#fffbf5bd;border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow-soft)}.admin-products__editor-header,.admin-products__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.admin-products__editor-header p,.admin-products__meta{margin:.25rem 0 0}.admin-products__meta{color:var(--accent-strong);font-size:.92rem}.admin-products__price-badge{padding:.65rem .95rem;border-radius:999px;background:#1f6a521a;color:var(--accent-strong);font-weight:700}.admin-products__editor-actions,.admin-products__inline{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-products__card{display:grid;gap:1rem;padding:1.15rem;border:1px solid rgba(255,255,255,.5);border-radius:1.25rem;background:#fffbf5b8;box-shadow:var(--shadow-soft)}.admin-products__card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-products__card p{margin:.25rem 0 0}.admin-products__card-copy{display:grid;gap:.35rem}.admin-products__card-image{overflow:hidden;max-width:11rem;aspect-ratio:4/3;margin-top:.4rem;border-radius:.95rem}.admin-products__card-image img{width:100%;height:100%;object-fit:cover}.admin-products__price-field{width:8rem}.admin-products__price-field span{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.admin-products__checkbox{display:flex;gap:.5rem;align-items:center}.admin-products__checkbox input{width:auto}.admin-products__create--inline{padding-top:.5rem;border-top:1px solid var(--border);box-shadow:none}.admin-products__image-preview-grid{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr))}.admin-products__image-preview{display:grid;gap:.45rem}.admin-products__image-preview img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:.95rem;background:#ffffffa3}.admin-products__image-preview small{overflow-wrap:anywhere;color:var(--text-muted)}@media(max-width:800px){.admin-products__card-top{display:grid}}.admin-stores__editor,.admin-stores__list{display:grid;gap:1rem}.admin-stores__products{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-stores__products label,.admin-stores__checkbox{display:flex;gap:.75rem;align-items:center}.admin-stores__editor-actions,.admin-stores__actions{display:flex;gap:.75rem;flex-wrap:wrap}.admin-stores__products input,.admin-stores__checkbox input{width:auto}.admin-stores__card{display:grid;gap:1rem;padding:1rem;border-radius:1rem;border:1px solid var(--border)}.admin-stores__card-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.admin-stores__editor--inline{padding-top:.5rem;border-top:1px solid var(--border)}.admin-stores__card p{margin:.25rem 0 0}@media(max-width:640px){.admin-stores__card-top{display:grid}}.admin-users__table{display:grid;gap:.75rem}.admin-users__row{display:grid;grid-template-columns:minmax(0,13rem) minmax(0,1fr) auto;grid-template-areas:"identity identity identity" "status stores admin" "save save save";gap:1rem;align-items:start;padding:1rem;border:1px solid var(--border);border-radius:1rem}.admin-users__identity{grid-area:identity;min-width:0}.admin-users__identity strong,.admin-users__identity p{overflow-wrap:anywhere;word-break:break-word}.admin-users__row p{margin:.25rem 0 0}.admin-users__status{grid-area:status;display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;min-width:11rem}.admin-users__actions{display:flex;flex-direction:column;align-items:stretch;gap:.45rem;width:100%}.admin-users__actions button{min-height:2.25rem;padding:.55rem .8rem;font-size:.9rem;box-shadow:none}.admin-users__actions button.is-active{border-color:var(--accent-strong);background:#1f6a521a;color:var(--accent-strong);font-weight:700}.admin-users__stores{grid-area:stores;display:grid;min-width:0}.admin-users__store-select{min-height:9.5rem;padding:.4rem;width:100%}.admin-users__row input[type=checkbox]{width:auto}.admin-users__admin{grid-area:admin;min-width:7rem;display:grid;gap:.45rem;align-content:start}.admin-users__save{grid-area:save;min-width:7rem}.admin-users__save button{min-width:8rem}@media(max-width:900px){.admin-users__row{grid-template-columns:1fr;grid-template-areas:"identity" "status" "stores" "admin" "save"}.admin-users__save button{width:100%}}.auth-callback{min-height:100vh;display:grid;place-items:center}.client-portal{padding:2rem 0 4rem}.client-portal__header,.client-portal__header-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.client-portal__header{align-items:flex-start}.client-portal__header p,.client-portal__header h1{margin-top:0}.client-portal__layout{display:grid;grid-template-columns:220px 1fr;gap:1.25rem;margin-top:1.5rem}.client-portal__nav,.client-portal__content{padding:1.25rem;border-radius:1.5rem;background:#fffbf5b8;border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow-soft)}.client-portal__nav{display:grid;gap:.5rem;align-content:start}.client-portal__nav a{padding:.8rem .95rem;border-radius:1rem;color:var(--text-muted);text-decoration:none}.client-portal__header-actions a{text-decoration:none}.client-portal__nav a.is-active{background:#1f6a521f;color:var(--accent-strong)}@media(max-width:900px){.client-portal__header,.client-portal__header-actions{display:grid}.client-portal__layout{grid-template-columns:1fr}}.order-section__notice,.order-section__form,.order-section__success{display:grid;gap:1rem}.order-section__notice{padding:1.2rem;border:1px solid rgba(255,255,255,.48);border-radius:1.2rem;background:linear-gradient(180deg,#ffffffd1,#d8ebdf6b)}.order-section__pickup,.order-section__message{margin:0}.order-section__warning{margin:0;padding:1rem 1.1rem;border:1px solid rgba(207,122,52,.22);border-radius:1rem;background:#ffeedfd1;color:#8f5626}.order-section__store-readout{min-height:3.25rem;padding:.92rem 1rem;border:1px solid var(--border);border-radius:1rem;background:#ffffffb8;color:var(--accent-strong);font-weight:700}.order-section__line-items{display:grid;gap:.75rem}.order-section__item{display:grid;grid-template-columns:1fr 7rem;gap:1rem;align-items:center;padding:1rem 1.1rem;border-radius:1.2rem;background:#ffffffc7;border:1px solid rgba(255,255,255,.48);box-shadow:var(--shadow-soft)}.order-section__item span{display:grid}.order-section__item small{color:var(--accent-strong)}.order-section__actions{display:flex;justify-content:space-between;gap:1rem;align-items:center}.order-section__actions p{margin:.35rem 0 0}.order-section__message{padding:1rem 1.1rem;border-radius:1rem;background:#1f6a5214}.order-section__success{padding:1.4rem;border:1px solid rgba(255,255,255,.48);border-radius:1.3rem;background:linear-gradient(180deg,#ffffffe0,#d8ebdf85)}.order-section__success-actions{display:flex;gap:.75rem;flex-wrap:wrap}.order-section__success-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.82rem 1.28rem;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface-strong);box-shadow:var(--shadow-soft)}@media(max-width:640px){.order-section__item{grid-template-columns:1fr}.order-section__actions{display:grid}}.client-orders{padding:2rem 0 4rem}.client-orders__notice{padding:1.2rem;border:1px solid rgba(255,255,255,.48);border-radius:1.2rem;background:linear-gradient(180deg,#ffffffd1,#d8ebdf6b)}.client-orders__header,.client-orders__top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.client-orders__list{display:grid;gap:1rem;margin-top:1.5rem}.client-orders__empty{margin-top:1.5rem;color:var(--text-muted)}.client-orders__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem}.client-orders__card{padding:1.5rem}.client-orders__card h2,.client-orders__card p,.client-orders__card ul{margin-top:0}@media(max-width:640px){.client-orders__header,.client-orders__top,.client-orders__pagination{display:grid}}.clients-page{display:grid}.clients-page--signup{min-height:100vh;align-items:center}.clients-page__card{padding:2rem}.clients-page__card h1,.clients-page__card p{margin-top:0}.clients-page__status-row,.clients-page__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.clients-page__link,.clients-page__actions button{padding:.65rem 1rem;border-radius:999px;border:1px solid var(--border);background:#fffc;box-shadow:none}.clients-page__actions button:hover{transform:none;box-shadow:none}.public-site{display:grid;gap:1.5rem;padding-bottom:4rem}.app-shell{min-height:100vh;padding-bottom:4rem}.nav-bar{position:sticky;top:0;z-index:20;padding-top:.75rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#fbf5eaeb,#fbf5ea8f)}.nav-bar__inner{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:5rem;padding:.9rem 1.15rem;border-radius:999px}.nav-bar__inner:before{content:"";position:absolute;inset:0;z-index:-1;border:1px solid rgba(255,255,255,.5);border-radius:inherit;background:#fffcf6b8;box-shadow:var(--shadow-soft);-webkit-mask-image:linear-gradient(90deg,transparent 0,black 9%,black 91%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,black 9%,black 91%,transparent 100%)}.nav-bar__brand{display:flex;align-items:center}.nav-bar__brand-image{display:block;height:2.5rem;width:auto}.nav-bar__menu-toggle{display:none;align-items:center;justify-content:center;gap:.26rem;flex-direction:column;width:2.75rem;height:2.75rem;padding:0;border:0;background:transparent;box-shadow:none;color:var(--accent-strong)}.nav-bar__menu-toggle:hover{transform:none;box-shadow:none}.nav-bar__menu-toggle span{width:1.2rem;height:2px;border-radius:999px;background:currentColor;transition:transform .14s ease,opacity .14s ease}.nav-bar__menu-toggle.is-open span:nth-child(1){transform:translateY(.36rem) rotate(45deg)}.nav-bar__menu-toggle.is-open span:nth-child(2){opacity:0}.nav-bar__menu-toggle.is-open span:nth-child(3){transform:translateY(-.36rem) rotate(-45deg)}.nav-bar__links,.nav-bar__actions{display:flex;align-items:center;gap:1.15rem;flex-wrap:wrap}.nav-bar__links{justify-content:center}.nav-bar__link,.nav-bar__secondary{border:none;background:transparent;padding:.25rem 0;color:var(--text-muted);text-decoration:none;transition:color .14s ease,text-decoration-color .14s ease}.nav-bar__link:hover,.nav-bar__secondary:hover{color:var(--accent-strong)}.nav-bar__link.is-active{color:var(--accent-strong);text-decoration:underline;text-decoration-thickness:.11em;text-underline-offset:.22em}.nav-bar__secondary{padding:0;border-radius:0;color:var(--accent-strong);box-shadow:none}.nav-bar__secondary--mobile{display:none}.nav-bar__secondary:hover{background:transparent;box-shadow:none;transform:none;text-decoration:underline;text-underline-offset:.16em}.nav-bar__link{display:inline-flex;align-items:center;gap:.55rem;box-shadow:none;white-space:nowrap}.nav-bar__link:hover{transform:none;box-shadow:none}.nav-bar__link-icon{width:1rem;height:1rem;flex:0 0 auto;opacity:.88}@media(max-width:840px){.nav-bar__inner{display:grid;grid-template-columns:1fr auto;align-items:center;border-radius:1.5rem}.nav-bar__brand-image{height:2.2rem}.nav-bar__menu-toggle{display:inline-flex}.nav-bar__links{grid-column:1/-1;display:none;flex-direction:column;align-items:flex-start;gap:.9rem;padding-top:.4rem}.nav-bar__links.is-open{display:flex}.nav-bar__actions{justify-content:flex-end}.nav-bar__actions .nav-bar__secondary{display:none}.nav-bar__secondary--mobile{display:inline-flex;padding-top:.35rem}}.contact-section{display:grid;gap:1.5rem;grid-template-columns:minmax(220px,280px) 1fr}.contact-section__aside{display:grid;gap:.75rem;align-content:start}.contact-section__image{min-height:14rem;overflow:hidden;border-radius:1.35rem;border:1px solid rgba(36,49,38,.08);background:#ffffffc2}.contact-section__image img{width:100%;height:100%;min-height:14rem;object-fit:cover}.contact-section__aside p,.contact-section__message{margin:0}.contact-section__form{display:grid;gap:1rem}.contact-section__checkbox{display:flex;gap:.75rem;align-items:center}.contact-section__checkbox input{width:auto}@media(max-width:760px){.contact-section{grid-template-columns:1fr}}.home-section{display:grid;gap:2rem;grid-template-columns:1fr 2fr;align-items:start}.home-section__copy{display:grid;gap:1.15rem;align-content:start}.home-section__copy p{margin:0;font-size:1.08rem;max-width:38rem}.home-section__image{height:18rem;min-height:18rem;overflow:hidden;border-radius:1.35rem;border:1px solid rgba(36,49,38,.08);background:#ffffffc2}.home-section__image img{width:100%;height:100%;object-fit:cover}@media(max-width:760px){.home-section{grid-template-columns:1fr}.home-section__image{order:-1}}.lets-eat_section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.lets-eat_column{display:grid;gap:1rem;align-content:start;margin-bottom:1rem}.lets-eat_image{height:min(400px,52vw);overflow:hidden;border-radius:1.35rem;border:1px solid rgba(36,49,38,.08);background:#ffffffc2}.lets-eat_image img{width:100%;height:100%;object-fit:cover}.lets-eat_copy{display:grid;gap:.9rem;align-content:start;justify-items:start}.lets-eat_copy h2,.lets-eat_copy p{margin:0}.lets-eat_cta{display:inline;margin-top:.1rem;color:var(--accent-strong);font-weight:700;text-decoration:underline;text-decoration-color:currentColor;text-decoration-thickness:.1em;text-underline-offset:.22em}.lets-eat_cta:hover{color:var(--accent)}@media(max-width:760px){.lets-eat_section{grid-template-columns:1fr}.lets-eat_image{height:min(400px,74vw)}}.locations{display:grid;grid-template-columns:minmax(18rem,24rem) 1fr;gap:1rem;align-items:stretch;height:min(300px,100vh - 20rem);min-height:18rem}.locations_list_wrap{display:flex;flex-direction:column;gap:.5rem;height:100%;min-height:0}.locations_subtitle{margin:0;font-size:.95rem;line-height:1.35;color:var(--text-muted)}.locations_reset{position:sticky;top:0;z-index:1;align-self:flex-start;border:0;padding:0 0 .45rem;background:transparent;box-shadow:none;font-weight:700;color:var(--accent-strong)}.locations_reset:hover{transform:none;box-shadow:none;color:var(--accent-strong)}.locations_reset.is-active{color:var(--accent-strong)}.locations_list{display:grid;gap:.1rem;flex:1;min-height:0;overflow-y:auto;padding-right:.55rem}.locations_list_item{display:grid;gap:.1rem;text-align:left;padding:.55rem 0;border:0;border-bottom:1px solid rgba(36,49,38,.08);border-radius:0;background:transparent;box-shadow:none;transition:color .14s ease,opacity .14s ease}.locations_list_item:hover,.locations_list_item:focus-visible,.locations_list_item.is-active{color:var(--accent-strong);opacity:1}.locations_list_item:hover{transform:none;box-shadow:none}.locations_list_name{font-weight:700;color:var(--accent-strong);transition:padding-left .14s ease}.locations_list_address,.locations_list_notes{transition:padding-left .14s ease}.locations_list_item.is-active .locations_list_name,.locations_list_item.is-active .locations_list_address,.locations_list_item.is-active .locations_list_notes{padding-left:.85rem}.locations_list_notes{color:var(--text-muted)}.locations_map{display:flex;flex-direction:column;height:100%;min-height:0;padding:0;border-radius:1.35rem;border:1px solid rgba(36,49,38,.08);background:#ffffffeb;box-shadow:none;overflow:hidden}.locations_map_frame{height:100%;flex:1;overflow:hidden;min-height:0}.locations_map_canvas{width:100%;height:100%;min-height:0}.locations_map_frame .leaflet-container{background:#f8f5ef}.locations_map_frame .leaflet-tile-pane{filter:grayscale(1) saturate(0) contrast(.96) brightness(1.05)}.locations_map_frame .leaflet-control-zoom{border:1px solid rgba(36,49,38,.1);box-shadow:none}.locations_map_frame .leaflet-control-zoom a{color:var(--accent-strong);background:#fffffffa}.locations_map_frame .leaflet-tooltip{border:1px solid rgba(36,49,38,.08);border-radius:999px;box-shadow:none;background:#fffffff5;color:var(--accent-strong)}.locations_emoji_icon{background:transparent;border:0}.locations_emoji_marker{display:grid;place-items:center;width:2rem;height:2rem;font-size:1.3rem;filter:drop-shadow(0 4px 6px rgba(50,38,18,.14));transform:translateY(-2px);transition:transform .14s ease,opacity .14s ease,filter .14s ease}.locations_emoji_marker.is-active{transform:translateY(-2px) scale(1.18)}.locations_emoji_marker.is-dimmed{opacity:.62;filter:grayscale(.7) drop-shadow(0 2px 3px rgba(50,38,18,.1))}.locations_empty{display:grid;place-items:center;min-height:24rem;color:var(--text-muted);padding:1rem}@media(max-width:860px){.locations{grid-template-columns:1fr;height:auto;min-height:0}.locations_list_wrap,.locations_map,.locations_map_frame,.locations_map_canvas{min-height:18rem;height:auto}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.travel_intro{max-width:42rem}.travel_intro p{margin:0 0 1.4rem}.travel_strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(18rem,24rem);gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x proximity}.travel_card{display:grid;gap:1rem;align-content:start;padding:1rem;border:1px solid rgba(36,49,38,.08);border-radius:1.4rem;background:#ffffff94;scroll-snap-align:start}.travel_card_image{aspect-ratio:1/1;overflow:hidden;border-radius:1rem;background:#2431260f}.travel_card_image img{display:block;width:100%;height:100%;object-fit:cover}.travel_card_copy{display:grid;gap:.65rem}.travel_card_place{font-family:var(--font-accent);font-size:1.35rem;line-height:1.05;letter-spacing:.04em;text-transform:uppercase;color:var(--highlight)}.travel_card_date{font-size:.68rem;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.travel_card_copy h2,.travel_card_copy p{margin:0}.travel_strip::-webkit-scrollbar{height:.5rem}.travel_strip::-webkit-scrollbar-thumb{background:#2431262e;border-radius:999px}@media(max-width:760px){.travel_strip{grid-auto-columns:minmax(16rem,82vw)}}@font-face{font-family:Lombok;src:url(/assets/Lombok-OtlmqAlR.otf) format("opentype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-Light-CfFrtM4v.ttf) format("truetype");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-Regular-5EWdH64c.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-Medium-CV_JVG9L.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-SemiBold-CKSsOCfH.ttf) format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-Bold-xhQQF8FD.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}:root{color-scheme:light;font-family:Quicksand,Avenir Next,Segoe UI,sans-serif;--font-accent: "Lombok", "Quicksand", "Avenir Next", "Segoe UI", sans-serif;line-height:1.5;color:#243126;background:#f7efe1;--surface: rgba(255, 251, 245, .84);--surface-strong: rgba(255, 255, 255, .96);--surface-muted: rgba(244, 235, 220, .72);--border: rgba(36, 49, 38, .12);--border-strong: rgba(36, 49, 38, .2);--accent: #1f6a52;--accent-strong: #154a39;--accent-soft: #d8ebdf;--highlight: #cf7a34;--success: #2c6a4d;--danger: #9b4a34;--text-muted: rgba(36, 49, 38, .72);--shadow: 0 24px 60px rgba(48, 35, 23, .11);--shadow-soft: 0 10px 30px rgba(48, 35, 23, .07);--radius-card: 1.75rem}*{box-sizing:border-box}html{scroll-behavior:auto;background:radial-gradient(circle at top left,rgba(222,239,230,.85),transparent 30%),radial-gradient(circle at top right,rgba(255,219,185,.6),transparent 28%),linear-gradient(180deg,#fbf5ea,#f4eadb)}body{position:relative;margin:0;min-width:320px;min-height:100vh;background:transparent}body,button,input,select,textarea{font:inherit;color:inherit}#root{position:relative;z-index:1}body,p,li,label,input,select,textarea,button{letter-spacing:.01em}button,a{cursor:pointer}a{color:inherit;text-decoration:underline;text-decoration-color:#24312647;text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{text-decoration-color:currentColor}img{max-width:100%;display:block}input,select,textarea{width:100%;padding:.92rem 1rem;border:1px solid var(--border);border-radius:1rem;background:#ffffffeb;box-shadow:inset 0 1px #ffffffb3;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#1f6a5273;box-shadow:0 0 0 4px #1f6a521f}button{border:1px solid var(--border-strong);padding:.82rem 1.28rem;background:var(--surface-strong);box-shadow:var(--shadow-soft);transition:transform .14s ease,background .14s ease,border-color .14s ease,box-shadow .14s ease}button:hover{transform:translateY(-2px);border-color:#24312642;box-shadow:0 14px 24px #3023171f}button.primary{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-strong) 100%);color:#f8fff9;border-color:transparent}button.primary:hover{border-color:transparent}button.linkish{background:transparent;border:none;padding:0;box-shadow:none}.page-shell{width:min(1100px,100vw - 2rem);margin:0 auto}.card{background:var(--surface);border:1px solid rgba(255,255,255,.46);border-radius:var(--radius-card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.page{width:min(1100px,100vw - 2rem);margin:0 auto;padding:4.5rem 0 0;scroll-margin-top:6.5rem}.page_title{margin:0;font-family:var(--font-accent);font-size:clamp(1.6rem,4vw,2.75rem);font-weight:400;line-height:1.1;letter-spacing:.08em;text-transform:uppercase;color:var(--highlight);text-align:center}.page_body{margin-top:1.1rem;padding:1.85rem;border:1px solid rgba(255,255,255,.46);border-radius:var(--radius-card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#ffffff52,#ffffff14),var(--surface)}.image-placeholder{display:grid;place-items:center;padding:1rem;border:1px dashed rgba(36,49,38,.18);border-radius:1.35rem;background:linear-gradient(135deg,#d8ebdf66,#ffe9d166),#fff9;color:var(--text-muted);text-align:center;box-shadow:inset 0 1px #ffffffa6}.field-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stack{display:grid;gap:1rem}.accent-copy{font-family:var(--font-accent);font-size:clamp(1.15rem,2vw,1.7rem);line-height:1.28;letter-spacing:.01em;color:var(--accent-strong);text-transform:uppercase}h1,h2,h3,h4{font-family:Quicksand,Avenir Next,Segoe UI,sans-serif;font-weight:700;letter-spacing:-.03em}h1,h2,h3,p{margin-top:0}p,small,label{color:var(--text-muted)}label{display:grid;gap:.4rem}::selection{background:#1f6a5233}
