@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@500;600&display=swap");

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  --home-scale: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.home-body {
  position: relative;
  overflow-x: auto;
  background: #f8f9fa;
  --home-scale: 1;
}

.home-body::before,
.home-body::after {
  content: "";
  left: 0;
  z-index: 0;
  width: 100vw;
  background: #fff;
  pointer-events: none;
}

.home-body::before {
  position: fixed;
  top: 0;
  height: calc(70px * var(--home-scale));
}

.home-body::after {
  position: absolute;
  top: calc(3228px * var(--home-scale));
  height: calc(293px * var(--home-scale));
}

.home-frame {
  position: relative;
  z-index: 1;
  width: 1440px;
  min-height: 3521px;
  margin: 0 auto;
  overflow: hidden;
  background: #f8f9fa;
  color: #2d3142;
  font-family: Inter, Arial, sans-serif;
  transform: scale(var(--home-scale));
  transform-origin: top center;
}

.home-header {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 1440px;
  height: 70px;
  padding: 0 52px 1px;
  background: transparent;
  isolation: isolate;
  will-change: transform;
}

.home-header::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: calc(100vw / var(--home-scale));
  min-width: 1440px;
  height: 70px;
  border-bottom: 1px solid #f3f4f6;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(6px);
  transform: translateX(-50%);
  pointer-events: none;
}

.home-header__inner {
  position: relative;
  z-index: 1;
  width: 1336px;
  height: 58px;
}

.home-brand {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 237px;
  height: 52px;
}

.home-brand img {
  width: 237px;
  height: 52px;
}

.home-nav {
  position: absolute;
  left: 298px;
  top: 9px;
  display: block;
  width: 548px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.home-nav > a {
  position: absolute;
  top: 10px;
}

.home-nav > a:nth-child(2) { left: 182px; }
.home-nav > a:nth-child(3) { left: 297px; }
.home-nav > a:nth-child(4) { left: 404px; }
.home-nav > a:nth-child(5) { left: 483px; }

.home-catalog-btn {
  left: 0;
  top: 0 !important;
  display: block;
  position: absolute;
  width: 152px;
  height: 40px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #6b9ac4;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.home-catalog-btn img:first-child {
  position: absolute;
  left: 24px;
  top: 14px;
  width: 10.5px;
  height: 12px;
}

.home-catalog-btn span {
  position: absolute;
  left: 43px;
  top: 10px;
  width: 65px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.home-catalog-btn img:last-child {
  position: absolute;
  left: 116px;
  top: 14px;
  width: 12px;
  height: 12px;
}

.home-search {
  position: absolute;
  left: 907px;
  top: 9px;
  display: block;
  width: 155px;
  height: 40px;
  padding: 4px 4px 4px 16px;
  border-radius: 999px;
  background: #f2f4f6;
  color: #9ca3af;
}

.home-search span {
  position: absolute;
  left: 16px;
  top: 11px;
  width: 101px;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 17px;
}

.home-search b {
  position: absolute;
  left: 120px;
  top: 4px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #2d3142;
  font-weight: 400;
}

.home-search b img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
}

.home-phone {
  position: absolute;
  left: 1124px;
  top: 13px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #f2f4f6;
  font-size: 12px;
  font-weight: 600;
}

.home-cart {
  position: absolute;
  left: 1296px;
  top: 9px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: #f2f4f6;
}

.home-cart > img {
  width: 14px;
  height: 16px;
}

.home-cart span {
  position: absolute;
  right: -4px;
  top: -5px;
  display: grid;
  width: 16px;
  height: 18px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #6b9ac4;
  color: #fff;
  font-size: 9px;
}

.home-main {
  position: absolute;
  left: 20px;
  top: 70px;
  width: 1400px;
  height: 3155.5px;
  padding: 32px 32px 135.5px;
}

.home-hero {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 1336px;
  height: 650px;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
}

.home-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(32px);
}

.home-hero__glow--blue {
  right: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: rgba(107,154,196,.05);
}

.home-hero__glow--yellow {
  left: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  background: rgba(252,211,77,.1);
}

.home-hero__content {
  position: absolute;
  left: 284px;
  top: 44px;
  width: 768px;
  height: 562px;
  text-align: center;
}

.home-pill {
  position: absolute;
  left: 250px;
  top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(107,154,196,.1);
  color: #6b9ac4;
  font-size: 14px;
  font-weight: 600;
}

.home-pill img {
  width: 12.25px;
  height: 14px;
}

