@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Zen+Maru+Gothic:wght@400&display=swap";.site-footer{padding:2rem 1rem;color:#fff8f0e0;background:#261e21eb}.site-footer-inner{width:min(1200px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-footer-brand,.site-footer-nav a{color:inherit;text-decoration:none}.site-footer-brand{font-family:var(--font-body);font-size:1.2rem;font-weight:600;letter-spacing:.02em}.site-footer-nav{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end}.site-footer-nav a{font-weight:700}.site-footer-nav a:hover{color:#fff7f0;text-decoration:underline;text-underline-offset:.25rem}@media (max-width: 640px){.site-footer{padding:2rem 1.5rem}.site-footer-inner{align-items:center;flex-direction:column}.site-footer-brand{display:none}.site-footer-nav{justify-content:center;width:100%;text-align:center}}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;opacity:0;transform:translateY(-100%);will-change:opacity,transform;background:#56364894;backdrop-filter:blur(16px) saturate(1.05);-webkit-backdrop-filter:blur(16px) saturate(1.05);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 16px 40px #170a1229}.site-header-inner{width:min(1200px,100%);margin:0 auto;padding:1.2rem 1.75rem;display:flex;align-items:center;justify-content:space-between}.site-brand,.site-nav a{color:#4c251b;text-decoration:none}.site-brand{color:#fffffff5;font-family:var(--font-body);font-size:1.7rem;font-weight:600;letter-spacing:.02em;text-shadow:none;transition:color .18s ease,text-shadow .18s ease,filter .18s ease}.site-brand:hover{color:#fff;text-shadow:0 0 20px rgba(255,248,240,.22);filter:brightness(1.08)}.site-brand:focus-visible{outline:2px solid rgba(255,255,235,.85);outline-offset:6px;border-radius:8px}.site-nav{display:flex;gap:1.75rem}.site-nav-desktop{display:flex}.site-nav a{position:relative;font-size:.92rem;font-weight:600;padding:.25rem .2rem;transition:color .26s ease,text-shadow .26s ease,opacity .26s ease}.site-nav a:hover{color:#ffffebf5;text-shadow:0 0 10px rgba(255,248,210,.48),0 8px 24px rgba(255,243,190,.22)}.site-nav a:focus-visible{outline:2px solid rgba(255,255,235,.85);outline-offset:4px}@keyframes nav-blink{0%{opacity:1}35%{opacity:.35}to{opacity:1}}.site-nav a:active{animation:nav-blink .22s ease-out 1}.site-menu-button{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:0;padding:0;background:transparent;border-radius:0;color:#fff8f0f5;cursor:pointer;transition:color .16s ease,transform .16s ease}.site-menu-button:hover{color:#ffffeb;transform:translateY(-1px)}.site-menu-button:focus-visible{outline:2px solid rgba(255,255,235,.85);outline-offset:4px;border-radius:10px}.site-menu-icon{position:relative;width:24px;height:18px;display:block;background:currentColor;background-clip:content-box;padding-block:8px;color:currentColor;transition:background-color .18s ease}.site-menu-icon:before,.site-menu-icon:after{content:"";position:absolute;left:0;right:0;height:2px;border-radius:999px;background:currentColor;transition:transform .18s ease,top .18s ease,bottom .18s ease,opacity .18s ease}.site-menu-icon:before{top:0}.site-menu-icon:after{bottom:0}.site-menu-icon.is-open{background-color:transparent}.site-menu-icon.is-open:before{top:8px;transform:rotate(45deg)}.site-menu-icon.is-open:after{bottom:8px;transform:rotate(-45deg)}.site-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a2e;opacity:0;pointer-events:none;transition:opacity .16s ease;z-index:1002}.site-menu-overlay.is-open{opacity:1;pointer-events:auto}.site-nav-mobile{display:none;position:absolute;top:100%;left:0;right:0;width:100%;padding:.75rem 1rem 1rem;border-radius:0;background:#583346c7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,235,.14);box-shadow:0 22px 70px #00000038;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:1003}.site-nav-mobile.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.site-nav-mobile a{display:block;width:100%;margin:0;padding:.95rem 1rem;border-radius:0;color:#fff8f0e6;text-decoration:none;font-weight:700;letter-spacing:.02em;transition:color .16s ease,text-shadow .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}@media (max-width: 640px){.site-header-inner{padding:1rem}.site-nav-desktop{display:none}.site-menu-button{display:inline-flex}.site-menu-overlay,.site-nav-mobile{display:block}}@media (max-width: 1366px),(max-height: 900px){.site-header-inner{padding:.95rem 1.25rem}.site-brand{font-size:1.42rem;letter-spacing:.02em}.site-nav{gap:1.3rem}.site-nav a{font-size:.98rem}}.legal-page{padding:4rem var(--section-padding-inline) var(--section-padding-bottom)}.legal-page-inner{width:min(820px,100%);margin:0 auto;display:grid;gap:1.4rem}.legal-back-link{width:fit-content;color:#4c251b;font-weight:800;text-decoration:none}.legal-back-link:hover{text-decoration:underline;text-underline-offset:.25rem}.legal-eyebrow{margin:0;font-size:.9rem;letter-spacing:.18em;text-transform:uppercase;color:#41261db8}.legal-page h1{margin:0;font-size:clamp(2.2rem,5vw,4rem);line-height:1;color:var(--color-title);overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 640px){.legal-page{padding:2.5rem 1.75rem 4rem 1.5rem}.legal-page-inner{gap:1.2rem}}.legal-section{display:grid;gap:.65rem}.legal-section h2{margin:0;font-size:clamp(1.25rem,2vw,1.6rem);color:var(--color-title);overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.legal-section p{margin:0;font-size:clamp(1rem,1.6vw,1.1rem);line-height:1.75;color:#41261deb;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.about-title{line-height:1.05}.about-eyebrow{margin:.6rem 0 0;font-size:.9rem;letter-spacing:.18em;text-transform:uppercase;color:#41261db8}.about-lede{margin:1.5rem 0 0;max-width:62ch;font-size:clamp(.95rem,1.45vw,1.04rem);line-height:1.55;color:var(--color-muted)}.about-body{margin-top:1.25rem;max-width:62ch;text-align:left;display:grid;gap:1rem}.about-body p{margin:0;font-size:clamp(.95rem,1.4vw,1.02rem);line-height:1.72;color:var(--color-muted)}.about-thanks{font-weight:700}.about-profiles{margin-top:1.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;width:min(100%,70rem)}.about-profile-card{display:grid;gap:1rem;align-content:start}.about-profile-body{margin-top:0}.about-profile-title{margin:0;font-size:clamp(1.15rem,1.8vw,1.5rem);line-height:1.15;color:var(--color-ink);display:inline-flex;align-items:center;gap:.5rem}.about-profile-social-link{display:inline-flex;align-items:center;justify-content:center;color:var(--color-ink);transition:transform .16s ease,opacity .16s ease}.about-profile-social-link:hover{transform:translateY(-1px);opacity:.72}.about-profile-social-link:focus-visible{outline:2px solid rgba(65,38,29,.4);outline-offset:4px;border-radius:999px}.about-profile-social-icon{width:1.05rem;height:1.05rem;display:block}.about-gallery{margin-top:1.75rem;display:grid;grid-template-columns:1fr;gap:1rem;width:min(100%,70rem)}.about-gallery-card{margin:0;overflow:hidden;border-radius:1.5rem;background:#fff8f1b8;box-shadow:0 18px 45px #41261d1f}.about-gallery-card-wide{grid-column:1 / -1}.about-gallery-image{display:block;width:100%;height:100%;object-fit:cover}.about-gallery-card-portrait .about-gallery-image{aspect-ratio:4 / 5}.about-gallery-card-wide .about-gallery-image{aspect-ratio:16 / 9}@media (min-width: 1600px) and (max-height: 1100px){.about-body{margin-top:.95rem;gap:.8rem}.about-body p{font-size:.96rem;line-height:1.62}}@media (max-width: 1366px),(max-height: 900px){.about-lede{margin-top:1rem}.about-body{margin-top:1rem;gap:.8rem}}@media (max-width: 720px){.about-profiles,.about-gallery{grid-template-columns:1fr}.about-gallery-card-wide{grid-column:auto}}.concept{--concept-progress: 0;--concept-top-space: 1.6rem;--concept-top-pull: .7rem;margin-top:-5.5rem;margin-bottom:5.5rem;padding-top:calc(var(--concept-top-space) - (var(--concept-top-pull) * var(--concept-progress)))}.concept-title{max-width:14ch;margin-bottom:1.75rem;line-height:.95}.concept-list{list-style:none;max-width:62ch;padding:0;margin:0;display:grid;justify-items:center;gap:.75rem;text-align:center}.concept-list li{width:fit-content;display:grid;grid-template-columns:2.7rem minmax(0,1fr);gap:.65rem;align-items:center;font-size:clamp(.98rem,1.95vw,1.2rem);line-height:1.35;color:var(--color-muted);border-radius:1rem;outline:none}.concept-list-heart{display:block;width:2.7rem;height:2.7rem;object-fit:contain}.concept-list-text{display:inline-block;transform-origin:left center}.concept-list li:focus-visible{box-shadow:0 0 0 4px #fff3de42}.concept-list li.is-pulsing .concept-list-text{animation:concept-text-pulse .9s ease-in-out 1}.concept-list li.is-pulsing .concept-list-heart{animation:concept-heart-pulse .9s ease-in-out 1}@keyframes concept-text-pulse{0%{transform:scale(1);opacity:.9}45%{transform:scale(1.035);opacity:1}70%{transform:scale(1.015);opacity:.96}to{transform:scale(1);opacity:.9}}@keyframes concept-heart-pulse{0%,to{transform:scale(1);opacity:.92}45%{transform:scale(1.24);opacity:1}70%{transform:scale(1.08);opacity:.96}}@media (prefers-reduced-motion: reduce){.concept-list li.is-pulsing .concept-list-text,.concept-list li.is-pulsing .concept-list-heart{animation:none}}@media (min-width: 1600px) and (max-height: 1100px){.concept{--concept-top-space: 1.2rem;--concept-top-pull: .45rem;margin-top:-4.25rem;margin-bottom:8rem}.concept-title{margin-bottom:1.1rem}.concept-list{gap:.55rem}.concept-list li{font-size:clamp(.95rem,1.35vw,1.08rem);line-height:1.28}.concept-list-heart{width:2.35rem;height:2.35rem}}@media (max-width: 640px){.concept{--concept-top-space: .9rem;--concept-top-pull: .35rem;margin-top:-1.5rem;margin-bottom:1.25rem}.concept-title{max-width:none}}@media (max-width: 1366px),(max-height: 900px){.concept{--concept-top-space: 1.3rem;--concept-top-pull: .55rem;margin-top:-3.5rem;margin-bottom:5.5rem}.concept-title{margin-bottom:.9rem}.concept-list li{font-size:clamp(1rem,2.1vw,1.3rem)}}@media (max-width: 640px){.concept{--concept-top-space: .9rem;--concept-top-pull: .35rem;margin-top:-1.5rem;margin-bottom:1.25rem}.concept-title{max-width:none;margin-inline:auto;text-align:center}.concept-list{width:100%;justify-items:stretch}.concept-list li{width:min(100%,21rem);margin:0 auto;grid-template-columns:2.2rem minmax(0,1fr);gap:.65rem;align-items:center;text-align:left}.concept-list-heart{width:2.2rem;height:2.2rem}}.hero{position:relative;min-height:calc(100vh + var(--hero-scroll-buffer, 0px));overflow:hidden;width:100%;color:#f8f0e8;background:transparent}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 82% 30%,rgba(232,204,172,.28),transparent 34%);pointer-events:none;z-index:0}.hero-sticky{position:sticky;top:0;min-height:var(--hero-visible-height, 100vh);padding:var(--hero-padding-block, 4rem) var(--hero-padding-inline, 4rem);overflow:hidden;width:100%;display:flex;align-items:center;justify-content:center}.hero-backdrop-feather{position:absolute;right:clamp(1rem,5vw,4rem);bottom:clamp(1.5rem,8vh,4rem);width:clamp(18rem,34vw,32rem);height:auto;opacity:.22;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;transform:rotate(0);filter:saturate(.55) contrast(.92)}.hero-center{position:relative;z-index:3;width:min(980px,100%);display:grid;justify-items:start;gap:1.25rem;transform:translateY(var(--hero-center-y, -2vh)) scale(var(--hero-center-scale, 1));transform-origin:top center;will-change:transform}.hero-title{display:inline-block;max-width:9ch;font-family:var(--font-body);font-size:clamp(5.25rem,13vw,10.5rem);font-weight:500;line-height:.92;padding-bottom:.2em;letter-spacing:0;color:transparent;background:linear-gradient(to top right,#fff7d6,#ffe5b7 30%,#ffc7b7 58%,#f6b7f3 82%,#eadfff);-webkit-background-clip:text;background-clip:text;overflow-wrap:normal;white-space:nowrap}.hero-lede{max-width:36rem;margin:0;color:#f8f0e8d1;font-size:clamp(1.05rem,1.8vw,1.28rem);line-height:1.65}.hero-meta{display:flex;flex-wrap:wrap;gap:.7rem;color:#f8f0e8d1;font-weight:600}.hero-meta span{padding-right:.85rem;border-right:1px solid rgba(248,240,232,.28)}.hero-meta span:last-child{border-right:0;padding-right:0}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.35rem}.hero-action{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1.15rem;border-radius:var(--radius-pill);border:1px solid rgba(248,240,232,.24);color:#d7c5b2;text-decoration:none;font-weight:700;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}.hero-action:hover{transform:translateY(-1px)}.hero-action:focus-visible{outline:var(--focus-outline);outline-offset:3px}.hero-action-primary{background:#f8f0e8f0;border-color:#f8f0e8f0;color:#33262a}.hero-action-primary:hover{background:#fff;border-color:#fff}.hero-action-secondary:hover{background:#f8f0e81a;border-color:#f8f0e86b}@media (min-width: 1600px) and (max-height: 1100px){.hero-sticky{padding:3rem 3.25rem}.hero-center{gap:.95rem;width:min(900px,100%)}.hero-title{font-size:clamp(4.4rem,8vw,7.4rem)}.hero-lede{max-width:31rem;font-size:1rem;line-height:1.55}.hero-meta{font-size:.95rem}.hero-action{min-height:2.55rem;padding:0 1rem;font-size:.95rem}}@media (max-width: 1366px),(max-height: 900px){.hero-center{gap:1rem}.hero-title{font-size:clamp(4.5rem,10vw,8.5rem)}}@media (max-width: 640px){.hero{min-height:100svh}.hero-sticky{position:relative;min-height:100svh;align-items:flex-end;padding:5.5rem 1.25rem 6rem}.hero-backdrop-feather{right:-1.5rem;bottom:4rem;width:18rem;opacity:.16;transform:none}.hero-center{justify-items:start;gap:.85rem;transform:none;will-change:auto}.hero-title{font-size:clamp(4rem,19vw,5.2rem);line-height:.88}.hero-lede{font-size:1rem;line-height:1.55}.hero-meta{display:grid;gap:.25rem}.hero-meta span{padding-right:0;border-right:0}.hero-actions{width:100%}.hero-action{flex:1 1 9rem}.hero-action-secondary{background:#f8f0e829;border-color:#f8f0e870;color:#f1e4d8}}@media (prefers-reduced-motion: reduce){.hero-center,.hero-backdrop-feather,.hero-action{transition:none}.hero-center,.hero-backdrop-feather{transform:none;will-change:auto}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border:0;border-radius:var(--radius-field);padding:.78rem 1.25rem;background:var(--color-plum);color:#fff7f0;font:inherit;font-weight:700;cursor:pointer;transition:background .18s ease,transform .18s ease,opacity .18s ease}.button:hover{background:#35242d;transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button:disabled:hover{background:var(--color-plum);transform:none}.button:focus-visible{outline:var(--focus-outline);outline-offset:3px}.button-loading:after{content:"";width:.95rem;height:.95rem;border:2px solid rgba(255,247,240,.35);border-top-color:#fff7f0;border-radius:999px;animation:button-spin .7s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.form-field{display:grid;gap:.28rem;font-weight:700;color:var(--color-muted)}.form-field input,.form-field textarea{width:100%;border:1px solid var(--color-border-soft);border-radius:var(--radius-field);padding:.75rem .9rem;background:#fffbf6b8;color:var(--color-ink);font:inherit}.form-field textarea{resize:vertical}.form-field input:focus,.form-field textarea:focus{outline:var(--focus-outline);border-color:#46313b8c}.signup-title{max-width:16ch;line-height:1.05}.signup-text{margin:0;max-width:62ch;font-size:clamp(.95rem,1.4vw,1.02rem);line-height:1.72;color:var(--color-muted)}.signup-details{width:min(480px,100%);margin:.25rem 0 0;display:grid;gap:.55rem;text-align:left;color:var(--color-muted)}.signup-details div{display:grid;grid-template-columns:minmax(8.75rem,max-content) minmax(0,1fr);gap:.75rem;align-items:baseline}.signup-details dt,.signup-details dd{margin:0}.signup-details dt{font-weight:800}.signup-details dd{line-height:1.4}.signup-date-overview{width:min(480px,100%);display:grid;gap:.55rem;text-align:center;justify-items:center}.signup-date-overview-title,.signup-date-overview-hint{margin:0}.signup-date-overview-title{font-weight:800;color:var(--color-ink)}.signup-date-overview-hint{color:var(--color-muted);line-height:1.55}.signup-date-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,max-content));gap:.35rem 1.5rem;justify-content:center}.signup-date-item{color:var(--color-ink);line-height:1.4}@media (max-width: 640px){.signup-date-overview{text-align:center}.signup-date-list{grid-template-columns:1fr;justify-items:center}}.signup-date-select-label{display:grid;gap:.25rem}.signup-date-select-label span,.signup-form .form-field span{font-weight:700}.signup-date-select{width:100%;border:1px solid var(--color-border-soft);border-radius:var(--radius-field);padding:.75rem .9rem;background:#fffbf6b8;color:var(--color-ink);font:inherit}.signup-date-select:focus{outline:3px solid rgba(244,210,31,.45);border-color:#4c251b8c}.signup-form{width:min(480px,100%);margin-top:.75rem;display:grid;gap:.8rem;text-align:left}.signup-form .button{justify-self:center;min-width:12rem}.signup-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.signup-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:1.5rem;background:#23181585;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.signup-dialog{width:min(32rem,100%);display:grid;gap:1rem;padding:1.5rem;border:1px solid rgba(255,251,246,.38);border-radius:1.5rem;background:#fffbf62e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1.2rem 3rem #2e1b1633;text-align:center}.signup-dialog-title,.signup-dialog-text{margin:0}.signup-dialog-title{font-size:clamp(1.4rem,3vw,1.8rem);line-height:1.1;color:var(--color-ink)}.signup-dialog-text{color:var(--color-muted);line-height:1.6}.signup-dialog .button{justify-self:center;min-width:10rem}@media (min-width: 1600px) and (max-height: 1100px){.signup-text{font-size:.96rem;line-height:1.62}.signup-details{gap:.45rem}.signup-form{gap:.7rem}.signup-dialog{width:min(29rem,100%);gap:.85rem;padding:1.3rem}}@media (max-width: 640px){.signup-details div{grid-template-columns:1fr;gap:.15rem;text-align:center}.signup-dialog{padding:1.25rem}}@media (max-width: 1366px),(max-height: 900px){.signup-card{gap:.8rem}.signup-details,.signup-date-overview{width:min(440px,100%)}.signup-form{width:min(440px,100%);gap:.65rem}}*{box-sizing:border-box}:root{--site-header-offset: 82px;--font-body: "Zen Maru Gothic", sans-serif;--font-display: "Cormorant Garamond", serif;--page-background: linear-gradient(to top right, #8b2fa8 0%, #b83f9d 22%, #d95b8e 48%, #eb836d 72%, #f0ad4d 88%, #f3d233 100%), radial-gradient(circle at 82% 18%, rgba(255, 245, 173, .22), transparent 32%);--color-ink: #2f2725;--color-title: #3c2d29;--color-muted: rgba(47, 39, 37, .7);--color-surface: #f7f0e8;--color-plum: #46313b;--color-clay: #9a665b;--color-sage: #687463;--color-border-soft: rgba(47, 39, 37, .18);--focus-outline: 3px solid rgba(154, 102, 91, .34);--radius-field: 4px;--radius-pill: 999px;--section-max-width: 960px;--section-padding-inline: 1rem;--section-padding-top: 7rem;--section-padding-bottom: 9rem;--section-gap: 1rem}html{font-size:121%;scroll-behavior:smooth;scroll-padding-top:var(--site-header-offset);overflow-x:hidden;background:var(--page-background);background-attachment:fixed}body{margin:0;min-height:100vh;overflow-x:hidden;background:var(--page-background);background-attachment:fixed;color:var(--color-ink);font-family:var(--font-body);-webkit-user-select:none;user-select:none}body:before{content:"";position:fixed;top:0;left:0;right:0;height:calc(var(--site-header-offset) + 28px);pointer-events:none;z-index:950;background:inherit;background-attachment:fixed;background-position:0 0;background-size:cover;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 55%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000,#000 55%,#0000)}body.legal-route:before{display:none}body.mobile-menu-open{overflow:hidden}input,textarea,select{-webkit-user-select:text;user-select:text}#root{min-height:100vh;overflow-x:hidden}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{min-height:100vh;display:block}.app-main{flex:1}.section-shell{position:relative;padding:var(--section-padding-top) var(--section-padding-inline) var(--section-padding-bottom);display:flex;justify-content:center}.section-stack{width:min(var(--section-max-width),100%);margin:0 auto;display:grid;justify-items:center;text-align:center;gap:var(--section-gap)}.section-title{margin:0;font-family:var(--font-body);font-size:clamp(2.35rem,4.4vw,3.95rem);font-weight:500;letter-spacing:0;color:var(--color-title)}section[id]{scroll-margin-top:var(--site-header-offset)}h1,h2,h3,p{margin:0}.zen-maru-gothic-regular{font-family:Zen Maru Gothic,sans-serif;font-weight:400;font-style:normal}@media (min-width: 1600px) and (max-height: 1100px){:root{--site-header-offset: 76px;--section-padding-top: 5.5rem;--section-padding-bottom: 6.5rem;--section-gap: .85rem}html{font-size:110%}.section-title{font-size:clamp(2.1rem,3vw,3.25rem)}}@media (max-width: 640px){:root{--site-header-offset: 68px;--section-padding-top: 2rem;--section-padding-bottom: 3rem}}@media (max-width: 1366px),(max-height: 900px){:root{--site-header-offset: 74px;--section-padding-top: 6rem;--section-padding-bottom: 7rem}html{font-size:110%}}
