.site-footer {
  --footer-cream: #f4f6ee;
  --footer-sage: #c8d8a6;
  --footer-line: rgba(224, 239, 214, .3);
  --footer-wave-height: 150px;
  position: relative;
  isolation: isolate;
  padding: 190px 0 45px;
  color: var(--footer-cream);
  background: #fff;
}

.site-footer [hidden] { display: none !important; }
.site-footer__surface {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: radial-gradient(ellipse at 47% 0%, rgba(60, 105, 76, .32), transparent 62%), linear-gradient(130deg, #0d3932, #16483b 55%, #0a302b);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1672 150' preserveAspectRatio='none'%3E%3Cpath d='M0 68C235-17 409 23 637 70S928 98 1091 69s331-62 581 3v78H0Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(#000, #000);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1672 150' preserveAspectRatio='none'%3E%3Cpath d='M0 68C235-17 409 23 637 70S928 98 1091 69s331-62 581 3v78H0Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(#000, #000);
  -webkit-mask-size: 100% var(--footer-wave-height), 100% calc(100% - var(--footer-wave-height) + 1px);
  mask-size: 100% var(--footer-wave-height), 100% calc(100% - var(--footer-wave-height) + 1px);
  -webkit-mask-position: top, bottom;
  mask-position: top, bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}

.site-footer__inner { position: relative; width: min(1560px, calc(100% - clamp(40px, 9vw, 176px))); margin: 0 auto; }
.site-footer__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .84fr) minmax(0, .52fr) minmax(0, 1fr); gap: clamp(26px, 2.2vw, 40px); align-items: start; }
.site-footer__intro { padding-right: clamp(24px, 2.5vw, 46px); border-right: 1px solid var(--footer-line); }
.site-footer__brand { display: inline-flex; align-items: center; gap: 22px; margin: -22px 0 30px; }
.site-footer__brand img { display: block; width: 94px; height: 94px; object-fit: contain; filter: brightness(0) invert(96%) sepia(8%) saturate(255%) hue-rotate(29deg); }
.site-footer__brand > span { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 35px; font-weight: 500; line-height: .92; letter-spacing: -.035em; }
.site-footer__title { margin: 0 0 20px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(42px, 4.05vw, 68px); font-weight: 500; line-height: .98; letter-spacing: -.055em; white-space: nowrap; }
.site-footer__title em { color: var(--footer-sage); font-weight: 500; }
.site-footer__lead { max-width: 450px; margin: 0 0 36px; color: #e2ebe4; font-size: 17px; line-height: 1.55; }
.site-footer__booking { justify-content: flex-start; gap: 18px; width: 100%; min-height: 80px; padding: 10px 16px 10px 33px; border: 1px solid rgba(195, 224, 187, .25); background: linear-gradient(105deg, #165657, #386d50); font-size: 18px; letter-spacing: -.025em; box-shadow: 0 15px 25px rgba(1, 30, 24, .16); }
.site-footer__tooth { display: grid; place-items: center; flex: 0 0 35px; width: 35px; height: 40px; color: #d5e3af; }
.site-footer__tooth svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.site-footer__arrow { display: grid; place-items: center; flex: 0 0 54px; width: 54px; height: 54px; border-radius: 50%; background: rgba(168, 203, 152, .14); transition: background-color .25s ease, transform .25s ease; }
.site-footer__arrow svg { width: 25px; height: 25px; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.site-footer__booking .site-footer__arrow { margin-left: auto; }
.site-footer__booking:hover .site-footer__arrow { background: rgba(188, 220, 168, .23); transform: translateX(2px); }
.site-footer__connect { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.site-footer__socials { display: flex; gap: 15px; flex-shrink: 0; }
.site-footer__social { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: var(--footer-cream); background: rgba(159, 192, 153, .23); transition: background-color .25s ease, transform .25s ease; }
.site-footer__social svg { width: 27px; height: 27px; }
.site-footer__social--max img { display: block; width: 27px; height: 27px; object-fit: contain; }
.site-footer__social:hover { background: rgba(159, 192, 153, .4); transform: translateY(-3px); }
.site-footer__connect p { margin: 0; padding-left: 24px; border-left: 1px solid var(--footer-line); color: #d7e6df; font-size: 14px; line-height: 1.55; }
.site-footer__contacts, .site-footer__nav { padding-top: 25px; }
.site-footer__label { display: inline-block; margin: 0 0 36px; padding: 10px 17px 9px; border-radius: 50px; color: #f1f6ed; background: rgba(151, 188, 139, .31); font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .18em; line-height: 1; text-transform: uppercase; }
.site-footer__details { display: grid; gap: 42px; font-style: normal; }
.site-footer__detail { display: flex; align-items: flex-start; gap: 16px; }
.site-footer__detail > span:last-child { min-width: 0; padding-top: 4px; }
.site-footer__detail-icon { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid rgba(235, 244, 225, .72); border-radius: 50%; transition: background-color .25s ease; }
.site-footer__detail-icon svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.site-footer__detail strong { display: block; font-size: 19px; font-weight: 600; line-height: 1.35; }
.site-footer__detail .site-footer__address { font-size: 17px; }
.site-footer__detail small { display: block; margin-top: 8px; color: #e0ebe3; font-size: 15px; line-height: 1.5; }
a.site-footer__detail:hover .site-footer__detail-icon { background: rgba(159, 192, 153, .24); }
.site-footer__nav ul { display: grid; gap: 5px; margin: -8px 0 0; padding: 0; list-style: none; }
.site-footer__nav a, .site-footer__nav button { display: inline-block; padding: 9px 0; border: 0; color: inherit; background: none; font-size: 16px; font-weight: 400; line-height: 1.45; text-align: left; transition: color .2s ease; }
.site-footer__nav a:hover, .site-footer__nav button:hover, .site-footer__legal a:hover { color: var(--footer-sage); }
.site-footer__find { display: block; margin-top: 0; overflow: hidden; border: 2px solid rgba(227, 239, 215, .82); border-radius: 32px; background: #f7f9f4; color: #174e44; box-shadow: 0 16px 28px rgba(2, 30, 23, .16); transition: box-shadow .3s ease, transform .3s ease; }
.site-footer__photo { aspect-ratio: 1.13; overflow: hidden; }
.site-footer__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 82% 45%; transform: scale(1.28); transform-origin: 80% 45%; transition: transform .65s cubic-bezier(.2, .65, .3, 1); }
.site-footer__find-caption { position: relative; display: flex; align-items: center; gap: 17px; min-height: 103px; margin-top: -12px; padding: 20px 22px; border-radius: 23px 23px 0 0; background: #f7f9f4; }
.site-footer__pin { display: grid; place-items: center; flex: 0 0 56px; width: 56px; height: 56px; border-radius: 50%; background: #e4ece3; }
.site-footer__pin svg { width: 28px; height: 32px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-footer__find-text { min-width: 0; }
.site-footer__find-text strong { display: block; margin-bottom: 3px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 27px; font-weight: 600; letter-spacing: -.04em; line-height: 1.1; }
.site-footer__find-text > span { color: #5d7c72; font-size: 14px; line-height: 1.3; }
.site-footer__find .site-footer__arrow { flex-basis: 50px; width: 50px; height: 50px; margin-left: auto; background: #e4ece3; }
.site-footer__find:hover { transform: translateY(-4px); box-shadow: 0 22px 35px rgba(2, 30, 23, .24); }
.site-footer__find:hover .site-footer__photo img { transform: scale(1.33); }
.site-footer__find:hover .site-footer__arrow { background: #d7e5d4; transform: translateX(2px); }
.site-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; margin-top: 54px; padding-top: 44px; border-top: 1px solid var(--footer-line); }
.site-footer__copyright { color: #d3e1dc; font-size: 12px; line-height: 1.7; }
.site-footer__copyright p { margin: 0; }
.site-footer__copyright [data-footer-license] { color: #b9cfbf; }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-left: auto; color: #d3e1dc; font-size: 12px; line-height: 1.5; }
.site-footer__legal a { transition: color .2s ease; }
.site-footer__legal a:not([hidden]) ~ a:not([hidden]) { padding-left: 14px; border-left: 1px solid var(--footer-line); }
.site-footer__signature { display: flex; align-items: center; gap: 20px; margin: 0 10px 0 0; color: #e4edce; }
.site-footer__signature-tooth { width: 43px; height: 47px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-footer__signature > span { position: relative; display: block; padding-bottom: 15px; font-family: 'Caveat', cursive; font-size: 25px; font-weight: 500; line-height: 1.05; transform: rotate(-6deg); }
.site-footer__signature-line { position: absolute; right: -8px; bottom: -6px; width: 128px; height: 25px; stroke: currentColor; stroke-width: 1.1; stroke-linecap: round; }
.site-footer__botanicals { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.site-footer__branch { position: absolute; display: block; height: auto; user-select: none; pointer-events: none; }
.site-footer__branch--left { bottom: -44px; left: -330px; width: 460px; transform: rotate(-23deg); opacity: .85; }
.site-footer__branch--right { top: -45px; right: -182px; width: 480px; transform: rotate(-20deg); opacity: .92; }
.site-footer a:focus-visible, .site-footer button:focus-visible { outline: 2px solid var(--footer-sage); outline-offset: 6px; }

@media (max-width: 1400px) and (min-width: 1101px) {
  .site-footer__grid { grid-template-columns: minmax(0, 1.22fr) minmax(0, .9fr) minmax(0, .6fr) minmax(0, 1fr); gap: 24px; }
  .site-footer__intro { padding-right: 25px; }
  .site-footer__brand { gap: 14px; }
  .site-footer__brand img { width: 77px; height: 77px; }
  .site-footer__brand > span { font-size: 29px; }
  .site-footer__title { font-size: 3.65vw; }
  .site-footer__lead { font-size: 14px; }
  .site-footer__booking { gap: 11px; min-height: 70px; padding: 10px 12px 10px 19px; font-size: 15px; }
  .site-footer__tooth { flex-basis: 28px; width: 28px; height: 33px; }
  .site-footer__booking .site-footer__arrow { flex-basis: 40px; width: 40px; height: 40px; }
  .site-footer__connect { gap: 16px; }
  .site-footer__socials { gap: 10px; }
  .site-footer__social { width: 44px; height: 44px; }
  .site-footer__social svg { width: 23px; height: 23px; }
  .site-footer__connect p { padding-left: 16px; font-size: 12px; }
  .site-footer__detail { gap: 11px; }
  .site-footer__detail-icon { flex-basis: 34px; width: 34px; height: 34px; }
  .site-footer__detail-icon svg { width: 20px; height: 20px; }
  .site-footer__detail strong { font-size: 16px; }
  .site-footer__detail .site-footer__address { font-size: 15px; }
  .site-footer__detail small { font-size: 13px; }
  .site-footer__details { gap: 30px; }
  .site-footer__nav a, .site-footer__nav button { font-size: 14px; }
  .site-footer__find-caption { gap: 11px; min-height: 90px; padding: 17px 14px; }
  .site-footer__pin { flex-basis: 42px; width: 42px; height: 42px; }
  .site-footer__pin svg { width: 22px; height: 26px; }
  .site-footer__find-text strong { font-size: 23px; }
  .site-footer__find-text > span { font-size: 12px; }
  .site-footer__find .site-footer__arrow { flex-basis: 38px; width: 38px; height: 38px; }
  .site-footer__branch--left { left: -332px; width: 420px; }
  .site-footer__branch--right { right: -187px; width: 390px; }
}

@media (max-width: 1250px) {
  .site-footer__inner { width: min(1160px, calc(100% - 80px)); }
}

@media (max-width: 1100px) {
  .site-footer { --footer-wave-height: 115px; padding: 150px 0 33px; }
  .site-footer__grid { grid-template-columns: 1.12fr 1fr; gap: 48px 45px; }
  .site-footer__intro { grid-column: 1; grid-row: 1; padding-right: 0; border-right: 0; }
  .site-footer__contacts { grid-column: 1; grid-row: 2; padding-top: 0; }
  .site-footer__nav { grid-column: 2; grid-row: 2; padding-top: 0; }
  .site-footer__find { grid-column: 2; grid-row: 1; }
  .site-footer__brand { margin-top: -13px; }
  .site-footer__brand img { width: 80px; height: 80px; }
  .site-footer__brand > span { font-size: 30px; }
  .site-footer__title { font-size: clamp(44px, 5.7vw, 61px); }
  .site-footer__lead { font-size: 15px; }
  .site-footer__booking { min-height: 72px; padding-left: 22px; font-size: 16px; gap: 12px; }
  .site-footer__booking .site-footer__arrow { flex-basis: 44px; width: 44px; height: 44px; }
  .site-footer__connect { gap: 18px; margin-top: 27px; }
  .site-footer__connect p { padding-left: 18px; font-size: 13px; }
  .site-footer__details { gap: 27px; }
  .site-footer__label { margin-bottom: 28px; }
  .site-footer__bottom { gap: 26px; margin-top: 43px; padding-top: 35px; }
  .site-footer__legal { order: 3; width: 100%; margin-left: 0; }
  .site-footer__branch--left { bottom: -65px; left: -378px; width: 430px; opacity: .5; }
  .site-footer__branch--right { top: -22px; right: -156px; width: 360px; }
}

@media (max-width: 900px) {
  .site-footer__inner { width: min(760px, calc(100% - 48px)); }
  .site-footer__grid { gap: 42px 32px; }
  .site-footer__find-caption { gap: 12px; padding: 20px 16px; }
  .site-footer__pin { flex-basis: 44px; width: 44px; height: 44px; }
  .site-footer__find-text strong { font-size: 25px; }
  .site-footer__find-text > span { font-size: 12px; }
  .site-footer__find .site-footer__arrow { flex-basis: 40px; width: 40px; height: 40px; }
}

@media (max-width: 700px) {
  .site-footer { --footer-wave-height: 75px; padding: 105px 0 23px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .site-footer__intro, .site-footer__contacts, .site-footer__nav, .site-footer__find { grid-column: auto; grid-row: auto; }
  .site-footer__intro { padding-bottom: 34px; border-bottom: 1px solid var(--footer-line); }
  .site-footer__brand { gap: 18px; margin: 0 0 26px; }
  .site-footer__brand img { width: 73px; height: 73px; }
  .site-footer__brand > span { font-size: 30px; }
  .site-footer__title { margin-bottom: 18px; font-size: clamp(43px, 11.7vw, 64px); }
  .site-footer__lead { max-width: 460px; margin-bottom: 26px; font-size: 15px; }
  .site-footer__booking { max-width: 460px; }
  .site-footer__connect { flex-wrap: wrap; margin-top: 25px; gap: 12px 14px; }
  .site-footer__socials { gap: 10px; }
  .site-footer__social { width: 44px; height: 44px; }
  .site-footer__social svg { width: 23px; height: 23px; }
  .site-footer__social--max img { width: 23px; height: 23px; }
  .site-footer__connect p { flex: 1 1 125px; padding-left: 14px; font-size: 12px; }
  .site-footer__label { margin-bottom: 25px; font-size: 11px; }
  .site-footer__detail strong { font-size: 18px; }
  .site-footer__detail .site-footer__address { font-size: 16px; }
  .site-footer__detail small { font-size: 14px; }
  .site-footer__nav ul { grid-template-columns: 1fr 1fr; gap: 3px 22px; }
  .site-footer__nav a, .site-footer__nav button { font-size: 15px; }
  .site-footer__find { width: 100%; max-width: 460px; border-radius: 28px; }
  .site-footer__photo { aspect-ratio: 1.3; }
  .site-footer__find-caption { min-height: 95px; gap: 15px; padding: 19px; }
  .site-footer__pin { flex-basis: 49px; width: 49px; height: 49px; }
  .site-footer__find-text strong { font-size: 28px; }
  .site-footer__find-text > span { font-size: 13px; }
  .site-footer__find .site-footer__arrow { flex-basis: 44px; width: 44px; height: 44px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 29px; margin-top: 35px; padding-top: 27px; }
  .site-footer__copyright { max-width: 310px; font-size: 11px; }
  .site-footer__legal { flex-direction: column; gap: 12px; order: 0; }
  .site-footer__legal a:not([hidden]) ~ a:not([hidden]) { padding-left: 0; border-left: 0; }
  .site-footer__signature { gap: 15px; align-self: flex-end; margin-right: 12px; }
  .site-footer__signature > span { font-size: 23px; }
  .site-footer__signature-tooth { width: 36px; height: 42px; }
  .site-footer__branch--left { bottom: -40px; left: -215px; width: 260px; opacity: .36; }
  .site-footer__branch--right { top: -3px; right: -113px; width: 240px; opacity: .65; }
}

@media (max-width: 600px) {
  .site-footer__inner { width: calc(100% - 40px); }
}

@media (max-width: 380px) {
  .site-footer__booking { gap: 10px; padding-left: 16px; font-size: 14px; }
  .site-footer__tooth { flex-basis: 28px; width: 28px; height: 34px; }
  .site-footer__booking .site-footer__arrow { flex-basis: 38px; width: 38px; height: 38px; }
  .site-footer__find-caption { gap: 11px; padding: 16px 13px; }
  .site-footer__find-text strong { font-size: 25px; }
  .site-footer__pin { flex-basis: 42px; width: 42px; height: 42px; }
  .site-footer__find .site-footer__arrow { flex-basis: 37px; width: 37px; height: 37px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer *, .site-footer *::before, .site-footer *::after { transition: none; }
}
