:root {
  --cream: #fffefc;
  --ink: #0d0c09;
  --ink-60: rgba(13, 12, 9, .6);
  --ink-40: rgba(13, 12, 9, .4);
  --ink-14: rgba(13, 12, 9, .14);
  --pink: #c769b0;
  --beige: #f7f1e8;
  --ease: cubic-bezier(.4, .5, .1, 1);
  --ease-toggle: cubic-bezier(.77, 0, .175, 1);
  --ease-height: cubic-bezier(.4, 0, .3, .99);
  --fs-body: clamp(18px, 1.4vw, 20px);
  --fs-small: clamp(14px, .9vw, 16px);
  --fs-btn: clamp(16px, 1.2vw, 18px);
  --fs-h3: clamp(32px, 3vw, 44px);
  --fs-h4: clamp(28px, 2vw, 34px);
  --fs-h6: clamp(20px, 1.4vw, 22px);
}

html { font-family: sans-serif; font-size: 62.5%; -webkit-text-size-adjust: 100%; }
@media (max-width: 1480px) { html { font-size: 55%; } }

*, *::before, *::after { box-sizing: border-box; background-repeat: no-repeat; margin: 0; }
body { font-family: "Satoshi", sans-serif; color: var(--ink-60); font-size: var(--fs-body); line-height: 1.45; font-weight: 400; background: var(--cream); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: var(--ink); }
p a:hover { text-decoration: underline; }
.text-light a { color: var(--cream); }
img, svg { max-width: 100%; display: block; height: auto; }
ul { list-style: none; padding: 0; }
button { font: inherit; background: none; border: 0; color: inherit; cursor: pointer; padding: 0; }

