@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;
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 131px;
  }
}

body {
  color: #1B1B18;
  background-color: #F7F2E9;
  scroll-behavior: smooth;
}

section {
  margin: 120px 0;
}
@media (max-width: 1180px) {
  section {
    margin: 90px 0;
  }
}
@media (max-width: 1024px) {
  section {
    margin: 60px 0;
  }
}
@media (max-width: 921px) {
  section {
    margin: 40px 0;
  }
}

.section--full-bleed {
  margin-block: 0;
  padding-block: 120px;
}
@media (max-width: 1180px) {
  .section--full-bleed {
    padding-block: 90px;
  }
}
@media (max-width: 1024px) {
  .section--full-bleed {
    padding-block: 60px;
  }
}
@media (max-width: 921px) {
  .section--full-bleed {
    padding-block: 40px;
  }
}

.eyebrow {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #A9824C;
  margin-bottom: 14px;
}

::selection {
  background: #22432F;
  color: #F7F2E9;
}

.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: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  color: #1B1B18;
}
@media (max-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", "Georgia", serif;
  color: #22432F;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 24px;
  text-wrap: balance;
}

h1 {
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 3.4rem;
  }
}

h2 {
  font-size: 4.4rem;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 3.4rem;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 3rem;
}
@media (max-width: 640px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
@media (max-width: 640px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1B1B18;
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

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

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

blockquote {
  margin: 0 1.5em;
  font-family: "Fraunces", "Georgia", serif;
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
}

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-family: "Fraunces", "Georgia", serif;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #22432F;
  margin-bottom: 30px;
  max-width: 46em;
}
@media (max-width: 1024px) {
  .intro {
    font-size: 2.2rem;
  }
}

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}
ul li:last-child {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

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: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #D9D2C3;
}
table th + th,
table td + td {
  text-align: right;
}
table thead th {
  background: #22432F;
  color: #F7F2E9;
  font-weight: 700;
  border-bottom: none;
}
table:last-child {
  margin-bottom: 0;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #22432F;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.text-link:hover, .text-link:focus-visible {
  color: #A9824C;
}

.plain-content .content a:not(.button):not(.text-link) {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #22432F;
}
.plain-content .content a:not(.button):not(.text-link):hover {
  color: #A9824C;
}

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

.button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #F7F2E9;
  background: #22432F;
  border: 1px solid #22432F;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 17px 26px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.button::after {
  content: "";
  background-image: url("images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(96%) sepia(9%) saturate(304%) hue-rotate(354deg) brightness(103%) contrast(96%);
  width: 22px;
  height: 12px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.button:hover, .button:focus-visible {
  background: #3C5B45;
  border-color: #3C5B45;
}
.button:hover::after, .button:focus-visible::after {
  transform: translateX(4px);
}
.button--outline {
  background: transparent;
  color: #22432F;
  border-color: #22432F;
}
.button--outline::after {
  filter: none;
}
.button--outline:hover, .button--outline:focus-visible {
  background: #22432F;
  color: #F7F2E9;
  border-color: #22432F;
}
.button--outline:hover::after, .button--outline:focus-visible::after {
  filter: invert(96%) sepia(9%) saturate(304%) hue-rotate(354deg) brightness(103%) contrast(96%);
}
.button--on-dark {
  background: #F7F2E9;
  color: #22432F;
  border-color: #F7F2E9;
}
.button--on-dark::after {
  filter: none;
}
.button--on-dark:hover, .button--on-dark:focus-visible {
  background: #A9824C;
  border-color: #A9824C;
  color: #ffffff;
}
@media (max-width: 640px) {
  .button {
    padding: 15px 22px;
    width: 100%;
    justify-content: center;
  }
}

label {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: #22432F;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.custom-file-upload,
select,
textarea {
  color: #1B1B18;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  padding: 14px 16px;
  width: 100%;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #D9D2C3;
  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=range]: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,
input[type=color]:focus,
.custom-file-upload:focus,
select:focus,
textarea:focus {
  color: #22432F;
  border-color: #22432F;
  outline: none;
}
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=range]::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,
input[type=color]::placeholder,
.custom-file-upload::placeholder,
select::placeholder,
textarea::placeholder {
  color: #6E6A61;
  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=range].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,
input[type=color].wpcf7-not-valid,
.custom-file-upload.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #b3261e;
}
input[type=text].wpcf7-not-valid::placeholder,
input[type=email].wpcf7-not-valid::placeholder,
input[type=url].wpcf7-not-valid::placeholder,
input[type=password].wpcf7-not-valid::placeholder,
input[type=search].wpcf7-not-valid::placeholder,
input[type=number].wpcf7-not-valid::placeholder,
input[type=tel].wpcf7-not-valid::placeholder,
input[type=range].wpcf7-not-valid::placeholder,
input[type=date].wpcf7-not-valid::placeholder,
input[type=month].wpcf7-not-valid::placeholder,
input[type=week].wpcf7-not-valid::placeholder,
input[type=time].wpcf7-not-valid::placeholder,
input[type=datetime].wpcf7-not-valid::placeholder,
input[type=datetime-local].wpcf7-not-valid::placeholder,
input[type=color].wpcf7-not-valid::placeholder,
.custom-file-upload.wpcf7-not-valid::placeholder,
select.wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid::placeholder {
  color: #b3261e;
  opacity: 1;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #b3261e;
  font-size: 1.3rem;
  margin-top: 6px;
}