.home-hero h1 {
  position: absolute;
  left: 0;
  top: 47px;
  width: 768px;
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 77px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.home-discount {
  position: absolute;
  left: 181px;
  top: 327px;
  width: 406px;
  margin: 0;
  color: #6b9ac4;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.home-lead {
  position: absolute;
  left: 48px;
  top: 379px;
  width: 672px;
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  font-weight: 500;
  line-height: 29.25px;
}

.home-hero__actions {
  position: absolute;
  left: 0;
  top: 469.5px;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 768px;
}

.home-btn {
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
}

.home-btn--dark {
  width: 243px;
  gap: 8px;
  background: #2d3142;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}

.home-btn--dark img {
  width: 14px;
  height: 16px;
}

.home-btn--light {
  width: 210px;
  border: 2px solid #e5e7eb;
  background: #fff;
}

.home-catalog,
.home-about,
.home-faq {
  position: absolute;
  left: 32px;
  width: 1336px;
}

.home-catalog {
  top: 762px;
  height: 672px;
}

.home-section-head {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 1336px;
  height: 48px;
}

.home-section-head h2 {
  display: inline-block;
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
  transform-origin: left top;
}

.home-catalog .home-section-head h2 {
  transform: scaleX(.94);
}

.home-section-head div {
  flex: 1;
  height: 1px;
  margin-bottom: 8px;
  background: #e5e7eb;
}

.home-section-head p {
  margin: 0 0 4px;
  color: #9ca3af;
  font-size: 14px;
  line-height: 20px;
}

.home-catalog-grid {
  position: absolute;
  left: 0;
  top: 88px;
  width: 1336px;
  height: 584px;
}

.home-cat {
  position: absolute;
  overflow: hidden;
  border-radius: 32px;
}

.home-cat h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.home-cat p {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.home-cat i {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.home-cat i img {
  width: 14px;
  height: 16px;
  color: currentColor;
}

.home-cat--milk {
  left: 0;
  top: 0;
  width: 656px;
  height: 360px;
  padding: 40px;
  background: #e6e8eb;
}

.home-cat--milk h3 {
  font-size: 36px;
  line-height: 40px;
}

.home-cat--milk i {
  left: 40px;
  top: 144px;
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.5);
}

.home-cat--milk > img {
  position: absolute;
  left: 265px;
  top: 87px;
  width: 319px;
  height: 240px;
  object-fit: contain;
}

.home-cat--coffee {
  left: 680px;
  top: 0;
  width: 316px;
  height: 360px;
  padding: 32px;
  background: #d8cfc4;
  color: #3d342b;
}

.home-cat--coffee h3 {
  font-size: 30px;
  line-height: 36px;
}

.home-cat--coffee p {
  width: 170px;
  color: rgba(61,52,43,.8);
}

.home-cat--coffee i,
.home-cat--plant i {
  right: 32px;
  top: 32px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.3);
}

.home-cat--coffee > img {
  position: absolute;
  left: 179px;
  bottom: 0;
  width: 138px;
  height: 168px;
}

.home-cat--plant {
  left: 1020px;
  top: 0;
  width: 316px;
  height: 360px;
  padding: 32px;
  background: #f0f7e6;
  color: #4a5d23;
}

.home-cat--plant h3 {
  font-size: 24px;
  line-height: 32px;
}

.home-cat--plant div {
  position: absolute;
  left: 75px;
  bottom: 24px;
  display: flex;
}

.home-cat--plant div img {
  width: 87px;
  height: 218px;
  object-fit: contain;
}

.home-cat--plant div img + img {
  width: 82px;
}

.home-cat--water,
.home-cat--syrup,
.home-cat--ice,
.home-cat--cups {
  width: 316px;
  height: 200px;
  padding: 32px;
}

.home-cat--water {
  left: 0;
  top: 384px;
  background: #ebf4fa;
  color: #5580a6;
}

.home-cat--syrup {
  left: 340px;
  top: 384px;
  background: #f3e5f5;
  color: #6a1b9a;
}

.home-cat--ice {
  left: 680px;
  top: 384px;
  padding: 33px;
  border: 1px solid #f3f4f6;
  background: #fff;
}

.home-cat--cups {
  left: 1020px;
  top: 384px;
  border: 1px solid #f3f4f6;
  background: #f5f1ec;
  color: #6b5848;
}

.home-cat--water h3,
.home-cat--syrup h3,
.home-cat--ice h3,
.home-cat--cups h3 {
  font-size: 20px;
  line-height: 28px;
}

.home-cat--water p {
  color: rgba(85,128,166,.7);
}

.home-cat--cups p {
  width: 176px;
  color: rgba(107,88,72,.72);
}

.home-cat--water i,
.home-cat--syrup i,
.home-cat--ice i,
.home-cat--cups i {
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  background: #fff;
}

.home-cat--water > img {
  position: absolute;
  left: 214px;
  top: 98px;
  width: 102px;
  height: 102px;
}

.home-cat--syrup > img {
  position: absolute;
  left: 218px;
  top: 95px;
  width: 98px;
  height: 105px;
  object-fit: contain;
}

.home-cat--ice > img {
  position: absolute;
  left: 198px;
  top: 95px;
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.home-cat--cups div {
  position: absolute;
  right: 20px;
  bottom: 8px;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

.home-cat--cups div img:first-child {
  width: 92px;
  height: 130px;
  object-fit: contain;
}

.home-cat--cups div img:last-child {
  width: 80px;
  height: 88px;
  object-fit: contain;
  transform: translateY(-5px);
}

.home-about {
  top: 1514px;
  height: 666px;
}

.home-about-grid {
  position: absolute;
  left: 0;
  top: 88px;
  width: 1336px;
  height: 578px;
}

.home-about article {
  position: absolute;
  width: 656px;
  padding: 33px;
  border-radius: 16px;
  background: #fff;
}

.home-about article:nth-child(1),
.home-about article:nth-child(2) {
  top: 0;
  height: 300px;
}

.home-about article:nth-child(3),
.home-about article:nth-child(4) {
  top: 324px;
  height: 254px;
}

.home-about article:nth-child(1),
.home-about article:nth-child(3) {
  left: 0;
}

.home-about article:nth-child(2),
.home-about article:nth-child(4) {
  left: 680px;
}

.home-about b {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
}

.home-about b img {
  width: 56px;
  height: 56px;
}

.home-about h3 {
  margin: 0 0 11px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.home-about p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 22.75px;
}

.home-about article:nth-child(1) p {
  width: 566px;
}

.home-about article:nth-child(4) p {
  width: 582px;
}

.home-faq {
  top: 2260px;
  height: 760px;
  text-align: center;
}

.home-faq__head {
  position: absolute;
  left: 0;
  top: 0;
  width: 1336px;
  height: 92px;
}

.home-faq h2 {
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
  text-transform: uppercase;
}

.home-faq__head p {
  margin: 8px 0 0;
  color: #9ca3af;
  font-size: 18px;
  line-height: 28px;
}

.home-faq__list {
  position: absolute;
  left: 220px;
  top: 140px;
  display: grid;
  grid-auto-rows: auto;
  gap: 16px;
  width: 896px;
  height: 620px;
}

.home-faq button {
  position: relative;
  display: block;
  width: 894px;
  height: 88px;
  margin: 1px;
  padding: 0 24px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: #2d3142;
  cursor: pointer;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
}

.home-faq button.is-open { height: 156px; }
.home-faq button b { display: block; padding-top: 30px; padding-right: 64px; font: inherit; }
.home-faq button em {
  display: none;
  width: 760px;
  margin-top: 12px;
  color: #6b7280;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
}
.home-faq button.is-open em { display: block; }

.home-faq button span {
  position: absolute;
  right: 24px;
  top: 24px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: #f9fafb;
  color: #6b7280;
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.home-footer {
  position: absolute;
  left: 0;
  top: 3228px;
  width: 1440px;
  height: 293px;
  background: transparent;
  isolation: isolate;
}

.home-footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: calc(100vw / var(--home-scale));
  min-width: 1440px;
  height: 293px;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-footer__top {
  position: absolute;
  left: 20px;
  top: 61px;
  z-index: 1;
  display: block;
  width: 1400px;
  height: 124px;
}

.home-footer__top > section {
  position: absolute;
  top: 0;
}

.home-footer__top > section:nth-child(1) { left: 0; width: 592px; }
.home-footer__top > section:nth-child(2) { left: 654px; width: 131px; }
.home-footer__top > section:nth-child(3) { left: 833px; width: 131px; }
.home-footer__top > section:nth-child(4) { left: 1012px; width: 177px; }
.home-footer__top > section:nth-child(5) { left: 1191px; width: 177px; }

.home-footer__brand div {
  position: absolute;
  left: 32px;
  top: 0;
  display: block;
  width: 266px;
  height: 58px;
}

.home-footer__brand {
  height: 124px;
}

.home-footer__brand p {
  position: absolute;
  left: 32px;
  top: 68px;
  width: 249px;
  height: 20px;
}

.home-footer__brand img {
  width: 266px;
  height: 52px;
}

.home-footer h4 {
  margin: 0 0 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.home-footer a,
.home-footer p {
  display: block;
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
}

.home-footer__phone,
.home-footer__cta {
  position: absolute;
  z-index: 1;
  top: 160px;
  display: flex !important;
  align-items: center;
  height: 32px;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 600;
}

.home-footer__phone {
  left: 49px;
  width: 156px;
  background: #f9f9f9;
  color: #2d3142 !important;
  white-space: nowrap;
}

.home-footer__cta {
  left: 219px;
  width: 105px;
  background: #6b9ac4;
  color: #fff !important;
}

.home-footer__bottom {
  position: absolute;
  left: 20px;
  top: 217px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1400px;
  height: 48px;
  padding-top: 33px;
  border-top: 1px solid #e5e7eb;
  color: #9ca3af;
  font-size: 10px;
}

.home-footer__bottom div {
  display: flex;
  gap: 24px;
}

.home-footer__bottom a {
  margin: 0;
  color: #9ca3af;
  font-size: 10px;
  line-height: 16px;
}

.home-footer__social {
  width: 18px;
  height: 18px;
  margin: 0;
}

.home-footer__social img {
  width: 18px;
  height: 18px;
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero,
  .home-cat,
  .home-about article,
  .home-faq button {
    animation: home-rise .45s cubic-bezier(.2,.7,.2,1) both;
  }
  @keyframes home-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

.home-cat,
.home-btn,
.home-catalog-btn,
.home-faq button {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.home-cat:hover,
.home-btn:hover,
.home-catalog-btn:hover {
  transform: translateY(-2px);
}

.home-cat:hover {
  box-shadow: 0 18px 40px rgba(45,49,66,.08);
}
