@charset "UTF-8";
/*!
Theme Name: Zoldike
Theme URI: https://www.ytimes.com
Author: Y-Times Publications, LLC
Author URI: https://www.ytimes.com/
Description: Custom WordPress theme for Zoldike Belter
Version: 3.1
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.row {
  list-style: none;
  margin-left: -24px;
}
.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}
.row:not(.row--flex):after {
  clear: both;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.col {
  float: left;
  padding-left: 24px;
  box-sizing: border-box;
}
.row--gutterless .col {
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--lg-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--lg-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--lg-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--lg-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--lg-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--lg-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--lg-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--lg-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--lg-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--lg-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--lg-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--lg-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--lg-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--md-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--md-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--md-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--md-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--md-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--md-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--md-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--md-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--md-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--md-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--md-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--md-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--md-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--sm-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--sm-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--sm-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--sm-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--sm-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--sm-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--sm-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--sm-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--sm-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--sm-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--sm-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--sm-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--sm-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--xs-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--xs-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--xs-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--xs-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--xs-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--xs-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--xs-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--xs-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--xs-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--xs-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--xs-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--xs-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--xs-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

.visible-lg {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-md {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 24px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 24px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 24px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

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

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

/**
* Aligments
*/
.items-center {
  align-items: center;
}

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Breakpoints
 */
/**
 * Spacing
 */
.py-xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pt-xl {
  padding-top: 96px;
}

.pb-xl {
  padding-bottom: 96px;
}

.px-xl {
  padding-left: 96px;
  padding-right: 96px;
}

.pl-xl {
  padding-left: 96px;
}

.pr-xl {
  padding-right: 96px;
}

.my-xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mt-xl {
  margin-top: 96px;
}

.mb-xl {
  margin-bottom: 96px;
}

.mx-xl {
  margin-left: 96px;
  margin-right: 96px;
}

.ml-xl {
  margin-left: 96px;
}

.mr-xl {
  margin-right: 96px;
}

