:root{color-scheme:light;--ink: #241713;--muted: #624d41;--soft-ink: rgba(36, 23, 19, .74);--paper: #fff2df;--paper-translucent: rgba(255, 244, 226, .72);--paper-strong: rgba(255, 246, 232, .92);--sage: #6f8a66;--accent: #ef5b1b;--accent-deep: #bd3f0d;--line: rgba(91, 62, 42, .16);--title-font: Charter, "Iowan Old Style", "Palatino Linotype", Georgia, serif;--section-title-font: "Iowan Old Style", "Palatino Linotype", Charter, Georgia, serif;--body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--header-height: 76px;--section-peek: 58px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;min-width:320px;color:var(--ink);background:var(--paper);font-family:var(--body-font);line-height:1.5;text-rendering:optimizeLegibility}::selection{color:#fff;background:var(--accent)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:fixed;z-index:30;top:0;left:0;right:0;width:100%;height:calc(var(--header-height) + 28px);display:grid;grid-template-columns:minmax(166px,224px) 1fr;align-items:center;gap:clamp(32px,4.5vw,72px);padding:14px max(72px,calc((100vw - 1120px)/2 + 48px));border:0;background:transparent;isolation:isolate}.site-header:after{content:"";position:absolute;z-index:0;inset:0 0 -34px;background:linear-gradient(180deg,#fff6e86b,#fff4e233 68%,#fff4e200);-webkit-backdrop-filter:blur(14px) saturate(1.04);backdrop-filter:blur(14px) saturate(1.04);-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 58%,rgba(0,0,0,.72) 72%,rgba(0,0,0,.24) 88%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,#000 58%,rgba(0,0,0,.72) 72%,rgba(0,0,0,.24) 88%,transparent 100%);pointer-events:none}.site-header:before{content:"";position:absolute;z-index:1;top:14px;left:50%;width:min(calc(100% - 88px),1120px);height:var(--header-height);border:1px solid rgba(255,255,255,.68);border-radius:999px;background:#fff6e8d1;box-shadow:0 18px 48px #4b2f191f,inset 0 0 0 1px #ffffff52;-webkit-backdrop-filter:blur(22px) saturate(1.08);backdrop-filter:blur(22px) saturate(1.08);pointer-events:none;transform:translate(-50%)}.brand-link{position:relative;z-index:2;display:inline-flex;align-items:center;width:210px;max-width:100%}.brand-link img{width:100%;height:auto}.nav-menu-button{position:relative;z-index:2;display:none;align-items:center;justify-content:center;justify-self:end;min-width:68px;min-height:40px;padding:0 16px;border:1px solid rgba(91,62,42,.14);border-radius:999px;appearance:none;color:#241713c7;background:#fffaf294;box-shadow:inset 0 0 0 1px #ffffff4d;cursor:pointer;font:inherit;font-size:.86rem;font-weight:760;transition:color .18s ease,background .18s ease,border-color .18s ease}.nav-menu-button:hover,.nav-menu-button[aria-expanded=true]{color:var(--accent);background:#fff6e8db;border-color:#ef5b1b3d}.nav-menu-button:focus-visible{outline:3px solid rgba(239,91,27,.42);outline-offset:4px}.nav-links{position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:center;gap:clamp(22px,2.55vw,42px);color:#241713d1;font-size:1.08rem;font-weight:740;white-space:nowrap}.nav-links a{transition:color .18s ease,opacity .18s ease}.nav-links a:hover{color:var(--accent)}.site-section{position:relative;min-height:calc(100svh - var(--section-peek));display:grid;align-items:center;isolation:isolate;overflow:clip;padding:128px 6vw 72px}.site-section.hero{min-height:100svh}.site-section.text-right{padding-right:clamp(44px,4vw,82px)}.section-bg-image{position:absolute;inset:0;z-index:-3;width:100%;height:100%;max-width:none;object-fit:cover;object-position:var(--image-position, center center);transform:scale(1.01)}.hero .section-bg-image{animation:hero-breathe 18s ease-in-out infinite alternate}.section-scrim{position:absolute;inset:0;z-index:-2;pointer-events:none}.text-left .section-scrim{background:linear-gradient(90deg,var(--paper-strong) 0%,rgba(255,244,226,.82) 34%,rgba(255,244,226,.2) 68%,rgba(255,244,226,.04) 100%),linear-gradient(180deg,#ffffff1f,#5c3e2514)}.hero.text-left .section-scrim{background:linear-gradient(90deg,#fff6e8eb,#fff6e8c2 22%,#fff6e829 34%,#fff6e805 44%,#fff6e800),linear-gradient(180deg,#fffaf20f,#5c3e2505)}.text-right .section-scrim{background:linear-gradient(270deg,var(--paper-strong) 0%,rgba(255,244,226,.82) 35%,rgba(255,244,226,.18) 68%,rgba(255,244,226,.04) 100%),linear-gradient(180deg,#ffffff1f,#5c3e2514)}.section-inner{position:relative;z-index:1;width:min(620px,100%)}.hero .section-inner{width:min(500px,100%)}.text-left .section-inner{justify-self:start}.text-right .section-inner{justify-self:end}h1,h2{margin:0;color:var(--ink);letter-spacing:0}h1{max-width:7.2ch;font-family:var(--title-font);font-size:7.7rem;font-style:italic;font-weight:700;line-height:1.06}h2{max-width:560px;color:#241713e0;font-family:var(--section-title-font);font-size:3.72rem;font-style:italic;font-weight:700;line-height:1.08;text-wrap:balance}.section-body{max-width:500px;margin:28px 0 0;color:#241713ad;font-size:1.18rem;font-weight:430;line-height:1.5}.hero .section-body{max-width:450px}.hero .hero-subtitle{max-width:430px;color:#241713a8;font-size:1.12rem;font-weight:430;line-height:1.5}.store-links{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:36px}.store-link{display:inline-grid;width:178px;min-height:58px;grid-template-columns:32px 1fr;align-items:center;justify-content:start;column-gap:10px;padding:9px 18px 10px 17px;border:1px solid rgba(255,255,255,.34);border-radius:12px;appearance:none;color:#fff;background:#000000e6;box-shadow:0 16px 30px #24171324;cursor:default;font:inherit;opacity:1;text-align:left;text-decoration:none;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.store-link[href]{cursor:pointer}.store-link:not(:disabled):hover{transform:translateY(-2px);background:#000000f0;box-shadow:0 20px 36px #24171333}.store-icon{display:inline-flex;width:32px;height:28px;align-items:center;justify-content:center}.store-icon svg{display:block;width:30px;height:30px;fill:currentColor}.store-icon--app-store svg{width:27px;height:31px}.store-icon--play-store svg{width:31px;height:31px}.store-icon--play-store .play-blue{fill:#4285f4}.store-icon--play-store .play-green{fill:#34a853}.store-icon--play-store .play-yellow{fill:#fbbc04}.store-icon--play-store .play-red{fill:#ea4335}.store-copy{display:inline-flex;min-width:0;flex-direction:column;gap:2px;justify-self:start}.store-name{font-size:1.05rem;font-weight:790;line-height:1.05}.store-status{color:#ffffffb8;font-size:.78rem;font-weight:690;line-height:1.1}.touch-section{--image-position: center center}.touch-demo-shell{position:absolute;z-index:1;top:50%;right:clamp(56px,10vw,156px);width:clamp(302px,28vw,450px);aspect-ratio:9 / 14;transform:translateY(-41%) rotate(2.5deg);filter:drop-shadow(0 34px 42px rgba(60,39,22,.24))}.touch-demo-shell:before{content:"";position:absolute;left:14%;right:14%;bottom:-26px;height:48px;border-radius:999px;background:#52321c3d;filter:blur(18px)}.touch-demo-shell:after{content:"";position:absolute;left:25%;right:25%;bottom:-22px;height:42px;border-radius:0 0 14px 14px;background:linear-gradient(180deg,#89603ab8,#53362033);transform:perspective(220px) rotateX(58deg);transform-origin:top center}.touch-target{position:relative;display:block;width:100%;height:100%;padding:clamp(18px,1.6vw,26px);overflow:hidden;border:1px solid rgba(255,250,238,.7);border-radius:clamp(18px,2vw,28px);color:inherit;background:linear-gradient(145deg,#7d522beb,#e0bf8be6 32%,#664324eb),#a77745;box-shadow:inset 0 0 0 1px #fff8e473,inset 0 0 0 8px #472d182e,inset 0 0 0 16px #fff4dc3d,0 26px 54px #3a25153d;cursor:pointer}.touch-target:focus-visible{outline:3px solid rgba(239,91,27,.54);outline-offset:7px}.touch-target:before{content:"";position:absolute;inset:clamp(18px,1.6vw,26px);z-index:2;border-radius:clamp(10px,1.4vw,18px);box-shadow:inset 0 0 0 8px #fff8e8b8,inset 0 0 0 9px #5b3f2729;pointer-events:none}.touch-response-video{width:100%;height:100%;border-radius:clamp(10px,1.4vw,18px);background:#fbf8ee;object-fit:cover;object-position:center center;box-shadow:inset 0 0 0 1px #412a192e}.touch-hint{position:absolute;z-index:3;top:42%;left:62%;display:inline-flex;align-items:center;gap:8px;padding:7px 12px 8px;border:1px solid rgba(255,255,255,.62);border-radius:999px;color:#fff8eb;background:#24171357;box-shadow:0 14px 32px #24171329;font-size:.76rem;font-weight:760;line-height:1;text-transform:lowercase;backdrop-filter:blur(12px);transition:opacity .18s ease,transform .18s ease}.touch-dot{position:relative;width:12px;height:12px;border-radius:999px;background:#fff6d9;box-shadow:0 0 18px #ffedb0d6}.touch-dot:before,.touch-dot:after{content:"";position:absolute;inset:-12px;border:1px solid rgba(255,246,217,.62);border-radius:inherit;opacity:0;animation:touch-pulse 2.9s ease-out infinite}.touch-dot:after{animation-delay:.5s}.touch-target.is-playing .touch-hint{opacity:0;transform:translateY(6px) scale(.96)}.closing-section{min-height:100svh;--image-position: center center;padding-bottom:96px}.closing-section.text-left .section-scrim{background:linear-gradient(90deg,#fff6e8f0,#fff6e8ad 34%,#fff6e829 64%,#fff6e805),linear-gradient(180deg,#fffaf205,#52372314)}.app-preview-section{--image-position: center center;padding-block:124px 72px}.app-preview-section .section-bg-image{filter:saturate(.94) brightness(1.03)}.app-preview-section .section-scrim{background:linear-gradient(90deg,#fff6e833,#fff6e852 36%,#fff6e8e6 70%,#fff6e8f5),linear-gradient(180deg,#ffffff3d,#925b301a)}.app-preview-layout{position:relative;z-index:1;display:grid;width:100%;margin:0;grid-template-columns:minmax(320px,1fr) minmax(360px,520px);align-items:center;gap:clamp(38px,7vw,112px)}.app-preview-carousel{grid-column:1;width:min(548px,100%);justify-self:start;overflow:hidden;padding:8px 0 10px;mask-image:linear-gradient(90deg,transparent 0%,#000000 9%,#000000 90%,transparent 100%)}.app-preview-track{display:flex;width:max-content;align-items:center;gap:clamp(16px,2vw,24px);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;animation:app-preview-drift 42s linear infinite;will-change:transform}.app-preview-track::-webkit-scrollbar{display:none}.app-preview-carousel:hover .app-preview-track{animation-play-state:paused}.app-preview-copy{grid-column:2;width:min(520px,100%);margin:0;justify-self:end}.app-preview-copy h2{max-width:11ch}.app-preview-copy .section-body{max-width:460px}.promo-shot{flex:0 0 auto;width:clamp(180px,16vw,220px);margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.68);border-radius:clamp(20px,2vw,34px);background:#fff6e8db;box-shadow:0 28px 58px #53362029,0 8px 18px #5336201a;scroll-snap-align:center;transform:none}.promo-shot--large{width:clamp(180px,16vw,220px);transform:none}.promo-shot:nth-child(3){transform:none}.promo-shot:nth-child(4){transform:none}.promo-shot img{width:100%;height:auto;aspect-ratio:1290 / 2796;object-fit:cover}.reveal-ready{opacity:1;transform:none;filter:none}.reveal-motion-ready .reveal-ready{opacity:0;transform:translate3d(0,28px,0) scale(.996);filter:blur(6px);will-change:opacity,transform,filter}.reveal-motion-ready .reveal-ready.is-visible{animation:reveal-in .94s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms) both}.site-section[data-background-image] .section-inner.reveal-ready h1,.site-section[data-background-image] .section-inner.reveal-ready h2{text-shadow:0 20px 42px rgba(82,50,28,.24),10px 14px 34px rgba(82,50,28,.16),0 2px 12px rgba(255,246,232,.3)}.site-section[data-background-image] .section-inner.reveal-ready .section-body{text-shadow:0 12px 28px rgba(82,50,28,.18),4px 8px 18px rgba(82,50,28,.1),0 1px 10px rgba(255,246,232,.28)}@keyframes hero-breathe{0%{transform:scale(1.01)}to{transform:scale(1.045)}}@keyframes reveal-in{0%{opacity:0;transform:translate3d(0,28px,0) scale(.996);filter:blur(6px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes app-preview-drift{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes touch-pulse{0%{opacity:0;transform:scale(.28)}20%{opacity:.75}78%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(1)}}@media(max-width:1040px){.site-header{grid-template-columns:minmax(142px,184px) 1fr;gap:22px;padding:14px 58px}.site-header:before{width:calc(100% - 44px)}.brand-link{width:184px}.nav-links{gap:18px;font-size:.98rem}h1{font-size:5.8rem}h2{max-width:430px;font-size:3.05rem}.section-body{max-width:400px;font-size:1.08rem}.app-preview-layout{grid-template-columns:minmax(300px,1fr) minmax(320px,440px);gap:clamp(28px,5vw,56px)}.app-preview-carousel{width:min(490px,100%)}.promo-shot,.promo-shot--large{width:clamp(176px,18vw,204px)}}@media(max-width:860px){.site-header{grid-template-columns:minmax(120px,154px) auto;gap:14px;padding:14px 44px}.brand-link{width:162px}.nav-menu-button{display:inline-flex}.nav-links{position:absolute;top:calc(100% + 10px);right:22px;display:grid;min-width:min(278px,calc(100vw - 24px));justify-content:stretch;align-items:stretch;gap:2px;padding:10px;border:1px solid rgba(255,255,255,.7);border-radius:28px;background:#fff4e2f0;box-shadow:0 22px 48px #4b2f1929;backdrop-filter:blur(18px);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;visibility:hidden;white-space:normal}.nav-links a{padding:10px 14px;border-radius:18px}.nav-links a:hover{background:#ef5b1b14}.site-header.is-nav-open .nav-links{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.app-preview-layout{grid-template-columns:1fr;gap:34px}.app-preview-carousel{grid-column:1;order:2;width:min(560px,100%);justify-self:start;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.app-preview-carousel::-webkit-scrollbar{display:none}.app-preview-copy{grid-column:1;order:1;width:min(520px,100%);justify-self:start}.app-preview-track{animation:none;overflow-x:visible;scroll-snap-type:none}.app-preview-track>.promo-shot[aria-hidden=true]{display:none}.app-preview-section .section-scrim{background:linear-gradient(180deg,#fff6e8f5,#fff6e8c7 46%,#fff6e852),linear-gradient(90deg,#fff6e8b8,#fff6e829)}}@media(max-width:720px){:root{--header-height: 64px;--section-peek: 42px}.site-header{top:0;width:100%;height:calc(var(--header-height) + 24px);grid-template-columns:minmax(120px,154px) 1fr;gap:12px;padding:12px 22px}.site-header:before{top:12px;width:calc(100% - 32px)}.brand-link{width:150px}.site-section{min-height:calc(100svh - var(--section-peek));align-items:start;padding:102px 22px 52px}.site-section.text-right{padding-right:22px}.closing-section{min-height:100svh}.closing-section .section-body{max-width:18.75rem}.app-preview-section{padding:102px 22px 52px}.app-preview-layout{width:100%}.app-preview-copy{width:100%;margin:0}.app-preview-copy h2{max-width:12.5ch}.app-preview-copy .section-body{max-width:22rem}.app-preview-carousel{width:calc(100vw - 44px);padding:8px 0 18px}.app-preview-track{gap:14px}.nav-links{right:18px}.promo-shot,.promo-shot--large{width:min(64vw,250px);border-radius:24px;transform:none}.text-left .section-scrim,.text-right .section-scrim{background:linear-gradient(180deg,#fff4e2f5,#fff4e2c2 42%,#fff4e238 76%,#fff4e21a),linear-gradient(90deg,#fff4e2d1,#fff4e229)}.hero.text-left .section-scrim{background:linear-gradient(180deg,#fff6e8f0,#fff6e8bd 38%,#fff6e847 66%,#fff6e814),linear-gradient(90deg,#fff6e8b8,#fff6e805)}.text-right .section-inner,.text-left .section-inner{justify-self:start}h1{max-width:11ch;font-size:4rem}h2{max-width:13.5ch;font-size:2.34rem}#meet h2{max-width:14ch}.section-body{max-width:24rem;margin-top:22px;font-size:1rem}.hero .hero-subtitle{max-width:21rem;font-size:1rem;line-height:1.48}.store-links{align-items:flex-start;flex-direction:column;gap:12px;margin-top:28px}.store-link{width:178px;min-height:58px}.hero .section-bg-image{object-position:58% center}#meet .section-bg-image{object-position:55% center}#moments .section-bg-image,#more .section-bg-image{object-position:58% center}#letters .section-bg-image{object-position:43% center}.touch-section{padding-bottom:min(112vw,474px)}.touch-demo-shell{top:auto;right:22px;bottom:30px;width:min(58vw,260px);transform:rotate(2.5deg)}.touch-hint{top:42%;left:62%;padding:6px 10px 7px;font-size:.68rem}}@media(max-width:420px){h1{font-size:3.45rem}h2{font-size:2.12rem}.section-body,.hero .hero-subtitle{font-size:.95rem}.brand-link{width:138px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal-ready{opacity:1;transform:none}}.site-footer{position:relative;z-index:2;color:var(--ink);background:linear-gradient(180deg,#fff2dfeb,#fff8edfa),var(--paper);border-top:1px solid rgba(91,62,42,.12)}.site-footer__inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(32px,5vw,76px);width:min(1268px,calc(100% - 44px));margin:0 auto;padding:54px 0 48px}.site-footer__eyebrow,.legal-eyebrow{margin:0 0 14px;color:var(--accent);font-size:.78rem;font-weight:820;letter-spacing:.08em;text-transform:uppercase}.site-footer__logo{display:inline-flex;width:172px;margin-bottom:20px}.site-footer__logo img{width:100%;height:auto}.site-footer__note,.site-footer__copyright{max-width:30rem;margin:0;color:var(--soft-ink);font-size:1rem;line-height:1.55}.site-footer__byline{display:flex;align-items:center;gap:6px;width:fit-content;max-width:30rem;margin:0;color:var(--soft-ink);font-size:.88rem;font-weight:650;line-height:1.2}.site-footer__byline img{width:94px;height:auto}.site-footer__copyright{margin-top:14px;color:#24171385;font-size:.9rem}.site-footer__brand-links{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:18px}.site-footer__brand-links a{display:inline-flex;width:fit-content;color:#241713d1;font-size:.94rem;font-weight:760;transition:color .18s ease,transform .18s ease}.site-footer__email{display:inline-flex;margin-bottom:8px;color:var(--ink);font-size:clamp(1rem,1.1vw,1.16rem);font-weight:760;line-height:1.3;transition:color .18s ease}.site-footer__email:hover,.site-footer__brand-links a:hover,.site-footer__links a:hover,.legal-header__home:hover,.legal-links a:hover{color:var(--accent)}.site-footer__links,.legal-links{display:grid;align-content:start;gap:12px}.site-footer__links .site-footer__eyebrow{margin-bottom:2px}.site-footer__links a,.legal-links a{display:inline-flex;width:fit-content;color:#241713c2;font-size:.98rem;font-weight:720;transition:color .18s ease,transform .18s ease}.site-footer__brand-links a:hover,.site-footer__links a:hover,.legal-links a:hover{transform:translate(3px)}.legal-page{min-height:100svh;color:var(--ink);background:radial-gradient(circle at 78% 8%,rgba(239,91,27,.14),transparent 32rem),radial-gradient(circle at 8% 12%,rgba(111,138,102,.12),transparent 26rem),var(--paper)}.legal-header{position:sticky;z-index:10;top:18px;display:flex;align-items:center;justify-content:space-between;width:min(1060px,calc(100% - 44px));height:72px;margin:18px auto 0;padding:0 24px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#fff4e2c7;box-shadow:0 18px 52px #4b2f191a;backdrop-filter:blur(18px)}.legal-header__logo{display:inline-flex;width:158px}.legal-header__logo img{width:100%;height:auto}.legal-header__home{color:#241713b8;font-size:.92rem;font-weight:760;transition:color .18s ease}.legal-main{width:min(920px,calc(100% - 44px));margin:0 auto;padding:104px 0 76px}.legal-hero{margin-bottom:54px}.legal-hero h1{max-width:10ch;font-size:clamp(4.2rem,10vw,7.2rem)}.legal-lead{max-width:680px;margin:28px 0 0;color:var(--soft-ink);font-size:clamp(1.16rem,2vw,1.34rem);line-height:1.48}.legal-meta{margin:18px 0 0;color:#2417138a;font-size:.94rem;font-weight:700}.legal-stack{display:grid;gap:0;border-top:1px solid rgba(91,62,42,.14)}.legal-section{display:grid;grid-template-columns:minmax(180px,.58fr) minmax(0,1fr);gap:clamp(24px,5vw,60px);padding:34px 0;border-bottom:1px solid rgba(91,62,42,.14)}.legal-section h2{max-width:14rem;font-family:var(--body-font);font-size:1.08rem;font-style:normal;font-weight:820;line-height:1.2}.legal-section h3{margin:22px 0 8px;color:var(--ink);font-size:1rem}.legal-section p,.legal-section li{color:var(--soft-ink);font-size:1.02rem;line-height:1.65}.legal-section p{margin:0 0 14px}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:0;padding-left:1.1rem}.legal-section li+li{margin-top:8px}.legal-links{margin-top:22px}.legal-page .site-footer__inner{width:min(920px,calc(100% - 44px));grid-template-columns:repeat(3,minmax(0,1fr))}.legal-page .site-footer__links{grid-template-columns:1fr;gap:12px}@media(max-width:860px){.site-footer__inner{grid-template-columns:1fr;padding:44px 0 40px}.legal-section{grid-template-columns:1fr;gap:14px;padding:30px 0}.legal-section h2{max-width:none}.legal-page .site-footer__inner,.legal-page .site-footer__links{grid-template-columns:1fr}}@media(max-width:520px){.legal-header{top:12px;width:calc(100% - 24px);height:64px;padding:0 16px}.legal-header__logo{width:138px}.legal-main{width:calc(100% - 44px);padding-top:76px}.legal-hero{margin-bottom:42px}.legal-hero h1{font-size:3.35rem}.site-footer__email{font-size:1rem}}