h1, h2, h3, h4, h5, h6, .h3, .h4, .h6 { font-weight: 400; font-family: "Satoshi", sans-serif; line-height: 1.3; margin: 4.8rem 0 0; color: var(--ink); }
h1:first-child, h2:first-child, h3:first-child, .h3:first-child, .h4:first-child, .h6:first-child { margin-top: 0; }
h1::before, h2::before, h3::before, .h3::before, .h4::before, p.h3::before { content: ""; display: block; height: 0; width: 0; margin-top: -.15em; }
.text-light h1, .text-light h2, .text-light h3, .text-light .h3, .text-light .h4 { color: var(--cream); }
strong { font-weight: 500; color: var(--ink); }
.text-light strong { color: var(--cream); }
.h3 { font-size: var(--fs-h3); line-height: 1.2; }
.h4 { font-size: var(--fs-h4); }
.h6 { font-size: var(--fs-h6); display: block; }
blockquote { font-size: var(--fs-h3); line-height: 1.3; color: var(--ink); }
cite { font-size: clamp(16px, 1.2vw, 18px); font-weight: 500; color: #23211e; display: block; font-style: normal; margin-top: 3.2rem; }
address { font-style: normal; margin-top: 3.2rem; }
p { margin-top: 3.2rem; margin-bottom: 0; }
p:first-child { margin-top: 0 !important; }
.big-intro p { font-size: var(--fs-h3); color: var(--ink); line-height: 1.3 !important; }
.p-btn, p + .media { margin-top: 3.2rem; }

.wrap { width: 100%; max-width: 100%; padding: 0 3vw; margin: 0 auto; position: relative; }
.grid { display: grid; grid-template-columns: repeat(24, 1fr); grid-gap: 8px; }
.grid + .grid { margin-top: 3.2rem; }
.grid--bottom { align-items: end; }
.col-1-6 { grid-column: 1 / 7; }
.col-1-8 { grid-column: 1 / 9; }
.col-1-9 { grid-column: 1 / 10; }
.col-1-11 { grid-column: 1 / 12; }
.col-1-24 { grid-column: 1 / 25; }
.col-12-17 { grid-column: 12 / 18; }
.col-12-20 { grid-column: 12 / 21; }
.col-12-24 { grid-column: 12 / 25; }
.col-21-24 { grid-column: 21 / 25; }
.space-between { display: flex; flex-direction: column; justify-content: space-between; }
.pos-1 { order: 1; }
.pos-2 { order: 2; }
.align-right { text-align: right; }

.section { position: relative; margin: 16rem 0; }
.section > * { z-index: 3; position: relative; }
.section--full { min-height: 100svh; }
.section--full:last-child { margin-bottom: 0; }
.section--full .section__inner { width: 100%; min-height: calc(100vh - 25.6rem); }
.hero { margin-top: 0; padding-top: 2.4rem; padding-bottom: 12.8rem; margin-bottom: 0; }
.cta { padding: 12.8rem 0; margin-bottom: 0; }
.intro { margin-top: 24rem; }
#page-body { position: relative; z-index: 1; background: var(--cream); border: 1px solid transparent; }
#page-body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 84px; background: var(--cream); z-index: 98; }
#page-body > .hero { z-index: 99; }
#smooth { position: relative; }
@media (min-width: 769px) { #smooth { position: fixed; top: 0; left: 0; width: 100%; } }

body.home #page-body .section:not(.hero):not(.cpt) { opacity: 0; transform: translateY(1.6rem); transition: all 1.3s var(--ease); }
body.home.has-loaded #page-body .section:not(.hero):not(.cpt) { opacity: 1; transform: none; }

.bg { position: absolute; top: -1px; left: -1px; width: calc(100% + 2px); height: calc(100% + 2px); z-index: 1; overflow: hidden; }
.bg__el { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.bg__el img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.has-overlay::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .4); z-index: 1; }

body.home .bg--hero { clip-path: polygon(0 0, 0 0, 0 0, 0 0); width: 45vw; height: 50vh; transform: rotate(5deg) translateX(0); top: 0; left: 0; transition: all 1.8s var(--ease); }
body.home .bg--hero .bg__el { transform: scale(.5); width: 100vw; height: 100vh; left: 0; top: 0; transition: transform 1.8s var(--ease); }
body.home .bg--hero .has-overlay::after { opacity: 0; transition: opacity 1.6s ease; }
body.home.has-loaded .bg--hero { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform: none; top: -1px; left: -1px; width: calc(100% + 2px); height: calc(100% + 2px); }
body.home.has-loaded .bg--hero .bg__el { top: 0; left: 0; width: 100%; height: 100%; transform: none; }
body.home.has-loaded .bg--hero .has-overlay::after { opacity: 1; }

.hero__wordmark { position: absolute; z-index: 999; left: 3vw; bottom: 4.8rem; width: calc(100% - 6vw - var(--widthX, 0px)); min-width: 280px !important; color: var(--cream); transition: color .6s ease; display: block; }
.hero__wordmark svg { width: 100%; height: auto; overflow: hidden; }
body.home:not(.has-loaded) .hero__wordmark { color: var(--ink); }
body.home.has-loaded .hero__wordmark { transition-delay: .6s; }
body.home .hero__wordmark path { transform: scaleY(1.4) translateY(100%); transition: transform 1.3s var(--ease); }
body.home .hero__wordmark path:nth-child(1) { transition-delay: 15ms; }
body.home .hero__wordmark path:nth-child(2) { transition-delay: 30ms; }
body.home .hero__wordmark path:nth-child(3) { transition-delay: 45ms; }
body.home .hero__wordmark path:nth-child(4) { transition-delay: 60ms; }
body.home .hero__wordmark path:nth-child(5) { transition-delay: 75ms; }
body.home .hero__wordmark path:nth-child(6) { transition-delay: 90ms; }
body.home.has-landed .hero__wordmark path { transform: none; opacity: 1; }
body.home-switch-logo .hero__wordmark { opacity: 0; visibility: hidden; }

.header { position: fixed; z-index: 999; top: 0; left: 0; width: 100%; padding: 2.4rem 0; transition: all .46s var(--ease); }
.header__inner { position: relative; align-items: center; z-index: 3; transition: all .45s ease; }
body.home .header__inner { opacity: 0; transform: translateY(-1.6rem); transition: all 1.3s var(--ease); }
body.home.has-displayed .header__inner { opacity: 1; transform: none; transition-delay: .4s; }
.header__left, .header__center, .header__right { display: flex; align-items: center; justify-content: space-between; }
.header__right { justify-content: right; position: static; z-index: 2; }
.header__actions { display: flex; align-items: center; gap: 3.2rem; }
.header__logo { width: 280px; height: auto; pointer-events: all; z-index: 2; position: relative; transition: all .95s var(--ease) 0s, opacity .01s ease; }
.header__logo svg { width: 280px; max-width: none; height: auto; overflow: hidden; }
.header__logo a { display: block; color: var(--ink); transition: color .35s ease; }
body.home .header__logo { opacity: 0; pointer-events: none; }
body.home .header__logo path { transform: scaleY(1.4) translateY(100%); transition: transform .9s var(--ease), color .35s ease; }
body.home.home-switch-logo .header__logo { opacity: 1; pointer-events: all; transition: all .01s var(--ease) 0s, opacity .01s ease; }
body.home.home-switch-logo .header__logo path { transform: none; opacity: 1; transition: none; }
body.home.has-scrolled-full .header__logo { opacity: 1; pointer-events: all; transition: all .65s var(--ease) 0s, opacity .4s ease; }
body.home.has-scrolled-full .header__logo path { transform: none; }
body.home.menu-is-open .header__logo { opacity: 1; pointer-events: all; }
body.home.menu-is-open .header__logo path { transform: none; transition-delay: .6s; }

.header__nav ul { display: flex; }
.header__nav li { padding: 0 1.6rem; line-height: 0; }
.header__nav li:first-child { padding-left: 0; }
.header__nav a { font-weight: 500; font-size: var(--fs-body); color: var(--ink); line-height: 1; display: flex; position: relative; transition: color .35s ease; }
.header__nav a::before { content: ""; width: 0; height: 1px; position: absolute; bottom: -8px; left: 0; background: var(--ink); transition: all .45s var(--ease); }
.header__nav li.is-current > a::before, .header__nav li > a:hover::before { width: 100%; }
.header__lang ul { display: flex; }
.header__lang li { display: flex; align-items: center; font-weight: 500; font-size: var(--fs-small); }
.header__lang li::after { content: "/"; margin: 0 .6rem; opacity: .4; }
.header__lang li:last-child::after { display: none; }
.header__lang a { line-height: 20px; min-width: 20px; text-align: center; text-transform: uppercase; opacity: .4; transition: all .3s ease; }
.header__lang li.is-active a, .header__lang li:hover a { opacity: 1; }
.header__toggle { display: none; font-weight: 500; font-size: var(--fs-body); overflow: hidden; position: relative; width: 100px; text-align: right; color: var(--ink); }
.header__toggle > span { display: inline-block; transition: transform .75s var(--ease-toggle); }
.header__toggle > span.header__toggle-close { position: absolute; top: 100%; right: 0; transform: scale3d(.95, .7, 1); }
body.menu-is-open .header__toggle > span { transform: scale3d(.95, .7, 1) translateY(-100%); }
body.menu-is-open .header__toggle > span.header__toggle-close { transform: scaleX(1) translateY(-100%); }
.header .btn { transition: color .35s ease; }

body.home:not(.has-scrolled-full):not(.menu-is-open) .header__logo a,
body.home:not(.has-scrolled-full):not(.menu-is-open) .header__nav a,
body.home:not(.has-scrolled-full):not(.menu-is-open) .header__toggle,
body.home:not(.has-scrolled-full):not(.menu-is-open) .header__lang li,
body.home:not(.has-scrolled-full):not(.menu-is-open) .header__lang a { color: var(--cream); }
body.home:not(.has-scrolled-full):not(.menu-is-open) .header__nav a::before { background-color: var(--cream); }

.btn { font-size: var(--fs-btn); line-height: 24px; display: inline-flex; align-items: center; font-weight: 500; color: var(--ink); cursor: pointer; position: relative; border: none; transition: all .55s var(--ease); }
.btn > * { position: relative; z-index: 1; }
.btn__text { overflow: hidden; position: relative; vertical-align: top; perspective: 500px; z-index: 2; }
.btn__text, .btn__text span { display: inline-block; transform-origin: bottom left; }
.btn__text span:not(:first-child) { position: absolute; top: 0; left: 0; transform: translate3d(0, 100%, 0); }
.btn .btn__icon { background: var(--pink); width: 24px; height: 24px; padding: 6px; border-radius: 30px; color: var(--cream); overflow: hidden; transition: all .55s var(--ease); z-index: 2; position: relative; display: block; }
.btn .btn__icon:last-child { margin-left: 1.2rem; }
.btn .btn__icon svg { width: 12px; height: 12px; }
.btn:not(.btn--light) .btn__icon svg { transform: rotate(-45deg); }
.btn:hover .btn__text span { transition: all .55s var(--ease); transform: translate3d(0, -100%, 0); }
.btn:hover .btn__text span:not(:first-child) { transform: none; opacity: 1; }
.btn:hover .btn__icon { transform: scale(1.2); }
.btn--pill { padding: 4px 1.6rem; color: var(--cream); }
.btn--pill:has(.btn__icon) { padding-right: .4rem; }
.btn--pill::before { content: ""; width: 100%; height: 100%; top: 0; right: 0; position: absolute; border-radius: 40px; transition: all .55s var(--ease); background: var(--pink); }
.btn--pill::after { content: ""; background: var(--cream); width: 28px; height: 28px; top: 4px; right: 4px; position: absolute; border-radius: 40px; transition: all .55s var(--ease); }
.btn--pill .btn__icon { background: none; width: 28px; height: 28px; padding: 8px; color: var(--ink); }
.btn--pill:hover::before { width: calc(100% + .8rem); height: calc(100% + .8rem); top: -.4rem; right: -.4rem; }
.btn--pill:hover::after { width: 36px; height: 36px; top: 0; right: 0; }
.btn--light { color: var(--ink); }
.footer .btn--pill::before { background: var(--cream); }
.footer .btn--pill::after { background: var(--beige); }
.btn--simple::before { content: ""; width: 0; height: 1px; position: absolute; bottom: -6px; left: 0; background-color: var(--ink); transition: all .45s var(--ease); }
.btn--simple:hover::before { width: 100%; }
.btn--simple:has(.btn__icon):hover::before { width: calc(100% - 24px - 1.2rem); }

.pagination { display: flex; align-items: flex-end; justify-content: right; }
.btn-icon-only { display: inline-block; line-height: 0; position: relative; color: var(--ink); }
.btn-icon-only:last-child { margin-right: -8px; }
.btn-icon-only::before { content: ""; width: 0; height: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--pink); border-radius: 40px; transition: all .55s var(--ease); }
.btn-icon-only .btn__icon { display: block; width: 32px; height: 32px; padding: 8px; overflow: hidden; transition: all .55s var(--ease); position: relative; }
.btn-icon-only .btn__icon svg { width: 16px; height: 16px; transform: rotate(0); transition: opacity .4s ease; }
.btn-icon-only.prev .btn__icon svg { transform: rotate(-180deg); }
.btn-icon-only:hover { color: var(--cream); }
.btn-icon-only:hover::before { width: 100%; height: 100%; transition-delay: .15s; }
.btn-icon-only.is-disabled { opacity: .3; cursor: default; pointer-events: none; }

