:root {
  --carbon-nav-offset: clamp(92px, 8vw, 118px);
}
@media (min-width: 621px) and (max-width: 991px) {
  :root {
    --carbon-nav-offset: 160px;
  }
}
html {
  scroll-padding-top: var(--carbon-nav-offset);
}
body {
  overflow-x: hidden;
}
.navbar {
  z-index: 1000;
}
html body .w-nav .w-nav-menu.w--open { display: block !important; }
.w-dropdown-list.w--open { display: block; }
.w-form-done[aria-hidden="false"], .w-form-fail[aria-hidden="false"] { display: block; }
.honeypot,
.carbon-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.accordion-wrapper { overflow: visible; }
.accordion-item-header { cursor: pointer; }
.accordion-item-content[hidden] { display: none !important; }
.gallery14_slider[data-carbon-slider] .gallery14_mask { overflow: hidden; }
.gallery14_slider[data-carbon-slider] .gallery14_slide { display: none; width: 100%; }
.gallery14_slider[data-carbon-slider] .gallery14_slide.w-active { display: block; }
.gallery14_slider[data-carbon-slider] .w-slider-dot { cursor: pointer; }
.carbon-about-page .section.staff {
  padding-bottom: clamp(72px, 10vw, 150px);
}
.carbon-about-page .waves-grid-team-2 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 58px) clamp(24px, 3vw, 42px);
  align-items: start;
  width: 100%;
  max-width: 1180px;
  margin: clamp(38px, 5vw, 72px) auto 0;
}
.carbon-about-page .waves-tile-team-2 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  height: 100%;
  text-align: center;
}
.carbon-about-page .waves-image-team-2 {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  background: #f4f1eb;
}
.carbon-about-page .waves-image-team-2[src*="Adam-Littleton"] {
  object-position: center 36%;
}
.carbon-about-page .waves-name-wrap-team-2 {
  min-height: 104px;
  padding: 20px 8px 0;
  justify-content: flex-start;
}
.carbon-about-page .waves---heading-3-no-margins {
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.08;
}
.carbon-about-page .waves---paragraph-big {
  max-width: 22ch;
  margin: 0 auto;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.25;
}
.footer {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}
.footer > .container {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  padding-right: clamp(24px, 5vw, 96px) !important;
  padding-left: clamp(24px, 5vw, 96px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.footer .footer-grid {
  display: grid !important;
  grid-template-columns: minmax(320px, 1.4fr) repeat(3, minmax(180px, 0.8fr)) !important;
  gap: clamp(28px, 3vw, 56px) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
}
.footer .footer-grid > *,
.footer #w-node-dfab5b39-c92d-c816-f1d3-9469772d61da-772d61d7,
.footer #w-node-dfab5b39-c92d-c816-f1d3-9469772d61e2-772d61d7,
.footer #w-node-dfab5b39-c92d-c816-f1d3-9469772d61eb-772d61d7,
.footer #w-node-dfab5b39-c92d-c816-f1d3-9469772d61f4-772d61d7,
.footer #w-node-dfab5b39-c92d-c816-f1d3-9469772d61fb-772d61d7 {
  grid-column: auto !important;
  grid-row: auto !important;
  justify-self: stretch !important;
  min-width: 0;
}
.footer .footer-text,
.footer a,
.footer p {
  overflow-wrap: anywhere;
}
.footer .subfooter,
.footer #w-node-dfab5b39-c92d-c816-f1d3-9469772d61fb-772d61d7 {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}
.footer .subfooter {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px 24px !important;
  align-items: center !important;
  justify-content: space-between !important;
}
@media (max-width: 860px) {
  .footer > .container {
    padding-right: clamp(20px, 6vw, 42px) !important;
    padding-left: clamp(20px, 6vw, 42px) !important;
  }
  .footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px) {
  .footer > .container {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    text-align: left !important;
  }
  .footer .subfooter,
  .footer .subfooter-links {
    justify-content: flex-start !important;
  }
}
.carbon-shop-split {
  display: grid !important;
  grid-template-columns: minmax(420px, 52vw) minmax(380px, 1fr);
  gap: 0;
  align-items: start;
  background: #fff;
  min-height: calc(100svh - var(--carbon-nav-offset));
  margin-top: var(--carbon-nav-offset);
  padding: 0 !important;
}
.carbon-shop-split > .shop-container {
  width: 100%;
  max-width: none !important;
  min-height: calc(100svh - var(--carbon-nav-offset));
  margin: 0 !important;
}
.carbon-shop-split > .shop-container:first-child {
  position: sticky;
  top: var(--carbon-nav-offset);
  height: calc(100svh - var(--carbon-nav-offset));
  overflow: hidden;
  background: #f4f4f4;
  border-right: 1px solid rgba(15, 20, 50, 0.12);
}
.carbon-shop-split > .shop-container:nth-child(2) {
  height: calc(100svh - var(--carbon-nav-offset));
  overflow-y: auto;
  padding: clamp(34px, 4vw, 58px) clamp(24px, 3vw, 42px) 72px;
  background: #fff;
}
.carbon-shop-split .shop-locator {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 !important;
}
.carbon-shop-split .shop-map-panel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #e8ece8;
}
.carbon-shop-split .shop-map-canvas {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #e8ece8;
}
.carbon-shop-split .shop-map-canvas .leaflet-control-attribution {
  font-size: 10px;
}
.carbon-shop-split .shop-map-topbar,
.carbon-shop-split .shop-map-summary {
  position: absolute;
  z-index: 600;
  left: 24px;
  right: 24px;
  border: 1px solid rgba(15, 20, 50, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(15, 20, 50, 0.14);
  backdrop-filter: blur(12px);
}
.carbon-shop-split .shop-map-topbar {
  top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  color: #10183f;
  font-size: 14px;
}
.carbon-shop-split .shop-map-topbar strong {
  color: #c37641;
  font-weight: 700;
}
.carbon-shop-split .shop-map-summary {
  bottom: 24px;
  max-width: 420px;
  padding: 18px;
  color: #10183f;
}
.carbon-shop-split .shop-map-summary p {
  margin: 0 0 6px;
  color: #c37641;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.carbon-shop-split .shop-map-summary h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.08;
}
.carbon-shop-split .shop-map-summary address {
  margin: 0;
  color: rgba(16, 24, 63, 0.75);
  font-style: normal;
  line-height: 1.35;
}
.carbon-shop-split .shop-map-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.carbon-shop-split .shop-map-summary-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #10183f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.carbon-shop-split .shop-map-summary-actions a + a {
  border: 1px solid rgba(16, 24, 63, 0.16);
  background: #fff;
  color: #10183f;
}
.carbon-shop-split .shop-map-marker {
  width: 34px !important;
  height: 34px !important;
  margin-left: -17px !important;
  margin-top: -17px !important;
  border-radius: 999px;
  border: 2px solid #fff;
  background: #10183f;
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 20, 50, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.carbon-shop-split .shop-map-marker.marker-big-o {
  background: #c37641;
}
.carbon-shop-split .shop-map-marker span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}
.carbon-shop-split .shop-map-marker.is-active {
  z-index: 1000 !important;
  transform: scale(1.18);
  box-shadow: 0 14px 32px rgba(15, 20, 50, 0.32);
}
.carbon-shop-split .leaflet-control-zoom a {
  color: #10183f;
}
.carbon-shop-split .leaflet-container {
  font-family: inherit;
  overflow: hidden !important;
}
.carbon-shop-split .leaflet-proxy {
  display: none !important;
}
.carbon-shop-split .heading {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: 0.96;
}
.carbon-shop-split .divider-40px.filter {
  height: 18px;
  margin: 0;
}
/* Airbnb-style shop collection: vertical, image-forward cards in a grid. */
.carbon-shop-split .collection-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px 22px;
}
.carbon-shop-split .collection-item {
  min-width: 0;
}
.carbon-shop-split .shop-tile {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}
.carbon-shop-split .shop-tile:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}
.carbon-shop-split .shop-tile > .link-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: #ebe7de;
}
.carbon-shop-split .shop-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.6, 0.2, 1);
}
.carbon-shop-split .shop-tile:hover .shop-image {
  transform: scale(1.05);
}
.carbon-shop-split .shop-tile.is-map-active {
  border: 0;
  box-shadow: none;
}
.carbon-shop-split .shop-tile.is-map-active > .link-block {
  outline: 2px solid #1e1e1e;
  outline-offset: 2px;
}
.carbon-shop-split .shop-details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  padding: 11px 2px 4px;
}
.carbon-shop-split .shop-brand {
  width: auto;
  max-width: 60px;
  max-height: 19px;
  margin-bottom: 8px;
}
.carbon-shop-split .shop-address {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e1e1e;
}
/* Keep listing cards minimal (Airbnb-clean): hide service icons, spacers, arrow. */
.carbon-shop-split .shop-details .services-available,
.carbon-shop-split .shop-details .divider-15px-2,
.carbon-shop-split .shop-details .image-6 {
  display: none;
}
.carbon-shop-split .shop-details a:not(.service-type) {
  color: inherit;
  text-decoration: none;
}
.carbon-shop-split .shop-details a:not(.service-type):hover {
  text-decoration: underline;
}
.carbon-shop-split .services-available {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.carbon-shop-split .service-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(15, 20, 50, 0.1);
  border-radius: 999px;
  background: #f7f7f7;
}
.carbon-shop-split .service-type img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.carbon-shop-split .image-6 {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.carbon-shop-split .divider-15px-2 {
  display: none;
}
.carbon-shop-detail .kutup-cta-3 {
  display: grid;
  grid-template-columns: minmax(360px, 48vw) minmax(420px, 1fr);
  min-height: calc(100svh - var(--carbon-nav-offset));
  margin-top: var(--carbon-nav-offset);
  background: #f7f7f7;
}
.carbon-shop-detail .kutup-cta-photo {
  min-height: calc(100svh - var(--carbon-nav-offset));
  background-position: 50% 50%;
  background-size: cover;
}
.carbon-shop-detail .kutup-cta-right-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(36px, 5.5vw, 78px);
  background: #f7f7f7;
  color: #10183f;
}
.carbon-shop-detail .kutup-display-3 {
  max-width: 12ch;
  margin-top: 10px;
  margin-bottom: 14px;
  color: #10183f !important;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}
.carbon-shop-detail .kutup-subhead-dark {
  color: rgba(16, 24, 63, 0.72);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.3;
}
.carbon-shop-detail .brand-image {
  width: auto;
  max-width: 142px;
  max-height: 62px;
  margin-bottom: 18px;
  object-fit: contain;
}
.carbon-shop-detail .kutup-flex-divider {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.carbon-shop-detail .kutup-button-white,
.carbon-shop-detail .kutup-button-with-line {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid rgba(16, 24, 63, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #10183f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.carbon-shop-detail .kutup-button-white {
  background: #10183f;
  color: #fff;
}
.carbon-shop-detail .white-text-2 {
  color: inherit;
  line-height: 1;
}
.carbon-shop-detail .carbon-shop-service-panel {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(16, 24, 63, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 20, 50, 0.08);
}
.carbon-shop-detail .carbon-shop-service-panel p {
  margin: 0 0 14px;
  color: #c37641;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.carbon-shop-detail .carbon-shop-service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.carbon-shop-detail .carbon-shop-service-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(16, 24, 63, 0.08);
  border-radius: 12px;
  background: #f8f8f8;
  color: #10183f;
  font-size: 14px;
  font-weight: 700;
}
.carbon-shop-detail .carbon-shop-service-list img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 auto;
}
.carbon-shop-detail .carbon-shop-map-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(16, 24, 63, 0.1);
  border-radius: 16px;
  background: #fff;
  color: #10183f;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 20, 50, 0.08);
}
.carbon-shop-detail .carbon-shop-map-visual {
  position: relative;
  display: block;
  min-height: 78px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(195, 118, 65, 0.22), rgba(16, 24, 63, 0.04)),
    repeating-linear-gradient(0deg, transparent 0 15px, rgba(16, 24, 63, 0.08) 15px 16px),
    repeating-linear-gradient(90deg, transparent 0 15px, rgba(16, 24, 63, 0.08) 15px 16px);
}
.carbon-shop-detail .carbon-shop-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #c37641;
  box-shadow: 0 10px 22px rgba(15, 20, 50, 0.25);
  transform: translate(-50%, -60%) rotate(-45deg);
}
.carbon-shop-detail .carbon-shop-map-copy {
  display: grid;
  gap: 4px;
}
.carbon-shop-detail .carbon-shop-map-copy strong {
  font-size: 17px;
}
.carbon-shop-detail .carbon-shop-map-copy small {
  color: rgba(16, 24, 63, 0.68);
  font-size: 14px;
  line-height: 1.35;
}
.carbon-shop-detail .html-embed.google-maps {
  display: none !important;
}
.carbon-shop-detail .hero-heading-right.hidden,
.carbon-shop-detail .team-circles,
.carbon-shop-detail .gallery-overview,
.carbon-shop-detail .section.dontknow {
  display: none !important;
}
.preloader, .scroll-progress-bar { display: none !important; }
img { max-width: 100%; }
  @media (min-width: 621px) and (max-width: 1120px) {
    :root {
      --carbon-nav-offset: 160px;
    }
  }
  @media (max-width: 1120px) {
  html body .w-nav .w-nav-menu.w--open {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 18px 5%;
    background: #fff;
    border-top: 1px solid rgba(15, 20, 50, 0.12);
    box-shadow: 0 18px 34px rgba(15, 20, 50, 0.14);
  }
  html body .w-nav .w-nav-menu.w--open .nav-link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 0;
    color: #10183f;
    text-align: left;
  }
  .carbon-about-page .waves-grid-team-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
  .carbon-shop-split {
    display: block !important;
    min-height: 0;
  }
  .carbon-shop-split > .shop-container,
  .carbon-shop-split > .shop-container:first-child,
  .carbon-shop-split > .shop-container:nth-child(2) {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .carbon-shop-split > .shop-container:first-child {
    height: min(68vh, 620px);
    min-height: 420px;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 20, 50, 0.12);
  }
  .carbon-shop-split > .shop-container:nth-child(2) {
    padding: 30px 5% 56px;
  }
  .carbon-shop-split .shop-map-topbar {
    top: 16px;
    left: 16px;
    right: 16px;
  }
  .carbon-shop-split .shop-map-summary {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
  }
  .accordion-item-header {
    top: var(--carbon-nav-offset);
  }
  .carbon-shop-detail .kutup-cta-3 {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .carbon-shop-detail .kutup-cta-photo {
    min-height: 380px;
  }
  .carbon-shop-detail .kutup-cta-right-part {
    padding: 36px 5%;
  }
  .carbon-shop-detail .kutup-display-3 {
    max-width: 100%;
  }
  .carbon-shop-detail .carbon-shop-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .carbon-about-page .section.staff {
    padding-bottom: 88px;
  }
  .carbon-about-page .waves-grid-team-2 {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 42px;
  }
  .carbon-about-page .waves-name-wrap-team-2 {
    min-height: 0;
    padding-top: 16px;
  }
  .accordion-item {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .accordion-item-header {
    top: 5.25rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .carbon-shop-split > .shop-container:first-child {
    height: 58vh;
    min-height: 360px;
  }
  .carbon-shop-split .shop-tile {
    min-height: 0;
    padding: 0;
  }
  .carbon-shop-split .collection-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .carbon-shop-split .shop-tile > .link-block,
  .carbon-shop-split .shop-image {
    min-height: 128px;
  }
  .carbon-shop-split .shop-details {
    padding-right: 22px;
  }
  .carbon-shop-split .shop-brand {
    max-width: 86px;
    max-height: 28px;
    margin-bottom: 8px;
  }
  .carbon-shop-split .shop-address {
    font-size: 16px;
  }
  .carbon-shop-split .services-available {
    display: none;
  }
  .carbon-shop-split .shop-map-summary {
    padding: 14px;
  }
  .carbon-shop-split .shop-map-summary h3 {
    font-size: 18px;
  }
  .carbon-shop-split .shop-map-summary address {
    font-size: 13px;
  }
  .carbon-shop-split .shop-map-summary-actions a {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 13px;
  }
  .carbon-shop-detail .kutup-cta-3 {
    margin-top: var(--carbon-nav-offset);
  }
  .carbon-shop-detail .kutup-cta-photo {
    min-height: 300px;
  }
  .carbon-shop-detail .kutup-cta-right-part {
    padding: 28px 5% 36px;
  }
  .carbon-shop-detail .kutup-display-3 {
    font-size: 38px;
  }
  .carbon-shop-detail .brand-image {
    max-width: 120px;
    max-height: 58px;
  }
  .carbon-shop-detail .kutup-button-white,
  .carbon-shop-detail .kutup-button-with-line {
    width: 100%;
  }
  .carbon-shop-detail .carbon-shop-service-list,
  .carbon-shop-detail .carbon-shop-map-card {
    grid-template-columns: 1fr;
  }
  .carbon-shop-detail .carbon-shop-map-visual {
    min-height: 92px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
}