:root {
  --ink: #122315;
  --green: #3f7428;
  --green-dark: #1f4f18;
  --orange: #e86f05;
  --cream: #fbf6ec;
  --line: #e2c999;
  --sr-scale: 1;
  --sr-width: calc(840px * var(--sr-scale));
  --sr-offset: max(0px, calc((100vw - var(--sr-width)) / 2));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.sr-page {
  margin: 0;
  background: #fbf6ec;
  color: var(--ink);
  font-family: "Nunito Sans", Arial, sans-serif;
}

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

button {
  font: inherit;
}

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

.sr-wrap {
  width: var(--sr-width);
  max-width: calc(100vw - 38px);
  margin: 0 auto;
}

.sr-header {
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, #fffaf0 0%, rgba(255, 250, 240, 0.94) 100%);
}

.sr-nav {
  display: flex;
  align-items: center;
  gap: calc(23px * var(--sr-scale));
  height: calc(66px * var(--sr-scale));
}

.sr-brand {
  flex: 0 0 auto;
  width: calc(250px * var(--sr-scale));
}

.sr-menu {
  display: flex;
  align-items: center;
  gap: calc(23px * var(--sr-scale));
  margin-left: auto;
  color: #0d1b12;
  font-size: calc(13px * var(--sr-scale));
  font-weight: 800;
  white-space: nowrap;
}

.sr-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: calc(34px * var(--sr-scale));
}

.sr-menu a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--green);
  content: "";
}

.sr-join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(80px * var(--sr-scale));
  height: calc(34px * var(--sr-scale));
  border-radius: 6px;
  background: linear-gradient(180deg, #3d7228 0%, #245a18 100%);
  color: #fffdf4;
  font-size: calc(13px * var(--sr-scale));
  font-weight: 800;
  white-space: nowrap;
}

.sr-hero {
  position: relative;
  min-height: calc(360px * var(--sr-scale));
  overflow: hidden;
  background:
    linear-gradient(90deg, #fbf7ef 0%, rgba(251, 247, 239, 0.98) 34%, rgba(251, 247, 239, 0.78) 47%, rgba(251, 247, 239, 0.06) 70%),
    radial-gradient(circle at 46% 30%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0) 35%),
    #fbf6ec;
}

.sr-hero-photo {
  position: absolute;
  top: calc(10px * var(--sr-scale));
  right: var(--sr-offset);
  z-index: 0;
  width: calc(445px * var(--sr-scale));
  height: calc(360px * var(--sr-scale));
  background: url("assets/shops-restaurants-hero.png") center center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 100%);
}

.sr-hero-content {
  position: relative;
  z-index: 2;
  padding-top: calc(12px * var(--sr-scale));
}

.sr-breadcrumb {
  display: flex;
  align-items: center;
  gap: calc(10px * var(--sr-scale));
  color: #102016;
  font-size: calc(12px * var(--sr-scale));
  font-weight: 800;
}

.sr-breadcrumb span {
  color: #4e6b44;
  font-size: calc(18px * var(--sr-scale));
  line-height: 1;
}

.sr-hero-copy {
  width: calc(410px * var(--sr-scale));
  margin-top: calc(22px * var(--sr-scale));
}

.sr-hero-copy h1 {
  margin: 0;
  color: #173b1b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: calc(34px * var(--sr-scale));
  font-weight: 700;
  line-height: 1.02;
}

.sr-hero-copy p {
  width: calc(400px * var(--sr-scale));
  margin: calc(14px * var(--sr-scale)) 0 0;
  color: #17231a;
  font-size: calc(13.5px * var(--sr-scale));
  font-weight: 700;
  line-height: 1.48;
}

.sr-metrics {
  display: grid;
  grid-template-columns: repeat(4, calc(96px * var(--sr-scale)));
  gap: calc(10px * var(--sr-scale));
  width: calc(420px * var(--sr-scale));
  margin-top: calc(26px * var(--sr-scale));
}

.sr-metrics article {
  position: relative;
  min-height: calc(94px * var(--sr-scale));
  text-align: center;
}

.sr-metrics article + article::before {
  position: absolute;
  top: calc(7px * var(--sr-scale));
  bottom: calc(22px * var(--sr-scale));
  left: calc(-5px * var(--sr-scale));
  width: 1px;
  background: #d5c7ab;
  content: "";
}

.metric-icon {
  display: grid;
  place-items: center;
  width: calc(45px * var(--sr-scale));
  height: calc(45px * var(--sr-scale));
  margin: 0 auto calc(5px * var(--sr-scale));
  color: var(--green);
}

.metric-icon.euro {
  border: 2px solid var(--green);
  border-radius: 50%;
  font-size: calc(25px * var(--sr-scale));
  font-weight: 900;
  line-height: 1;
}

.metric-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.sr-metrics p {
  margin: 0;
  color: #101d13;
  font-size: calc(10.8px * var(--sr-scale));
  font-weight: 800;
  line-height: 1.34;
}

.sr-hero-actions {
  display: flex;
  gap: calc(15px * var(--sr-scale));
  margin-top: calc(18px * var(--sr-scale));
}

.sr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(35px * var(--sr-scale));
  border-radius: 6px;
  font-size: calc(12.5px * var(--sr-scale));
  font-weight: 800;
}

.sr-button.primary {
  width: calc(220px * var(--sr-scale));
  background: linear-gradient(180deg, #42792c 0%, #286119 100%);
  color: #fffdf4;
}

.sr-button.secondary {
  width: calc(112px * var(--sr-scale));
  border: 1px solid #4b7d35;
  background: rgba(255, 255, 255, 0.42);
  color: #2b5f1c;
}

.sr-video-panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 0;
  border: 1px solid var(--line);
  border-radius: 10px 10px 0 0;
  background:
    radial-gradient(circle at 47% 45%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 44%),
    #fbf6ec;
}

