:root {
  --sole-site-green: #173d35;
  --sole-site-green-deep: #12332d;
  --sole-site-cream: #f7f1df;
  --sole-site-yellow: #fea700;
  --sole-site-ink: #163b34;
  --sole-site-muted: #6c6a5f;
  --sole-site-line: rgba(22,59,52,.18);
}

.sole-site-component { position: relative; width: 100%; color: var(--sole-site-ink); }
.sole-site-shell { width: min(1460px, calc(100% - 96px)); margin: 0 auto; }
.sole-site-eyebrow { margin: 0 0 22px; font-size: 13px; line-height: 1.2; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; }
.sole-site-heading { margin: 0; font-size: clamp(40px, 3.5vw, 58px); line-height: .98; font-weight: 400; }
.sole-site-copy { margin: 26px 0 0; font-size: 17px; line-height: 1.55; }

.sole-site-component .sole-editorial-button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 28px;
  min-height: 54px; padding: 0 20px 0 22px; border-radius: 0 !important; text-decoration: none;
  font-size: 13px; line-height: 1; letter-spacing: 1.4px; text-transform: uppercase;
}
.sole-site-component .sole-editorial-button i { font-style: normal; font-size: 20px; }
.sole-site-component .sole-editorial-button--dark { background: var(--sole-site-green); color: #fff; }

.sole-site-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; text-decoration: none; color: inherit; }

/* FAQ */
.sole-site-faq { padding: 110px 0; background: var(--sole-site-cream); }
.sole-site-faq__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.sole-site-faq__intro { max-width: 520px; }
.sole-site-faq__list { border-top: 1px solid var(--sole-site-line); }
.sole-site-faq__item { border-bottom: 1px solid var(--sole-site-line); }
.sole-site-faq__question { width: 100%; min-height: 78px; display: grid; grid-template-columns: 1fr 28px; gap: 20px; align-items: center; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; font: inherit; cursor: pointer; }
.sole-site-faq__question span { font-size: 18px; line-height: 1.35; }
.sole-site-faq__question i { justify-self: end; font-style: normal; font-size: 24px; font-weight: 300; }
.sole-site-faq__answer { padding: 0 50px 28px 0; }
.sole-site-faq__answer p { margin: 0; font-size: 17px; line-height: 1.55; color: var(--sole-site-muted); }
.sole-site-faq--dark { background: var(--sole-site-green); color: #fff; }
.sole-site-faq--dark .sole-site-faq__list,
.sole-site-faq--dark .sole-site-faq__item { border-color: rgba(255,255,255,.18); }
.sole-site-faq--dark .sole-site-faq__answer p { color: rgba(255,255,255,.8); }

/* Location */
.sole-site-location { padding: 110px 0; background: #fffaf0; }
.sole-site-location__inner { display: grid; grid-template-columns: .86fr 1.14fr; gap: 84px; align-items: stretch; }
.sole-site-location__content { display: flex; flex-direction: column; justify-content: center; }
.sole-site-location__address { margin: 28px 0 0; font-style: normal; font-size: 18px; line-height: 1.5; }
.sole-site-location__actions { display: flex; gap: 24px; align-items: center; margin-top: 34px; }
.sole-site-location__visual { position: relative; min-height: 520px; margin: 0; background: #e6dec8; }
.sole-site-location__image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; display: block; }
.sole-site-location__pin { position: absolute; left: 24px; bottom: 24px; padding: 10px 12px; background: var(--sole-site-yellow); font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; }

/* Footer module */
.sole-site-footer { padding: 82px 0 26px; background: var(--sole-site-cream); border-top: 1px solid var(--sole-site-line); }
.sole-site-footer__main { display: grid; grid-template-columns: 1.4fr .6fr .8fr; gap: 80px; padding-bottom: 72px; }
.sole-site-footer__brand { max-width: 520px; }
.sole-site-footer__logo-image { display: block; max-width: 180px; height: auto; }
.sole-site-footer__brand p { margin: 30px 0 0; max-width: 500px; font-size: 28px; line-height: 1.18; }
.sole-site-footer__label { margin: 0 0 20px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.sole-site-footer ul { margin: 0; padding: 0; list-style: none; }
.sole-site-footer li + li { margin-top: 10px; }
.sole-site-footer__column a,
.sole-site-footer__column address { display: block; color: inherit; text-decoration: none; font-style: normal; font-size: 15px; line-height: 1.5; }
.sole-site-footer__contact > * + * { margin-top: 10px; }
.sole-site-footer__contact-row { margin: 0; }
.sole-site-footer__contact-label { display: block; margin-bottom: 2px; font-family: inherit; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--sole-site-muted); }
.sole-site-footer__social { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px !important; }
.sole-site-footer__social a { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.sole-site-footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; padding-top: 24px; border-top: 1px solid var(--sole-site-line); }
.sole-site-footer__bottom span { font-size: 13px; line-height: 1.4; }
.sole-site-footer__bottom span:nth-child(2) { text-align: center; }
.sole-site-footer__bottom span:nth-child(3) { text-align: right; }

body.sole-site-footer-active > footer.box-content { display: none !important; }

@media screen and (max-width: 991px) {
  .sole-site-shell { width: min(100% - 48px, 1460px); }
  .sole-site-faq__inner,
  .sole-site-location__inner { grid-template-columns: 1fr; gap: 50px; }
  .sole-site-footer__main { grid-template-columns: 1fr 1fr; }
  .sole-site-footer__brand { grid-column: 1 / -1; }
}

@media screen and (max-width: 767px) {
  .sole-site-shell { width: min(100% - 32px, 1460px); }
  .sole-site-eyebrow { margin-bottom: 16px; font-size: 12px; letter-spacing: 2.2px; }
  .sole-site-heading { font-size: 36px; line-height: 1; }
  .sole-site-copy { font-size: 16px; line-height: 1.55; }
  .sole-site-faq,
  .sole-site-location { padding: 56px 0 60px; }
  .sole-site-faq__question { min-height: 72px; }
  .sole-site-faq__question span { font-size: 17px; }
  .sole-site-faq__answer { padding-right: 0; }
  .sole-site-faq__answer p { font-size: 16px; }
  .sole-site-location__address { font-size: 17px; }
  .sole-site-location__actions { flex-direction: column; align-items: stretch; }
  .sole-site-location__actions .sole-editorial-button { width: 100%; }
  .sole-site-location__visual { min-height: 0; aspect-ratio: 16 / 10; }
  .sole-site-location__image { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
  .sole-site-footer { padding: 56px 0 22px; }
  .sole-site-footer__main { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
  .sole-site-footer__brand { grid-column: auto; }
  .sole-site-footer__brand p { margin-top: 22px; font-size: 22px; line-height: 1.2; }
  .sole-site-footer__column a,
  .sole-site-footer__column address,
  .sole-site-footer__contact-row > span { font-size: 15px; line-height: 1.5; }
  .sole-site-footer__bottom { grid-template-columns: 1fr; gap: 8px; padding-top: 18px; }
  .sole-site-footer__bottom span,
  .sole-site-footer__bottom span:nth-child(2),
  .sole-site-footer__bottom span:nth-child(3) { text-align: left; font-size: 13px; }
}
