:root{--ink:#090b0a;--green:#00684f;--green-dark:#005540;--lime:#d9ec00;--paper:#fbfaf7;--cream:#f2f0ea;--line:#080c0a1f;--sans:-apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);margin:0;overflow-x:hidden}body,button,a{font-family:var(--sans)}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%}main{min-width:320px;overflow:clip}h1,h2,h3{word-break:keep-all}.site-header{z-index:100;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-top:0;border-radius:0 0 28px 28px;position:fixed;top:0;left:2.5vw;right:2.5vw;box-shadow:0 10px 28px #00392d12}.header-bar{z-index:2;background:#fff;border-radius:0 0 27px 27px;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(26px,4vw,64px);height:76px;padding:0 22px;transition:border-radius .28s;display:grid;position:relative}.site-header.has-menu .header-bar{border-bottom:1px solid var(--line);border-radius:0}.brand{align-items:center;gap:9px;display:inline-flex}.brand-symbol{background:#35c4ca;border-radius:16px 16px 7px 7px;width:30px;height:26px;position:relative;overflow:hidden}.brand-symbol:before,.brand-symbol i,.brand-symbol b,.brand-symbol em{content:"";border-radius:50% 50% 0 0;position:absolute;bottom:-8px}.brand-symbol:before{background:#f5ca3d;width:25px;height:25px;left:3px}.brand-symbol i{background:#eb5d4a;width:20px;height:21px;left:7px}.brand-symbol b{background:#337eb4;width:15px;height:17px;left:11px}.brand-symbol em{background:#fff;width:10px;height:13px;left:15px}.brand-name{letter-spacing:-.055em;font-size:23px;font-weight:850;line-height:.8}.brand-name small{letter-spacing:.22em;margin-top:7px;font-size:5.5px;font-weight:800;display:block}.header-bar nav{justify-self:start;align-items:center;gap:clamp(18px,2.25vw,34px);display:flex}.header-bar nav>button,.header-bar nav>a{cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;height:76px;padding:0;font-size:14px;font-weight:520;display:inline-flex;position:relative}.header-bar nav button>i{font-size:10px;font-style:normal;transition:transform .28s}.header-bar nav button:hover>i,.header-bar nav button.is-active>i{transform:rotate(180deg)}.nav-roll{height:1.25em;line-height:1.25;display:inline-block;position:relative;overflow:clip}.nav-roll>span{transition:transform .36s cubic-bezier(.22,.8,.2,1);display:block;transform:translateY(0)}.nav-roll>span:last-child{position:absolute;top:0;left:0;transform:translateY(110%)}.header-bar nav button:hover .nav-roll>span:first-child,.header-bar nav button.is-active .nav-roll>span:first-child,.header-bar nav>a:hover .nav-roll>span:first-child{transform:translateY(-110%)}.header-bar nav button:hover .nav-roll>span:last-child,.header-bar nav button.is-active .nav-roll>span:last-child,.header-bar nav>a:hover .nav-roll>span:last-child{transform:translateY(0)}.header-actions{justify-self:end;align-items:center;gap:8px;display:flex}.header-find{border-right:1px solid var(--line);place-items:center;width:36px;height:34px;font-size:21px;transition:transform .2s;display:grid}.header-find:hover{transform:rotate(-9deg)scale(1.08)}.header-soft,.header-dark{border-radius:13px;justify-content:center;align-items:center;height:44px;padding:0 18px;font-size:13px;font-weight:650;transition:transform .22s,border-radius .22s,background .22s;display:inline-flex}.header-soft{background:#f2f1ec}.header-dark{color:#fff;background:#0a0c0b}.header-soft:hover,.header-dark:hover{border-radius:18px 9px;transform:translateY(-2px)}.header-dark:hover{background:var(--green)}.mobile-toggle,.mobile-menu-panel{display:none}.mega-menu{z-index:1;opacity:0;pointer-events:none;transform-origin:top;background:#fff;border:1px solid #0000;border-top:0;border-radius:0 0 28px 28px;max-height:0;transition:max-height .45s cubic-bezier(.22,.8,.2,1),opacity .2s,transform .38s,border-color .2s;position:absolute;top:75px;left:-1px;right:-1px;overflow:hidden;transform:translateY(-12px)scaleY(.97)}.mega-menu.is-open{border-color:var(--line);opacity:1;pointer-events:auto;max-height:390px;transform:translateY(0)scaleY(1)}.mega-content{grid-template-columns:.8fr repeat(3,.85fr) 1.35fr;gap:clamp(24px,3vw,54px);min-height:286px;padding:24px 5vw 22px;display:grid}.mega-lead>span,.mega-column>span{color:#090b0a75;letter-spacing:.15em;margin-bottom:16px;font-size:8px;font-weight:800;display:block}.mega-lead strong{letter-spacing:-.045em;font-size:27px;display:block}.mega-lead p{color:#090b0a8c;max-width:160px;margin:12px 0 0;font-size:11px;line-height:1.55}.mega-column a{justify-content:space-between;align-items:center;gap:10px;min-height:32px;font-size:13px;font-weight:560;transition:transform .2s,color .2s;display:flex}.mega-column a i{opacity:0;font-size:10px;font-style:normal;transition:all .2s;transform:translate(-5px,5px)}.mega-column a:hover{color:var(--green);transform:translate(4px)}.mega-column a:hover i{opacity:1;transform:translate(0)}.mega-feature{background:var(--green);color:#fff;isolation:isolate;border-radius:18px;min-height:236px;padding:17px;position:relative;overflow:hidden}.mega-feature:before{content:"";z-index:-1;border:15px solid #ffffff29;border-radius:50%;width:180px;height:80px;position:absolute;bottom:15px;left:-28px;rotate:10deg}.mega-feature img{object-fit:cover;mix-blend-mode:normal;border-radius:13px;width:52%;height:64%;transition:transform .45s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:10px;right:10px;transform:rotate(5deg)}.mega-feature>span{letter-spacing:.15em;font-size:8px;font-weight:800;display:block}.mega-feature>strong{width:64%;margin-top:10px;font-size:16px;line-height:1.35;display:block}.mega-feature>i{font-size:10px;font-style:normal;font-weight:700;position:absolute;bottom:18px;left:17px}.mega-feature:hover img{transform:rotate(1deg)translate(-8px,-5px)scale(1.07)}.hero{z-index:1;isolation:isolate;background:var(--green);padding-bottom:335px;position:relative;overflow:visible}.hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#007e5d7a 0%,#007e5d38 38%,#007e5d12 66%,#fff0 100%);height:300px;position:absolute;bottom:-165px;left:0;right:0}.hero-scene{isolation:isolate;background:radial-gradient(circle at 50% 11%,#ffffffc7,#0000 28%),linear-gradient(#b9eff1 0%,#7bd7d7 74%,#58c5b3 100%);height:clamp(760px,64vw,940px);min-height:760px;position:relative;overflow:hidden}.hero-scene:after{content:"";z-index:20;opacity:.14;pointer-events:none;mix-blend-mode:multiply;background-image:radial-gradient(circle,#075b55 0 .6px,#0000 .75px),radial-gradient(circle,#fff 0 .5px,#0000 .65px);background-position:0 0,3px 4px;background-size:5px 5px,7px 7px;position:absolute;inset:0}.hero-photo{z-index:1;margin:0;position:absolute;inset:0;overflow:hidden}.hero-photo picture{width:100%;height:100%;display:block}.hero-photo:after{content:"";pointer-events:none;background:linear-gradient(#06342b0f,#0000 25%);position:absolute;inset:0}.hero-photo img{object-fit:cover;object-position:center 52%;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.2,.8,.2,1);display:block}.hero-photo:hover img{transform:scale(1.018)}.hero-sticker{z-index:24;color:#082f28;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;background:#ffffffc2;border:1px solid #ffffffb8;border-radius:999px;min-width:126px;padding:14px 18px 15px;position:absolute;box-shadow:0 16px 38px #00423421}.hero-sticker span,.hero-sticker strong{display:block}.hero-sticker span{letter-spacing:.16em;font-size:7px;font-weight:800}.hero-sticker strong{letter-spacing:-.04em;margin-top:3px;font-size:15px}.hero-sticker-left{top:17%;left:5.5%;rotate:-5deg}.hero-sticker-right{bottom:12%;right:4.5%;rotate:5deg}.sky-cloud{z-index:-5;filter:blur(3px);background:#ffffff80;border-radius:999px;height:45px;animation:14s ease-in-out infinite alternate cloud-drift;position:absolute}.cloud-a{width:31%;top:21%;left:6%}.cloud-b{width:36%;animation-delay:-5s;top:13%;right:6%}.hill{z-index:-4;border-radius:50% 50% 0 0;width:120%;position:absolute;left:-10%}.hill-back{background:radial-gradient(circle,#004a3e2b 0 1px,#0000 1.3px) 0 0/5px 5px,#5ebfa1;height:46%;bottom:11%;transform:rotate(-2deg)}.hill-front{background:radial-gradient(circle,#0030263b 0 .8px,#0000 1.2px) 0 0/4px 4px,#0b8966;width:135%;height:78%;bottom:-36%;left:-15%;transform:rotate(2deg);box-shadow:inset 0 25px 45px #27b48459}.tree{z-index:-1;width:20px;height:85px;position:absolute;bottom:20%}.tree i,.tree b{position:absolute;left:50%;translate:-50%}.tree i{background:#1d5944;border-radius:8px;width:8px;height:43px;bottom:0}.tree b{background:#137459;border-radius:65% 35% 50% 50%;width:37px;height:59px;top:0;box-shadow:inset 7px 8px #ffffff1f}.tree-a{left:7%}.tree-b{bottom:26%;left:20%;scale:.58}.tree-c{bottom:24%;right:9%;scale:1.05}.tree-d{bottom:30%;right:25%;scale:.48}.product-world{z-index:5;width:min(1040px,82vw);height:calc(100% - 105px);position:absolute;top:78px;left:50%;transform:translate(-50%)}.world-product{margin:0;animation:6.4s ease-in-out infinite product-float;position:absolute}.world-product:before{content:"";z-index:-1;filter:blur(9px);background:#00463838;border-radius:50%;width:78%;height:12%;position:absolute;bottom:9%;left:50%;transform:translate(-50%)}.world-product img{object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 20px 16px #003d311f);width:100%;height:100%;transition:transform .42s cubic-bezier(.2,.8,.2,1);display:block}.world-product:hover img{transform:translateY(-8px)rotate(-2deg)scale(1.05)}.world-bersa{width:240px;height:240px;animation-delay:-1.3s;top:28%;left:0;rotate:-7deg}.world-patterns{width:360px;height:360px;animation-delay:-3.5s;top:2%;left:25%;rotate:1deg}.world-tray{width:285px;height:285px;animation-delay:-2.4s;top:35%;left:51%;rotate:-4deg}.world-gift{width:260px;height:260px;animation-delay:-.6s;top:13%;right:0;rotate:7deg}.toy-ring{z-index:3;border:16px solid #26a9c6;border-radius:50%;width:92px;height:92px;position:absolute;bottom:7%;left:39%;rotate:-6deg;box-shadow:0 18px 25px #0041342e}.toy-ring i{background:#ff8b22;border-radius:50%;width:16px;height:16px;position:absolute;top:22px;left:24px}.toy-bars{z-index:3;align-items:flex-end;gap:7px;width:130px;height:90px;display:flex;position:absolute;bottom:10%;right:16%}.toy-bars i{background:linear-gradient(90deg,#f3a533,#ffd178);border-radius:5px 5px 0 0;width:36px;box-shadow:inset -5px 0 #73470f14}.toy-bars i:first-child{height:38px}.toy-bars i:nth-child(2){height:62px}.toy-bars i:nth-child(3){height:88px}.toy-ball{z-index:4;border-radius:50%;position:absolute;box-shadow:inset 6px 7px #ffffff47,0 12px 20px #00413429}.ball-a{background:#ed5c4c;width:30px;height:30px;bottom:10%;left:17%}.ball-b{background:#f4c63f;width:22px;height:22px;top:35%;right:44%}.hero-caption{z-index:22;color:#ffffffd1;letter-spacing:.18em;margin:0;font-size:8px;font-weight:800;position:absolute;bottom:25px;left:5.5%}.hero-copy{z-index:2;color:#fff;background:radial-gradient(circle,#ffffff0d 0 .6px,transparent .75px) 0 0/5px 5px, linear-gradient(180deg, #4f9474 0%, #1d7c61 20%, var(--green) 52%, var(--green) 100%);grid-template-columns:1.55fr .7fr;align-items:center;gap:7vw;min-height:420px;margin-top:-2px;padding:72px 6vw 118px;display:grid;position:relative}.launch{letter-spacing:.13em;margin:0 0 22px;font-size:10px;font-weight:750}.launch span{color:var(--lime)}.launch i{margin-left:8px;font-style:normal}.hero-copy h1{letter-spacing:-.07em;word-break:keep-all;margin:0;font-size:clamp(58px,6.45vw,96px);font-weight:590;line-height:.98}.hero-side>p{letter-spacing:-.025em;word-break:keep-all;max-width:430px;margin:0;font-size:clamp(17px,1.5vw,22px);line-height:1.45}.hero-side>div{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.btn{border-radius:14px;justify-content:center;align-items:center;gap:24px;min-height:51px;padding:0 20px;font-size:13px;font-weight:650;transition:transform .22s,border-radius .22s,background .22s;display:inline-flex}.btn:hover{border-radius:19px 9px;transform:translateY(-2px)}.btn span{transition:transform .22s}.btn:hover span{transform:translate(4px)}.btn-white{color:var(--ink);background:#fff}.btn-lime{background:var(--lime);color:var(--ink)}.btn-dark{background:var(--ink);color:#fff}.btn-outline{border:1px solid var(--ink);background:#fff}.trust-panel{z-index:10;background:#f3f2ee;border-radius:45px;min-height:440px;padding:52px 4vw 42px;position:absolute;bottom:-105px;left:2.5vw;right:2.5vw;box-shadow:0 28px 64px #00523e1c}.trust-panel>p{text-align:center;max-width:650px;margin:0 auto 30px;font-size:19px;line-height:1.35}.trust-source{color:#090b0a7a;text-align:center;margin:-17px 0 24px;font-size:9px;line-height:1.6;display:block}.trust-grid{grid-template-rows:1fr 1fr;grid-template-columns:1.25fr .75fr 1fr 1.05fr .8fr .85fr .85fr;gap:10px;height:238px;display:grid;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.trust-grid article{background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:16px;min-width:0;padding:17px;display:flex;overflow:hidden;box-shadow:0 4px 12px #1118130a}.trust-grid strong{letter-spacing:-.05em;font-size:36px}.trust-grid article>span,.trust-grid article strong+span{font-size:10px;line-height:1.4}.trust-wide{grid-column:1/3}.trust-pattern{grid-column:3/4;background:radial-gradient(circle at 50% 80%,#e15747 0 14%,#0000 15%) 0 0/36px 36px,#f5ddc8!important}.trust-pattern span{background:#fff;border-radius:999px;padding:8px 12px;font-weight:750}.trust-copy{grid-area:1/4/3/6}.trust-copy p{margin:0;font-size:19px;font-weight:630;line-height:1.35}.trust-green{grid-column:6/8;background:#dcecb5!important}.trust-green strong{color:var(--green)}.trust-dala{grid-column:1/2;padding:4px!important}.trust-dala img{object-fit:cover;border-radius:12px;width:100%;height:100%}.trust-word{letter-spacing:.08em;grid-column:2/4;font-size:24px;font-weight:800}.trust-small{grid-column:6/8;justify-content:space-between!important}.trust-small strong{font-size:16px}.discover{z-index:0;text-align:center;background:linear-gradient(90deg,#0000 calc(6% - .5px),#0000000e 6%,#0000 calc(6% + .5px)),linear-gradient(90deg,#0000 calc(94% - .5px),#0000000e 94%,#0000 calc(94% + .5px)),#fff;padding:270px 2.5vw 130px;position:relative}.section-label{letter-spacing:.19em;margin:0 0 23px;font-size:9px;font-weight:800}.discover>h2{letter-spacing:-.06em;margin:0;font-size:clamp(55px,5.3vw,78px);font-weight:590;line-height:1}.section-sub{color:#090b0a94;margin:24px 0 0;font-size:16px}.product-tabs{justify-content:center;gap:9px;margin:48px auto 22px;display:flex}.product-tabs button{cursor:pointer;background:#f0efeb;border:0;border-radius:13px;height:42px;padding:0 18px;font-size:13px;transition:all .22s}.product-tabs button[aria-selected=true]{background:var(--ink);color:#fff;transform:translateY(-2px)}.product-showcase{text-align:left;background:var(--showcase);border-radius:38px;grid-template-columns:.88fr 1.12fr;max-width:1245px;min-height:650px;margin:0 auto;display:grid;overflow:hidden}.showcase-copy{flex-direction:column;justify-content:center;padding:clamp(60px,6vw,96px);display:flex}.showcase-copy>span{color:var(--accent);letter-spacing:.18em;font-size:9px;font-weight:800}.showcase-copy h3{letter-spacing:-.06em;margin:26px 0 0;font-size:clamp(40px,4.2vw,61px);font-weight:580;line-height:1.04}.showcase-copy h3 i{font-style:normal;display:block}.showcase-copy>p{color:#090b0aab;word-break:keep-all;max-width:510px;margin:29px 0;font-size:15px;line-height:1.75}.showcase-copy>a{border-bottom:1px solid;align-self:flex-start;padding-bottom:7px;font-size:12px;font-weight:700}.showcase-copy>a b{margin-left:20px}.showcase-image{background:#ffffff59;place-items:center;min-height:650px;display:grid;position:relative;overflow:hidden}.showcase-orbit{aspect-ratio:1;z-index:3;border:28px solid color-mix(in srgb,var(--accent) 35%,transparent);opacity:.32;pointer-events:none;border-radius:50%;width:72%;position:absolute;rotate:-12deg}.showcase-image>img{z-index:1;object-fit:cover;mix-blend-mode:normal;filter:none;width:100%;height:100%;max-height:none;transition:transform .5s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0}.showcase-image:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000000d,#0000 35%);position:absolute;inset:0}.showcase-image:hover>img{transform:scale(1.035)}.showcase-stat{z-index:3;aspect-ratio:1;text-align:center;background:var(--accent);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:160px;padding:22px;display:flex;position:absolute;bottom:28px;right:28px}.showcase-stat strong{letter-spacing:-.05em;font-size:37px;line-height:1}.showcase-stat span{margin-top:9px;font-size:9px;line-height:1.4}.story-intro{text-align:center;background:#fff;padding:120px 5vw 75px}.story-intro h2{letter-spacing:-.07em;margin:0;font-size:clamp(55px,6vw,88px);font-weight:580;line-height:.98}.story-intro h2 span{color:var(--green)}.story-intro>p:last-child{color:#090b0a8c;margin:27px 0 0;font-size:15px}.feature-stack{background:#fff;padding:0 2.5vw 130px;position:relative}.feature-card{top:calc(80px + var(--stack-index) * 25px);border-radius:40px;grid-template-columns:.9fr 1.1fr;height:clamp(560px,42vw,700px);min-height:0;margin-bottom:90px;display:grid;position:sticky;overflow:hidden;box-shadow:0 -1px #00000014,0 18px 40px #0e171114}.feature-blue{--card-accent:#296ce6;--card-ink:#061a3b;background:#e3f1fb}.feature-peach{--card-accent:#c44418;--card-ink:#3d1306;background:#fff0e8}.feature-lime{--card-accent:#8a9300;--card-ink:#17330c;background:#f6facf}.feature-pink{--card-accent:#b60078;--card-ink:#41022e;background:#fdebf7}.feature-copy{color:var(--card-ink);flex-direction:column;padding:clamp(56px,4.7vw,82px);display:flex}.feature-tag{align-items:center;display:flex}.feature-tag span{z-index:3;background:var(--card-accent);color:#fff;letter-spacing:.2em;border-radius:999px;align-items:center;height:30px;padding:0 19px;font-size:8px;font-weight:800;display:inline-flex;position:relative}.feature-tag i{background:color-mix(in srgb,var(--card-accent) 35%,white);border-radius:50%;width:28px;height:28px;margin-left:-17px}.feature-copy h3{letter-spacing:-.065em;margin:30px 0 0;font-size:clamp(43px,4.25vw,64px);font-weight:580;line-height:1.02}.feature-copy h3 span{display:block}.feature-copy>p{word-break:keep-all;max-width:560px;margin:27px 0 0;font-size:15px;line-height:1.7}.feature-detail{margin-top:auto;padding-top:40px;font-size:11px;font-weight:700}.feature-copy>a{background:var(--card-accent);color:#fff;border-radius:12px;align-self:flex-start;align-items:center;gap:24px;min-height:48px;margin-top:19px;padding:0 18px;font-size:12px;font-weight:700;display:inline-flex}.feature-image{background:#ffffff59;place-items:center;height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.feature-image img{z-index:1;object-fit:cover;mix-blend-mode:normal;filter:none;width:100%;height:100%;max-height:none;transition:transform .5s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0}.feature-image:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 60%,#00000017);position:absolute;inset:0}.feature-image:hover img{transform:scale(1.035)}.character-note{z-index:5;color:#082748;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;background:#ffffffd6;border:1px solid #ffffffc7;border-radius:18px;min-width:132px;padding:14px 18px 15px;position:absolute;bottom:28px;right:28px;rotate:3deg;box-shadow:0 18px 32px #052f6529}.character-note span,.character-note strong{display:block}.character-note span{letter-spacing:.08em;font-size:8px;font-weight:800}.character-note strong{letter-spacing:-.055em;margin-top:4px;font-size:20px}.feature-rail{z-index:1;background:#ffffffd1;border-radius:999px;width:115%;height:30px;display:none;position:absolute;box-shadow:inset 0 -5px #0000000d}.rail-one{translate:0 -80px;rotate:9deg}.rail-two{translate:0 130px;rotate:-12deg}.feature-sphere{z-index:2;background:var(--card-accent);border-radius:50%;position:absolute;box-shadow:inset 7px 8px #ffffff52}.sphere-one{z-index:4;width:31px;height:31px;top:8%;right:8%}.sphere-two{z-index:4;background:#ef8a2e;width:20px;height:20px;bottom:8%;left:8%}.moments{background:#f4f2ed;grid-template-columns:1.25fr .75fr;min-height:820px;display:grid}.moments-art{background:linear-gradient(155deg,#ece8df,#fbfaf7 60%);min-height:820px;position:relative;overflow:hidden}.moment-photo{z-index:3;background:#fff;border-radius:24px;margin:0;padding:12px;position:absolute;box-shadow:0 28px 44px #121d1626}.moment-photo img{object-fit:cover;border-radius:16px;width:100%;height:100%;display:block}.moment-photo figcaption{z-index:5;color:#183426;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#fffdf8e6;border-radius:13px;min-width:112px;padding:10px 13px 11px;position:absolute;bottom:18px;right:18px;rotate:-2deg;box-shadow:0 12px 24px #121d1624}.moment-photo figcaption span,.moment-photo figcaption strong{display:block}.moment-photo figcaption span{letter-spacing:.13em;font-size:6px;font-weight:800}.moment-photo figcaption strong{letter-spacing:-.04em;margin-top:3px;font-size:13px}.moment-one{width:37%;height:43%;top:12%;left:7%;rotate:-7deg}.moment-two{width:39%;height:42%;top:18%;right:9%;rotate:6deg}.moment-three{width:34%;height:36%;bottom:6%;left:30%;rotate:2deg}.moment-path{opacity:.34;border:42px solid #23a7ba;border-radius:50%;width:78%;height:46%;position:absolute;bottom:15%;left:9%;rotate:-12deg}.moment-cube{background:var(--lime);border-radius:14px;width:75px;height:75px;position:absolute;bottom:10%;right:6%;rotate:11deg;box-shadow:inset -12px -13px #3744001f}.moment-dot{background:#ed5a49;border-radius:50%;width:42px;height:42px;position:absolute;bottom:9%;left:10%;box-shadow:inset 8px 9px #ffffff40}.moments-copy{background:var(--green);color:#fff;flex-direction:column;justify-content:center;padding:clamp(70px,7vw,112px);display:flex}.moments-copy h2{letter-spacing:-.07em;margin:0;font-size:clamp(53px,5.5vw,82px);font-weight:580;line-height:.98}.moments-copy>p:last-child{color:#ffffffb0;word-break:keep-all;margin:35px 0 0;font-size:15px;line-height:1.8}.guide{text-align:center;background:#fff;padding:135px 2.5vw}.guide>h2{letter-spacing:-.06em;margin:0;font-size:clamp(49px,5vw,74px);font-weight:580;line-height:1}.guide-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:58px;display:grid}.guide-card{border-radius:28px;min-height:540px;padding:35px;position:relative;overflow:hidden}.guide-card>span,.guide-card h3,.guide-card p{z-index:2;position:relative}.guide-card>span{letter-spacing:.16em;font-size:8px;font-weight:800}.guide-card h3{letter-spacing:-.05em;margin:27px 0 0;font-size:clamp(31px,2.7vw,42px);font-weight:580;line-height:1.08}.guide-card p{max-width:330px;margin:20px 0 0;font-size:13px;line-height:1.65}.guide-card-dark{color:#fff;background:#121817}.guide-card-cream{background:#f3e9d9}.guide-card-blue{color:#082748;background:#c9ebf6}.guide-card-photo{z-index:1;object-fit:cover;border:8px solid #ffffffeb;border-radius:20px;width:86%;height:44%;transition:transform .45s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:5%;left:7%;box-shadow:0 22px 30px #131f182e}.guide-card:hover .guide-card-photo{transform:translateY(-5px)scale(1.018)}.guide-photo-start{object-position:center 53%;rotate:-2deg}.guide-photo-care{object-position:center 45%;rotate:2deg}.guide-photo-enjoy{object-position:center 54%;rotate:-2deg}.guide-shape{position:absolute;bottom:12%;right:15%}.shape-drop{background:#35b9cd;border-radius:70% 30% 60% 40%;width:150px;height:185px;rotate:45deg;box-shadow:inset 25px 25px #ffffff40,0 30px 30px #0003}.shape-ring{border:32px solid #2368e8;border-radius:50%;width:190px;height:190px;box-shadow:0 30px 30px #052f652e}.shape-ring:after{content:"";background:#ed5a49;border-radius:50%;width:38px;height:38px;position:absolute;top:40px;left:43px;box-shadow:inset 7px 8px #ffffff40}.resource-hub{color:#fff;background:#0d1714;grid-template-columns:.72fr 1.28fr;gap:7vw;padding:125px 5vw;display:grid}.resource-heading h2{letter-spacing:-.065em;margin:0;font-size:clamp(47px,4.7vw,72px);font-weight:580;line-height:1.02}.resource-heading>p:last-child{color:#ffffff94;word-break:keep-all;max-width:430px;margin:27px 0 0;font-size:13px;line-height:1.8}.resource-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.resource-card{color:#07100d;background:#c8ebf5;border-radius:25px;flex-direction:column;min-height:390px;padding:27px;transition:transform .28s cubic-bezier(.2,.8,.2,1),border-radius .28s;display:flex}.resource-card-2{background:#f4ead9}.resource-card-3{background:#f7daee}.resource-card:hover{border-radius:35px 18px;transform:translateY(-8px)}.resource-card>span{letter-spacing:.16em;font-size:8px;font-weight:800}.resource-card>strong{letter-spacing:-.055em;margin-top:25px;font-size:28px;line-height:1.1}.resource-card>p{color:#07100da6;margin:18px 0 0;font-size:12px;line-height:1.7}.resource-card ul{margin:22px 0 0;padding:0;list-style:none}.resource-card li{border-top:1px solid #07100d1a;padding:7px 0;font-size:10px}.resource-card>i{margin-top:auto;padding-top:28px;font-size:10px;font-style:normal;font-weight:800}.faq{background:#f1efe9;grid-template-columns:.68fr 1.32fr;gap:10vw;padding:135px 5vw;display:grid}.faq-heading h2{letter-spacing:-.065em;margin:0;font-size:clamp(47px,4.7vw,70px);font-weight:580;line-height:1.03}.faq-heading>p:last-child{color:#090b0a94;max-width:400px;margin:28px 0 0;font-size:13px;line-height:1.8}.faq-list{border-top:1px solid var(--ink)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;grid-template-columns:36px 1fr 28px;align-items:center;gap:16px;min-height:95px;list-style:none;display:grid}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{opacity:.45;font-size:9px}.faq-list summary strong{font-size:16px}.faq-list summary i{font-size:22px;font-style:normal;font-weight:300;transition:transform .22s}.faq-list details[open] summary i{transform:rotate(45deg)}.faq-list details>p{color:#090b0a9e;margin:-7px 35px 0 52px;padding:0 0 30px;font-size:13px;line-height:1.85}.faq-more{background:var(--ink);color:#fff;justify-content:space-between;align-items:center;min-height:64px;padding:0 18px;font-size:12px;font-weight:700;display:flex}.sources{background:#fff;grid-template-columns:.75fr 1.25fr;gap:10vw;padding:85px 6vw;display:grid}.sources h2{letter-spacing:-.05em;margin:0;font-size:42px;line-height:1.06}.sources-intro{color:#090b0a94;max-width:470px;margin:24px 0 0;font-size:12px;line-height:1.75}.sources-method{border-bottom:1px solid var(--ink);margin-top:20px;padding-bottom:5px;font-size:11px;font-weight:700;display:inline-block}.source-links{border-top:1px solid var(--line)}.source-links a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:68px;font-size:12px;display:flex}.source-links a span{font-weight:700}.source-links a i{color:#090b0a80;font-size:10px;font-style:normal}.closing{background:#fffdf8;min-height:1160px;position:relative;overflow:hidden}.closing-copy{z-index:10;text-align:center;padding:115px 20px 0;position:relative}.closing-copy h2{letter-spacing:-.07em;margin:0;font-size:clamp(58px,6vw,90px);font-weight:580;line-height:.98}.closing-copy>p{margin:22px 0 0;font-size:15px}.closing-copy>div{z-index:11;justify-content:center;gap:9px;margin-top:27px;display:flex;position:relative}.closing-landscape{height:790px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.closing-hill{border-radius:50% 50% 0 0;width:125%;position:absolute;left:-12%}.closing-hill-a{background:radial-gradient(circle,#00453529 0 1px,#0000 1.3px) 0 0/5px 5px,#65b68e;height:58%;bottom:12%;rotate:-2deg}.closing-hill-b{background:radial-gradient(circle,#00342838 0 .8px,#0000 1.2px) 0 0/4px 4px,#087657;width:140%;height:76%;bottom:-28%;left:-18%;rotate:2deg}.closing-tree{z-index:2;width:20px;height:95px;position:absolute;bottom:35%}.closing-tree i{background:#164c39;border-radius:7px;width:8px;height:48px;position:absolute;bottom:0;left:7px}.closing-tree b{background:#125f47;border-radius:60% 40% 50% 50%;width:39px;height:63px;position:absolute;top:0;left:-8px;box-shadow:inset 7px 8px #ffffff1f}.close-tree-a{left:8%}.close-tree-b{right:9%;scale:1.2}.close-tree-c{bottom:43%;right:22%;scale:.62}.closing-product{z-index:3;background:#fff;border-radius:25px;margin:0;padding:10px;transition:transform .35s cubic-bezier(.2,.75,.25,1),box-shadow .35s;position:absolute;box-shadow:0 30px 42px #00342738}.closing-product:after{content:"";z-index:2;background:#ffeb99e0;border-radius:3px;width:82px;height:25px;position:absolute;top:-13px;left:50%;transform:translate(-50%)rotate(-2deg);box-shadow:0 3px 8px #47360014}.close-tray:after{background:#b6e6f5e6;transform:translate(-50%)rotate(3deg)}.closing-product img{object-fit:cover;border-radius:17px;width:100%;height:100%;display:block}.close-bersa{width:330px;height:254px;bottom:330px;left:6%;rotate:-6deg}.close-tray{width:330px;height:254px;bottom:330px;right:6%;rotate:6deg}.close-bersa:hover{transform:translateY(-10px)rotate(-1deg);box-shadow:0 36px 46px #0034273d}.close-tray:hover{transform:translateY(-10px)rotate(1deg);box-shadow:0 36px 46px #0034273d}.closing-character-scene{z-index:4;aspect-ratio:16/9;background:#fffffff2;border-radius:34px;width:min(560px,44vw);margin:0;padding:11px;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s;position:absolute;bottom:330px;left:50%;transform:translate(-50%)rotate(-1.2deg);box-shadow:0 34px 55px #0034273d}.closing-character-scene:before,.closing-character-scene:after{content:"";z-index:3;background:#ffe788db;border-radius:4px;width:96px;height:27px;position:absolute;top:-15px;box-shadow:0 4px 9px #47360014}.closing-character-scene:before{left:12%;rotate:-7deg}.closing-character-scene:after{background:#b5e5f4e6;right:12%;rotate:7deg}.closing-character-scene:hover{transform:translate(-50%)translateY(-10px)rotate(.4deg);box-shadow:0 42px 65px #00342742}.closing-character-scene img{object-fit:cover;border-radius:24px;width:100%;height:100%;display:block}.closing-character-scene figcaption{color:#0c392d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffdf8e0;border:1px solid #ffffffbf;border-radius:16px;min-width:150px;padding:11px 14px 12px;position:absolute;bottom:26px;left:28px;box-shadow:0 15px 28px #00342724}.closing-character-scene figcaption span,.closing-character-scene figcaption strong{display:block}.closing-character-scene figcaption span{letter-spacing:.15em;font-size:7px;font-weight:800}.closing-character-scene figcaption strong{letter-spacing:-.045em;margin-top:4px;font-size:16px}.closing-river{z-index:1;opacity:.85;border:50px solid #2db2c7;border-radius:50%;width:48%;height:55%;position:absolute;bottom:-8%;left:26%;rotate:-9deg}footer{z-index:8;background:#f5f3ed;border-radius:42px 42px 0 0;grid-template-columns:1.4fr repeat(3,.65fr);gap:5vw;min-height:300px;padding:50px 4vw 34px;display:grid;position:absolute;bottom:0;left:2.5vw;right:2.5vw}.footer-brand p{color:#090b0a94;margin:26px 0 0;font-size:12px;line-height:1.7}.footer-column{flex-direction:column;gap:11px;font-size:11px;display:flex}.footer-column strong{letter-spacing:.12em;margin-bottom:8px;font-size:9px}.footer-column a{color:#090b0a9e}.footer-column a:hover{color:var(--green)}.footer-note{border-top:1px solid var(--line);color:#090b0a75;grid-column:1/-1;justify-content:space-between;gap:30px;padding-top:24px;font-size:8px;line-height:1.6;display:flex}.footer-note p{max-width:650px;margin:0}.cursor{--cursor-x:-100px;--cursor-y:-100px;z-index:999;background:var(--lime);opacity:0;pointer-events:none;width:15px;height:15px;transform:translate3d(calc(var(--cursor-x) - 50%),calc(var(--cursor-y) - 50%),0);border-radius:50%;place-items:center;transition:width .24s,height .24s,opacity .2s,background .2s;display:grid;position:fixed;top:0;left:0;box-shadow:0 6px 18px #00000029}.cursor.is-visible{opacity:1}.cursor.is-active{background:var(--lime);width:66px;height:66px}.cursor span{opacity:0;letter-spacing:.08em;font-size:8px;font-weight:800;transition:opacity .18s}.cursor.is-active span{opacity:1}@keyframes cloud-drift{to{transform:translate(70px)}}@keyframes product-float{0%,to{translate:0}50%{translate:0 -13px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1100px){.header-bar{gap:24px}.header-bar nav{gap:17px}.header-actions .header-soft{display:none}.hero-scene{height:clamp(650px,76vw,760px);min-height:650px}.product-world{width:94vw}.world-bersa{width:210px;height:210px}.world-patterns{width:310px;height:310px}.world-tray{width:245px;height:245px}.world-gift{width:225px;height:225px}.trust-grid{grid-template-columns:repeat(6,1fr)}.trust-green{grid-column:6/7}.trust-small{display:none!important}.feature-card{grid-template-columns:.9fr 1.1fr;height:520px;min-height:0}.feature-image{height:100%;min-height:0}.moments{grid-template-columns:1.1fr .9fr}}@media (width<=900px){.site-header{left:14px;right:14px}.header-bar{grid-template-columns:auto 1fr auto;height:70px}.mobile-toggle{border:1px solid var(--line);background:0 0;border-radius:50%;flex-direction:column;justify-content:center;justify-self:end;align-items:center;gap:5px;width:42px;height:42px;display:flex}.mobile-toggle span{background:var(--ink);width:17px;height:1.5px;transition:transform .28s cubic-bezier(.22,.8,.2,1)}.mobile-toggle.is-open span:first-child{transform:translateY(3.25px)rotate(45deg)}.mobile-toggle.is-open span:last-child{transform:translateY(-3.25px)rotate(-45deg)}.header-bar nav,.nav-roll>span:last-child{display:none}.header-bar nav button:hover .nav-roll>span:first-child,.header-bar nav button.is-active .nav-roll>span:first-child,.header-bar nav>a:hover .nav-roll>span:first-child{transform:none}.header-actions,.mega-menu{display:none}.mobile-menu-panel{z-index:1;opacity:0;pointer-events:none;background:#fff;border-radius:0 0 28px 28px;max-height:0;transition:max-height .5s cubic-bezier(.22,.8,.2,1),opacity .22s,transform .38s;display:block;position:fixed;top:69px;left:0;right:0;overflow:hidden;transform:translateY(-12px)}.mobile-menu-panel.is-open{border-bottom:1px solid var(--line);opacity:1;pointer-events:auto;max-height:calc(100dvh - 83px);transform:translateY(0);box-shadow:0 26px 40px #00342724}.mobile-menu-scroll{overscroll-behavior:contain;max-height:calc(100dvh - 83px);padding:28px 28px 34px;overflow-y:auto}.mobile-menu-eyebrow{color:#090b0a6b;letter-spacing:.2em;margin:0 0 14px;font-size:8px;font-weight:800}.mobile-menu-list{border-top:1px solid var(--line)}.mobile-menu-group,.mobile-menu-link{border-bottom:1px solid var(--line)}.mobile-menu-trigger,.mobile-menu-link{letter-spacing:-.035em;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;min-height:62px;padding:0;font-size:21px;font-weight:720;display:flex}.mobile-menu-trigger i,.mobile-menu-link i{font-size:19px;font-style:normal;font-weight:400}.mobile-menu-details{opacity:0;max-height:0;transition:max-height .48s cubic-bezier(.22,.8,.2,1),opacity .22s;overflow:hidden}.mobile-menu-group.is-expanded .mobile-menu-details{opacity:1;max-height:760px;padding-bottom:20px}.mobile-menu-intro{justify-content:space-between;align-items:baseline;gap:18px;padding:5px 0 18px;display:flex}.mobile-menu-intro span{color:var(--green);letter-spacing:.15em;font-size:8px;font-weight:800}.mobile-menu-intro p{color:#090b0a80;text-align:right;margin:0;font-size:11px}.mobile-menu-details section{border-top:1px solid #080c0a14;padding:15px 0}.mobile-menu-details section strong{color:#090b0a6b;letter-spacing:.13em;margin-bottom:8px;font-size:9px;display:block}.mobile-menu-details section a{justify-content:space-between;align-items:center;min-height:38px;font-size:15px;font-weight:580;display:flex}.mobile-menu-details section a i{opacity:.45;font-size:10px;font-style:normal}.mobile-menu-cta{background:var(--ink);color:#fff;border-radius:14px;justify-content:space-between;align-items:center;min-height:52px;margin-top:24px;padding:0 18px;font-size:13px;font-weight:700;display:flex}.mobile-menu-note{color:#090b0a6b;letter-spacing:.04em;text-align:center;margin:22px 0 0;font-size:10px}.hero-copy{grid-template-columns:1fr;gap:38px}.hero-side{max-width:580px}.trust-grid{grid-template-columns:repeat(4,1fr)}.trust-copy{grid-column:3/5}.trust-green{grid-column:2/5}.trust-word{display:none!important}.product-showcase{grid-template-columns:1fr}.showcase-image{min-height:520px}.feature-card{grid-template-columns:1fr;height:auto;min-height:0;position:relative;top:auto!important}.feature-image{aspect-ratio:4/3;height:auto;min-height:0}.feature-detail{margin-top:44px}.moments{grid-template-columns:1fr}.moments-copy{order:-1;min-height:570px}.guide-grid{grid-template-columns:1fr 1fr}.guide-card:last-child{grid-column:1/-1}.faq{grid-template-columns:1fr;gap:65px}.resource-hub,.sources{grid-template-columns:1fr}.close-bersa{width:250px;height:192px;bottom:350px;left:1%}.close-tray{width:250px;height:192px;bottom:350px;right:1%}.closing-character-scene{width:min(430px,52vw);bottom:350px}footer{grid-template-columns:1.3fr repeat(3,.7fr)}}@media (width<=640px){.site-header{border-radius:0 0 22px 22px;left:8px;right:8px}.header-bar{border-radius:0 0 21px 21px;height:64px;padding:0 15px}.brand-name{font-size:20px}.brand-symbol{width:27px;height:23px}.mobile-toggle{width:38px;height:38px}.mobile-menu-panel{border-radius:0 0 22px 22px;top:63px}.mobile-menu-panel.is-open,.mobile-menu-scroll{max-height:calc(100dvh - 71px)}.mobile-menu-scroll{padding:24px 20px 28px}.mobile-menu-trigger,.mobile-menu-link{min-height:58px;font-size:20px}.hero{padding-bottom:350px}.hero:after{height:220px;bottom:-105px}.hero-scene{height:min(74svh,650px);min-height:590px}.hero-photo img{object-position:55% center}.hero-sticker{min-width:104px;padding:11px 14px 12px}.hero-sticker span{font-size:6px}.hero-sticker strong{font-size:13px}.hero-sticker-left{top:17%;left:18px}.hero-sticker-right{bottom:11%;right:14px}.product-world{width:100%;top:82px}.world-bersa{width:145px;height:145px;top:34%;left:-5%}.world-patterns{width:210px;height:210px;top:5%;left:18%}.world-tray{width:160px;height:160px;top:50%;left:42%}.world-gift{width:155px;height:155px;top:18%;right:-2%}.toy-ring{border-width:12px;width:67px;height:67px;bottom:5%;left:26%}.toy-ring i{width:13px;height:13px;top:15px;left:16px}.toy-bars{transform-origin:100% 100%;bottom:5%;right:3%;scale:.67}.ball-a{left:5%}.hero-caption{font-size:6px;left:18px}.hero-copy{min-height:560px;padding:58px 20px 92px}.hero-copy h1{font-size:52px;line-height:1.02}.hero-side>p{font-size:17px}.hero-side>div{display:grid}.btn{width:100%}.trust-panel{border-radius:30px;min-height:410px;padding:37px 14px 22px;bottom:-64px;left:8px;right:8px}.trust-panel>p{margin-bottom:23px;font-size:16px}.trust-grid{grid-template-rows:repeat(3,1fr);grid-template-columns:1fr 1fr;height:280px}.trust-wide{grid-column:1/3}.trust-pattern{grid-column:1/2}.trust-copy{grid-area:2/2/4/3}.trust-copy p{font-size:15px}.trust-green{grid-column:1/2}.trust-dala,.trust-word,.trust-small{display:none!important}.discover{padding:180px 12px 95px}.discover>h2{font-size:48px}.section-sub{font-size:14px;line-height:1.6}.product-tabs{gap:5px;margin-top:36px}.product-tabs button{padding:0 11px;font-size:10px}.product-showcase{border-radius:26px}.showcase-copy{padding:50px 24px}.showcase-copy h3{font-size:40px}.showcase-image{min-height:390px}.showcase-image>img{width:100%;height:100%;max-height:none}.showcase-stat{width:112px;padding:14px;bottom:14px;right:14px}.showcase-stat strong{font-size:27px}.story-intro{padding:90px 20px 55px}.story-intro h2{font-size:49px}.feature-stack{padding:0 8px 70px}.feature-card{border-radius:28px;min-height:0;margin-bottom:22px}.feature-copy{padding:42px 24px}.feature-copy h3{font-size:40px}.feature-copy>p{font-size:14px}.feature-image{aspect-ratio:4/3;min-height:0}.feature-image img{width:100%;height:100%;max-height:none}.character-note{min-width:112px;padding:11px 14px 12px;bottom:16px;right:16px}.character-note strong{font-size:17px}.moments-copy{min-height:560px;padding:75px 24px}.moments-copy h2{font-size:54px}.moments-art{min-height:600px}.moment-one{width:43%;height:36%;left:4%}.moment-two{width:46%;height:36%;right:4%}.moment-three{width:47%;height:33%;left:23%}.guide{padding:90px 12px}.guide>h2{font-size:46px}.guide-grid{grid-template-columns:1fr;margin-top:40px}.guide-card,.guide-card:last-child{grid-column:auto;min-height:470px;padding:28px}.guide-card h3{font-size:35px}.shape-drop,.shape-ring{transform-origin:100% 100%;scale:.72}.faq{gap:50px;padding:90px 20px}.faq-heading h2{font-size:47px}.faq-list summary{grid-template-columns:25px 1fr 20px;gap:10px;min-height:88px}.faq-list summary strong{font-size:14px;line-height:1.5}.faq-list details>p{margin-left:35px;margin-right:10px}.resource-hub{gap:48px;padding:90px 12px}.resource-heading{padding:0 8px}.resource-heading h2{font-size:47px}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:330px}.sources{gap:45px;padding:75px 20px}.sources h2{font-size:37px}.source-links a{gap:20px}.source-links a i{text-align:right}.closing{min-height:1200px}.closing-copy{padding-top:90px}.closing-copy h2{font-size:55px}.closing-copy>div{flex-direction:column;padding:0 20px}.closing-landscape{height:730px}.close-bersa{z-index:5;width:150px;height:116px;bottom:410px;left:-2%}.close-tray{z-index:5;width:150px;height:116px;bottom:410px;right:-2%}.closing-product:after{width:60px;height:19px;top:-10px}.closing-character-scene{border-radius:22px;width:calc(100% - 48px);padding:7px;bottom:470px;transform:translate(-50%)rotate(-1deg)}.closing-character-scene:before,.closing-character-scene:after{width:62px;height:18px;top:-10px}.closing-character-scene img{border-radius:16px}.closing-character-scene figcaption{border-radius:12px;min-width:128px;padding:9px 11px 10px;bottom:13px;left:14px}.closing-character-scene figcaption strong{font-size:14px}footer{border-radius:28px 28px 0 0;grid-template-columns:1fr 1fr;gap:30px;min-height:385px;padding:37px 24px 24px;left:8px;right:8px}.footer-brand{grid-column:1/-1}.footer-column:nth-of-type(4){display:none}.footer-note{flex-direction:column;gap:12px}.cursor{display:none}}
