@charset "UTF-8";
/*!
Theme Name: Jellyworks Template
Author: Jellyworks Studio
Author URI: https://jellyworks.co.uk
Version: 1.0.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 119px;
  --section-spacing: 120px;
}
@media (max-width: 1180px) {
  html {
    --section-spacing: 90px;
  }
}
@media (max-width: 1024px) {
  html {
    --section-spacing: 64px;
  }
}
@media (max-width: 921px) {
  html {
    --section-spacing: 44px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 131px;
  }
}

body {
  color: #26251F;
  background-color: #F6F3EC;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
}

section {
  margin-block: var(--section-spacing);
}
section:first-child {
  margin-top: 0;
}

.section--full-bleed {
  margin-block: 0;
  padding-block: var(--section-spacing);
}

.width-wrapper {
  max-width: 1520px;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .width-wrapper {
    padding: 0 25px;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Inter", sans-serif;
  font-size: 1.9rem;
  line-height: 1.55;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
  color: #26251F;
}

h1 {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 4.4rem;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #26251F;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 3.4rem;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.6rem;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.1rem;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 640px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 1.8rem;
  margin: 0 0 20px;
  font-weight: 700;
}

h6 {
  font-size: 1.3rem;
  margin: 0 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8DC53E;
  margin: 0 0 16px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

.intro {
  font-size: 2.2rem;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .intro {
    font-size: 2rem;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.content ul li,
.plain-content-inner ul li,
.wysiwyg ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
.content ul li::before,
.plain-content-inner ul li::before,
.wysiwyg ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8DC53E;
}
.content ul li:last-child,
.plain-content-inner ul li:last-child,
.wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.content ol,
.plain-content-inner ol,
.wysiwyg ol {
  list-style: decimal;
  padding-left: 1.4em;
}
.content ol li,
.plain-content-inner ol li,
.wysiwyg ol li {
  padding-left: 6px;
  margin-bottom: 8px;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
  border-collapse: collapse;
}
table th,
table td {
  padding: 8px;
  text-align: left;
}
table th + th,
table td + td {
  text-align: right;
}
table thead th {
  background: #8DC53E;
  color: #26251F;
  font-weight: 700;
}
table tbody tr {
  border-bottom: 1px solid #8DC53E;
}
table:last-child {
  margin-bottom: 0;
}

.accommodation-table tr:first-child {
  background: #8DC53E;
  color: #26251F;
  font-weight: 700;
}
.accommodation-table tr:last-child {
  background: rgba(140, 136, 126, 0.3);
  font-weight: 700;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #8DC53E;
  outline-offset: 2px;
}

.content a:not(.button):not(input[type=submit]),
.plain-content-inner a:not(.button):not(input[type=submit]),
.wysiwyg a:not(.button):not(input[type=submit]) {
  text-decoration: underline;
  text-decoration-color: rgba(141, 197, 62, 0.6);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease;
}
.content a:not(.button):not(input[type=submit]):hover, .content a:not(.button):not(input[type=submit]):focus-visible,
.plain-content-inner a:not(.button):not(input[type=submit]):hover,
.plain-content-inner a:not(.button):not(input[type=submit]):focus-visible,
.wysiwyg a:not(.button):not(input[type=submit]):hover,
.wysiwyg a:not(.button):not(input[type=submit]):focus-visible {
  text-decoration-color: currentColor;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.button, input[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #26251F;
  background: #8DC53E;
  border: 2px solid #8DC53E;
  border-radius: 3px;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 15px 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.button::after, input[type=submit]::after {
  content: "";
  background-image: url("images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 14px;
  flex-shrink: 0;
}
.button:hover, input[type=submit]:hover, .button:focus-visible, input[type=submit]:focus-visible {
  background: transparent;
  color: #8DC53E;
  transform: translateX(2px);
}
.button--ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}
.button--ghost:hover, .button--ghost:focus-visible {
  background: #8DC53E;
  color: #26251F;
  border-color: #8DC53E;
}
.button--dark {
  background: #26251F;
  color: #ffffff;
  border-color: #26251F;
}
.button--dark:hover, .button--dark:focus-visible {
  background: transparent;
  color: #26251F;
}
@media (max-width: 640px) {
  .button, input[type=submit] {
    padding: 14px 18px;
    width: 100%;
    justify-content: center;
  }
}

.wpcf7-form p,
.enquiry-form p {
  margin: 0 0 18px;
}
.wpcf7-form label,
.enquiry-form label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 6px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
select,
textarea {
  color: #26251F;
  padding: 13px 16px;
  width: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(38, 37, 31, 0.2);
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  transition: border-color 0.2s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #8DC53E;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #8C887E;
  opacity: 1;
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=month].wpcf7-not-valid,
input[type=week].wpcf7-not-valid,
input[type=time].wpcf7-not-valid,
input[type=datetime].wpcf7-not-valid,
input[type=datetime-local].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #c0392b;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 1.3rem;
  margin-top: 4px;
}

.wpcf7-spinner {
  margin-left: 12px;
}

.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 3px;
  font-size: 1.4rem;
  border-width: 1px !important;
}

input[type=submit] {
  width: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(38, 37, 31, 0.92);
  color: #ffffff;
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.is-scrolled {
  background: #26251F;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}
.site-header .width-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 1024px) {
  .site-header .width-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.site-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.site-header__logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 640px) {
  .site-header__logo img {
    height: 32px;
  }
}
.site-header__logo span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
}
.site-header .main-navigation {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .site-header .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 86vw);
    background: #26251F;
    padding: 100px 32px 40px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
  }
}
.site-header.active .main-navigation {
  transform: translateX(0);
}
.site-header__list {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
}
.site-header__list li {
  margin: 0;
}
.site-header__list a {
  font-size: 1.5rem;
  font-weight: 600;
}
.site-header__list a:hover, .site-header__list a:focus-visible {
  color: #8DC53E;
}
@media (max-width: 1024px) {
  .site-header__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  .site-header__list a {
    color: #ffffff;
    font-size: 2.1rem;
  }
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 921px) {
  .site-header__actions .button, .site-header__actions input[type=submit] {
    padding: 11px 16px;
    font-size: 1.3rem;
  }
}
@media (max-width: 640px) {
  .site-header__actions {
    gap: 12px;
  }
  .site-header__actions .site-header__phone span {
    display: none;
  }
}
.site-header__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1.5rem;
  white-space: nowrap;
}
.site-header__phone svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.site-header__phone:hover, .site-header__phone:focus-visible {
  color: #8DC53E;
}
.site-header .menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 6px;
  color: #ffffff;
}
.site-header .menu-toggle svg {
  display: block;
}
.site-header .menu-toggle .icon-menu-open svg {
  width: 22px;
  height: 16px;
}
.site-header .menu-toggle .icon-menu-close {
  display: none;
}
.site-header .menu-toggle .icon-menu-close svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1024px) {
  .site-header .menu-toggle {
    display: flex;
    position: relative;
    z-index: 2;
  }
}
.site-header.active .menu-toggle {
  color: #ffffff;
}
.site-header.active .menu-toggle .icon-menu-open {
  display: none;
}
.site-header.active .menu-toggle .icon-menu-close {
  display: block;
}
.site-header .nav-backdrop {
  display: none;
}
@media (max-width: 1024px) {
  .site-header.active .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(38, 37, 31, 0.4);
    z-index: 1;
  }
}

.header-spacer {
  height: 78px;
}
@media (max-width: 1024px) {
  .header-spacer {
    height: 66px;
  }
}

.site-footer {
  background: #26251F;
  color: rgba(255, 255, 255, 0.72);
  padding-block: 90px 32px;
  margin-top: var(--section-spacing);
}
@media (max-width: 1024px) {
  .site-footer {
    padding-block: 60px 24px;
  }
}
.site-footer h6 {
  color: #ffffff;
  font-size: 1.3rem;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}
.site-footer a:hover, .site-footer a:focus-visible {
  color: #8DC53E;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 0.8fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 1180px) {
  .site-footer__top {
    grid-template-columns: 1fr 1fr;
    row-gap: 44px;
  }
}
@media (max-width: 640px) {
  .site-footer__top {
    grid-template-columns: 1fr;
  }
}
.site-footer__brand {
  grid-column: span 1;
}
@media (max-width: 1180px) {
  .site-footer__brand {
    grid-column: 1/-1;
    max-width: 480px;
  }
}
@media (max-width: 1180px) {
  .site-footer__nav {
    order: 1;
  }
}
@media (max-width: 1180px) {
  .site-footer__contact {
    order: 2;
  }
}
@media (max-width: 1180px) {
  .site-footer__locations {
    grid-column: 1/-1;
    order: 3;
  }
}
.site-footer__logo {
  display: inline-flex;
  margin-bottom: 20px;
}
.site-footer__logo img {
  height: 34px;
  width: auto;
}
.site-footer__blurb {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 24px;
}
.site-footer__social {
  display: flex;
  gap: 14px;
}
.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.site-footer__social a:hover, .site-footer__social a:focus-visible {
  background: #8DC53E;
  border-color: #8DC53E;
  color: #26251F;
}
.site-footer__social svg {
  width: 16px;
  height: 16px;
}
.site-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}
.site-footer__nav-list li {
  margin: 0;
}
.site-footer__nav-list a {
  font-size: 1.5rem;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 18px;
}
.site-footer__contact-link {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 28px;
  font-size: 1.3rem;
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__privacy {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
ul.slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}
ul.slick-dots li {
  margin: 0;
  padding: 0;
}
ul.slick-dots li button {
  border: none;
  background: none;
  color: transparent;
  display: block;
  line-height: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #8DC53E;
  border-radius: 0;
  padding: 0;
}
ul.slick-dots li.slick-active button {
  background-color: #8DC53E;
}
ul.slick-dots li:before {
  content: none;
}

.plain-content {
  margin: 120px 0;
}
.plain-content .plain-content-inner h1, .plain-content .plain-content-inner h2, .plain-content .plain-content-inner h3, .plain-content .plain-content-inner h4, .plain-content .plain-content-inner h5, .plain-content .plain-content-inner h6 {
  margin-bottom: 30px;
}
.plain-content .plain-content-inner p {
  max-width: 900px;
}
.plain-content .plain-content-inner ul {
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .plain-content {
    margin: 90px 0;
  }
}
@media (max-width: 1024px) {
  .plain-content {
    margin: 60px 0;
  }
}
@media (max-width: 921px) {
  .plain-content {
    margin: 30px 0 60px;
  }
}

.hero {
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #26251F;
}
.hero__media {
  position: absolute;
  inset: 0;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(38, 37, 31, 0.88) 0%, rgba(38, 37, 31, 0.35) 55%, rgba(38, 37, 31, 0.15) 100%);
}
.hero__inner {
  position: relative;
  width: 100%;
}
.hero__content {
  max-width: 760px;
}
.hero .eyebrow--light {
  color: #8DC53E;
}
.hero h1 {
  color: #ffffff;
}
.hero__subheading {
  font-size: 2rem;
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
}
@media (max-width: 1024px) {
  .hero__subheading {
    font-size: 1.7rem;
  }
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}
.hero--full {
  min-height: 92vh;
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .hero--full {
    min-height: 640px;
  }
}
@media (max-width: 640px) {
  .hero--full {
    min-height: 560px;
  }
}
.hero--compact {
  min-height: 320px;
  padding-top: 100px;
}
.hero--compact h1 {
  font-size: 4.4rem;
}
@media (max-width: 1024px) {
  .hero--compact h1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 640px) {
  .hero--compact h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .hero--compact {
    min-height: 260px;
  }
}

.content-split__row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(32px, 5vw, 90px);
  align-items: center;
}
.content-split__row + .content-split__row {
  margin-top: var(--section-spacing);
}
.content-split__row--right .content-split__media {
  order: 2;
}
@media (max-width: 1024px) {
  .content-split__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .content-split__row .content-split__media {
    order: -1 !important;
  }
}
.content-split__media {
  border-radius: 4px;
  overflow: hidden;
}
.content-split__media img {
  display: block;
  width: 100%;
  height: auto;
}
.content-split__text {
  max-width: 560px;
}
.content-split__text .button, .content-split__text input[type=submit] {
  margin-top: 12px;
}

.services-strip__header {
  max-width: 640px;
  margin-bottom: 56px;
}
.services-strip__header h2 {
  margin-bottom: 0;
}
.services-strip__header .intro {
  margin-top: 16px;
}
.services-strip__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  border-top: 1px solid rgba(38, 37, 31, 0.14);
}
@media (max-width: 1024px) {
  .services-strip__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .services-strip__list {
    grid-template-columns: 1fr;
  }
}
.services-strip__list li {
  display: flex;
  flex-direction: column;
  padding: 28px 0;
  border-bottom: 1px solid rgba(38, 37, 31, 0.14);
  margin: 0;
}
.services-strip__index {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #8DC53E;
  margin-bottom: 14px;
}
.services-strip__label {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 8px;
}
.services-strip__description {
  font-size: 1.5rem;
  color: rgba(38, 37, 31, 0.7);
}

.locations-directory__jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 70px;
}
.locations-directory__jump a {
  padding: 9px 18px;
  border: 1px solid rgba(38, 37, 31, 0.18);
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 600;
}
.locations-directory__jump a:hover, .locations-directory__jump a:focus-visible {
  border-color: #8DC53E;
  background: #8DC53E;
}
.locations-directory__city {
  scroll-margin-top: 100px;
}
.locations-directory__city + .locations-directory__city {
  margin-top: 84px;
  padding-top: 84px;
  border-top: 1px solid rgba(38, 37, 31, 0.12);
}
@media (max-width: 1024px) {
  .locations-directory__city + .locations-directory__city {
    margin-top: 56px;
    padding-top: 56px;
  }
}
.locations-directory__city h2 {
  margin-bottom: 36px;
}
.locations-directory__summary {
  font-size: 1.8rem;
  max-width: 640px;
  color: rgba(38, 37, 31, 0.75);
}
.locations-directory__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1180px) {
  .locations-directory__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .locations-directory__grid {
    grid-template-columns: 1fr;
  }
}

.location-card {
  display: flex;
  flex-direction: column;
}
.location-card__media {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 20px;
  background: rgba(38, 37, 31, 0.06);
}
.location-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.location-card__media:hover img {
  transform: scale(1.04);
}
.location-card__body h3 {
  margin-bottom: 6px;
  text-transform: none;
}
.location-card__address {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8DC53E;
  margin-bottom: 10px;
}
.location-card__description {
  font-size: 1.5rem;
  color: rgba(38, 37, 31, 0.75);
  margin-bottom: 0;
}

.team-grid__header {
  max-width: 640px;
  margin-bottom: 56px;
}
.team-grid__header h2 {
  margin-bottom: 0;
}
.team-grid__header .intro {
  margin-top: 16px;
}
.team-grid__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px 24px;
}
@media (max-width: 1180px) {
  .team-grid__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .team-grid__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
  }
}
.team-grid__list li {
  margin: 0;
}
.team-grid__photo {
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  background: rgba(38, 37, 31, 0.06);
}
.team-grid__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-grid__name {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0;
}
.team-grid__role {
  font-size: 1.4rem;
  color: #8DC53E;
  font-weight: 600;
  margin: 2px 0 0;
}

.quote-block__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.quote-block__inner p {
  font-family: "Manrope", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.35;
  color: #26251F;
  margin: 0 0 28px;
}
.quote-block__inner p::before {
  content: "“";
  color: #8DC53E;
}
.quote-block__inner p::after {
  content: "”";
  color: #8DC53E;
}
@media (max-width: 1024px) {
  .quote-block__inner p {
    font-size: 2.4rem;
  }
}
@media (max-width: 640px) {
  .quote-block__inner p {
    font-size: 2rem;
  }
}
.quote-block__inner footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.quote-block__name {
  font-weight: 700;
  font-size: 1.5rem;
}
.quote-block__role {
  font-size: 1.4rem;
  color: rgba(38, 37, 31, 0.6);
}

.stat-band--ink {
  background: #26251F;
  color: #ffffff;
}
.stat-band--ink .stat-band__value {
  color: #8DC53E;
}
.stat-band--lime {
  background: #8DC53E;
  color: #26251F;
}
.stat-band--lime .stat-band__value {
  color: #26251F;
}
.stat-band__inner {
  display: flex;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .stat-band__inner {
    gap: 28px;
  }
}
.stat-band__figure {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-shrink: 0;
}
.stat-band__value {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 8rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .stat-band__value {
    font-size: 5.5rem;
  }
}
@media (max-width: 640px) {
  .stat-band__value {
    font-size: 4.4rem;
  }
}
.stat-band__unit {
  font-size: 2rem;
  font-weight: 600;
}
.stat-band__text {
  max-width: 460px;
}
.stat-band__label {
  font-family: "Manrope", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (max-width: 1024px) {
  .stat-band__label {
    font-size: 1.8rem;
  }
}
.stat-band__supporting {
  font-size: 1.5rem;
  opacity: 0.8;
  margin: 0;
}

.cta-band {
  position: relative;
  background: #26251F;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.cta-band h2 {
  color: #ffffff;
}
.cta-band p {
  font-size: 1.9rem;
  max-width: 560px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.85);
}
.cta-band__media {
  position: absolute;
  inset: 0;
}
.cta-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-band__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(38, 37, 31, 0.78);
}
.cta-band__inner {
  position: relative;
  max-width: 680px;
}
.cta-band__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-panel__inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
}
@media (max-width: 1024px) {
  .contact-panel__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.contact-panel__details h2 {
  margin-bottom: 14px;
}
.contact-panel__details .intro {
  margin-bottom: 32px;
}
.contact-panel__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-panel__list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}
.contact-panel__list span {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(38, 37, 31, 0.5);
}
.contact-panel__list a {
  font-family: "Manrope", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}
.contact-panel__list a:hover, .contact-panel__list a:focus-visible {
  color: #8DC53E;
}
.contact-panel__form {
  background: #ffffff;
  border-radius: 4px;
  padding: 44px;
  box-shadow: 0 20px 60px rgba(38, 37, 31, 0.08);
}
@media (max-width: 640px) {
  .contact-panel__form {
    padding: 28px 22px;
  }
}

.news-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
@media (max-width: 1180px) {
  .news-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .news-grid__list {
    grid-template-columns: 1fr;
  }
}
.news-grid .pagination,
.news-grid .nav-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}
.news-grid .pagination a, .news-grid .pagination span,
.news-grid .nav-links a,
.news-grid .nav-links span {
  padding: 10px 16px;
  border: 1px solid rgba(38, 37, 31, 0.18);
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.4rem;
}
.news-grid .pagination .current,
.news-grid .nav-links .current {
  background: #26251F;
  color: #ffffff;
  border-color: #26251F;
}

.news-card {
  margin: 0;
}
.news-card__link {
  display: block;
}
.news-card__media {
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  background: rgba(38, 37, 31, 0.06);
}
.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-card:hover .news-card__media img {
  transform: scale(1.04);
}
.news-card__media-fallback {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 84% 20%, #8DC53E 0%, #8DC53E 5%, transparent 5.3%), linear-gradient(135deg, #26251F 0%, rgb(30.3222506394%, 29.5242966752%, 24.73657289%) 100%);
}
.news-card__date {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8DC53E;
  margin-bottom: 10px;
}
.news-card h2 {
  font-size: 2.1rem;
  margin-bottom: 10px;
}
.news-card p {
  font-size: 1.5rem;
  color: rgba(38, 37, 31, 0.72);
  margin-bottom: 14px;
}
.news-card__cta {
  font-size: 1.4rem;
  font-weight: 700;
  color: #26251F;
}
.news-card:hover .news-card__cta, .news-card:focus-visible .news-card__cta {
  color: #8DC53E;
}

.single-post__media {
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.single-post__media img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post__back {
  margin-top: 40px;
}
.single-post__back a {
  font-weight: 600;
}