.media { position: relative; overflow: hidden; }
.media__item { width: 100%; height: 0; display: block; padding-top: 100%; position: relative; }
.ratio-1-1 .media__item { padding-top: 100%; }
.ratio-7-8 .media__item { padding-top: 114%; }
.ratio-8-5 .media__item { padding-top: 62.5%; }
.ratio-auto .media__item { padding-top: 0; height: auto; }
.media__inner, .media__inner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media.do-anim .media__inner { transform: scaleY(1.1) translateY(20%); transition: all 1.3s var(--ease); opacity: 0; }
.media.do-anim.is-animated .media__inner { transform: translateY(0); opacity: 1; }
p + .media.rounded { border-radius: 1.6rem; }

.card { display: block; position: relative; }
.card__media { position: relative; }
.card__meta { position: relative; display: inline-block; margin-top: 1.6rem; margin-bottom: 3.2rem; }
.slider .card__meta { margin-bottom: 0; }
.card__meta::before { content: ""; width: 0; height: 1px; position: absolute; bottom: -6px; left: 0; background-color: var(--ink); transition: all .45s var(--ease); }
.card .media__inner img { transition: transform 1.1s var(--ease); }
.card:hover .media__inner img { transform: scale(1.05); }
.card:hover .card__meta::before { width: 100%; }

