/* Shared site navigation, homepage invitations and the three section pages. */
.page-header {
  height: 88px;
  padding: 0 4.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fffffff2;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}
.page-header .brand-mt {
  font-size: 46px;
  letter-spacing: -5px;
}
.page-header nav {
  display: flex;
  gap: 38px;
  align-items: center;
}
.page-header nav a {
  font-size: 14px;
  min-height: 44px;
  display: flex;
  align-items: center;
  position: relative;
}
.page-header nav a:after {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--ink);
  width: 100%;
  left: 0;
  bottom: 4px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.page-header nav a:hover:after,
.page-header nav a[aria-current]:after {
  transform: scaleX(1);
}
.mobile-menu {
  width: min(520px, 100%);
  padding: 32px;
}
.mobile-menu .brand-mt {
  font-size: 52px;
  letter-spacing: -6px;
}
.mobile-menu nav {
  gap: 0;
  margin: 62px 0 40px;
}
.mobile-menu nav a {
  padding: 24px 0;
  gap: 20px;
  border-top: 1px solid #d9ddd4;
  align-items: start;
  transition: color 0.25s;
}
.mobile-menu nav a:last-child {
  border-bottom: 1px solid #d9ddd4;
}
.mobile-menu nav a:hover,
.mobile-menu nav a[aria-current] {
  color: var(--accent);
}
.mobile-menu .menu-number {
  font-size: 12px;
  padding-top: 10px;
  font-variant-numeric: tabular-nums;
}
.mobile-menu .menu-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  color: inherit;
}
.mobile-menu .menu-label strong {
  font-size: clamp(28px, 7.8vw, 38px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.12;
}
.mobile-menu .menu-label small {
  font-size: 12px;
  letter-spacing: 0;
  color: #71796d;
  line-height: 1.5;
}
.mobile-menu .menu-direction {
  font-size: 22px;
  margin-left: auto;
  padding-top: 4px;
}
.menu-bottom {
  margin-top: auto;
}
.menu-bottom p {
  font-size: 14px;
  line-height: 1.7;
  color: #727a6f;
  margin-top: 30px;
}
.menu-home {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 12px 0;
}
.menu-branches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 20px;
}
.menu-branches a {
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #c9d0c2;
}
.section-page {
  background: #fff;
}
.section-page main {
  overflow: clip;
}
.section-space {
  padding: 100px 6%;
  max-width: 1800px;
  margin: 0 auto;
}
.site-kicker {
  font-size: 12px;
  letter-spacing: 0.13em;
  line-height: 1.6;
  font-weight: 500;
  color: #6b7367;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 12%;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading h2,
.home-workshop h2,
.city-feature h2,
.choosing-section h2,
.service-section h2,
.service-process h2,
.page-invitation h2 {
  font-size: clamp(38px, 4.4vw, 70px);
  line-height: 1.07;
  font-weight: 500;
  letter-spacing: -0.055em;
  margin-top: 20px;
}
.section-heading p:not(.site-kicker),
.home-workshop-copy > p:not(.site-kicker),
.city-feature > div > p:not(.site-kicker),
.service-section > div > p:not(.site-kicker) {
  font-size: 16px;
  line-height: 1.8;
  color: #656f60;
  max-width: 480px;
}
.site-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 13px 0;
  border-bottom: 1px solid #bec6b8;
  font-size: 14px;
  line-height: 1.5;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.site-link > span {
  font-size: 20px;
}
.site-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.section-heading .site-link {
  margin-top: 24px;
}
.home-collection {
  background: #fff;
  margin: 0 16px;
  max-width: none;
}
.category-teasers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.category-teaser {
  position: relative;
  min-width: 0;
  background: #f0f2ed;
  padding: 38px 36px 28px;
  overflow: hidden;
  min-height: 475px;
  display: flex;
  flex-direction: column;
}
.category-teaser h3 {
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 500;
  margin: 18px 0 16px;
}
.category-teaser > div > p:last-child {
  font-size: 14px;
  line-height: 1.7;
  color: #687360;
}
.category-teaser img {
  width: 75%;
  height: 270px;
  object-fit: contain;
  mix-blend-mode: multiply;
  align-self: end;
  margin: 12px -15px 20px 0;
  transition: transform 0.8s var(--ease);
}
.category-teaser:hover img {
  transform: translateX(-10px) scale(1.025);
}
.city-teaser {
  background: #e8ece5;
}
.city-teaser img {
  margin-top: 12px;
}
.category-link {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  border-top: 1px solid #cad1c4;
  padding-top: 20px;
  margin-top: auto;
}
.category-link > span {
  font-size: 20px;
}
.home-workshop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7%;
  background: #26342a;
  color: #fff;
  padding: 75px 6%;
  margin: 0 16px;
}
.home-workshop-copy {
  align-self: center;
  min-width: 0;
}
.home-workshop .site-kicker {
  color: #b6c4af;
}
.home-workshop h2 {
  margin: 24px 0;
}
.home-workshop h2 span {
  color: #acbda2;
}
.home-workshop-copy > p:not(.site-kicker) {
  color: #d0d8ca;
}
.workshop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.workshop-tags span {
  font-size: 12px;
  padding: 9px 12px;
  border: 1px solid #ffffff30;
}
.home-workshop .site-link {
  margin-top: 30px;
  border-color: #7b8e73;
}
.home-workshop-photo {
  margin: 0;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.home-workshop-photo img {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 55% center;
  filter: grayscale(1);
  transition: transform 1.1s var(--ease);
}
.home-workshop-photo:hover img {
  transform: scale(1.025);
}
.home-workshop-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 44px 24px 24px;
  background: linear-gradient(transparent, #152318c9);
  font-size: 12px;
  letter-spacing: 0.1em;
}
.home-stores {
  background: #fff;
  margin: 0 16px;
  max-width: none;
}
.storefront-invitation {
  position: relative;
  display: block;
  overflow: hidden;
}
.storefront-invitation img {
  display: block;
  width: 100%;
  height: clamp(330px, 43vw, 580px);
  object-fit: cover;
  object-position: center 57%;
  transition: transform 1.1s var(--ease);
}
.storefront-invitation:hover img {
  transform: scale(1.025);
}
.storefront-label {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 8px #000;
}
.storefront-label > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  text-shadow: none;
}
.home-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}
.home-addresses a {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  border-bottom: 1px solid var(--line);
}
.home-addresses a > span:first-child {
  grid-column: 1 / -1;
  color: #6b7367;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.home-addresses strong {
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 500;
  letter-spacing: -0.035em;
}
.home-addresses a > span:last-child {
  font-size: 24px;
}
.footer-store-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  margin-top: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #bfc6b9;
}
.page-intro {
  padding-top: 65px;
  padding-bottom: 0;
}
.page-intro-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 10%;
  align-items: end;
  margin-top: 28px;
}
.page-intro h1,
.workshop-page-hero h1 {
  font-size: clamp(48px, 6.5vw, 100px);
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: -0.065em;
}
.page-intro h1 > span,
.workshop-page-hero h1 > span {
  color: var(--accent);
}
.page-intro-grid > div > p {
  font-size: 18px;
  line-height: 1.75;
  color: #68725f;
  max-width: 470px;
}
.page-intro .site-link {
  margin-top: 26px;
}
.category-nav {
  display: flex;
  gap: 38px;
  align-items: center;
  border-bottom: 1px solid #cdd4c6;
  margin-top: 70px;
}
.category-nav a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 0;
  font-size: 16px;
}
.category-nav a > span {
  font-size: 12px;
  color: #818a79;
}
.category-nav > span {
  margin-left: auto;
  font-size: 12px;
  color: #818a79;
  letter-spacing: 0.08em;
}
.catalogue-section {
  padding-top: 60px;
  padding-bottom: 80px;
}
.catalogue-section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.catalogue-section-heading h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.catalogue-section-heading p {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7367;
}
.catalogue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}
.catalogue-card {
  min-width: 0;
}
.catalogue-image {
  background: #f4f5f1;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.catalogue-image img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
  margin: 18px 0;
  transition: transform 0.7s var(--ease);
}
.catalogue-card:hover img {
  transform: scale(1.035);
}
.catalogue-open {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e4e8df;
  border-radius: 50%;
}
.catalogue-open svg {
  width: 24px;
}
.catalogue-caption {
  padding: 26px 0;
}
.catalogue-caption h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-top: 10px;
}
.catalogue-caption > p:not(.site-kicker) {
  font-size: 16px;
  color: #6b7367;
  line-height: 1.6;
  margin-top: 10px;
}
.catalogue-detail-link {
  display: inline-flex;
  gap: 32px;
  font-size: 14px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfc8b6;
}
.city-feature {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 9%;
  align-items: center;
  background: #e8ede4;
}
.city-feature > div > p:not(.site-kicker) {
  margin: 26px 0 18px;
}
.city-feature-image {
  min-width: 0;
}
.city-feature-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.7s var(--ease);
}
.city-feature-image:hover img {
  transform: translateX(-8px);
}
.city-feature-image > span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #6b7367;
  margin-top: 20px;
}
.choosing-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12%;
}
.choosing-points > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 15px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.choosing-points > div > span {
  font-size: 12px;
  color: var(--accent);
  margin-top: 5px;
}
.choosing-points h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.choosing-points p {
  grid-column: 2;
  font-size: 16px;
  line-height: 1.75;
  color: #6b7367;
  margin-top: 12px;
}
.site-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 56px;
  padding: 18px 24px;
  background: #263d31;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  transition:
    background 0.25s,
    color 0.25s;
}
.site-button svg {
  width: 26px;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.site-button:hover {
  background: #152d1e;
}
.site-button:hover svg {
  transform: translateX(4px);
}
.page-invitation {
  background: #26342a;
  color: white;
  padding: 65px 6%;
  margin: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.page-invitation .site-kicker {
  color: #b8c8b0;
}
.page-invitation h2 {
  font-size: clamp(36px, 4vw, 56px);
  margin: 20px 0;
}
.page-invitation p:not(.site-kicker) {
  font-size: 16px;
  line-height: 1.7;
  color: #c6d4bf;
  max-width: 500px;
}
.page-invitation .site-button {
  background: #fff;
  color: var(--ink);
  flex-shrink: 0;
  min-width: 230px;
}
.page-invitation .site-button:hover {
  background: #e9eee4;
}
.cross-page-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 65px 6%;
}
.cross-page-link > span {
  grid-column: 1 / -1;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #6b7367;
}
.cross-page-link strong {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.cross-page-link svg {
  width: 36px;
}
.workshop-page-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #26342a;
  color: white;
}
.workshop-page-hero > div {
  padding: 75px 9% 65px 12%;
  align-self: center;
}
.workshop-page-hero .site-kicker {
  color: #becdb6;
}
.workshop-page-hero h1 {
  font-size: clamp(45px, 5vw, 78px);
  margin: 28px 0;
}
.workshop-page-hero > div > p:not(.site-kicker) {
  font-size: 16px;
  line-height: 1.8;
  color: #d0d8ca;
  max-width: 450px;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-top: 32px;
}
.hero-actions .site-button {
  background: #fff;
  color: var(--ink);
}
.hero-actions .site-button:hover {
  background: #e6eddf;
}
.hero-actions .site-link {
  color: #e3ebdd;
  border-color: #71876a;
}
.workshop-page-hero figure {
  margin: 0;
  position: relative;
  min-height: 630px;
}
.workshop-page-hero figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 55% center;
  filter: grayscale(1);
}
.workshop-page-hero figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 48px 30px 25px;
  background: linear-gradient(transparent, #152019b8);
}
.workshop-service-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px 6%;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: #6b7367;
  letter-spacing: 0.04em;
}
.service-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 10%;
}
.service-section > div > p:not(.site-kicker) {
  margin-top: 28px;
}
.service-section .site-link {
  margin-top: 24px;
}
.service-accordion details {
  border-top: 1px solid #d8ded1;
}
.service-accordion details:last-child {
  border-bottom: 1px solid #d8ded1;
}
.service-accordion summary {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
}
.service-accordion summary::-webkit-details-marker {
  display: none;
}
.service-accordion summary > span:first-child {
  font-size: 12px;
  color: var(--accent);
}
.service-accordion h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.service-accordion .service-plus {
  margin-left: auto;
  font-size: 26px;
  font-weight: 300;
  transition: transform 0.25s;
}
.service-accordion details[open] .service-plus {
  transform: rotate(45deg);
}
.service-accordion p {
  font-size: 16px;
  color: #6b7367;
  line-height: 1.8;
  padding: 0 15px 28px 39px;
}
.service-accordion summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
.service-process {
  background: #eef1e9;
}
.service-process h2 {
  margin-bottom: 50px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 55px;
}
.process-grid > div {
  border-top: 1px solid #cad3c0;
  padding-top: 24px;
}
.process-grid > div > span {
  font-size: 14px;
  color: var(--accent);
}
.process-grid h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin-top: 30px;
}
.process-grid p {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7367;
  margin-top: 16px;
}
.contact-branches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.contact-branches a {
  display: flex;
  flex-direction: column;
  padding: 36px;
  background: #f2f4ee;
  gap: 18px;
  border: 1px solid #e5e9df;
  transition: background 0.25s;
}
.contact-branches a:hover {
  background: #e8eee1;
}
.contact-branches a > span:first-child {
  font-size: 14px;
}
.contact-branches strong {
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.contact-branches a > span:last-child {
  font-size: 14px;
  border-top: 1px solid #ccd5c2;
  padding-top: 22px;
}
.stores-page-intro {
  padding-bottom: 60px;
}
.stores-page-intro .page-intro-grid {
  grid-template-columns: 1.45fr 1fr;
  gap: 8%;
}
.stores-page-intro h1 {
  font-size: clamp(45px, 6vw, 92px);
}
.store-jump-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}
.store-jump-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #cad2c2;
}
.stores-panorama {
  margin: 0 16px;
  position: relative;
}
.stores-panorama img {
  display: block;
  width: 100%;
  height: clamp(330px, 48vw, 670px);
  object-fit: cover;
  object-position: center 57%;
}
.stores-panorama figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 50px 36px 26px;
  color: #fff;
  background: linear-gradient(transparent, #152019b8);
  font-size: 12px;
  letter-spacing: 0.13em;
}
.branch-list {
  padding-top: 30px;
  padding-bottom: 30px;
}
.branch-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding: 75px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
  scroll-margin-top: 24px;
}
.branch-detail:last-child {
  border-bottom: 0;
}
.branch-number {
  font-size: clamp(110px, 17vw, 270px);
  letter-spacing: -0.085em;
  font-weight: 500;
  line-height: 1;
  color: #ced7c8;
}
.branch-number > span {
  font-size: 0.55em;
  color: #798b70;
}
.branch-information h2 {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.045em;
  margin-top: 17px;
}
.branch-address {
  font-size: 14px;
  color: #6b7367;
  margin-top: 10px;
}
.branch-information > p:not(.site-kicker):not(.branch-address) {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7367;
  margin-top: 24px;
  max-width: 470px;
}
.branch-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.branch-actions .site-button {
  gap: 24px;
}
.visit-reasons {
  background: #eef1e9;
}
.visit-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.visit-links a {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 25px 0;
  border-top: 1px solid #cad3c0;
}
.visit-links a > span:first-child {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #6b7367;
}
.visit-links strong {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.12;
}
.visit-links a > span:last-child {
  font-size: 14px;
}
.store-message {
  text-align: center;
}
.store-message h2 {
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-top: 20px;
}
.store-message > a:not(.site-link) {
  display: inline-block;
  font-size: clamp(24px, 3.4vw, 50px);
  letter-spacing: -0.035em;
  padding: 14px 0;
  margin-top: 20px;
  border-bottom: 1px solid #a6b59a;
  overflow-wrap: anywhere;
}
.store-message > p:not(.site-kicker) {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7367;
  max-width: 490px;
  margin: 24px auto 14px;
}
.product-page .pdp-section-nav {
  top: 88px;
}
.product-page .pdp-section,
.product-page .pdp-product,
.product-page .stores {
  scroll-margin-top: 80px;
}
[data-site-reveal] {
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease);
}
.site-await-reveal {
  opacity: 0;
  transform: translateY(22px);
}
@media (max-width: 1100px) {
  .section-space {
    padding: 75px 5%;
  }
  .home-workshop {
    gap: 6%;
    padding: 65px 5%;
  }
  .home-workshop-photo {
    min-height: 460px;
  }
  .category-teaser {
    padding: 30px 28px 24px;
  }
  .category-teaser img {
    width: 93%;
    height: 240px;
    margin-top: 12px;
  }
  .category-teaser {
    min-height: 490px;
  }
  .page-intro {
    padding-bottom: 0;
  }
  .stores-page-intro {
    padding-bottom: 50px;
  }
  .page-intro-grid {
    gap: 7%;
  }
  .catalogue-image img {
    height: 270px;
  }
  .service-section {
    gap: 7%;
  }
  .workshop-page-hero > div {
    padding: 55px 8% 55px 10%;
  }
  .workshop-page-hero figure {
    min-height: 620px;
  }
  .branch-detail {
    gap: 7%;
  }
  .branch-actions {
    gap: 14px;
  }
}
@media (max-width: 740px) {
  .page-header {
    height: 80px;
    padding: 0 24px;
  }
  .page-header nav,
  .sticky-header nav {
    display: none;
  }
  .page-header .menu-toggle,
  .sticky-header .menu-toggle {
    display: block;
  }
  .page-header .brand-mt {
    font-size: 43px;
  }
  .page-header .brand-name {
    font-size: 9px;
  }
  .mobile-menu {
    padding: 28px;
  }
  .mobile-menu nav {
    margin: 50px 0 32px;
  }
  .mobile-menu nav a {
    gap: 16px;
    padding: 24px 0;
  }
  .section-space {
    padding: 64px 24px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading h2,
  .home-workshop h2,
  .city-feature h2,
  .choosing-section h2,
  .service-section h2,
  .service-process h2 {
    font-size: clamp(36px, 9.6vw, 48px);
    margin-top: 17px;
  }
  .section-heading > div + div,
  .section-heading > p {
    margin-top: 26px;
  }
  .section-heading .site-link {
    margin-top: 18px;
  }
  .home-collection,
  .home-stores {
    margin: 0;
  }
  .category-teasers {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .category-teaser {
    padding: 30px 24px 24px;
    min-height: 440px;
  }
  .category-teaser h3 {
    font-size: 38px;
  }
  .category-teaser img {
    width: 100%;
    height: 230px;
    margin: 12px -10px 16px 0;
  }
  .city-teaser img {
    height: 210px;
    margin-top: 12px;
  }
  .category-teaser > div > p:last-child {
    max-width: 160px;
  }
  .home-workshop {
    grid-template-columns: 1fr;
    padding: 54px 24px 24px;
    margin: 0;
    gap: 38px;
  }
  .home-workshop-photo {
    min-height: 350px;
  }
  .home-workshop-photo figcaption {
    padding-left: 20px;
    font-size: 12px;
  }
  .home-workshop .site-link {
    margin-top: 22px;
  }
  .storefront-invitation img {
    height: 360px;
    object-position: 40% center;
  }
  .storefront-label {
    inset: auto 20px 20px;
    font-size: 12px;
    letter-spacing: 0.09em;
  }
  .storefront-label > span {
    height: 44px;
    width: 44px;
  }
  .home-addresses {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-addresses a {
    padding: 24px 0;
  }
  .home-addresses strong {
    font-size: 25px;
  }
  .page-intro {
    padding-top: 44px;
    padding-bottom: 0;
  }
  .page-intro-grid,
  .stores-page-intro .page-intro-grid {
    display: block;
    margin-top: 22px;
  }
  .page-intro h1 {
    font-size: clamp(46px, 11vw, 68px);
  }
  .page-intro-grid > div {
    margin-top: 28px;
  }
  .page-intro-grid > div > p {
    font-size: 16px;
  }
  .category-nav {
    gap: 30px;
    margin-top: 38px;
  }
  .category-nav > span {
    display: none;
  }
  .catalogue-section {
    padding-top: 40px;
  }
  .catalogue-section-heading {
    display: block;
  }
  .catalogue-section-heading h2 {
    font-size: 28px;
  }
  .catalogue-section-heading p {
    margin-top: 12px;
  }
  .catalogue-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .catalogue-image {
    padding: 24px;
  }
  .catalogue-image img {
    height: 250px;
  }
  .catalogue-caption {
    padding: 22px 0 10px;
  }
  .catalogue-caption h3 {
    font-size: 30px;
  }
  .city-feature {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .city-feature-image img {
    min-height: 200px;
  }
  .choosing-section {
    display: block;
  }
  .choosing-points {
    margin-top: 36px;
  }
  .page-invitation {
    display: block;
    margin: 0 12px;
    padding: 48px 24px;
  }
  .page-invitation h2 {
    font-size: 36px;
  }
  .page-invitation .site-button {
    margin-top: 28px;
    width: 100%;
  }
  .cross-page-link {
    padding: 48px 24px;
  }
  .cross-page-link strong {
    font-size: 24px;
  }
  .cross-page-link svg {
    width: 26px;
  }
  .workshop-page-hero {
    display: flex;
    flex-direction: column;
  }
  .workshop-page-hero > div {
    padding: 46px 24px;
  }
  .workshop-page-hero h1 {
    font-size: clamp(45px, 11vw, 66px);
  }
  .workshop-page-hero figure {
    min-height: 340px;
  }
  .workshop-page-hero figure img {
    object-position: 55% 60%;
  }
  .workshop-service-strip {
    padding: 22px 24px;
    gap: 12px 24px;
  }
  .service-section {
    display: block;
  }
  .service-accordion {
    margin-top: 38px;
  }
  .service-accordion h3 {
    font-size: 22px;
  }
  .service-accordion summary {
    gap: 17px;
  }
  .service-accordion p {
    padding-left: 33px;
    padding-right: 0;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .process-grid h3 {
    margin-top: 20px;
  }
  .service-process h2 {
    margin-bottom: 35px;
  }
  .contact-branches {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-branches a {
    padding: 28px;
  }
  .contact-branches strong {
    font-size: 38px;
  }
  .stores-page-intro {
    padding-bottom: 40px;
  }
  .stores-page-intro h1 {
    font-size: clamp(41px, 10.1vw, 58px);
  }
  .stores-panorama {
    margin: 0 12px;
  }
  .stores-panorama img {
    height: 360px;
    object-position: 40% center;
  }
  .stores-panorama figcaption {
    padding-left: 20px;
  }
  .branch-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .branch-detail {
    display: block;
    padding: 48px 0;
  }
  .branch-number {
    font-size: 140px;
    margin-bottom: 26px;
  }
  .branch-information h2 {
    font-size: 32px;
  }
  .branch-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .branch-actions .site-button {
    width: 100%;
  }
  .branch-actions .site-link {
    align-self: flex-start;
  }
  .visit-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .visit-links strong {
    font-size: 34px;
  }
  .store-message h2 {
    font-size: 38px;
  }
  .store-message > a:not(.site-link) {
    font-size: clamp(22px, 6.8vw, 33px);
  }
  .store-message .site-link {
    gap: 14px;
    text-align: left;
  }
  .product-page .pdp-section-nav {
    top: 80px;
  }
}
@media (max-width: 360px) {
  .mobile-menu {
    padding: 24px;
  }
  .mobile-menu nav a {
    gap: 12px;
  }
  .mobile-menu .menu-label strong {
    font-size: 28px;
  }
  .mobile-menu .menu-direction {
    font-size: 20px;
  }
  .menu-branches {
    gap: 10px;
  }
  .category-teaser {
    padding-left: 22px;
    padding-right: 22px;
  }
  .category-teaser img {
    margin-top: 4px;
    height: 200px;
  }
  .site-link {
    gap: 16px;
  }
  .hero-actions .site-button {
    width: 100%;
    gap: 20px;
  }
}
@media (max-height: 700px) {
  .mobile-menu nav {
    margin: 24px 0;
  }
  .mobile-menu nav a {
    padding: 17px 0;
  }
  .menu-bottom p {
    margin-top: 12px;
  }
  .menu-branches {
    margin-top: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-site-reveal],
  .category-teaser img,
  .home-workshop-photo img,
  .storefront-invitation img,
  .catalogue-image img,
  .city-feature-image img,
  .site-button,
  .site-button svg {
    transition: none;
  }
  .site-await-reveal {
    opacity: 1;
    transform: none;
  }
}