.wpcf7-spinner {
  position: absolute;
  opacity: 0;
}

.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 18px;
  border: 1px solid #22432F;
  font-size: 1.4rem;
}

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

input[type=submit] {
  color: #F7F2E9;
  background-color: #22432F;
  border: 1px solid #22432F;
  display: inline-block;
  padding: 16px 32px;
  width: auto;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
input[type=submit]:hover {
  background-color: #3C5B45;
  border-color: #3C5B45;
}
@media (max-width: 640px) {
  input[type=submit] {
    width: 100%;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(247, 242, 233, 0.97);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(22, 40, 27, 0.08);
  border-color: #D9D2C3;
}

.header-spacer {
  height: 119px;
}
@media (max-width: 640px) {
  .header-spacer {
    height: 131px;
  }
}

.site-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 22px;
}
@media (max-width: 640px) {
  .site-header__row {
    padding-block: 18px;
  }
}

.site-header__logo {
  display: block;
  flex-shrink: 0;
}
.site-header__logo img {
  display: block;
  height: 54px;
  width: auto;
}
@media (max-width: 640px) {
  .site-header__logo img {
    height: 42px;
  }
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 44px;
  flex: 1;
  justify-content: flex-end;
}

.main-navigation__list {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation__list li {
  margin: 0;
  padding: 0;
}
.main-navigation__list li::before {
  content: none;
}
.main-navigation__list a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #22432F;
  padding: 6px 0;
  position: relative;
}
.main-navigation__list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: #A9824C;
  transition: right 0.25s ease;
}
.main-navigation__list a:hover, .main-navigation__list a:focus-visible {
  color: #A9824C;
}
.main-navigation__list a:hover::after, .main-navigation__list a:focus-visible::after {
  right: 0;
}

.main-navigation__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-header__phone {
  font-family: "Fraunces", "Georgia", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #22432F;
  white-space: nowrap;
}
.site-header__phone:hover, .site-header__phone:focus-visible {
  color: #A9824C;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: none;
  border: 0;
  padding: 8px;
  margin: -8px;
}
.menu-toggle span:first-child {
  display: block;
  width: 26px;
  height: 2px;
  background: #22432F;
  position: relative;
  transition: background 0.2s ease;
}
.menu-toggle span:first-child::before, .menu-toggle span:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: #22432F;
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}
.menu-toggle span:first-child::before {
  top: -8px;
}
.menu-toggle span:first-child::after {
  top: 8px;
}
.menu-toggle .menu-toggle__label {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #22432F;
}

.site-header.active .menu-toggle span:first-child {
  background: transparent;
}
.site-header.active .menu-toggle span:first-child::before {
  top: 0;
  transform: rotate(45deg);
}
.site-header.active .menu-toggle span:first-child::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(360px, 86vw);
    background: #F7F2E9;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 110px 36px 36px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    box-shadow: -20px 0 40px rgba(22, 40, 27, 0.12);
  }
  .site-header.active .main-navigation {
    transform: translateX(0);
  }
  .main-navigation__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    width: 100%;
  }
  .main-navigation__list a {
    font-size: 1.9rem;
  }
  .main-navigation__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 36px;
    width: 100%;
  }
  .main-navigation__actions .button {
    width: 100%;
    justify-content: center;
  }
  .menu-toggle {
    display: flex;
  }
}
.sticky-enquire {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  background: #22432F;
  color: #F7F2E9;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 15px 22px;
  border-radius: 2px;
  box-shadow: 0 12px 24px rgba(22, 40, 27, 0.22);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
}
.sticky-enquire:hover, .sticky-enquire:focus-visible {
  background: #3C5B45;
}
.sticky-enquire.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .sticky-enquire {
    display: none;
  }
}