.slider { position: relative; overflow: visible; cursor: grab; touch-action: pan-y; min-width: 0; }
.slider.is-dragging { cursor: grabbing; }
.slider__track { display: flex; will-change: transform; }
.slider__cell { flex: none; width: calc(33.333% - 5.33333px); margin-right: 8px; }
.slider__cell img { -webkit-user-drag: none; user-select: none; }

.grid--odd .grid-item:nth-child(4n-3) { grid-column: 1 / 12; }
.grid--odd .grid-item:nth-child(4n-2) { grid-column: 12 / 25; }
.grid--odd .grid-item:nth-child(4n-1) { grid-column: 1 / 14; }
.grid--odd .grid-item:nth-child(4n) { grid-column: 14 / 25; }
.grid--odd .media__item { height: 50vh !important; padding: 0 !important; }

.head-col { max-width: 540px; }
.service-images { overflow: hidden; position: relative; margin-top: 4.8rem; width: 100%; padding-top: 100%; opacity: 0; transition: all .7s ease .4s; }
.service-images:has(.is-active) { opacity: 1; transition: all .01s ease; }
.service-images__item, .service-images__item .media, .service-images__item .media__item { position: absolute; inset: 0; }
.service-images__item .media__inner { clip-path: polygon(0 0, 0 0, 0 0, 0 0); transition: all .01s var(--ease) .85s; transform: rotate(5deg) translateX(0); position: absolute; top: 15%; left: 15%; width: 70%; height: 70%; }
.service-images__item.is-active .media__inner { top: 0; left: 0; width: 100%; height: 100%; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform: none; transition: all .7s var(--ease) .15s; }
.big-list { border-bottom: 1px solid var(--ink-14); }
.big-list__item { display: flex; align-items: center; position: relative; padding: 2.4rem 0; border-top: 1px solid var(--ink-14); }
.big-list__content { flex: 1; }
.big-list__name { margin: 0; overflow: hidden; position: relative; display: block; }
.big-list__name span { display: inline-block; transform-origin: bottom left; }
.big-list__name span:not(:first-child) { position: absolute; top: 0; left: 0; transform: translate3d(0, 100%, 0) rotateY(15deg) rotate(3deg); }
.big-list__icon { display: inline-block; width: 4rem; height: 4rem; margin-left: 2.4rem; transform: translateY(.4rem); color: var(--cream); position: relative; }
.big-list__icon::before { content: ""; width: 0; height: 0; transform: translate(-50%, -50%); background: var(--pink); border-radius: 40px; }
.big-list__icon::before, .big-list__icon svg { position: absolute; top: 50%; left: 50%; transition: all .65s var(--ease); }
.big-list__icon svg { z-index: 1; width: 20px; height: 20px; transform: translateY(0) translateX(-100%) rotate(-45deg); opacity: 0; }
.big-list__item.is-active .big-list__name span { transition: all .75s var(--ease); transform: translate3d(0, -100%, 0) rotateY(15deg) rotate(-3deg); }
.big-list__item.is-active .big-list__name span:not(:first-child) { transform: none; opacity: 1; }
.big-list__item.is-active .big-list__icon::before { width: 100%; height: 100%; transition-delay: .15s; }
.big-list__item.is-active .big-list__icon svg { transform: translate(-50%, -50%) rotate(-45deg); opacity: 1; transition-delay: .15s; }