.py-lg {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pt-lg {
  padding-top: 72px;
}

.pb-lg {
  padding-bottom: 72px;
}

.px-lg {
  padding-left: 72px;
  padding-right: 72px;
}

.pl-lg {
  padding-left: 72px;
}

.pr-lg {
  padding-right: 72px;
}

.my-lg {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mt-lg {
  margin-top: 72px;
}

.mb-lg {
  margin-bottom: 72px;
}

.mx-lg {
  margin-left: 72px;
  margin-right: 72px;
}

.ml-lg {
  margin-left: 72px;
}

.mr-lg {
  margin-right: 72px;
}

.py-md {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pt-md {
  padding-top: 48px;
}

.pb-md {
  padding-bottom: 48px;
}

.px-md {
  padding-left: 48px;
  padding-right: 48px;
}

.pl-md {
  padding-left: 48px;
}

.pr-md {
  padding-right: 48px;
}

.my-md {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-md {
  margin-top: 48px;
}

.mb-md {
  margin-bottom: 48px;
}

.mx-md {
  margin-left: 48px;
  margin-right: 48px;
}

.ml-md {
  margin-left: 48px;
}

.mr-md {
  margin-right: 48px;
}

.py-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pt-sm {
  padding-top: 24px;
}

.pb-sm {
  padding-bottom: 24px;
}

.px-sm {
  padding-left: 24px;
  padding-right: 24px;
}

.pl-sm {
  padding-left: 24px;
}

.pr-sm {
  padding-right: 24px;
}

.my-sm {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-sm {
  margin-top: 24px;
}

.mb-sm {
  margin-bottom: 24px;
}

.mx-sm {
  margin-left: 24px;
  margin-right: 24px;
}

.ml-sm {
  margin-left: 24px;
}

.mr-sm {
  margin-right: 24px;
}

.py-xs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-xs {
  padding-top: 12px;
}

.pb-xs {
  padding-bottom: 12px;
}

.px-xs {
  padding-left: 12px;
  padding-right: 12px;
}

.pl-xs {
  padding-left: 12px;
}

.pr-xs {
  padding-right: 12px;
}

.my-xs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mt-xs {
  margin-top: 12px;
}

.mb-xs {
  margin-bottom: 12px;
}

.mx-xs {
  margin-left: 12px;
  margin-right: 12px;
}

.ml-xs {
  margin-left: 12px;
}

.mr-xs {
  margin-right: 12px;
}

.py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-none {
  padding-top: 0;
}

.pb-none {
  padding-bottom: 0;
}

.px-none {
  padding-left: 0;
  padding-right: 0;
}

.pl-none {
  padding-left: 0;
}

.pr-none {
  padding-right: 0;
}

.my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-none {
  margin-top: 0;
}

.mb-none {
  margin-bottom: 0;
}

.mx-none {
  margin-left: 0;
  margin-right: 0;
}

.ml-none {
  margin-left: 0;
}

.mr-none {
  margin-right: 0;
}

/**
 * Fonts
 */
.font-base {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-alt {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

/**
 * Font Sizes
 */
.text-2xl {
  font-size: 32px;
  font-size: 2rem;
}

.text-xl {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-lg {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-md {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-sm {
  font-size: 16px;
  font-size: 1rem;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

/**
 * Colors
 */
.text-base {
  color: #444;
}

.bg-base {
  background-color: #444;
}

.text-background {
  color: #fff;
}

.bg-background {
  background-color: #fff;
}

.text-brand {
  color: #444;
}

.bg-brand {
  background-color: #444;
}

.text-success {
  color: #5CB85C;
}

.bg-success {
  background-color: #5CB85C;
}

.text-info {
  color: #444;
}

.bg-info {
  background-color: #444;
}

.text-warning {
  color: #F0AD4E;
}

.bg-warning {
  background-color: #F0AD4E;
}

.text-danger {
  color: #D9534F;
}

.bg-danger {
  background-color: #D9534F;
}

/* -----------------------------------------
   Brand tokens (from guide)
------------------------------------------ */
/* -----------------------------------------
   Spacing scale (8px baseline, responsive)
------------------------------------------ */
:root {
  /* Spacing – clamp keeps it a bit tighter on mobile, looser on desktop */
  --space-1: clamp(0.25rem, 0.20rem + 0.2vw, 0.375rem); /* 4–6px */
  --space-2: clamp(0.5rem, 0.45rem + 0.3vw, 0.75rem); /* 8–12px */
  --space-3: clamp(0.75rem, 0.65rem + 0.4vw, 1rem); /* 12–16px */
  --space-4: clamp(1rem, 0.9rem + 0.6vw, 1.5rem); /* 16–24px */
  --space-5: clamp(1.5rem, 1.2rem + 1vw, 2.5rem); /* 24–40px */
  --space-6: clamp(2rem, 1.5rem + 1.6vw, 3.5rem); /* 32–56px */
  --space-7: clamp(2.5rem, 2rem + 2.2vw, 4.5rem); /* 40–72px */
  --space-8: clamp(3rem, 2.4rem + 3vw, 6rem); /* 48–96px */
  /* Border radius scale */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 20px;
  /* -----------------------------------------
     Fluid typography scale (responsive)
     fs-0 = body, fs-1..fs-6 = headings
  ------------------------------------------ */
  --fs-0: clamp(1rem, 0.96rem + 0.2vw, 1.125rem); /* 16–18px */
  --fs-1: clamp(1.125rem, 1.05rem + 0.4vw, 1.375rem); /* 18–22px */
  --fs-2: clamp(1.375rem, 1.2rem + 0.9vw, 1.875rem); /* 22–30px */
  --fs-3: clamp(1.75rem, 1.45rem + 1.4vw, 2.5rem); /* 28–40px */
  --fs-4: clamp(2.25rem, 1.85rem + 2vw, 3.25rem); /* 36–52px */
  --fs-5: clamp(2.75rem, 2.2rem + 2.8vw, 4rem); /* 44–64px */
}

/* Optional helper mixin for consistency */
html, body {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: var(--space-4);
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #444;
  text-decoration: underline;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #444;
}

body {
  font-family: "Poppins", sans-serif;
  color: #56624e;
  background-color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

header.header, footer.footer {
  flex: 0 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cat Childs", serif;
  color: #283b25;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.hero h1 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.15;
}

p {
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  margin-bottom: var(--space-4);
}

.button,
button,
input[type=submit] {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: #957aa5;
  color: white;
  border-radius: var(--radius-lg);
  padding: 0.9rem 2rem;
  transition: all 0.25s ease;
}

.button:hover {
  background: rgb(131.8479820628, 101.4215246637, 149.8784753363);
  transform: translateY(-2px);
}

.card,
img,
input,
textarea {
  border-radius: var(--radius-lg);
}

.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(40, 59, 37, 0.6);
}

.background-pattern {
  opacity: 0.07;
  pointer-events: none;
}

nav a {
  letter-spacing: 0.05em;
  position: relative;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #283b25;
  transition: width 0.3s ease;
}

nav a:hover::after {
  width: 100%;
}

.card {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

section {
  padding: 3rem 0;
}

.grid {
  display: grid;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .grid.grid--sm-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .grid.grid--xs-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
 * This file contains all @font-face declarations, if any.
 */
@font-face {
  font-family: "Cat Childs";
  src: url("assets/fonts/cat-childs.regular.woff2") format("woff2"), url("assets/fonts/cat-childs.regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #444;
  border-radius: 0;
  color: #444;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 6px 12px;
}

input[type=submit] {
  border-radius: 0;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 12px;
}

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 24px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 12px;
}

ul,
ol {
  margin-left: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list--unstyled {
  margin-left: 0;
  list-style: none;
}

html {
  /* keeps rem-based scaling consistent */
  font-size: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-0);
  line-height: 1.7;
  color: #56624e;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: var(--space-4);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cat Childs", serif;
  color: #283b25;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: var(--space-3);
}

h1 {
  font-size: var(--fs-5);
  line-height: 1.15;
}

h2 {
  font-size: var(--fs-4);
}

h3 {
  font-size: var(--fs-3);
}

h4 {
  font-size: var(--fs-2);
}

h5 {
  font-size: var(--fs-1);
}

h6 {
  font-size: var(--fs-1);
}

.small, small {
  font-size: 0.875em;
}

.content-grid {
  --max-width: 1200px;
  --breakout-max-width: var(--max-width);
  --breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);
  --content-max-width: 1200px;
  --padding-inline: 0.5rem;
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}

.content-grid > :not(.breakout, .full-width),
.full-width > :not(.breakout, .full-width) {
  grid-column: content;
}

.content-grid > .breakout {
  grid-column: breakout;
}

.content-grid .full-width {
  grid-column: full-width;
  padding-inline: 0;
}

.page-section {
  padding-inline: max(24px, (100% - 1200px) / 2);
}

.wp-block-group.is-layout-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--wp--style--block-gap, 1.5rem);
}

.wp-block-group.is-layout-grid > .wp-block-group__inner-container {
  display: contents;
}

@media (max-width: 900px) {
  .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr;
  }
}
.header {
  padding: 24px 0;
}
@media screen and (max-width: 1000px) {
  .header {
    margin-bottom: 0;
  }
}
.header .header__tagline {
  margin: 0 0 0.35rem;
  font-size: 0.6rem;
  line-height: 1.2;
  text-align: right;
  opacity: 0.75;
}
@media screen and (max-width: 1000px) {
  .header .header__tagline {
    display: none;
  }
}
.header .header__nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .header .header__nav-row {
    display: block;
  }
}
.header .header__navigation {
  display: flex;
  flex: 1;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .header .header__navigation {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .header .header__navigation nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}
.header .header__phone {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
@media screen and (max-width: 1000px) {
  .header .header__phone {
    display: none;
  }
}
.header .header__phone-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  font-size: 0.65rem;
  line-height: 1;
  opacity: 0.75;
}
.header .header__phone-label-line {
  display: block;
}
.header .header__phone-link {
  font-size: 2rem;
  line-height: 1.05;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.footer {
  margin-top: 48px;
  background-image: url("img/bg-footer-leaf.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-color: #56624e;
  color: #e1d7c9;
  padding: var(--space-7) 0;
}
.footer a {
  color: #e1d7c9;
  text-decoration: none;
}
.footer .footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer .footer__logo {
  display: block;
  position: relative;
  width: min(280px, 100%);
  aspect-ratio: 371/81;
}
.footer .footer__logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e1d7c9;
  -webkit-mask-image: url("img/logo.svg");
  mask-image: url("img/logo.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.footer .footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
.footer .footer__email {
  font-size: 0.9rem;
}
.footer .footer__top {
  margin-bottom: 4rem;
}
.footer .footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .footer__nav,
.footer .footer__utility {
  float: none;
}
.footer .footer__navigation {
  text-align: left;
}
.footer .footer__utility-navigation {
  text-align: right;
}
.footer .footer__utility {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .footer .footer__top {
    margin-bottom: 1.2rem;
  }
  .footer .footer__bottom {
    display: block;
  }
  .footer .footer__utility-navigation,
  .footer .footer__navigation {
    text-align: left;
  }
  .footer .footer__utility {
    margin-left: 0;
  }
}

.btn {
  background-color: #957aa5;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6px 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: auto;
  transition: all 0.5s;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #957aa5;
  border-color: #957aa5;
}
.btn.is-disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #fff;
  color: #957aa5;
  border: 1px solid #957aa5;
}
.btn--inverse:hover {
  background-color: #957aa5;
  color: #fff;
  border-color: transparent;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 6px;
}

.btn--link {
  background-color: transparent;
  color: #957aa5;
}

.wp-element-button {
  background-color: #957aa5;
  color: white;
  display: inline-flex;
  align-items: center;
}

.wp-element-button:hover {
  color: white;
}

.wpforms-submit {
  display: inline-flex;
  align-items: center;
}

.wp-element-button::after, .wpforms-submit::after {
  content: "";
  width: 1.8rem;
  height: 0.75rem;
  display: inline-block;
  margin-left: 0.85rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 14'%3E%3Cpath d='M1 7h31M26 1l7 6-7 6' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 14'%3E%3Cpath d='M1 7h31M26 1l7 6-7 6' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

a.link-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 1.35rem;
  color: #283b25;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
a.link-with-arrow::after {
  content: "";
  width: 2.4rem;
  height: 0.75rem;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 14'%3E%3Cpath d='M1 7h43M38 1l6 6-6 6' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 14'%3E%3Cpath d='M1 7h43M38 1l6 6-6 6' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform 180ms ease;
}
a.link-with-arrow:hover, a.link-with-arrow:focus-visible {
  color: #957aa5;
}
a.link-with-arrow:hover::after, a.link-with-arrow:focus-visible::after {
  transform: translateX(0.25rem);
}

/**
 * Hamburger menu
 */
.nav-burger {
  float: right;
  transition: all 250ms ease-in-out;
  position: relative;
  z-index: 1001;
}

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: #444;
  display: none;
  margin: 8px auto;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1000px) {
  .nav-burger__line {
    display: block;
  }
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0;
}
.nav > li {
  display: inline-block;
  margin-right: 24px;
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li > a {
  display: block;
  text-decoration: none;
}

.nav--header {
  font-size: 0.9rem;
  font-family: "Cat Childs", serif;
}
@media screen and (max-width: 1000px) {
  .nav--header {
    font-size: 2rem;
    list-style: none;
    padding: 0;
  }
  .nav--header > li {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .nav--header > li:last-child {
    margin-bottom: 0;
  }
  .nav--header > li > a {
    display: block;
    padding: 24px;
  }
}

.nav--footer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.8rem;
}
.nav--footer > li {
  display: flex;
  flex-direction: row;
  margin-right: 0.6rem;
}
.nav--footer > li:last-child {
  margin-right: 0;
}
.nav--footer > li:not(:last-child)::after {
  content: "|";
  margin-left: 0.6rem;
  opacity: 0.8;
}
.nav--footer a {
  color: #e1d7c9;
  text-decoration: none;
}

.nav--utility {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 0.8rem;
}
.nav--utility > li {
  display: flex;
  flex-direction: row;
  margin-right: 0;
  margin-left: 0.6rem;
  white-space: nowrap;
}
.nav--utility > li:first-child {
  margin-left: 0;
}
.nav--utility > li:not(:last-child)::after {
  content: "|";
  margin-left: 0.6rem;
  opacity: 0.8;
}
.nav--utility a {
  color: #e1d7c9;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .nav--footer,
  .nav--utility {
    display: block;
    padding: 0;
  }
  .nav--footer > li,
  .nav--utility > li {
    display: block;
    margin: 0 0 0.4rem;
  }
  .nav--footer > li::after,
  .nav--utility > li::after {
    display: none;
  }
}
.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 24px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #444;
  border-color: #444;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

.wpforms-container {
  width: 100%;
  max-width: none;
}
.wpforms-container .wpforms-form {
  margin: 0;
}
.wpforms-container .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
}
.wpforms-container .wpforms-field {
  padding: 0;
  margin: 0;
}
.wpforms-container .wpforms-field.wpforms-field-textarea,
.wpforms-container .wpforms-field.wpforms-field-html,
.wpforms-container .wpforms-field.wpforms-field-select,
.wpforms-container .wpforms-field.wpforms-field-name,
.wpforms-container .wpforms-field.wpforms-field-email,
.wpforms-container .wpforms-field.wpforms-field-phone,
.wpforms-container .wpforms-submit-container {
  grid-column: 1/-1;
}
.wpforms-container .wpforms-field-label {
  margin-bottom: 0.45rem;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(40, 59, 37, 0.9);
}
.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field select,
.wpforms-container .wpforms-field textarea {
  width: 100%;
  border: 1px solid rgba(40, 59, 37, 0.18);
  border-radius: 0;
  padding: 0.75rem 0.8rem;
  min-height: 44px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  background-color: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.wpforms-container .wpforms-field textarea {
  min-height: 140px;
  resize: vertical;
}
.wpforms-container .wpforms-field input:focus,
.wpforms-container .wpforms-field select:focus,
.wpforms-container .wpforms-field textarea:focus {
  outline: none;
  border-color: rgba(86, 98, 78, 0.75);
  box-shadow: 0 0 0 3px rgba(206, 221, 176, 0.28);
}
.wpforms-container .wpforms-submit-container {
  margin-top: 1rem;
  padding: 0;
}
.wpforms-container button.wpforms-submit,
.wpforms-container button.wpforms-submit[type=submit] {
  border: 0;
  border-radius: 999px;
  background: #957aa5;
  color: #fff;
  padding: 0.72rem 1.7rem;
  line-height: 1;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  cursor: pointer;
  transition: transform 150ms ease, filter 180ms ease;
}
.wpforms-container button.wpforms-submit:hover,
.wpforms-container button.wpforms-submit:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.06);
}
@media (max-width: 980px) {
  .wpforms-container .wpforms-field-container {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .wpforms-container button.wpforms-submit,
  .wpforms-container button.wpforms-submit[type=submit] {
    width: 100%;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: clamp(1rem, 1.8rem - 0.5vw, 1.1rem);
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.home-hero__title, h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.2rem - 1vw, 2rem);
  line-height: 1.1;
  color: #000;
}

.home-hero__desc, .home__desc {
  margin: 0;
  font-size: clamp(0.7rem, 1.1rem - 0.4vw, 1rem);
  line-height: 1.5;
  opacity: 0.9;
}

.home__sidebar {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: normal;
  gap: 3px;
}

.home__sidebar-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
}

/* optional little divider line like the mockup */
.home__sidebar::after {
  content: "";
  width: 2px;
  height: 150px;
  background: #957aa5;
  opacity: 0.35;
}

@media (max-width: 980px) {
  .home__sidebar {
    display: none;
  }
}
.home-hero {
  background: linear-gradient(to bottom, #ffffff 0%, #e0d6ca 100%);
  padding: 0;
  overflow: hidden;
  position: relative;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 28px;
  align-items: start;
  position: relative;
  padding-left: 100px;
  z-index: 1;
}

.home-hero__media {
  border-radius: 18px;
  overflow: hidden;
}

.home-hero__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Staggered look like the mockup */
.home-hero__media--1 {
  margin-top: 0;
}

.home-hero__media--2 {
  margin-top: 130px;
}

.home-hero__media--3 {
  margin-top: 10px;
}

.home-hero__content-box {
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 30%;
  padding: 24px 24px;
  z-index: 2;
  background: rgba(244, 237, 227, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 0 1.5rem 1.5rem 0;
  padding-left: max(24px, (100vw - 1200px) / 2 + 24px);
}

/* Keeps text aligned with logo column */
.home-hero__content-inner {
  max-width: 420px;
}

/* Responsive */
@media (max-width: 980px) {
  .home-hero__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-left: 0;
  }
  .home-hero__img {
    height: 320px;
  }
  .home-hero__media--2,
  .home-hero__media--3 {
    display: none;
  }
  .home-hero__content-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    padding: 20px 24px;
    border-radius: 1.5rem;
    padding-left: 24px;
  }
}
.about-contact {
  background-image: url("img/bg-lines-trans.webp");
  background-repeat: no-repeat;
  background-position: top right;
}

.home-about {
  position: relative;
  padding: 4rem 0 5rem;
}
.home-about__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 1.8rem;
  align-items: center;
  padding-left: 100px;
}
.home-about__media {
  width: min(100%, 420px);
  border-radius: 50% 50% 0.9rem 0.9rem/34% 34% 0.9rem 0.9rem;
  clip-path: inset(0 round 50% 50% 0.9rem 0.9rem/34% 34% 0.9rem 0.9rem);
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(20, 20, 20, 0.14);
}
.home-about__img {
  display: block;
  width: 100%;
  height: auto;
}
.home-about__content {
  max-width: 560px;
}
.home-about__title {
  margin: 0 0 1.25rem;
}
.home-about__caption {
  margin-bottom: 1.3rem;
  font-size: clamp(0.95rem, 1rem - 0.15vw, 1rem);
  line-height: 1.7;
}
.home-about__caption p {
  margin-bottom: 1rem;
}
.home-about__caption p:last-child {
  margin-bottom: 0;
}
.home-about__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #957aa5;
}
.home-about__link::after {
  content: "";
  width: 1.7em;
  height: 0.56em;
  display: inline-block;
  background-color: #957aa5;
  -webkit-mask-image: url("assets/images/z%C3%B6ldike-belt%C3%A9r-arrows-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("assets/images/z%C3%B6ldike-belt%C3%A9r-arrows-right.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: transform 180ms ease;
}
.home-about__link:hover::after, .home-about__link:focus-visible::after {
  transform: translateX(3px);
}
.home-about .home__sidebar {
  z-index: 2;
}

@media (max-width: 980px) {
  .home-about {
    padding: 3rem 0;
  }
  .home-about__layout {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
  .home-about__media {
    width: min(100%, 360px);
    border-radius: 50% 50% 0.8rem 0.8rem/36% 36% 0.8rem 0.8rem;
    clip-path: inset(0 round 50% 50% 0.8rem 0.8rem/36% 36% 0.8rem 0.8rem);
  }
  .home-about__content {
    max-width: none;
  }
}
.services-testimonials {
  background-image: url("img/bg-leaf.webp");
  background-color: white;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.home-services__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 2rem;
  align-items: start;
  padding-left: 100px;
  position: relative;
}
.home-services__intro {
  grid-column: 1;
}
.home-services__card--1 {
  grid-column: 2;
  margin-top: 6rem;
}
.home-services__card--2 {
  grid-column: 1;
  margin-top: -50%;
}
.home-services__card--3 {
  grid-column: 2;
}
.home-services__card--4 {
  grid-column: 1;
  margin-top: -50%;
}

.home-services__intro .home__desc, .home-services__title {
  max-width: 67%;
}

@media (max-width: 980px) {
  .home-services__layout {
    display: flex;
    flex-direction: column;
    padding-left: initial;
  }
  .home-services__card--1, .home-services__card--2, .home-services__card--3, .home-services__card--4 {
    margin-top: 0;
  }
  .home-services__intro .home__desc, .home-services__title {
    max-width: 100%;
  }
}
.home-testimonials {
  position: relative;
  padding: 4rem 0 5rem;
  overflow: hidden;
}
.home-testimonials__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: center;
  padding-left: 100px;
  min-height: 420px;
}
.home-testimonials__intro {
  order: 1;
  position: relative;
  z-index: 2;
  justify-self: end;
  max-width: 540px;
  margin-right: -5.5rem;
}
.home-testimonials__title {
  margin-bottom: 1.5rem;
}
.home-testimonials__slider {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
}
.home-testimonials__viewport {
  overflow: hidden;
}
.home-testimonials__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 320ms ease;
}
.home-testimonials__item {
  min-width: 100%;
  background: rgba(244, 237, 227, 0.85);
  border-radius: 0.9rem;
  padding: 1.2rem 1.4rem;
  line-height: 1.6;
  font-size: clamp(0.9rem, 1rem - 0.2vw, 1rem);
  backdrop-filter: blur(3px);
}
.home-testimonials__item::before {
  content: "•";
  display: inline-block;
  margin-right: 0.55rem;
  color: #957aa5;
}
.home-testimonials__arrow {
  border: none;
  background: transparent;
  line-height: 0;
  padding: 0.3rem;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 160ms ease;
}
.home-testimonials__arrow img {
  width: 28px;
  height: 28px;
  display: block;
}
.home-testimonials__arrow:hover, .home-testimonials__arrow:focus-visible {
  opacity: 1;
}
.home-testimonials__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.home-testimonials__dots {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}
.home-testimonials__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  background: rgba(35, 35, 35, 0.28);
  padding: 0;
  cursor: pointer;
}
.home-testimonials__dot.is-active {
  background: #957aa5;
}
.home-testimonials__bg {
  order: 2;
  position: relative;
  z-index: 1;
  justify-self: start;
  width: min(100%, 420px);
  border-radius: 50% 50% 0.9rem 0.9rem/34% 34% 0.9rem 0.9rem;
  clip-path: inset(0 round 50% 50% 0.9rem 0.9rem/34% 34% 0.9rem 0.9rem);
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(20, 20, 20, 0.14);
}
.home-testimonials__bg-img {
  display: block;
  width: 100%;
  height: auto;
}

.home-testimonials .home__sidebar {
  z-index: 3;
}

@media (max-width: 980px) {
  .home-testimonials__layout {
    grid-template-columns: 1fr;
    padding-left: 0;
    min-height: 0;
  }
  .home-testimonials__intro {
    order: 2;
    max-width: none;
    justify-self: stretch;
    margin-right: 0;
  }
  .home-testimonials__bg {
    order: 1;
    justify-self: start;
    width: min(100%, 360px);
    border-radius: 50% 50% 0.8rem 0.8rem/36% 36% 0.8rem 0.8rem;
    clip-path: inset(0 round 50% 50% 0.8rem 0.8rem/36% 36% 0.8rem 0.8rem);
  }
}
.home-gallery {
  background: #343537;
  color: #f4f1eb;
  padding: 3.75rem 0 4rem;
  overflow: hidden;
}
.home-gallery__layout {
  position: relative;
  padding-left: 100px;
}
.home-gallery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.4rem;
}
.home-gallery__title {
  color: #f4f1eb;
  margin: 0;
}
.home-gallery__page-link, .home-gallery__page-link:visited {
  color: #f4f1eb;
  font-size: small;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
}
.home-gallery__page-link:hover, .home-gallery__page-link:focus, .home-gallery__page-link:active {
  color: #f4f1eb;
}
.home-gallery__page-link-icon {
  width: 2em;
  height: auto;
  display: block;
}
.home-gallery__scroller {
  width: calc(100% + (100vw - 100%) / 2);
  margin-right: calc((100vw - 100%) / -2);
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 241, 235, 0.6) rgba(244, 241, 235, 0.18);
  scroll-snap-type: x mandatory;
}
.home-gallery__scroller::-webkit-scrollbar {
  height: 10px;
}
.home-gallery__scroller::-webkit-scrollbar-track {
  background: rgba(244, 241, 235, 0.18);
  border-radius: 999px;
}
.home-gallery__scroller::-webkit-scrollbar-thumb {
  background: rgba(244, 241, 235, 0.6);
  border-radius: 999px;
}
.home-gallery__track {
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(220px, 22vw, 290px);
  gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
.home-gallery__item {
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.home-gallery__img {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-gallery .home__sidebar {
  z-index: 2;
}
.home-gallery .home__sidebar::after {
  opacity: 0.4;
}
.home-gallery .home__sidebar-text {
  color: rgba(244, 241, 235, 0.9);
}

@media (max-width: 980px) {
  .home-gallery {
    padding: 3rem 0;
  }
  .home-gallery__layout {
    padding-left: 0;
  }
  .home-gallery__head {
    margin-bottom: 1rem;
  }
  .home-gallery__track {
    grid-auto-columns: minmax(180px, 70vw);
  }
  .home-gallery__scroller {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    scroll-snap-type: x proximity;
  }
}
.home-contact {
  background: linear-gradient(90deg, #f6f3ee 0%, #fff 100%);
  position: relative;
  padding: 4rem 0 5rem;
}
.home-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(248, 247, 243, 0.84);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.home-contact .container {
  position: relative;
  z-index: 1;
}
.home-contact__layout {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 2.5rem;
  align-items: start;
  padding-left: 100px;
}
.home-contact__form-col {
  min-width: 0;
}
.home-contact__title {
  margin-bottom: 1.4rem;
}
.home-contact__notice {
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(40, 59, 37, 0.2);
  border-radius: 0.55rem;
  font-size: 0.92rem;
  color: rgba(40, 59, 37, 0.85);
  background: rgba(225, 215, 201, 0.22);
}
.home-contact__form-wrap {
  width: 100%;
  max-width: none;
}
.home-contact__media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  align-items: start;
  padding-top: 4.2rem;
}
.home-contact__media {
  margin: 0;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(20, 20, 20, 0.15);
}
.home-contact__media--1 {
  transform: translateY(0);
}
.home-contact__media--2 {
  transform: translateY(-2.1rem);
}
.home-contact__media--3 {
  transform: translateY(2.1rem);
}
.home-contact__img {
  display: block;
  width: 100%;
  height: auto;
}
.home-contact .home__sidebar {
  z-index: 2;
}

@media (max-width: 980px) {
  .home-contact {
    padding: 3.25rem 0 3.75rem;
  }
  .home-contact__layout {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-left: 0;
  }
  .home-contact__media-grid {
    display: none;
  }
  .home-contact__media {
    position: static;
    width: auto;
  }
  .home-contact__media--1, .home-contact__media--2, .home-contact__media--3 {
    top: auto;
    right: auto;
    left: auto;
    width: auto;
  }
  .home-contact__media--3 {
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map*/