html { scroll-behavior: smooth; font-size: 115%; }

body.tockica-home,
body.tockica-inner {
  margin: 0;
  background: #fff8ef;
  color: #3d221c;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
}

.tk-heading,
.font-heading {
  font-family: "Baloo 2", Nunito, sans-serif;
}

.tk-menubar {
  position: relative;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(80, 30, 90, 0.08);
}
.tk-menubar::after {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(90deg, #904ed9, #31a9f4, #ff3399, #57c636, #ffcc00, #ff6633);
}
.tk-menubar-inner {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.45rem 1rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
}
.tk-menubar-tools {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: start;
}

.tk-cloud-band {
  position: relative;
  overflow: hidden;
  background-color: #3d9ee0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tk-cloud-band--home { padding: 0.35rem 0 3.25rem; }
.tk-cloud-band--inner { padding: 0.35rem 0 1.35rem; }
.tk-toys-strip { display: none; }

.tk-wrap { position: relative; z-index: 10; max-width: 72rem; margin: 0 auto; padding: 0.5rem 1rem 0; }
.tk-top { display: flex; justify-content: flex-end; align-items: center; gap: 0.5rem; }
.tk-phone {
  display: none;
  border: 2px solid #fff;
  background: rgba(255,255,255,.9);
  border-radius: 1rem;
  padding: 0.35rem 0.75rem;
  text-align: right;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.tk-phone small { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; color: #4c1d95; }
.tk-phone strong { font-family: "Baloo 2", sans-serif; color: #ea580c; font-size: 1rem; }
@media (min-width: 640px) { .tk-phone { display: block; } }

.tk-logo { display: block; }
.tk-logo img { display: block; width: 100%; height: auto; margin: 0 auto; max-width: 760px; }
.tk-logo .mob { mix-blend-mode: multiply; }
.tk-logo .desk { display: none; }
@media (min-width: 1024px) {
  .tk-logo img { max-width: 820px; }
  .tk-logo .mob { display: none; }
  .tk-logo .desk { display: block; }
}

.tk-nav { display: none; flex-wrap: wrap; justify-content: center; gap: 0.4rem; padding: 0; justify-self: center; }
.tk-nav a {
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0,0,0,.12);
}
.tk-nav a:hover { filter: brightness(1.08); }
.tk-c-orange { background: #f97316; }
.tk-c-lime { background: #84cc16; }
.tk-c-sky { background: #0ea5e9; }
.tk-c-pink { background: #ec4899; }
.tk-c-emerald { background: #059669; }
.tk-c-amber { background: #fbbf24; color: #2e1065 !important; }
.tk-c-violet { background: #7c3aed; }
.tk-c-rose { background: #f43f5e; }

.tk-burger { display: block; justify-self: end; grid-column: 3; }
.tk-burger summary {
  list-style: none;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 2px solid #fff;
  background: rgba(255,255,255,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #5b21b6;
}
.tk-burger summary::-webkit-details-marker { display: none; }
.tk-burger nav {
  position: absolute;
  right: 1rem;
  top: calc(100% + 0.35rem);
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: #fff;
  padding: 0.8rem;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
  min-width: 12rem;
}
.tk-burger nav a { color: #4c1d95; text-decoration: none; font-weight: 800; font-size: 1.05rem; }
@media (min-width: 1024px) {
  .tk-nav { display: flex; }
  .tk-burger { display: none; }
}

.home-sky-copy {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  padding: 0.75rem 1rem 0;
  align-items: center;
}
@media (min-width: 768px) {
  .home-sky-copy { padding-top: 1rem; }
}

.tk-kicker {
  display: inline-block;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #ea580c;
}
.home-title {
  font-family: "Baloo 2", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.15;
  max-width: 36rem;
  margin: 1rem 0 0;
  color: #4c1d95;
}
@media (min-width: 768px) { .home-title { font-size: 3rem; } }

.paper {
  background: #fff;
  color: #44403c;
  border-radius: 1.35rem;
  padding: 0.95rem 1.2rem;
  box-shadow: 0 4px 0 rgba(63, 42, 29, 0.06);
}
.paper-tight {
  background: #fff;
  color: #44403c;
  border-radius: 1rem;
  padding: 0.5rem 0.8rem;
  box-shadow: 0 3px 0 rgba(63, 42, 29, 0.05);
}

.wood-sign {
  display: inline-block;
  background: linear-gradient(#e05a3a, #b33a28);
  color: #fff3e8;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.85rem 1.6rem;
  border-radius: 0.6rem;
  box-shadow: 0 8px 0 #7a2218, 0 12px 18px rgba(0, 0, 0, 0.2);
  transform: rotate(-2deg);
  text-decoration: none;
}
.wood-sign:hover { filter: brightness(1.08); }

.tk-row { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 1rem; margin-top: 1.5rem; }
.tk-meta { margin-top: 1rem; display: inline-flex; align-items: center; gap: 0.5rem; font-size: 16px; font-weight: 800; }

.tk-circle {
  width: 14rem;
  height: 14rem;
  margin: 0 auto;
  border-radius: 999px;
  border: 10px solid #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
  overflow: hidden;
}
.tk-circle img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 768px) { .tk-circle { width: 18rem; height: 18rem; } }

.home-yard {
  position: relative;
  min-height: 22rem;
  background-color: #3d7eb8;
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1rem;
}
.home-yard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(42, 110, 176, 0.28) 0%,
    rgba(28, 86, 150, 0.48) 55%,
    rgba(22, 70, 128, 0.58) 100%
  );
}
.home-yard-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.home-yard-copy h2 {
  margin: 0;
  max-width: 22rem;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(1.45rem, 5vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 0 rgba(20, 50, 90, 0.25);
}
.yard-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
  padding: 0.7rem 1.6rem;
  box-shadow: 0 6px 0 #c2410c;
}
.yard-btn:hover { filter: brightness(1.06); }
@media (min-width: 768px) {
  .home-yard { min-height: 26rem; }
  .home-yard-copy h2 { font-size: 3rem; }
}

.home-lawn { background: #5aa12c; padding: 0.5rem 1rem 2.5rem; }
.tk-wood-grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) { .tk-wood-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .tk-wood-grid { grid-template-columns: repeat(4, 1fr); } }

.wood-box {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: linear-gradient(#c4452d, #8f2a1e);
  border: 6px solid #e05a3a;
  border-radius: 1rem;
  padding: 1.1rem;
  min-height: 9rem;
  box-shadow: 0 10px 0 #6b1810;
  text-decoration: none;
  color: #fff3e8;
}
.wood-box:hover { transform: translateY(-3px); }
.wood-box strong { font-family: "Baloo 2", sans-serif; font-size: 1.25rem; }

.home-paper { background: #fff8ef; }
.tk-main { max-width: 72rem; margin: 0 auto; padding: 3rem 1rem; }
.tk-split { display: grid; gap: 2rem; }
@media (min-width: 1024px) { .tk-split { grid-template-columns: 0.85fr 1.15fr; } }
.tk-lime {
  background: #84cc16;
  color: #fff;
  border-radius: 2rem;
  padding: 1.5rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.tk-lime h2 { font-family: "Baloo 2", sans-serif; font-size: 1.5rem; margin: 0; }
.tk-lime ul { list-style: none; padding: 0; margin: 1rem 0 0; }
.tk-lime li { margin: 0 0 0.75rem; }
.tk-lime a { display: block; text-decoration: none; }
.tk-white {
  background: #fff;
  border-radius: 2rem;
  padding: 1.5rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.tk-white h2 { font-family: "Baloo 2", sans-serif; font-size: 1.85rem; color: #4c1d95; margin: 0.4rem 0 0; }
.tk-white .lead { font-size: 14px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: #f97316; }
.tk-white p { color: #44403c; line-height: 1.7; }
.tk-white ul { color: #44403c; }

.tk-high { display: grid; gap: 1rem; margin-top: 2rem; }
@media (min-width: 640px) { .tk-high { grid-template-columns: repeat(3, 1fr); } }
.tk-high article {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.25rem;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
.tk-high h3 { font-family: "Baloo 2", sans-serif; color: #4c1d95; margin: 0; }

.tk-news { max-width: 72rem; margin: 0 auto; padding: 0 1rem 2.5rem; }
.tk-news h2 { font-family: "Baloo 2", sans-serif; font-size: 1.85rem; color: #4c1d95; }
.tk-news-grid { display: grid; gap: 1rem; }
@media (min-width: 768px) { .tk-news-grid { grid-template-columns: repeat(3, 1fr); } }
.tk-news article { background: #fff; border-radius: 1.5rem; padding: 1.25rem; box-shadow: 0 6px 16px rgba(0,0,0,.06); }
.tk-news .when { font-size: 14px; font-weight: 800; text-transform: uppercase; color: #ea580c; }
.tk-news h3 { font-family: "Baloo 2", sans-serif; color: #4c1d95; margin: 0.3rem 0; }
.tk-news a { color: #c2410c; font-weight: 800; }
.tk-news-all { margin-top: 1rem; text-align: right; }
.tk-news-all a { display: inline-flex; border-radius: 999px; background: #ede9fe; color: #4c1d95; padding: 0.45rem 0.9rem; text-decoration: none; }

.tk-cta { max-width: 72rem; margin: 0 auto; padding: 0 1rem 4rem; display: grid; gap: 0.75rem; }
.tk-cta--mobile { display: none; }
@media (min-width: 640px) { .tk-cta { grid-template-columns: repeat(3, 1fr); } }
.cta-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.2rem;
  border-radius: 999px;
  color: #fff;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cta-lime { background: #84cc16; }
.cta-orange { background: #f97316; }
.cta-amber { background: #fbbf24; color: #2e1065; }
.cta-violet { background: #7c3aed; }
.cta-sky { background: #0284c7; }
.cta-rose { background: #e11d48; }

.grass-edge {
  height: 2.5rem;
  background:
    radial-gradient(circle at 10% 0, #7cc243 40%, transparent 41%),
    radial-gradient(circle at 30% 0, #67b034 40%, transparent 41%),
    radial-gradient(circle at 50% 0, #7cc243 40%, transparent 41%),
    radial-gradient(circle at 70% 0, #5aa12c 40%, transparent 41%),
    radial-gradient(circle at 90% 0, #7cc243 40%, transparent 41%),
    #7cc243;
}
.soil-footer {
  background: #7a3e12;
  color: #fffbeb;
}
.tk-foot { max-width: 72rem; margin: 0 auto; padding: 3rem 1rem; display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .tk-foot { grid-template-columns: 1fr 1fr 1fr; } }
.tk-foot h2 { font-family: "Baloo 2", sans-serif; color: #fde68a; margin: 0; }
.tk-foot .label { font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #fde047; }
.tk-foot a { color: inherit; }
.tk-copy { background: #1c1917; color: #fde68a; text-align: center; padding: 0.75rem; font-size: 14px; }

@media (max-width: 1023px) {
  .tk-menubar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
  }
  .tk-menubar-inner {
    min-height: 3rem;
    padding-top: 0.65rem;
    padding-bottom: 0.45rem;
  }
  .tk-menubar::after {
    height: 6px;
    opacity: 0.92;
  }
  .tk-cloud-band--home,
  .tk-cloud-band--inner {
    padding-top: 3.5rem;
  }
  .tk-cloud-band--home {
    padding-bottom: 0;
  }
  .tk-hero-copy {
    gap: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tk-hero-title {
    margin-top: 0.25rem;
  }
  .tk-hero-actions {
    gap: 0.75rem;
    margin-top: 0.35rem;
  }
  .tk-toys-strip {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: clamp(5rem, 19vw, 7rem);
    margin-top: 0.35rem;
    overflow: hidden;
    line-height: 0;
  }
  .tk-toys-strip img {
    display: block;
    width: 100%;
    height: auto;
    transform: translateY(-24%);
  }
  .tk-burger summary {
    border-color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 3px 12px rgba(31, 78, 121, 0.2);
  }
  .home-lawn {
    display: none !important;
  }
  .tk-meta {
    display: none !important;
  }
  .home-yard--desktop {
    display: none;
  }
  .tk-cta--desktop {
    display: none;
  }
  .tk-cta--mobile {
    display: grid;
    width: 100%;
    box-sizing: border-box;
    padding-top: 2rem;
  }
  .home-paper .tk-main {
    padding-top: 1rem;
  }
}

.tk-copy a { color: #fde68a; }

.tk-page {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 1rem 3.5rem;
}
.tk-page-paper {
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.4rem 1.25rem 1.75rem;
  box-shadow: 0 6px 0 rgba(63, 42, 29, 0.06);
}
@media (min-width: 768px) {
  .tk-page-paper { padding: 2rem 2.1rem 2.3rem; }
}
.tk-page-title {
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  color: #4c1d95;
  margin: 0.6rem 0 1rem;
}
.tk-page-body {
  color: #44403c;
  line-height: 1.75;
  font-size: 1.05rem;
}
.tk-page-body p,
.tk-page-body ul,
.tk-page-body ol,
.tk-page-body table {
  margin: 0 0 1rem;
}
.tk-page-body h2,
.tk-page-body h3 {
  font-family: "Baloo 2", sans-serif;
  color: #4c1d95;
  line-height: 1.2;
}
.tk-page-body img,
.tk-page-body figure,
.tk-page-body .gallery,
.tk-page-body .ngg-galleryoverview {
  max-width: 100%;
  height: auto;
}
.tk-page-body a { color: #c2410c; }
.tk-post-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.tk-post-list a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.tk-post-list strong {
  display: block;
  font-family: "Baloo 2", sans-serif;
  color: #4c1d95;
  font-size: 1.2rem;
}
.tk-post-list span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: #78716c;
}
.tk-post-list .tk-post-excerpt {
  margin-top: 0.55rem;
  color: #57534e;
  font-size: 0.95rem;
  line-height: 1.55;
}

.tk-child-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media (min-width: 640px) {
  .tk-child-grid { grid-template-columns: 1fr 1fr; }
}
.tk-child-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: #fff8ef;
  border-radius: 1.2rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 0 rgba(63, 42, 29, 0.06);
}
.tk-child-card:hover { transform: translateY(-2px); }
.tk-child-card strong {
  font-family: "Baloo 2", sans-serif;
  color: #4c1d95;
  font-size: 1.15rem;
  line-height: 1.2;
}
.tk-child-card span {
  color: #57534e;
  font-size: 0.92rem;
  line-height: 1.45;
}

.tk-page-body p:empty,
.tk-page-body p:has(> br:only-child) { display: none; }
.tk-page-body .wpcf7 label {
  display: block;
  font-weight: 800;
  color: #4c1d95;
  margin-bottom: 0.85rem;
}
.tk-page-body .wpcf7 input[type="text"],
.tk-page-body .wpcf7 input[type="email"],
.tk-page-body .wpcf7 input[type="tel"],
.tk-page-body .wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 2px solid #fde68a;
  border-radius: 1rem;
  background: #fffdf8;
  padding: 0.7rem 0.9rem;
  font: inherit;
  color: #44403c;
}
.tk-page-body .wpcf7 input[type="submit"],
.tk-page-body .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  border: 0;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  padding: 0.65rem 1.5rem;
  cursor: pointer;
  box-shadow: 0 6px 0 #c2410c;
}
.tk-page-body .wpcf7 input[type="submit"]:hover { filter: brightness(1.06); }

.tk-page-body .gllr_image_row,
.tk-page-body .gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.75rem;
  width: 100% !important;
}
.tk-page-body .gllr_image_block,
.tk-page-body .gallery-item {
  width: auto !important;
  margin: 0 !important;
}
.tk-page-body .gllr_image_block p {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.tk-page-body .gllr_image_block img,
.tk-page-body .gallery-item img {
  width: 100% !important;
  height: 9.5rem !important;
  object-fit: cover;
  border-radius: 1rem !important;
  border: 4px solid #fff !important;
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
}
.tk-page-body .gllr_single_image_text { display: none; }

.tk-home-article {
  max-width: 48rem;
  margin: 0 auto;
}
.tk-home-mobile-copy {
  display: none;
  max-width: 48rem;
  margin: 0 auto;
}
.tk-home-mobile-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  margin-top: 1.25rem;
}
.tk-home-mobile-gallery img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 8px 18px rgba(63, 42, 29, 0.16);
}
.tk-home-article .tk-page-body p,
.tk-home-article .tk-page-body ul {
  background: #fff8ef;
  border-radius: 1.2rem;
  padding: 0.95rem 1.15rem;
}
.tk-home-article .tk-page-body img {
  border-radius: 1rem;
  margin: 0.25rem 0.35rem 0.25rem 0;
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
  width: auto;
  max-width: calc(50% - 0.4rem);
  height: auto;
}

@media (max-width: 1023px) {
  .tk-home-article {
    display: none;
  }
  .tk-home-mobile-copy {
    display: block;
  }
}

.tk-contact-grid {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 1.75rem;
}
@media (min-width: 640px) {
  .tk-contact-grid { grid-template-columns: 1fr 1fr; }
}
.tk-contact-card {
  background: #fff8ef;
  border-radius: 1.25rem;
  padding: 1rem 1.15rem;
  box-shadow: 0 4px 0 rgba(63, 42, 29, 0.06);
}
.tk-contact-card h2 { margin-top: 0; }
.tk-important-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.tk-important-links a {
  display: inline-flex;
  border-radius: 999px;
  background: #ede9fe;
  color: #4c1d95;
  padding: 0.35rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}
.tk-important-links a:hover { background: #ddd6fe; }

.tk-about-gallery-title {
  margin-top: 2rem;
}
.tk-about-gallery {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  margin: 0.75rem 0 1.75rem !important;
  padding: 1rem !important;
  border-radius: 1.35rem;
  background: #fff8ef;
  scroll-snap-type: x mandatory;
  scroll-padding: 1rem;
  overscroll-behavior-inline: contain;
  scrollbar-color: #7c3aed #ede9fe;
}
.tk-about-gallery img {
  flex: 0 0 min(82%, 32rem);
  width: min(82%, 32rem) !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 1.2rem;
  box-shadow: 0 7px 16px rgba(63, 42, 29, 0.16);
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .tk-about-gallery img {
    flex-basis: min(62%, 32rem);
    width: min(62%, 32rem) !important;
  }
}