.testimonials { background: var(--beige); }
.testimonials__content { padding: 6.4rem 6.4rem 6.4rem 0; }
.testimonials__head { max-width: 540px; margin-bottom: 9.6rem; }
.tab-group { transition: height .6s var(--ease-height); position: relative; }
.tab-group .tab-content { position: absolute; top: 0; left: 0; width: 100%; pointer-events: none; }
.tab-group .tab-content__inner { transition: all .2s var(--ease-toggle) 1s; opacity: 0; }
.tab-group .tab-content.is-active { pointer-events: all; }
.tab-group .tab-content.is-active .tab-content__inner { transform: none; opacity: 1; transition-delay: 0s; }
.testimonials__pagination { display: flex; align-content: center; margin-top: 4.8rem; }
.testimonials__dot { width: 1.6rem; height: 1.6rem; margin: 0 .4rem; opacity: .4; cursor: pointer; position: relative; display: block; }
.testimonials__dot:first-child { margin-left: -.4rem; }
.testimonials__dot::after { content: ""; position: absolute; top: 50%; left: 50%; width: .8rem; height: .8rem; transform: translate(-50%, -50%); background: var(--pink); border-radius: 10px; }
.testimonials__dot.is-active { opacity: 1; cursor: default; pointer-events: none; }
.testimonials__images { overflow: hidden; position: relative; width: calc(100% + 3vw); padding-top: calc(100vh - 8rem); min-height: 600px; opacity: 0; transition: all .7s ease .4s; }
.testimonials__images:has(.is-active) { opacity: 1; transition: all .01s ease; }
.testimonials__image, .testimonials__image .media, .testimonials__image .media__item { position: absolute; inset: 0; }
.testimonials__image .media__inner { clip-path: polygon(0 0, 0 0, 0 0, 0 0); transition: all .01s var(--ease) .85s; transform: rotate(5deg) translateX(0); position: absolute; top: 15%; left: 15%; width: 70%; height: 70%; }
.testimonials__image.is-active .media__inner { top: 0; left: 0; width: 100%; height: 100%; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform: none; transition: all .7s var(--ease) .15s; }