.site-footer {
  background: #16281B;
  color: rgba(247, 242, 233, 0.85);
  padding-block: 90px 32px;
}
@media (max-width: 1180px) {
  .site-footer {
    padding-block: 70px 28px;
  }
}
@media (max-width: 1024px) {
  .site-footer {
    padding-block: 50px 24px;
  }
}
.site-footer a {
  color: rgba(247, 242, 233, 0.85);
}
.site-footer a:hover, .site-footer a:focus-visible {
  color: #A9824C;
}
.site-footer h6 {
  color: #F7F2E9;
  margin-bottom: 20px;
}
.site-footer ul {
  margin: 0;
}
.site-footer ul li {
  padding-left: 0;
  margin-bottom: 12px;
}
.site-footer ul li::before {
  content: none;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(247, 242, 233, 0.14);
}
@media (max-width: 1180px) {
  .site-footer__top {
    grid-template-columns: 1fr 1fr;
    row-gap: 48px;
  }
}
@media (max-width: 640px) {
  .site-footer__top {
    grid-template-columns: 1fr;
  }
}

.site-footer__brand {
  max-width: 320px;
}
.site-footer__brand p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 18px 0 24px;
}

.site-footer__logo {
  display: inline-block;
  font-family: "Fraunces", "Georgia", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #F7F2E9;
  letter-spacing: 0.01em;
}
.site-footer__logo:hover, .site-footer__logo:focus-visible {
  color: #A9824C;
}

.site-footer__social {
  display: flex;
  gap: 14px;
}
.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(247, 242, 233, 0.3);
  border-radius: 50%;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.site-footer__social a:hover, .site-footer__social a:focus-visible {
  border-color: #A9824C;
}

.site-footer__contact address {
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8;
}

.site-footer__bottom {
  padding-top: 28px;
}

.site-footer__regulatory {
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(247, 242, 233, 0.55);
  max-width: 90ch;
  margin: 0 0 22px;
}

.site-footer__bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-footer__copyright {
  font-size: 1.3rem;
  color: rgba(247, 242, 233, 0.6);
  margin: 0;
}

.site-footer__utility {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  font-size: 1.3rem;
}
.site-footer__utility li {
  margin: 0;
}
.site-footer__utility a {
  color: rgba(247, 242, 233, 0.6);
}
.site-footer__utility a:hover, .site-footer__utility a:focus-visible {
  color: #A9824C;
}

@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 #22432F;
  border-radius: 0;
  padding: 0;
}
ul.slick-dots li.slick-active button {
  background-color: #22432F;
}
ul.slick-dots li:before {
  content: none;
}

.plain-content .plain-content-inner {
  max-width: 860px;
}
.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: 44px 0 18px;
}
.plain-content .plain-content-inner h1:first-child, .plain-content .plain-content-inner h2:first-child, .plain-content .plain-content-inner h3:first-child, .plain-content .plain-content-inner h4:first-child, .plain-content .plain-content-inner h5:first-child, .plain-content .plain-content-inner h6:first-child {
  margin-top: 0;
}
.plain-content .plain-content-inner p {
  color: #1B1B18;
}
.plain-content .plain-content-inner ul, .plain-content .plain-content-inner ol {
  margin: 0 0 30px;
}
.plain-content .plain-content-inner ul li, .plain-content .plain-content-inner ol li {
  margin-bottom: 10px;
}

.hero__row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 72px;
}

.hero--no-image .hero__row {
  grid-template-columns: 1fr;
}

.hero__content {
  max-width: 640px;
}

.hero--no-image .hero__content {
  max-width: 760px;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 36px 0 20px;
}

.hero__trust-note {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  color: #6E6A61;
  margin: 0;
}

.hero__media {
  position: relative;
}
.hero__media::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -22px;
  right: 22px;
  bottom: -22px;
  border: 1px solid #A9824C;
  z-index: -1;
}
@media (max-width: 921px) {
  .hero__media::before {
    display: none;
  }
}
.hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