.sr-video-card {
  min-height: calc(258px * var(--sr-scale));
  padding: calc(11px * var(--sr-scale)) calc(18px * var(--sr-scale)) calc(12px * var(--sr-scale));
  text-align: center;
}

.sr-video-card + .sr-video-card {
  border-left: 1px solid #ead5ab;
}

.sr-video-card h2 {
  margin: 0 0 calc(9px * var(--sr-scale));
  color: #24221e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: calc(20px * var(--sr-scale));
  font-weight: 700;
  line-height: 1;
}

.sr-video-thumb {
  display: block;
  width: 100%;
  height: calc(130px * var(--sr-scale));
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(22, 30, 18, 0.14);
  cursor: pointer;
  padding: 0;
}

.sr-video-thumb.shops {
  background: url("assets/shops-video-thumb.png") center center / cover no-repeat;
}

.sr-video-thumb.restaurants {
  background: url("assets/restaurants-video-thumb.png") center center / cover no-repeat;
}

.sr-video-thumb iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.sr-video-card p {
  margin: calc(10px * var(--sr-scale)) 0 calc(10px * var(--sr-scale));
  color: #17231a;
  font-size: calc(12px * var(--sr-scale));
  font-weight: 700;
  line-height: 1.35;
}

.sr-play-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(9px * var(--sr-scale));
  width: calc(136px * var(--sr-scale));
  height: calc(32px * var(--sr-scale));
  border: 1px solid #3f7428;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.48);
  color: #234b18;
  cursor: pointer;
  font-size: calc(12.5px * var(--sr-scale));
  font-weight: 800;
}

.sr-image-section {
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fbf6ec;
}

.sr-image-section img {
  width: 100%;
}

.sr-image-section.practice {
  border-top: 1px solid var(--line);
}

.sr-cta {
  display: grid;
  grid-template-columns: calc(90px * var(--sr-scale)) 1fr calc(270px * var(--sr-scale));
  align-items: center;
  min-height: calc(78px * var(--sr-scale));
  padding: 0 calc(28px * var(--sr-scale));
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 0 0 7px 7px;
  background:
    radial-gradient(circle at 58% 50%, rgba(84, 125, 48, 0.34), rgba(84, 125, 48, 0) 46%),
    linear-gradient(90deg, #1f5524, #214d1c);
  color: #fff;
}

.cta-logo {
  display: grid;
  place-items: center;
  width: calc(62px * var(--sr-scale));
  height: calc(58px * var(--sr-scale));
  overflow: hidden;
  justify-self: center;
}

.cta-logo img {
  width: calc(80px * var(--sr-scale));
  max-width: none;
  filter: saturate(0) brightness(1.75);
}

.sr-cta p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: calc(20px * var(--sr-scale));
  font-weight: 700;
  line-height: 1.1;
}

.sr-cta a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(224px * var(--sr-scale));
  height: calc(38px * var(--sr-scale));
  border-radius: 6px;
  background: #fffaf0;
  color: #1b3919;
  font-size: calc(12.5px * var(--sr-scale));
  font-weight: 800;
  text-align: center;
}

.sr-footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  min-height: calc(42px * var(--sr-scale));
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 0 0 10px 10px;
  background: #fbf6ec;
  color: #163719;
  font-size: calc(11.5px * var(--sr-scale));
  font-weight: 700;
  text-align: center;
}

.sr-footer-links a + a {
  border-left: 1px solid #d6cda9;
}

@media (min-width: 1180px) {
  :root {
    --sr-scale: 1.2;
  }
}

@media (min-width: 1360px) {
  :root {
    --sr-scale: 1.32;
  }
}

@media (min-width: 1560px) {
  :root {
    --sr-scale: 1.45;
  }
}

@media (max-width: 900px) {
  :root {
    --sr-scale: 1;
  }

  .sr-wrap {
    width: calc(100vw - 32px);
  }

  .sr-nav {
    height: auto;
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .sr-brand {
    width: 248px;
  }

  .sr-menu {
    order: 3;
    width: 100%;
    gap: 18px;
    overflow-x: auto;
  }

  .sr-hero {
    min-height: auto;
    padding-bottom: 28px;
  }

  .sr-hero-photo {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 420px;
    margin-top: 18px;
    border-radius: 8px;
  }

  .sr-hero-copy,
  .sr-hero-copy p,
  .sr-metrics {
    width: 100%;
  }

  .sr-metrics,
  .sr-video-panel,
  .sr-cta,
  .sr-footer-links {
    grid-template-columns: 1fr;
  }

  .sr-metrics {
    gap: 18px;
  }

  .sr-metrics article + article::before,
  .sr-video-card + .sr-video-card {
    border-left: 0;
  }

  .sr-metrics article + article::before {
    display: none;
  }

  .sr-video-thumb {
    height: 45vw;
    min-height: 180px;
    max-height: 310px;
  }

  .sr-image-section {
    overflow-x: auto;
  }

  .sr-image-section img {
    width: 840px;
    max-width: none;
  }

  .sr-cta {
    justify-items: center;
    gap: 14px;
    padding: 20px;
    text-align: center;
  }

  .sr-cta a {
    justify-self: center;
  }

  .sr-footer-links {
    gap: 12px;
    padding: 14px 0;
  }

  .sr-footer-links a + a {
    border-left: 0;
  }
}