.words { perspective: 500px; transform-origin: bottom left; display: block; }
.words .word { overflow: hidden; display: inline-flex; transform: translate3d(0, 20%, 0) rotateY(5deg) rotate(2deg) scale(.95); transform-origin: bottom left; transition: all .8s var(--ease), opacity .8s ease; opacity: 0; }
body.home.has-displayed .hero .words .word { transform: none; opacity: 1; transition: all 1.3s var(--ease), opacity 1.6s ease; transition-delay: calc(var(--word-index) * 30ms + .1s); }
.section:not(.hero) .words.do-anim.is-animated .word, .footer .words.do-anim.is-animated .word { transform: none; opacity: 1; transition: all 1.3s var(--ease), opacity 1.6s ease; transition-delay: calc(var(--word-index) * 30ms + .1s); }
.tab-content.is-active .words.do-activate .word { transform: none; opacity: 1; transition: all 1.3s var(--ease), opacity 1.6s ease; transition-delay: calc(var(--word-random) * 30ms + .3s); }
body.no-split .words .word { transform: none; opacity: 1; }

.sticky-parent { position: relative; }
.sticky-el.is-sticky { position: fixed; }
.sticky-el.is-sticky-bottom { position: absolute; bottom: 0; top: auto; width: 100%; }

.cursor { position: fixed; z-index: 9999; top: 0; left: 20px; width: auto; height: auto; color: var(--cream); border-radius: 40px; overflow: hidden; pointer-events: none; padding: 3px 3px 3px 1.2rem; display: block; }
.cursor > * { display: flex; align-items: center; }
.cursor__text { font-size: var(--fs-small); font-weight: 500; position: relative; z-index: 2; display: block; transition: all .45s var(--ease); opacity: 0; }
.cursor__icon { z-index: 2; position: relative; width: 24px; height: 24px; padding: 4px; display: block; margin-left: 1.2rem; overflow: hidden; border-radius: 20px; }
.cursor__icon::before { content: ""; width: 0; height: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--cream); border-radius: 40px; transition: all .45s var(--ease) 0s; }
.cursor__icon svg { z-index: 1; position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; transform: translateY(0) translateX(-100%) rotate(-45deg); transition: all .45s var(--ease); opacity: 0; color: var(--ink); }
.cursor::before { content: ""; width: 0; height: 0; position: absolute; top: 50%; left: 0; background: var(--pink); border-radius: 40px; transform: translateY(-50%); transition: all .35s var(--ease) .15s; }
body.cursor-is-view .cursor::before { width: 100%; height: 100%; transition-delay: 0s; }
body.cursor-is-view .cursor__text { transform: none; transition-delay: .25s; opacity: 1; }
body.cursor-is-view .cursor__icon::before { width: 100%; height: 100%; transition-delay: .15s; }
body.cursor-is-view .cursor__icon svg { transform: translate(-50%, -50%) rotate(-45deg); opacity: 1; transition-delay: .15s; }
@media (max-width: 1280px) { .cursor { display: none; } }