@media (max-width: 921px) {
  .hero__row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero__media {
    order: -1;
    max-width: 320px;
    margin: 0 auto;
  }
  .hero__content {
    max-width: none;
  }
}
.split-content__row {
  display: flex;
  align-items: center;
  gap: 72px;
}

.split-content--image-left .split-content__row {
  flex-direction: row-reverse;
}

.split-content__text {
  flex: 1 1 0;
  min-width: 0;
}

.split-content--no-image .split-content__text {
  max-width: 820px;
}

.split-content__copy p:first-of-type {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 2rem;
  line-height: 1.55;
  color: #22432F;
}

.split-content__media {
  flex: 1 1 0;
  min-width: 0;
}
.split-content__media img {
  display: block;
  width: 100%;
  border-radius: 2px;
}

.split-content--bg-tint {
  background: rgba(34, 67, 47, 0.06);
}

.split-content--bg-dark {
  background: #22432F;
  color: rgba(247, 242, 233, 0.9);
}
.split-content--bg-dark h2, .split-content--bg-dark h3, .split-content--bg-dark h4 {
  color: #F7F2E9;
}
.split-content--bg-dark .eyebrow {
  color: #A9824C;
}
.split-content--bg-dark .split-content__copy p:first-of-type {
  color: #F7F2E9;
}
.split-content--bg-dark .text-link {
  color: #F7F2E9;
}
.split-content--bg-dark .text-link:hover, .split-content--bg-dark .text-link:focus-visible {
  color: #A9824C;
}

@media (max-width: 921px) {
  .split-content__row {
    flex-direction: column !important;
    gap: 36px;
  }
  .split-content__media {
    width: 100%;
  }
}
.service-list__header {
  max-width: 720px;
  margin-bottom: 56px;
}

.service-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #D9D2C3;
}

.service-list__item {
  border-bottom: 1px solid #D9D2C3;
  padding-left: 0;
}
.service-list__item::before {
  content: none;
}

.service-list__link {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 38px 0;
  transition: padding-left 0.25s ease;
}
.service-list__link:hover, .service-list__link:focus-visible {
  padding-left: 12px;
}
.service-list__link:hover .service-list__title, .service-list__link:focus-visible .service-list__title {
  color: #A9824C;
}
.service-list__link:hover .service-list__arrow, .service-list__link:focus-visible .service-list__arrow {
  transform: translateX(8px);
}

.service-list__index {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.8rem;
  color: #A9824C;
  flex-shrink: 0;
  width: 46px;
}

.service-list__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.service-list__title {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #22432F;
  transition: color 0.25s ease;
}
@media (max-width: 640px) {
  .service-list__title {
    font-size: 2.2rem;
  }
}

.service-list__excerpt {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #6E6A61;
  max-width: 62ch;
}

