.contact-box, .staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

:root {
  --bg-cream: #fff8ee;
  --surface: #ffffff;
  --ink: #2b2b2b;
  --muted: #5b5b5b;
  --accent-orange: #f26a2e;
  --accent-teal: #1f9d8b;
  --accent-yellow: #f4c542; }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: radial-gradient(circle at 10% 10%, #fff1d8, transparent 28%), radial-gradient(circle at 90% 20%, #e8f7f4, transparent 25%), var(--bg-cream);
  color: var(--ink); }

a {
  color: #f26a2e;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  max-width: 100%; }

h1, h2, h3, h4 {
  font-family: "Fredoka", "Nunito", sans-serif;
  color: var(--ink); }

h1 strong, h2 strong {
  font-weight: 700; }

h1 {
  font-weight: 600;
  font-size: 2.4em;
  margin: 0; }

h2 {
  font-weight: 600;
  font-size: 2.2em;
  margin: 0; }

h3 {
  font-size: 2rem;
  margin: 20px 0 10px 0; }

h4 {
  font-size: 1.35rem; }
  h4 a {
    color: var(--ink); }

p, address, label, ul {
  font-size: 1.08rem;
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.6em; }

ul {
  padding-left: 1em; }

.catalog-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border: 0;
  background: linear-gradient(135deg, #1fa855, #25d366);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 18px;
  min-height: 48px;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(25, 135, 68, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease; }

.catalog-action:hover {
  background: linear-gradient(135deg, #169449, #22c55e);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(25, 135, 68, 0.28); }

.catalog-action__icon {
  width: 20px;
  height: 20px;
  line-height: 0;
  flex-shrink: 0; }
  .catalog-action__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    display: block; }

.catalog-action__label {
  line-height: 1; }

.catalog-action__label--sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.catalog-action--compact {
  padding-inline: 20px; }

.catalog-action--icon {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  flex-shrink: 0; }
  .catalog-action--icon .catalog-action__icon {
    width: 22px;
    height: 22px; }

.container, .text-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

.text-container {
  max-width: 760px; }

.container {
  max-width: 1140px; }
  .container.max-container {
    max-width: 100%;
    padding: 0; }

.hero {
  color: #1f2a3a;
  text-align: center;
  position: relative;
  z-index: 99;
  padding-top: 26px; }
  .hero h2 {
    font-size: 2.5rem;
    line-height: 1.24;
    font-weight: 700;
    letter-spacing: 0.01em; }
  @media (min-width: 500px) {
    .hero h2 {
      font-size: 3.3rem; } }
  .hero p {
    color: #3e4a5b;
    font-size: 1.2rem;
    max-width: 640px;
    margin: 12px auto 0; }

.content {
  background: transparent;
  padding: 1px 0 0 0;
  position: relative; }

.company-name {
  display: inline-block;
  position: relative;
  top: 2px; }
  .company-name a {
    display: inline-flex;
    align-items: center;
    line-height: 0; }
  .company-name svg,
  .company-name img {
    display: block;
    width: 250px;
    height: auto;
    max-width: 52vw; }

section {
  padding: 76px 0; }

section + section {
  padding-top: 0; }

.page h2 {
  text-align: center; }

.page {
  margin-bottom: 0;
  padding-bottom: 80px; }

.center-text {
  text-align: center; }

.catalog-intro {
  background: var(--surface);
  padding: 30px;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(31, 157, 139, 0.13);
  border: 1px solid #f2e8d8;
  margin-bottom: 42px; }
  .catalog-intro h3 {
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: clamp(1.7rem, 3vw, 2.35rem); }
  .catalog-intro p {
    margin-bottom: 0;
    max-width: 760px; }

.catalog-intro__eyebrow {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 99px;
  background: #fff2dd;
  color: #af5b2f;
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700; }

.value-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px; }
  .value-pills span {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ecfaf6;
    color: #157363;
    font-weight: 700;
    font-size: 0.9rem; }

.catalog-controls {
  margin-bottom: 24px; }

.catalog-category + .catalog-category {
  margin-top: 40px; }

.catalog-category[hidden] {
  display: none; }

.catalog-category__head {
  margin-bottom: 14px; }
  .catalog-category__head h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.75rem); }
  .catalog-category__head p {
    margin: 6px 0 0;
    color: #6f6b64; }

.catalog-controls__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 18px; }

.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px; }

