:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--rose-50: #fff5f7;--rose-100: #ffe4ec;--rose-200: #ffc2d6;--rose-500: #ff5c8a;--rose-600: #ef4577;--rose-700: #c2255c;--amber-400: #ffb454;--amber-500: #f59e2c;--plum-900: #2a1a2e;--plum-700: #4a3350;--muted: #8a7a8f;--border: #f2dfe6;--card-bg: #ffffff;--bg: #fffaf8;--green-600: #1f9d55;--green-100: #e4f8ec;--amber-100: #fff3e0;--blue-600: #2f6fd6;--blue-100: #e8f0fe;--red-600: #d43b4a;--red-100: #fde9ea;--shadow-sm: 0 1px 3px rgba(42, 26, 46, .06);--shadow-md: 0 8px 24px rgba(194, 37, 92, .1);--shadow-lg: 0 16px 40px rgba(194, 37, 92, .16);--font-display: "Fraunces", Georgia, serif;--font-body: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;font-family:var(--font-body);color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--plum-900);-webkit-font-smoothing:antialiased}a{color:inherit}h1,h2,h3{font-family:var(--font-display);line-height:1.15;margin:0 0 .4em}p{margin:0 0 .8em;line-height:1.6;color:var(--plum-700)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes floatBlob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-24px) scale(1.06)}66%{transform:translate(-16px,14px) scale(.97)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseHeart{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.fade-in-up{animation:fadeInUp .5s cubic-bezier(.22,1,.36,1) both}.fade-in{animation:fadeIn .4s ease both}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.navbar{position:sticky;top:0;z-index:30;background:#fffaf8d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.navbar-row{display:flex;align-items:center;justify-content:space-between;padding:.8rem 2rem;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-weight:700;font-size:1.2rem;color:var(--plum-900);text-decoration:none;box-shadow:none}.brand svg{transition:transform .2s ease;flex-shrink:0}.brand:hover svg{animation:pulseHeart .6s ease}.nav-links{display:flex;align-items:center;gap:1.4rem}.nav-links>a{position:relative;color:var(--plum-700);text-decoration:none;font-weight:500;font-size:.95rem;padding:.2rem 0;transition:color .15s ease}.nav-links>a:after{content:"";position:absolute;left:0;right:100%;bottom:-3px;height:2px;background:var(--rose-600);border-radius:2px;transition:right .2s ease}.nav-links>a:hover,.nav-links>a.active{color:var(--rose-700)}.nav-links>a:hover:after,.nav-links>a.active:after{right:0}.btn-sm{padding:.45rem .95rem;font-size:.88rem}.link-btn{background:none;border:none;color:var(--rose-700);cursor:pointer;font:inherit;font-weight:500;padding:0;box-shadow:none;border-radius:0}.link-btn:before{display:none}.link-btn:hover{text-decoration:underline;transform:none;box-shadow:none}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;box-shadow:none;padding:.4rem;cursor:pointer}.hamburger:before{display:none}.hamburger span{display:block;width:22px;height:2px;background:var(--plum-900);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-panel{display:flex;flex-direction:column;gap:.2rem;padding:.5rem 1.2rem 1.1rem;border-top:1px solid var(--border)}.nav-panel>.btn{margin:.4rem 0}.nav-panel hr{border:none;border-top:1px solid var(--border);margin:.35rem 0}.account-menu{position:relative}.account-trigger{display:inline-flex;align-items:center;gap:.5rem;background:var(--rose-50);color:var(--plum-900);border:1px solid var(--border);box-shadow:none;padding:.35rem .9rem .35rem .4rem;border-radius:999px;font-weight:600;font-size:.9rem}.account-trigger:before{display:none}.account-trigger:hover{border-color:var(--rose-500);box-shadow:none}.avatar{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--rose-600),var(--rose-700));color:#fff;font-size:.8rem;font-weight:700}.chevron{font-size:.9rem;color:var(--muted);transition:transform .2s ease;line-height:1}.chevron.up{transform:rotate(180deg)}.account-dropdown{position:absolute;top:calc(100% + .6rem);right:0;min-width:210px;background:var(--card-bg);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-lg);padding:.5rem;display:flex;flex-direction:column;gap:.1rem;z-index:40}.account-dropdown hr{border:none;border-top:1px solid var(--border);margin:.35rem 0}.menu-item:before{display:none}.menu-item{display:block;width:100%;text-align:left;background:none;border:none;box-shadow:none;color:var(--plum-700);font:inherit;font-weight:500;font-size:.92rem;text-decoration:none;padding:.55rem .7rem;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.menu-item:hover,.menu-item.active{background:var(--rose-50);color:var(--rose-700);transform:none}.menu-item-danger{color:var(--red-600)}.menu-item-danger:hover{background:var(--red-100);color:var(--red-600)}.container{max-width:1040px;margin:0 auto;padding:2rem 1.5rem 4rem}.footer{text-align:center;padding:2.5rem 1.5rem 3rem;color:var(--muted);font-size:.85rem}.footer-brand{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.4rem;font-family:var(--font-display)}.footer strong{color:var(--rose-700)}.hero{position:relative;overflow:hidden;text-align:center;padding:4rem 1.5rem 3.5rem;margin:-2rem -1.5rem 3rem;border-radius:0 0 32px 32px;background:linear-gradient(180deg,var(--rose-50) 0%,var(--bg) 100%)}.hero-blob{position:absolute;border-radius:50%;filter:blur(40px);opacity:.5;animation:floatBlob 12s ease-in-out infinite;z-index:0}.hero-blob.one{width:260px;height:260px;background:var(--rose-500);top:-80px;left:-60px}.hero-blob.two{width:220px;height:220px;background:var(--amber-400);bottom:-70px;right:-40px;animation-delay:3s}.hero-content{position:relative;z-index:1;max-width:620px;margin:0 auto}.hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--rose-700);background:var(--rose-100);padding:.3rem .9rem;border-radius:999px;margin-bottom:1rem}.hero h1{font-size:clamp(2rem,5vw,2.9rem);color:var(--plum-900)}.hero h1 em{font-style:normal;color:var(--rose-600)}.hero-sub{font-size:1.05rem;color:var(--plum-700);max-width:520px;margin:0 auto 1.6rem}.hero-actions{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.hero-badges{display:flex;gap:1.4rem;justify-content:center;flex-wrap:wrap;font-size:.85rem;color:var(--plum-700)}.hero-badges span{display:inline-flex;align-items:center;gap:.4rem}.hero-price-note{max-width:440px;margin:1.8rem auto 0;padding:.75rem 1.2rem;background:var(--rose-100);border-radius:999px;font-size:.86rem;color:var(--plum-700);line-height:1.45}.date-scene-wrap{position:relative;z-index:1;max-width:640px;margin:1.6rem auto 0}.date-scene{display:block;width:100%;height:auto;overflow:visible;filter:drop-shadow(0 12px 24px rgba(194,37,92,.12))}@keyframes ds-sway{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}@keyframes ds-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes ds-twinkle{0%,to{opacity:.25;transform:scale(.85)}50%{opacity:1;transform:scale(1.05)}}@keyframes ds-fly{0%,to{transform:translate(0)}50%{transform:translate(10px,-6px)}}@keyframes ds-petal-fall{0%{transform:translate(0) rotate(0);opacity:.9}to{transform:translate(18px,90px) rotate(220deg);opacity:0}}@keyframes ds-rise-heart{0%{transform:translateY(0) scale(var(--ds-scale, 1));opacity:0}15%{opacity:.9}to{transform:translateY(-70px) scale(var(--ds-scale, 1));opacity:0}}@keyframes ds-pulse{0%,to{transform:scale(.5)}50%{transform:scale(.62)}}.date-scene .tree-canopy{transform-box:view-box;animation:ds-sway 6s ease-in-out infinite}.date-scene .couple{transform-box:view-box;animation:ds-bob 4s ease-in-out infinite}.date-scene .twinkle{transform-box:view-box;transform-origin:center;animation:ds-twinkle 2.4s ease-in-out infinite}.date-scene .twinkle-2{animation-delay:.6s}.date-scene .twinkle-3{animation-delay:1.2s}.date-scene .bird{transform-box:view-box;animation:ds-fly 3.2s ease-in-out infinite}.date-scene .bird-2{animation-delay:.9s}.date-scene .petal{transform-box:view-box;transform-origin:center;animation:ds-petal-fall 5s ease-in infinite}.date-scene .petal-2{animation-delay:1.1s;animation-duration:5.8s}.date-scene .petal-3{animation-delay:2.3s;animation-duration:4.6s}.date-scene .petal-4{animation-delay:3.1s;animation-duration:6.2s}.date-scene .rise-heart{transform-box:view-box;transform-origin:center;animation:ds-rise-heart 4.5s ease-out infinite}.date-scene .rise-2{animation-delay:1s}.date-scene .rise-3{animation-delay:2s}.date-scene .rise-4{animation-delay:3s}.date-scene .pulse-heart{transform-box:view-box;animation:ds-pulse 1.4s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.date-scene .tree-canopy,.date-scene .couple,.date-scene .twinkle,.date-scene .bird,.date-scene .petal,.date-scene .rise-heart,.date-scene .pulse-heart{animation:none}}button,.btn{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:linear-gradient(135deg,var(--rose-600),var(--rose-700));color:#fff;border:none;padding:.65rem 1.3rem;border-radius:10px;font-family:var(--font-body);font-weight:600;font-size:.95rem;cursor:pointer;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}button:before,.btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.35) 40%,transparent 60%);transform:translate(-120%);transition:transform .5s ease}button:hover:before,.btn:hover:before{transform:translate(120%)}button:hover,.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}button:active,.btn:active{transform:translateY(0) scale(.98)}button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}button:disabled:before,.btn:disabled:before{display:none}button:focus-visible,.btn:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--rose-600);outline-offset:2px}.btn-outline{background:transparent;color:var(--rose-700);border:1.5px solid var(--rose-200);box-shadow:none}.btn-outline:before{background:linear-gradient(115deg,transparent 20%,var(--rose-50) 40%,transparent 60%)}.btn-outline:hover{background:var(--rose-50);border-color:var(--rose-500);box-shadow:none}.btn-pay{width:100%}.btn-cta{background:linear-gradient(135deg,var(--rose-600),var(--amber-500));box-shadow:0 4px 14px #f59e2c59,0 2px 6px #c2255c40}.btn-cta:hover{box-shadow:0 8px 22px #f59e2c66,0 4px 12px #c2255c4d}.btn-cta svg{flex-shrink:0}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.ad-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative}.ad-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.ad-card h2{font-size:1.15rem;margin-bottom:.3rem}.new-badge{position:absolute;top:1rem;right:1rem;background:var(--amber-400);color:#4a2e00;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.25rem .6rem;border-radius:999px}.grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.search-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin:1.6rem 0 2.2rem;padding:1rem 1.1rem;background:var(--card-bg);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm)}.search-bar input[type=search]{flex:2 1 220px}.search-bar input[type=text],.search-bar select{flex:1 1 140px}.search-bar .btn-outline{flex:0 0 auto;padding:.6rem 1rem}@media (max-width: 640px){.search-bar{flex-direction:column;align-items:stretch}.search-bar input[type=search],.search-bar input[type=text],.search-bar select,.search-bar .btn-outline{flex:0 0 auto;width:100%}}.form-card{max-width:480px;margin:2rem auto}.form-card .form-icon{font-size:1.8rem;margin-bottom:.4rem}.signup-prompt{margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid var(--border);text-align:center}.signup-prompt p{margin-bottom:.7rem}.signup-prompt .btn{width:100%}.status-card{max-width:480px;margin:3rem auto;text-align:center}.status-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.6rem;font-weight:700}.success-card .status-icon{background:var(--green-100);color:var(--green-600)}.failed-card .status-icon{background:var(--red-100);color:var(--red-600)}form{display:flex;flex-direction:column;gap:.9rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--plum-700)}.row{display:flex;gap:1rem}.row label{flex:1;min-width:0}.row input,.row select{width:100%;min-width:0}@media (max-width: 520px){.row{flex-direction:column;gap:.9rem}}input,textarea,select{padding:.6rem .8rem;border:1.5px solid var(--border);border-radius:10px;font:inherit;font-weight:400;color:var(--plum-900);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--rose-500);box-shadow:0 0 0 3px var(--rose-100)}.PhoneInput{align-items:center;gap:.5rem}.PhoneInputCountry{padding:.6rem .5rem;border:1.5px solid var(--border);border-radius:10px;background:#fff;margin:0}.PhoneInputCountrySelectArrow{color:var(--muted);opacity:1}.PhoneInputInput{padding:.6rem .8rem;border:1.5px solid var(--border);border-radius:10px;font:inherit;color:var(--plum-900);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.PhoneInputInput:focus{outline:none;border-color:var(--rose-500);box-shadow:0 0 0 3px var(--rose-100)}.checkbox-label{flex-direction:row!important;align-items:center;gap:.55rem!important;font-weight:500;color:var(--plum-700);cursor:pointer}.checkbox-label input[type=checkbox]{width:17px;height:17px;accent-color:var(--rose-600);cursor:pointer}.meta{color:var(--muted);font-size:.88rem}.hint{color:var(--muted);font-size:.85rem;background:var(--rose-50);border:1px dashed var(--border);border-radius:10px;padding:.7rem .9rem}.error{color:var(--red-600);font-size:.88rem;font-weight:500}.payment-box{margin-top:1rem;padding:1.1rem;background:var(--rose-50);border:1px dashed var(--rose-500);border-radius:12px}.payment-amount{margin-bottom:.7rem;font-size:.95rem}.payment-box.success{display:flex;align-items:center;gap:.5rem;border-style:solid;border-color:var(--green-600);color:var(--green-600);background:var(--green-100);font-weight:600;padding:.9rem 1.1rem;border-radius:12px}.payment-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--green-600);color:#fff;font-size:.75rem}.contact-box{margin-top:1rem;padding:1rem 1.1rem;background:var(--green-100);border:1px solid var(--green-600);border-radius:12px;animation:fadeInUp .4s ease both}.btn-whatsapp{margin-top:.6rem;background:#25d366;box-shadow:0 4px 14px #25d36659}.btn-whatsapp:hover{box-shadow:0 8px 22px #25d36666}.status-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;padding:.28rem .7rem;border-radius:999px;text-transform:uppercase;letter-spacing:.02em}.status-pill.pending_payment,.status-pill.pending_admin,.status-pill.pending{background:var(--amber-100);color:#8a5a00}.status-pill.published,.status-pill.approved,.status-pill.success{background:var(--green-100);color:var(--green-600)}.status-pill.rejected,.status-pill.failed{background:var(--red-100);color:var(--red-600)}.status-pill.draft,.status-pill.archived{background:var(--blue-100);color:var(--blue-600)}.pagination{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:2rem;flex-wrap:wrap}.pagination button{background:var(--card-bg);color:var(--plum-700);border:1.5px solid var(--border);box-shadow:none;min-width:40px;padding:.5rem .7rem;font-weight:600}.pagination button:before{display:none}.pagination button:hover:not(:disabled){border-color:var(--rose-500);color:var(--rose-700);transform:none}.pagination button.active{background:linear-gradient(135deg,var(--rose-600),var(--rose-700));color:#fff;border-color:transparent}.pagination button:disabled{opacity:.4}.pagination-info{text-align:center;color:var(--muted);font-size:.85rem;margin-top:.6rem}.skeleton-card{height:168px;border-radius:16px;background:linear-gradient(90deg,var(--border) 25%,#fbeef2 37%,var(--border) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.spinner{width:28px;height:28px;border:3px solid var(--rose-100);border-top-color:var(--rose-600);border-radius:50%;margin:.5rem auto 1rem;animation:spin .7s linear infinite}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--muted)}.empty-state .empty-icon{font-size:2.4rem;margin-bottom:.6rem}.grid>.fade-in-up:nth-child(1){animation-delay:.02s}.grid>.fade-in-up:nth-child(2){animation-delay:.06s}.grid>.fade-in-up:nth-child(3){animation-delay:.1s}.grid>.fade-in-up:nth-child(4){animation-delay:.14s}.grid>.fade-in-up:nth-child(5){animation-delay:.18s}.grid>.fade-in-up:nth-child(6){animation-delay:.22s}.grid>.fade-in-up:nth-child(n+7){animation-delay:.26s}@media (min-width: 861px){.nav-panel{display:none!important}}@media (max-width: 860px){.desktop-only{display:none}.hamburger{display:flex}}@media (max-width: 640px){.hero{padding:2.6rem 1.2rem 2.2rem;border-radius:0 0 20px 20px}.navbar-row{padding:.8rem 1.2rem}.brand span{font-size:1.05rem}}