.service-list__arrow {
  flex-shrink: 0;
  width: 34px;
  height: 14px;
  background-image: url("images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.25s ease;
}
@media (max-width: 640px) {
  .service-list__arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .service-list__link {
    gap: 20px;
    align-items: flex-start;
  }
}
.team__header {
  max-width: 720px;
  margin-bottom: 64px;
}

.team__list {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.team__member {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: start;
}
.team__member:nth-child(even) {
  grid-template-columns: 1fr 320px;
}
.team__member:nth-child(even) .team__photo {
  order: 2;
}

.team__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top center;
}

.team__role {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #A9824C;
  margin: -14px 0 20px;
}

.team__bio-text p {
  color: #1B1B18;
  max-width: 70ch;
}

@media (max-width: 1024px) {
  .team__member {
    grid-template-columns: 240px 1fr;
    gap: 40px;
  }
  .team__member:nth-child(even) {
    grid-template-columns: 1fr 240px;
  }
}
@media (max-width: 921px) {
  .team__member,
  .team__member:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .team__member .team__photo {
    order: -1 !important;
    max-width: 260px;
  }
  .team__list {
    gap: 60px;
  }
}
.testimonials {
  background: #22432F;
  color: rgba(247, 242, 233, 0.92);
}
.testimonials h2 {
  color: #F7F2E9;
}
.testimonials .eyebrow {
  color: #A9824C;
}

.testimonials__header {
  max-width: 640px;
  margin-bottom: 56px;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 56px;
}
@media (max-width: 921px) {
  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.testimonial {
  margin: 0;
  padding: 34px 0;
  border-top: 1px solid rgba(247, 242, 233, 0.18);
}
.testimonial blockquote {
  margin: 0 0 20px;
  font-family: "Fraunces", "Georgia", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #F7F2E9;
}
@media (max-width: 640px) {
  .testimonial blockquote {
    font-size: 1.8rem;
  }
}
.testimonial figcaption {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.testimonial__name {
  font-weight: 700;
}

.testimonial__name {
  font-weight: 700;
  color: #F7F2E9;
}

.testimonial__context {
  color: rgba(247, 242, 233, 0.6);
}

.cta-banner {
  background: #16281B;
  border-top: 1px solid rgba(169, 130, 76, 0.4);
}

.cta-banner__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-banner__text {
  max-width: 620px;
}
.cta-banner__text h2 {
  color: #F7F2E9;
  margin-bottom: 12px;
}
.cta-banner__text p {
  color: rgba(247, 242, 233, 0.75);
  margin: 0;
  font-size: 1.7rem;
}

.cta-banner__action {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.cta-banner__note {
  font-size: 1.4rem;
  color: rgba(247, 242, 233, 0.7);
}

.fee-groups__header {
  max-width: 780px;
  margin-bottom: 48px;
}

.fee-groups__intro p {
  color: #6E6A61;
}

.fee-groups__list {
  border-top: 1px solid #D9D2C3;
}

.fee-group {
  border-bottom: 1px solid #D9D2C3;
}

.fee-group__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
  cursor: pointer;
  list-style: none;
}
.fee-group__summary::-webkit-details-marker {
  display: none;
}

.fee-group__title {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #22432F;
}
@media (max-width: 640px) {
  .fee-group__title {
    font-size: 2rem;
  }
}

.fee-group__toggle {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.fee-group__toggle::before, .fee-group__toggle::after {
  content: "";
  position: absolute;
  background: #22432F;
  transition: transform 0.25s ease;
}
.fee-group__toggle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: translateY(-50%);
}
.fee-group__toggle::after {
  left: 50%;
  top: 0;
  height: 100%;
  width: 1.5px;
  transform: translateX(-50%);
}

.fee-group[open] .fee-group__toggle::after {
  transform: translateX(-50%) rotate(90deg) scale(0);
}

.fee-group__content {
  padding-bottom: 32px;
}

.fee-group__note {
  color: #6E6A61;
  font-size: 1.5rem;
  max-width: 70ch;
  margin-bottom: 24px;
}

.fee-group__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fee-item {
  padding: 18px 0;
  border-top: 1px solid rgba(217, 210, 195, 0.6);
}
.fee-item::before {
  content: none;
}
.fee-item:first-child {
  border-top: none;
  padding-top: 0;
}

.fee-item__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
}

.fee-item__label {
  font-weight: 600;
}

.fee-item__price {
  font-family: "Fraunces", "Georgia", serif;
  color: #A9824C;
  white-space: nowrap;
  font-size: 1.7rem;
}

.fee-item__description {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #6E6A61;
  margin: 8px 0 0;
  max-width: 70ch;
}

.fee-groups__disclaimer {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid #D9D2C3;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #6E6A61;
}
.fee-groups__disclaimer p {
  max-width: 90ch;
}

.contact-block {
  background: rgba(34, 67, 47, 0.06);
}

.contact-block__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-block__intro {
  max-width: 46em;
  color: #6E6A61;
}

.contact-block__list {
  list-style: none;
  margin: 28px 0;
  padding: 0;
}
.contact-block__list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(34, 67, 47, 0.14);
}
.contact-block__list li::before {
  content: none;
}
.contact-block__list li a, .contact-block__list li address {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.9rem;
  color: #22432F;
  font-style: normal;
}
.contact-block__list li a:hover,
.contact-block__list li a:focus-visible {
  color: #A9824C;
}

.contact-block__label {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #A9824C;
}

.contact-block__map {
  line-height: 0;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 8px;
}
.contact-block__map iframe {
  display: block;
}

.contact-block__form {
  background: #ffffff;
  padding: 48px;
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(22, 40, 27, 0.1);
}
.contact-block__form h3 {
  margin-bottom: 8px;
}

@media (max-width: 921px) {
  .contact-block__row {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .contact-block__form {
    padding: 32px 24px;
  }
}

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