.footer { background: var(--beige); font-size: var(--fs-body); padding-top: 9.6rem; padding-bottom: 4.8rem; line-height: 1.55; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 0; }
.footer address, .footer p { margin-top: 2.4rem; }
.footer__nav a { font-size: var(--fs-h3); font-weight: 400; padding: 1.6rem 3.2rem 0 0; display: inline-flex; line-height: 1; }
.footer__nav li { transition: opacity .65s ease; }
.footer__nav li.is-faded { opacity: .4 !important; }
.footer__contact { display: flex; flex-direction: column; justify-content: flex-end; }
.footer__col { display: flex; justify-content: flex-start; gap: 9.6rem; margin-top: 4.8rem; }
.hours__days { display: inline-block; width: 9.6rem; font-weight: 500; }
.alert-info { font-size: var(--fs-body); position: relative; color: var(--ink); font-weight: 500; display: inline-block; }
.alert-info::after { content: ""; position: absolute; top: -4px; left: -16px; width: calc(100% + 32px); height: calc(100% + 8px); background: var(--cream); border-radius: 20px; z-index: -1; }
.footer__bottom { margin-top: 12.8rem; font-size: var(--fs-small); color: var(--ink-60); }
.footer__bottom a { font-weight: 500; color: var(--ink); }
.footer__bottom a:hover { text-decoration: underline; }
.footer__bottom .copyright { display: flex; justify-content: space-between; margin-top: 0; }
.social { margin-top: 0; font-size: 0; line-height: 0; }
.social li { display: block; margin: 1.2rem 0; position: relative; }
.social li:first-child { margin-top: 0; }
.social li:last-child { margin-bottom: 0; }
.footer__logo.do-anim { color: var(--cream); position: relative; margin-bottom: 1.6rem; }
.footer__logo.do-anim path { transform: scaleY(1.4) translateY(100%); transition: transform 1.3s var(--ease); }
.footer__logo.do-anim path:nth-child(1) { transition-delay: .415s; }
.footer__logo.do-anim path:nth-child(2) { transition-delay: .43s; }
.footer__logo.do-anim path:nth-child(3) { transition-delay: .445s; }
.footer__logo.do-anim path:nth-child(4) { transition-delay: .46s; }
.footer__logo.do-anim path:nth-child(5) { transition-delay: .475s; }
.footer__logo.do-anim path:nth-child(6) { transition-delay: .49s; }
.footer__logo.do-anim::before { content: ""; position: absolute; width: calc(100% + 300px); height: calc(100% + 3.2rem); top: -1.6rem; right: calc(100% + 300px); background: var(--pink); z-index: -1; border-radius: 50px; transition: all 1.3s var(--ease); }
.footer__logo.do-anim.is-animated path { transform: none; opacity: 1; }
.footer__logo.do-anim.is-animated::before { right: -4.8rem; }
.footer__logo svg { overflow: hidden; }