.catalog-tab {
  appearance: none;
  border: 1px solid #f1dfbe;
  background: #fff8ec;
  color: #7d4d2d;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease; }
  .catalog-tab:hover {
    cursor: pointer;
    background: #fff1da;
    transform: translateY(-1px); }
  .catalog-tab.is-active {
    background: linear-gradient(135deg, #f26a2e, #f4a433);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 24px rgba(242, 106, 46, 0.18); }

.catalog-search {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 340px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #f1dfbe;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(31, 157, 139, 0.08); }
  .catalog-search input {
    width: 100%;
    border: 0;
    padding: 13px 0;
    background: transparent;
    box-shadow: none; }
    .catalog-search input:focus {
      border: 0;
      box-shadow: none; }

.catalog-search__icon {
  width: 18px;
  height: 18px;
  line-height: 0;
  color: #6f6b64;
  flex-shrink: 0; }
  .catalog-search__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    display: block; }

.catalog-controls__hint,
.catalog-empty {
  color: #6f6b64;
  margin: 0 0 16px 0; }

.catalog-empty {
  padding: 18px 20px;
  background: #fff8ec;
  border: 1px dashed #e7cfaa;
  border-radius: 18px; }

.catalog-title {
  text-align: left;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  margin-bottom: 16px; }

@media (max-width: 700px) {
  .catalog-controls__top {
    align-items: stretch; }
  .catalog-search {
    width: 100%; } }

.styles {
  width: 100%;
  background: #fff6e8;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #f1dfbe; }
  .styles .style-picker {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
    line-height: 0; }
    .styles .style-picker button {
      width: 52px;
      height: 52px;
      border: 2px solid rgba(0, 0, 0, 0.18);
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      padding: 0;
      cursor: pointer; }
    .styles .style-picker button.is-active {
      border-color: #f26a2e; }
    .styles .style-picker img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .styles .style img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px; }

.product-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px; }
  .product-container .styles {
    width: auto;
    flex: 1 1 320px;
    margin-left: 32px; }
  .product-container .product-details {
    flex: 1 1 380px;
    text-align: left;
    margin-left: 32px;
    padding-top: 6px; }
    .product-container .product-details .product-heading {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      margin-bottom: 10px; }
    .product-container .product-details h3 {
      font-size: clamp(1.8rem, 2.6vw, 2.5rem);
      margin: 0; }
    .product-container .product-details h4 {
      color: #f26a2e;
      font-size: 1.3rem; }
    .product-container .product-details .catalog-action {
      margin-top: 10px; }

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 300px));
  justify-content: flex-start;
  justify-items: stretch;
  align-items: stretch;
  gap: 22px;
  margin: 0; }
  .product-list, .product-list > li {
    list-style: none;
    padding: 0; }
  .product-list > li {
    background: #fff;
    border: 1px solid #f2e8d8;
    border-radius: 20px;
    padding: 14px;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(28, 44, 65, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease; }
    .product-list > li:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 34px rgba(28, 44, 65, 0.12); }
  .product-list > li[hidden] {
    display: none; }
  .product-list h4 {
    margin: 0;
    padding-right: 0;
    font-size: 1.22rem; }
  .product-list .product-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "title action" "description description";
    gap: 12px 14px;
    align-items: start;
    margin-top: 16px;
    flex: 1 1 auto; }
  .product-list .product-meta {
    grid-area: title;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .product-list h4 {
    margin: 0; }
  .product-list p {
    line-height: 1;
    margin: 10px 0 0 0;
    font-weight: 700;
    color: #af5b2f; }
  .product-list .product-description {
    grid-area: description; }
  .product-list .product-description p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #6f6b64;
    min-height: 4.5em;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .product-list .style img {
    aspect-ratio: 1 / 1;
    object-fit: cover; }
  .product-list .catalog-action--icon {
    grid-area: action;
    align-self: start; }

.product-price-tag {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ecfaf6;
  border: 1px solid #b9e7d7;
  color: #157363;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1; }
  .product-price-tag::before {
    content: "\20B9";
    font-size: 1.05em;
    line-height: 1; }
  .product-price-tag--large {
    padding: 10px 14px;
    font-size: 1rem; }

.staff-image {
  margin: 25px auto 0 auto;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 300px;
  width: 70%;
  padding-bottom: 70%; }

.staff {
  padding: 0;
  list-style: none;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: center;
  margin: -175px 0 0 0;
  justify-content: center; }
  .staff li {
    padding: 30px 20px;
    box-sizing: border-box;
    flex: 0 1 300px;
    background: #fff;
    margin: 0 60px;
    border-radius: 3px;
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.1); }
  .staff .square-image {
    width: 400px;
    height: 400px; }
    .staff .square-image img {
      border-radius: 400px; }
  .staff .name {
    font-size: 1.2rem;
    margin-top: 20px; }
  .staff .position {
    font-size: 1.3rem;
    color: #666; }

.story-points h3 {
  font-size: 1.3rem;
  margin: 0;
  color: #f26a2e; }

.map {
  height: 499px;
  border: 1px solid #DDDDDD;
  border-radius: 3px; }

.contact-box {
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  padding: 0 0 50px 0; }
  .contact-box form {
    width: 100%; }
  .contact-box h3 {
    margin: 0;
    font-size: 1.8rem; }
  .contact-box .contact-form, .contact-box .contact-details {
    padding: 20px;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .contact-box .contact-form, .contact-box .contact-details {
        -webkit-flex: 1;
        flex: 1;
        order: 2; } }
  .contact-box .contact-details {
    font-size: .8em; }
    @media (min-width: 768px) {
      .contact-box .contact-details {
        order: 1; } }
    .contact-box .contact-details a svg {
      position: relative;
      top: 5px; }
    .contact-box .contact-details a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }

.button a,
.button button,
input[type=submit] {
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  background: #f26a2e;
  border-radius: 3px;
  border: 1px solid #f58c5e;
  -webkit-appearance: none; }

.button a:hover,
.button button:hover,
input[type=submit]:hover {
  background: #df4e0e;
  cursor: pointer; }

.button a:active,
.button button:active,
input[type=submit]:active {
  border-width: 1px;
  border-top: 3px solid transparent; }

.button.alt a {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 50px; }

.button.alt a:hover {
  background: #fff;
  color: #f26a2e; }

textarea, input, button, select {
  font-family: inherit;
  font-size: inherit; }

input[type=submit] {
  margin: 20px 0 0 0; }

label, input, textarea, select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px; }

.radio-input {
  line-height: 1;
  margin: 20px 0;
  cursor: pointer; }
  .radio-input input {
    display: inline-block;
    width: auto;
    cursor: pointer; }

textarea {
  resize: vertical;
  height: 150px; }

label {
  margin: 20px 0 5px 0; }

label:first-child {
  margin: 0 0 5px 0; }

label:last-child, input:last-child {
  margin-bottom: 0; }

input, textarea, select {
  padding: 10px;
  font-size: 1em; }

input, textarea {
  outline: none;
  border: 1px solid #DDDDDD; }

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px #f26a2e;
  border: 1px solid #f26a2e; }

@media (max-width: 849px) {
  .nav-open nav {
    border: 0;
    z-index: 2; }
    .nav-open nav a {
      display: block; } }

header {
  color: #1f2a3a;
  padding: 20px 0 74px 0;
  background: linear-gradient(120deg, rgba(255, 246, 234, 0.62) 0%, rgba(255, 233, 206, 0.58) 48%, rgba(231, 247, 243, 0.6) 100%), url("/images/landing-background.PNG") center/cover no-repeat;
  position: relative;
  overflow: hidden; }
  header:before, header:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.22; }
  header:before {
    width: 330px;
    height: 330px;
    background: #ffd8a9;
    top: -140px;
    right: -90px; }
  header:after {
    width: 220px;
    height: 220px;
    background: #cfeee7;
    left: -90px;
    bottom: -80px; }
  header p {
    margin: 0; }
  header a {
    color: #1f2a3a;
    text-decoration: none;
    z-index: 1;
    position: relative; }
    header a:hover {
      text-decoration: none; }

nav {
  width: 100%;
  padding: 20px 0 0 0; }
  @media (min-width: 850px) {
    nav {
      display: inline-block;
      vertical-align: top;
      width: auto;
      padding: 0 0 0 40px; } }
  nav a {
    margin: 0 3px;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(31, 42, 58, 0);
    color: rgba(31, 42, 58, 0.78);
    transition: 200ms ease-in color;
    display: none;
    font-weight: 700; }
    @media (min-width: 850px) {
      nav a {
        display: inline-block;
        padding: 10px; } }
    nav a.nav-toggle {
      display: inline;
      position: absolute;
      right: 0;
      top: -22px;
      font-size: 1.9em;
      border: 0;
      z-index: 2;
      padding: 20px; }
      @media (min-width: 850px) {
        nav a.nav-toggle {
          display: none; } }
      nav a.nav-toggle:hover {
        border: 0; }
  nav a:hover {
    color: #1f2a3a; }
  nav a.cta-link {
    display: inline-flex;
    line-height: 1;
    background: linear-gradient(135deg, rgba(214, 244, 220, 0.28), rgba(128, 216, 185, 0.2));
    backdrop-filter: blur(8px);
    border-radius: 99px;
    padding: 6px 12px 6px 6px;
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.48);
    box-shadow: 0 12px 24px rgba(24, 70, 63, 0.18);
    margin: 12px 0 0;
    width: fit-content;
    max-width: calc(100% - 64px); }
    nav a.cta-link .cta-link__badge {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: linear-gradient(135deg, #24c162, #169b53);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 16px rgba(18, 125, 68, 0.32);
      flex-shrink: 0; }
      nav a.cta-link .cta-link__badge svg {
        width: 21px;
        height: 21px;
        fill: #fff;
        display: block; }
    nav a.cta-link .cta-link__text {
      display: flex;
      flex-direction: column;
      gap: 2px;
      padding-right: 2px; }
    nav a.cta-link .cta-link__title,
    nav a.cta-link .cta-link__subtitle {
      display: block; }
    nav a.cta-link .cta-link__title {
      font-size: 0.95rem;
      font-weight: 800;
      letter-spacing: 0.01em;
      color: #fff; }
    nav a.cta-link .cta-link__subtitle {
      display: none;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.82); }
  @media (min-width: 850px) {
    nav a.cta-link {
      color: #fff;
      position: absolute;
      right: 20px;
      top: -8px;
      font-size: 0.9em;
      transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
      display: inline-flex;
      padding: 7px 16px 7px 8px;
      margin-top: 0;
      max-width: none; }
      nav a.cta-link .cta-link__badge {
        width: 42px;
        height: 42px; }
        nav a.cta-link .cta-link__badge svg {
          width: 23px;
          height: 23px; }
      nav a.cta-link .cta-link__title {
        font-size: 1rem; }
      nav a.cta-link .cta-link__subtitle {
        display: block; }
      nav a.cta-link:hover {
        border-color: rgba(255, 255, 255, 0.7);
        background: linear-gradient(135deg, rgba(226, 248, 229, 0.34), rgba(133, 221, 190, 0.26));
        transform: translateY(-2px);
        box-shadow: 0 16px 28px rgba(24, 70, 63, 0.24); } }
  nav a.active {
    color: #1f2a3a;
    border-bottom-color: rgba(31, 42, 58, 0.45); }

footer {
  padding: 60px 0 50px 0;
  font-size: 1rem;
  position: relative;
  margin-top: 40px;
  background: #fff;
  border-top: 1px solid #f2e8d8; }
  footer .copyright {
    font-size: 0.9rem;
    margin: 20px auto 0;
    color: #8a867f; }
  footer h2 {
    font-size: 1.4rem;
    margin: 30px 0; }
  footer .footer-columns {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    list-style: none;
    padding: 0; }
    @media (min-width: 850px) {
      footer .footer-columns {
        display: flex; } }
    @media (min-width: 850px) {
      footer .footer-columns {
        margin: -10px -30px 10px -30px; } }
    footer .footer-columns > li {
      box-sizing: border-box; }
      @media (min-width: 850px) {
        footer .footer-columns > li {
          flex: 1;
          padding: 0 30px; } }
      @media (min-width: 850px) {
        footer .footer-columns > li.footer-nav {
          flex: 0; } }
      footer .footer-columns > li ul {
        padding: 0;
        list-style: none; }
        footer .footer-columns > li ul li {
          font-size: 1rem;
          margin: 11px 0; }
          footer .footer-columns > li ul li a {
            white-space: nowrap;
            color: #6f6b64; }
    footer .footer-columns .about svg path {
      fill: #f26a2e; }
    footer .footer-columns p {
      font-size: 1rem;
      color: #7e7a73; }
    footer .footer-columns .email {
      margin: 0; }
    footer .footer-columns h4 {
      margin: 0 0 1.1rem 0;
      font-size: 1rem; }
  footer a {
    text-decoration: none; }

.social-icons svg {
  width: 100%;
  height: 100%; }
  .social-icons svg, .social-icons svg path {
    fill: #fff; }

.social-icons a {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 8px;
  line-height: 0;
  margin: 0 10px 20px 0;
  border-radius: 50px;
  box-shadow: 0 8px 15px rgba(18, 28, 44, 0.15); }
  .social-icons a.instagram {
    background-color: #e66c43; }
  .social-icons a.whatsapp {
    background-color: #25d366; }

.editor-link {
  display: none !important;
  margin-top: 0; }
  .editor-link .btn {
    border: 0;
    border-radius: 2px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 2rem;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px; }
  nav .editor-link, .editor-link .btn {
    cursor: pointer;
    background-color: #f7e064;
    color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    line-height: 1; }
    nav .editor-link:hover, .editor-link .btn:hover {
      background-color: #f4d525;
      color: #333; }

.cms-editor-active .editor-link {
  display: block !important; }

.cms-editor-active nav .editor-link {
  display: inline !important; }
