@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700&display=swap";:root{color:#171310;background:#fffdf8;font-family:Nunito Sans,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#171310;background:#fffdf8;min-width:320px;min-height:100vh;margin:0;font-family:Nunito Sans,system-ui,sans-serif}#root{width:100%;min-height:100vh}a{color:inherit}button,input,textarea,select{font:inherit}.site-header{--header-bg:#faf6ee;--header-bg-scrolled:#faf6eed1;--ink:#43392e;--ink-soft:#4f4336;--accent:#7d9c89;--accent-deep:#557061;z-index:20;background:var(--header-bg);border-bottom:1px solid #5748361f;width:100%;transition:background .26s,box-shadow .26s,border-color .26s;position:sticky;top:0}.site-header--scrolled{background:var(--header-bg-scrolled);-webkit-backdrop-filter:blur(12px)saturate(1.4);border-bottom-color:#5748362e;box-shadow:0 14px 34px -20px #43392e80}.site-header__inner{justify-content:center;align-items:center;min-height:72px;padding:10px 22px;transition:min-height .26s;display:flex;position:relative}.site-header__logo{flex-direction:column;align-items:center;gap:3px;line-height:1;text-decoration:none;display:inline-flex}.site-header__logo img{width:140px;height:auto;transition:width .26s,opacity .22s;display:block}.site-header__logo:hover img{opacity:.82}.site-header__menu-button{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:38px;height:38px;display:inline-flex;position:absolute;left:18px}.site-header__menu-button span{background:var(--ink);border-radius:2px;width:22px;height:1.5px;transition:transform .22s,opacity .18s;display:block}.site-header__menu-button[aria-expanded=true] span:first-child{transform:translateY(7.5px)rotate(38deg)}.site-header__menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__menu-button[aria-expanded=true] span:last-child{transform:translateY(-7.5px)rotate(-38deg)}.site-header__nav{display:none}.site-header__mobile-nav a,.site-header__nav a{color:var(--ink-soft);letter-spacing:.14em;text-transform:uppercase;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.site-header__nav a:after{content:"";background:var(--accent);transform-origin:50%;height:1.5px;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.site-header__nav a:hover,.site-header__nav a.is-active{color:var(--ink)}.site-header__nav a:hover:after,.site-header__nav a.is-active:after{transform:scaleX(1)}.site-header__backdrop{z-index:1000;opacity:0;pointer-events:none;background:#2b231a52;transition:opacity .26s;position:fixed;inset:72px 0 0}.site-header__backdrop--open{opacity:1;pointer-events:auto}.site-header__mobile-panel{z-index:1001;background:#faf6ee;border-right:1px solid #57483624;width:min(82vw,340px);height:calc(100dvh - 72px);padding:42px 32px;transition:transform .28s cubic-bezier(.22,1,.36,1);position:fixed;top:72px;left:0;transform:translate(-100%);box-shadow:18px 0 42px #43392e1a}.site-header__mobile-panel--open{transform:translate(0)}.site-header__mobile-nav{flex-direction:column;gap:26px;display:flex}.site-header__mobile-nav a{letter-spacing:.16em;opacity:0;border-left:2px solid #0000;padding-left:16px;font-size:.95rem;transition:color .2s,border-color .2s,opacity .32s,transform .32s;transform:translate(-12px)}.site-header__mobile-nav a.is-active{color:var(--accent-deep);border-left-color:var(--accent)}.site-header__mobile-panel--open .site-header__mobile-nav a{opacity:1;transform:translate(0)}.site-header__mobile-panel--open .site-header__mobile-nav a:first-child{transition-delay:90ms}.site-header__mobile-panel--open .site-header__mobile-nav a:nth-child(2){transition-delay:.15s}.site-header__mobile-panel--open .site-header__mobile-nav a:nth-child(3){transition-delay:.21s}@media (width>=768px){.site-header__inner{min-height:106px;padding:40px 56px 5px}.site-header--scrolled .site-header__inner{min-height:94px}.site-header__menu-button,.site-header__mobile-panel,.site-header__backdrop{display:none}.site-header__logo{transition:top .26s;position:absolute;top:16px;left:50%;transform:translate(-50%)}.site-header__logo img{width:160px}.site-header--scrolled .site-header__logo{top:12px}.site-header--scrolled .site-header__logo img{width:104px}.site-header__nav{grid-template-columns:1fr auto 1fr;align-items:end;column-gap:clamp(56px,9vw,132px);width:100%;padding-top:62px;transition:padding-top .26s;display:grid}.site-header__nav a:first-child{justify-self:end}.site-header__nav a:nth-child(2){justify-self:center;margin-right:-.14em}.site-header__nav a:nth-child(3){justify-self:start}.site-header--scrolled .site-header__nav{padding-top:54px}}@media (prefers-reduced-motion:reduce){.site-header,.site-header *,.site-header :after{transition-duration:1ms!important}}.hero-section{background-color:#fffdf8;background-image:url(/assets/hero-bg-mobile-CjawH32J.webp);background-position:50%;background-size:cover;place-items:center;min-height:calc(100svh - 72px);padding:72px 22px;display:grid;position:relative;overflow:hidden}.hero-section:before{content:"";background:inherit;animation:1.2s both heroBackgroundIn;position:absolute;inset:0;transform:scale(1.04)}.hero-section__overlay{z-index:1;background:radial-gradient(circle,#fffdf8bd,#fffdf880),#fffdf847;position:absolute;inset:0}.hero-section__content{z-index:2;text-align:center;max-width:760px;animation:.85s .18s both heroTextIn;position:relative}.hero-section h1{color:#171310;letter-spacing:0;margin:0 auto;font-size:clamp(2.45rem,9vw,5rem);font-weight:700;line-height:1.06}.hero-section__text{color:#5f5144;max-width:460px;margin:22px auto 0;font-size:1.08rem;font-weight:700;line-height:1.65}.hero-section__actions{flex-direction:column;align-items:center;gap:12px;margin-top:30px;display:flex}.hero-section__button{color:#493b2d;border:1px solid #5b493447;border-radius:999px;justify-content:center;align-items:center;width:100%;max-width:320px;min-height:44px;padding:0 22px;font-size:.94rem;font-weight:700;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.hero-section__button:hover{background:#fffdf8b8;border-color:#5b493475}.hero-section__button--primary{color:#fffdf8;background:#7b6347;border-color:#7b6347}.hero-section__button--primary:hover{background:#624d36;border-color:#624d36}@media (width>=768px){.hero-section{background-image:url(/assets/hero-bg-desktop-DfQjL65E.webp);min-height:calc(100svh - 96px);padding:96px 42px}.hero-section__overlay{background:radial-gradient(circle,#fffdf8b8,#fffdf870),#fffdf82e}.hero-section__actions{flex-direction:row;justify-content:center}.hero-section__button{width:auto;min-width:160px}}@keyframes heroBackgroundIn{0%{opacity:0;transform:scale(1.08)}to{opacity:1;transform:scale(1.04)}}@keyframes heroTextIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-about{background:#faf6ee;padding:72px 22px;position:relative;overflow:hidden}.home-about:before{content:"";opacity:.42;background:#d6ece9;border-radius:48% 52% 58% 42%/54% 44% 56% 46%;width:260px;height:260px;position:absolute;bottom:-120px;right:-120px}.home-about__inner{z-index:1;max-width:1080px;margin:0 auto;position:relative}.home-about__eyebrow{color:#8a7258;letter-spacing:.12em;text-transform:uppercase;margin:0 0 18px;font-size:.82rem;font-weight:700}.home-about__content{gap:22px;display:grid}.home-about h2{color:#1d1813;margin:0;font-size:clamp(2rem,6vw,3.45rem);font-weight:700;line-height:1.08}.home-about__text{max-width:620px}.home-about__text p{color:#5f5144;margin:0;font-size:1.02rem;font-weight:500;line-height:1.8}.home-about__text a{color:#7b6347;margin-top:24px;font-size:.95rem;font-weight:800;text-decoration:none;display:inline-flex}.home-about__text a:hover{color:#4d3c2b}@media (width>=820px){.home-about{padding:92px 32px}.home-about__content{grid-template-columns:.85fr 1fr;align-items:start;gap:72px}.home-about__text{padding-top:10px;padding-bottom:60px}}.home-gallery{background:#fffdf8;padding:52px 0 62px;overflow:hidden}.home-gallery__header{text-align:center;margin-bottom:28px;padding:0 22px}.home-gallery__eyebrow{color:#8a7258;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.82rem;font-weight:700}.home-gallery__image{object-fit:cover;border-radius:22px;width:100%;height:340px;display:block;box-shadow:0 18px 44px #493b2d14}.home-gallery h2{color:#1d1813;margin:0;font-size:clamp(2rem,6vw,3.35rem);font-weight:700;line-height:1.08}.home-gallery__slider-wrap{position:relative}.home-gallery__slider{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:14px;padding:0 9vw 10px;scroll-padding-inline:9vw;display:flex;overflow-x:auto}.home-gallery__slider::-webkit-scrollbar{display:none}.home-gallery__slide{scroll-snap-align:center;flex:0 0 82%;min-width:0}.home-gallery__placeholder{aspect-ratio:4/5;background:radial-gradient(circle at 28% 24%,#f2ded4f5,#0000 34%),radial-gradient(circle at 76% 72%,#dfe9d8e6,#0000 34%),linear-gradient(135deg,#f8efe4,#fff8ef);border-radius:24px;box-shadow:0 18px 44px #493b2d14}.home-gallery__arrow{display:none}@media (width>=768px){.home-gallery{padding:72px 0}.home-gallery__header{margin-bottom:38px}.home-gallery__slider{gap:22px;padding:0 42px 42px;scroll-padding-left:42px}.home-gallery__slide{flex-basis:min(28vw,420px)}.home-gallery__placeholder{aspect-ratio:4/5;border-radius:28px}.home-gallery__arrow{z-index:2;color:#493b2d;cursor:pointer;opacity:0;background:#fffdf8db;border:1px solid #5b49342e;border-radius:999px;place-items:center;width:48px;height:48px;font-size:1.35rem;transition:opacity .18s,background-color .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.home-gallery__slider-wrap:hover .home-gallery__arrow{opacity:1}.home-gallery__arrow:hover{background:#f6ecde}.home-gallery__arrow--prev{left:28px}.home-gallery__arrow--next{right:28px}.home-gallery__image{aspect-ratio:4/5;border-radius:28px;height:auto}}.product-collections{background:#faf6ee;padding:2px 22px 52px}.product-collections__intro{text-align:center;max-width:720px;margin:0 auto 34px;animation:.75s both productsFadeUp}.product-collections h2{color:#1d1813;margin:0;font-size:clamp(2rem,6vw,3.4rem);font-weight:700;line-height:1.08}.product-collections__grid{grid-template-columns:1fr;gap:18px;max-width:1160px;margin:0 auto;display:grid}.collection-card{background:#fffdf8;border:1px solid #5b49341f;border-radius:24px;transition:transform .18s,box-shadow .18s;animation:.75s both productsFadeUp;overflow:hidden;box-shadow:0 18px 44px #493b2d12}.collection-card:first-child{animation-delay:80ms}.collection-card:nth-child(2){animation-delay:.14s}.collection-card:nth-child(3){animation-delay:.2s}.collection-card:nth-child(4){animation-delay:.26s}.collection-card:nth-child(5){animation-delay:.32s}.collection-card:nth-child(6){animation-delay:.38s}.collection-card:hover{transform:translateY(-4px);box-shadow:0 24px 54px #493b2d1c}.collection-card__image{object-fit:cover;object-position:center;width:100%;height:220px;display:block}.collection-card__body{padding:24px}.collection-card h3{color:#211b15;margin:0;font-size:1.35rem;font-weight:700}.collection-card p{color:#6a5b4d;margin:10px 0 18px;font-size:.98rem;line-height:1.6}.collection-card a{color:#7b6347;font-size:.92rem;font-weight:800;text-decoration:none}.collection-card a:hover{color:#4d3c2b}@media (width>=640px){.product-collections__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=980px){.product-collections{padding:42px 42px 92px}.product-collections__intro{margin-bottom:44px}.product-collections__grid{grid-template-columns:repeat(3,1fr);gap:22px}}@keyframes productsFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.cheesecake-page{padding-bottom:72px}.product-feature{max-width:1240px;margin:0 auto;padding:28px 22px;display:grid}.product-feature__image-wrap{z-index:3;place-items:center;margin-bottom:-34px;animation:.75s both productImageIn;display:grid;position:relative}.product-feature__image{filter:drop-shadow(0 18px 22px #4a38271a);width:min(64vw,280px);height:auto;display:block}.product-feature__secondary-image-wrap{display:none}.product-feature__secondary-image{filter:drop-shadow(0 14px 18px #4a382714);width:min(22vw,180px);height:auto;display:block}.product-feature__card{z-index:2;background:#fff;border:1px solid #8a635824;border-radius:26px;padding:58px 22px 26px;animation:.75s 90ms both productCardIn;position:relative;box-shadow:0 18px 42px #493b2d0f}.product-feature__eyebrow{color:#8a6358;letter-spacing:.11em;text-transform:uppercase;margin:0 0 8px;font-size:.76rem;font-weight:800}.product-feature h2{color:#2f2822;margin:0;font-size:clamp(1.65rem,4.6vw,2.45rem);font-weight:700;line-height:1.08}.product-feature__description{color:#5f5144;max-width:680px;margin:14px 0 0;font-size:.98rem;font-weight:500;line-height:1.65}.product-feature__details{grid-template-columns:1fr;gap:8px 18px;margin:18px 0 0;padding:0;list-style:none;display:grid}.product-feature__details li{color:#6b5b4c;font-size:.9rem;font-weight:700;line-height:1.45}.product-feature__details li:before{content:"•";color:#8a6358;margin-right:8px}@media (width>=880px){.product-feature{grid-template-columns:280px 1fr;align-items:center;padding:34px 42px}.product-feature--image-right{grid-template-columns:1fr 280px}.product-feature__image-wrap{grid-area:1/1;margin-bottom:0;margin-right:-56px}.product-feature__image{width:min(22vw,300px)}.product-feature:has(.product-feature__secondary-image-wrap){grid-template-columns:240px 1fr 200px}.product-feature:has(.product-feature__secondary-image-wrap) .product-feature__image-wrap{grid-column:1;margin-right:-54px}.product-feature:has(.product-feature__secondary-image-wrap) .product-feature__card{grid-column:2;padding:34px 42px 34px 78px}.product-feature__secondary-image-wrap{z-index:3;grid-area:1/3;place-items:center;margin-left:-48px;display:grid;position:relative}.product-feature--image-right:has(.product-feature__secondary-image-wrap){grid-template-columns:200px 1fr 240px}.product-feature--image-right:has(.product-feature__secondary-image-wrap) .product-feature__image-wrap{grid-column:3;margin-left:-54px}.product-feature--image-right:has(.product-feature__secondary-image-wrap) .product-feature__secondary-image-wrap{grid-column:1;margin-left:0;margin-right:-48px}.product-feature--image-right:has(.product-feature__secondary-image-wrap) .product-feature__card{grid-column:2;padding:34px 78px}.product-feature__card{grid-area:1/2;min-height:240px;padding:34px 42px 34px 86px}.product-feature--image-right .product-feature__image-wrap{grid-area:1/2;margin-left:-100px;margin-right:0}.product-feature--image-right .product-feature__card{grid-area:1/1;padding:34px 70px 34px 42px}.product-feature__details{grid-template-columns:repeat(2,max-content);column-gap:28px;width:fit-content;max-width:560px}}@keyframes productImageIn{0%{opacity:0;transform:translate(-14px)translateY(6px)}to{opacity:1;transform:translate(0)translateY(0)}}@keyframes productCardIn{0%{opacity:0;transform:translate(14px)translateY(6px)}to{opacity:1;transform:translate(0)translateY(0)}}.collection-intro{background:#fffdf8;padding:58px 22px 22px}.collection-intro__inner{text-align:center;max-width:920px;margin:0 auto;animation:.75s both collectionIntroIn}.collection-intro h1{color:#2f2822;margin:0;font-size:clamp(2.2rem,6vw,4.2rem);font-weight:700;line-height:1.06}.collection-intro__image-wrap{border-radius:30px;margin-top:30px;overflow:hidden;box-shadow:0 22px 58px #493b2d14}.collection-intro__image{object-fit:cover;width:100%;height:280px;display:block}.collection-intro__description,.collection-intro__closing{color:#5f5144;max-width:760px;margin:22px auto 0;font-size:1.05rem;font-weight:500;line-height:1.75}.collection-intro__sizes{gap:16px;margin:30px auto 0;display:grid}.collection-intro__sizes--2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px}.collection-intro__sizes--3{grid-template-columns:repeat(3,minmax(0,1fr));max-width:820px}.collection-intro__size{text-align:center;color:#5f5144;justify-items:center;gap:8px;display:grid}.collection-intro__size-image{object-fit:contain;width:min(24vw,150px);height:min(24vw,150px);margin-bottom:4px;display:block}.collection-intro__size span{font-weight:800}.collection-intro__size strong{color:#8a6358;font-weight:800}@media (width>=880px){.collection-intro{padding:78px 42px 28px}.collection-intro__image{height:460px}.collection-intro__sizes{gap:28px}.collection-intro__sizes--2{max-width:560px}.collection-intro__sizes--3{max-width:820px}.collection-intro__size-image{width:170px;height:170px}}@keyframes collectionIntroIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.sutlu-tatlilar-page,.tartlar-page,.kavanoz-tatlilar-page,.brownie-cookie-page,.cupcake-muffin-page{background:#fffdf8;padding-bottom:72px}.about-page{background:#fffdf8}.about-section{gap:34px;max-width:1160px;margin:0 auto;padding:36px 22px 82px;display:grid}.about-section__image-wrap{background:#f4eadc;border-radius:28px;animation:.85s both aboutImageIn;overflow:hidden;box-shadow:0 22px 54px #493b2d1a}.about-section__image{object-fit:cover;width:100%;height:460px;display:block}.about-section__eyebrow{color:#8a7258;letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:.82rem;font-weight:700}.about-section h1{color:#171310;margin:0;font-size:clamp(2.1rem,6vw,4rem);font-weight:700;line-height:1.08}.about-section__content{animation:.85s .12s both aboutTextIn}.about-section__text{gap:18px;margin-top:24px;display:grid}.about-section__text p{color:#51463b;margin:0;font-size:1rem;font-weight:500;line-height:1.85}@media (width>=860px){.about-section{grid-template-columns:.9fr 1.1fr;align-items:center;gap:64px;padding:88px 42px 112px}.about-section__image{height:620px}}@keyframes aboutImageIn{0%{opacity:0;transform:translate(-22px)translateY(8px)}to{opacity:1;transform:translate(0)translateY(0)}}@keyframes aboutTextIn{0%{opacity:0;transform:translate(22px)translateY(8px)}to{opacity:1;transform:translate(0)translateY(0)}}@media (width<=859px){.about-section__image-wrap{animation-name:aboutMobileIn}.about-section__content{animation-name:aboutMobileIn;animation-delay:.12s}}@keyframes aboutMobileIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.contact-page{background:#fffdf8;overflow:hidden}.contact-section{gap:0;max-width:1160px;margin:0 auto;padding:56px 22px 88px;display:grid}.contact-section__card{z-index:2;color:#2f2822;background:#fff;border:1px solid #8a635829;border-radius:30px;padding:30px 24px 86px;animation:.85s both contactCardIn;position:relative;box-shadow:0 22px 58px #493b2d1a}.contact-section__eyebrow{color:#342b24;letter-spacing:.12em;text-transform:uppercase;margin:0 0 20px;font-size:.82rem;font-weight:800}.contact-section h1{color:#8a6358;max-width:760px;margin:0;font-size:clamp(2rem,5vw,3.35rem);font-weight:700;line-height:1.08}.contact-section__links{grid-template-columns:1fr;gap:10px;max-width:560px;margin-top:30px;display:grid}.contact-section__links a{color:#342b24;background:#fffdf87a;border:1px solid #8a635838;border-radius:18px;flex-direction:column;justify-content:center;gap:2px;min-height:66px;padding:10px 14px;font-size:.95rem;font-weight:800;text-decoration:none;transition:background-color .18s,border-color .18s,transform .18s;display:flex}.contact-section__links a:hover{background:#fffdf8d1;border-color:#8a635861;transform:translateY(-2px)}.contact-section__links span{color:#8a6358;letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:800}.contact-section__link--wide{grid-column:1/-1}.contact-section__address{color:#67584b;margin-top:22px;font-style:normal;font-weight:600;line-height:1.7}.contact-section__address a{color:inherit;text-underline-offset:4px;-webkit-text-decoration:underline #8a635861;text-decoration:underline #8a635861;text-decoration-thickness:1px}.contact-section__address a:hover{color:#8a6358;text-decoration-color:#8a6358b3}.contact-section__image-wrap{z-index:4;place-items:center;margin-top:-65px;animation:.85s .12s both contactImageIn;display:grid;position:relative}.contact-section__image{filter:none;width:min(82vw,360px);height:auto;display:block}@media (width>=560px){.contact-section__links{grid-template-columns:repeat(2,minmax(0,240px))}}@media (width>=880px){.contact-section{grid-template-columns:1.25fr .75fr;align-items:center;max-width:1280px;padding:72px 42px 96px}.contact-section__card{min-height:430px;padding:46px 56px}.contact-section__links{grid-template-columns:repeat(2,240px)}.contact-section__image-wrap{margin-top:0;margin-left:-120px}.contact-section__image{width:min(40vw,560px)}}@keyframes contactCardIn{0%{opacity:0;transform:translate(-22px)translateY(8px)}to{opacity:1;transform:translate(0)translateY(0)}}@keyframes contactImageIn{0%{opacity:0;transform:translate(22px)translateY(8px)}to{opacity:1;transform:translate(0)translateY(0)}}.site-footer{color:#fffdf8;background:#4b3f32;padding:36px 22px 24px}.site-footer__inner{gap:36px;max-width:1180px;margin:0 auto;display:grid}.site-footer__brand{line-height:0}.site-footer__logo{width:fit-content;margin-bottom:0;line-height:0;text-decoration:none;display:inline-flex}.site-footer__logo img{filter:brightness(0)invert();width:140px;height:auto;display:block}.site-footer p,.site-footer address,.site-footer a{font-style:normal;line-height:1.7}.site-footer__logo{line-height:0}.site-footer__address-link{color:#fffdf8c7;text-underline-offset:4px;flex-direction:column;width:fit-content;text-decoration-line:underline;text-decoration-color:#fffdf857;text-decoration-thickness:1px;display:flex}.site-footer__address-link:hover{color:#fffdf8;text-decoration-color:#fffdf8b3}.site-footer__address-link span{text-underline-offset:4px;-webkit-text-decoration:underline #fffdf857;text-decoration:underline #fffdf857;text-decoration-thickness:1px}.site-footer__brand p{color:#fffdf8bd;max-width:320px;margin:0;font-size:.98rem}.site-footer h2{color:#f6ecde;letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font-size:.82rem;font-weight:800}.site-footer address{color:#fffdf8c7;flex-direction:column;gap:2px;display:flex}.site-footer__numbers,.site-footer__menu{flex-direction:column;gap:8px;display:flex}.site-footer__numbers{margin-top:14px}.site-footer a{color:#fffdf8c7;text-decoration:none;transition:color .18s,background-color .18s,border-color .18s}.site-footer a:hover{color:#fffdf8}.site-footer__buttons{flex-direction:row;align-items:center;gap:10px;display:flex}.site-footer__buttons a{color:#fffdf8db;background:#fffdf80a;border:1px solid #fffdf838;border-radius:999px;place-items:center;width:38px;height:38px;line-height:1;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-grid}.site-footer__buttons a:hover{color:#fffdf8;background:#fffdf814;border-color:#fffdf86b;transform:translateY(-2px)}.site-footer__buttons svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.site-footer__bottom{border-top:1px solid #fffdf824;max-width:1180px;margin:42px auto 0;padding-top:20px}.site-footer__bottom p{color:#fffdf88f;margin:0;font-size:.86rem}@media (width>=820px){.site-footer{padding:68px 42px 26px}.site-footer__logo img{width:190px}.site-footer__inner{grid-template-columns:1.2fr 1fr .7fr 1fr;align-items:start;gap:48px}.site-footer__buttons{align-items:flex-start}}#root{min-height:100vh}