@media (max-width: 1140px) {
  .section { margin: 12.8rem 0; }
  .hero .col-1-8 { grid-column-end: 16; }
  .header__toggle { display: inline-block; }
  .header__nav { position: fixed; top: 0; left: 0; width: 100vw; height: 0; padding: 0; overflow: hidden; transition: all .01s ease .7s; }
  .header__nav::before { content: ""; background: var(--cream); position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 0; transition: all .5s var(--ease) .1s; }
  .header__nav::after { content: ""; background: var(--cream); position: absolute; z-index: 1; top: 15%; left: 15%; width: 0; height: 0; transform: rotate(5deg) translateX(0); box-shadow: 0 10px 50px rgba(0, 0, 0, .1); transition: all .4s var(--ease) 1s; }
  .header__nav ul { position: relative; z-index: 2; flex-direction: column; }
  .header__nav li { padding: 1.2rem 0; transform: translate3d(0, 20%, 0) rotateY(5deg) rotate(2deg) scale(.95); transform-origin: bottom left; transition: all .5s var(--ease), opacity .5s ease; opacity: 0; line-height: 1; }
  .header__nav li a { display: inline-block; font-size: clamp(42px, 4.4vw, 64px); color: var(--ink) !important; font-weight: 400; }
  .header__nav li a::before { background-color: var(--ink) !important; height: 2px; }
  body.menu-is-open .header__nav { height: 100vh; padding: calc(46px + 9.6rem) 2.4rem 4.8rem; transition: all .01s ease; }
  body.menu-is-open .header__nav::after { top: 0; left: 0; width: 100%; height: 100%; transform: none; transition: all .7s var(--ease) .15s, opacity .01s ease .95s; opacity: 0; }
  body.menu-is-open .header__nav::before { height: 100%; transition: height .01s var(--ease) .9s; }
  body.menu-is-open .header__nav li { transform: none; opacity: 1; transition: all 1.1s var(--ease) .3s, opacity 1.4s ease .3s; }
  body.menu-is-open .header__nav li:nth-child(2) { transition-delay: .36s; }
  body.menu-is-open .header__nav li:nth-child(3) { transition-delay: .42s; }
  body.menu-is-open .header__nav li:nth-child(4) { transition-delay: .48s; }
}

@media (max-width: 1024px) {
  .footer__col { flex-direction: column; }
}

@media (max-width: 768px) {
  html { font-size: 55%; }
  #page-body { margin-bottom: 0 !important; }
  #page-body::before { height: 54px; }
  .sm-hide { display: none; }
  .big-intro p { font-size: clamp(28px, 2vw, 34px); }
  .align-right { text-align: left; }
  .wrap { padding: 0 2.4rem; }
  .grid { grid-template-columns: repeat(2, 1fr); row-gap: 1.6rem; column-gap: 1.6rem; }
  .grid > [class*="col-"] { grid-column: 1 / 3; margin-top: 3.2rem; }
  .grid > [class*="col-"]:first-child, .grid > .sm-margin-small { margin-top: 0; }
  .pos-1, .pos-2 { order: inherit; }
  .sm-pos-1 { order: 1; }
  .sm-pos-2 { order: 2; }
  .section { margin: 12.8rem 0; }
  .hero { margin-top: 0; display: flex; align-items: flex-end; justify-content: end; flex-direction: column; padding: 2.4rem 0; }
  .hero .section__inner { min-height: auto; }
  .hero .col-12-24 { display: none; }
  .intro { margin-top: 16rem; }
  .header { padding: 1.6rem 0; }
  .header__inner { display: flex; justify-content: space-between; }
  .header__logo, .header__logo svg { width: 220px; }
  body.home .header__logo { opacity: 1; pointer-events: all; }
  body.home .header__logo path { transform: none; }
  .header__lang, .header__contact { position: fixed; bottom: 0; left: 0; width: 100%; padding: 0 2.8rem 4.8rem; opacity: 0; visibility: hidden; transition: all .6s var(--ease); z-index: 3; }
  .header__contact { display: flex; justify-content: flex-end; }
  .header__lang { justify-content: flex-start; display: flex; }
  body.menu-is-open .header__lang, body.menu-is-open .header__contact { opacity: 1; visibility: visible; transition-delay: .8s; }
  .header__nav li a { font-size: clamp(32px, 3vw, 44px); }
  .footer { position: relative; }
  .footer__logo { width: 90%; }
  .footer__bottom { margin-top: 6.4rem; }
  .hero__wordmark { display: none !important; }
  .service-images { display: none; }
  .pagination { display: none; }
  .testimonials__content { padding-right: 0; }
  .testimonials .col-12-24 { display: none; }
  .grid--odd .grid-item { grid-column: 1 / 3 !important; }
  .grid--odd .media__item { height: auto !important; padding-top: 75% !important; }
  .slider__cell { width: 90%; }
  #smooth { overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01s !important; transition-delay: 0s !important; }
}
