@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;
}

:root {
  --section-spacing: 120px;
}
@media (max-width: 1180px) {
  :root {
    --section-spacing: 80px;
  }
}
@media (max-width: 1024px) {
  :root {
    --section-spacing: 56px;
  }
}
@media (max-width: 640px) {
  :root {
    --section-spacing: 44px;
  }
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 119px;
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 131px;
  }
}

body {
  color: #1C2024;
  background-color: #F6F2E9;
  scroll-behavior: smooth;
}
section {
  margin-block: var(--section-spacing);
}
.width-wrapper {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .width-wrapper {
    padding: 0 25px;
  }
}

.width-wrapper--narrow {
  max-width: 920px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #A9812F;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

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

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
}
@media (max-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Fraunces", serif;
  color: #142A42;
}

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

h2 {
  font-size: 4.2rem;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
@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 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 640px) {
  h3 {
    font-size: 2.1rem;
  }
}

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

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #142A42;
}
h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  margin: 0 0 10px;
  font-weight: 700;
  color: #142A42;
}
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;
}

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: 8px;
  text-align: left;
}
table th + th,
table td + td {
  text-align: right;
}
table thead th {
  background: #A9812F;
  color: #142A42;
  font-weight: 700;
}
table tbody tr {
  border-bottom: 1px solid #A9812F;
}
table:last-child {
  margin-bottom: 0;
}

.accommodation-table tr:first-child {
  background: #A9812F;
  color: #142A42;
  font-weight: 700;
}
.accommodation-table tr:last-child {
  background: rgba(107, 114, 128, 0.3);
  font-weight: 700;
  border: none;
}

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

.button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #142A42;
  background: #A9812F;
  border: 1px solid #A9812F;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 15px 24px;
  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 {
  content: "";
  background-color: currentColor;
  mask-image: url("images/arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 22px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.button:hover, .button:focus-visible {
  background: #142A42;
  color: #ffffff;
  border-color: #142A42;
}
.button:hover::after, .button:focus-visible::after {
  transform: translateX(3px);
}
.button--outline {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}
.button--outline:hover, .button--outline:focus-visible {
  background: #142A42;
  color: #ffffff;
  border-color: #142A42;
}
.button--on-dark.button--outline {
  color: #ffffff;
}
.button--on-dark.button--outline:hover, .button--on-dark.button--outline:focus-visible {
  background: #A9812F;
  color: #142A42;
  border-color: #A9812F;
}
.button--ghost {
  background: transparent;
  border-color: transparent;
  color: inherit;
  padding-left: 0;
  padding-right: 0;
}
.button--ghost:hover, .button--ghost:focus-visible {
  background: transparent;
  color: #A9812F;
  border-color: transparent;
}
@media (max-width: 640px) {
  .button {
    padding: 14px 20px;
    font-size: 1.5rem;
  }
}

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

label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #142A42;
  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=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,
textarea,
select {
  color: #1C2024;
  border: 1px solid #DAD3C2;
  padding: 13px 16px;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  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,
textarea:focus,
select:focus {
  color: #1C2024;
  outline: none;
  border-color: #A9812F;
}
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,
textarea::placeholder,
select::placeholder {
  color: #6B7280;
  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,
textarea.wpcf7-not-valid,
select.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,
textarea.wpcf7-not-valid::placeholder,
select.wpcf7-not-valid::placeholder {
  color: #b3261e;
  opacity: 1;
}

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

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

.wpcf7-response-output {
  border-radius: 4px !important;
  font-size: 1.4rem;
  margin: 16px 0 0 !important;
}

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

.form-row {
  margin-bottom: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

input[type=submit] {
  color: #142A42;
  background-color: #A9812F;
  margin: 0;
  display: inline-block;
  padding: 15px 28px;
  width: auto;
  border: 1px solid #A9812F;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
input[type=submit]:hover {
  background-color: #142A42;
  color: #ffffff;
  border-color: #142A42;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #142A42;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(10, 24, 38, 0.28);
}
.site-header .width-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 96px;
}
@media (max-width: 1024px) {
  .site-header .width-wrapper {
    height: 76px;
  }
}

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

.site-logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.site-logo img {
  height: 32px;
  width: auto;
  display: block;
}
@media (max-width: 640px) {
  .site-logo img {
    height: 26px;
  }
}

.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.primary-menu > li {
  position: relative;
}
.primary-menu > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: color 0.2s ease;
}
.primary-menu > li > a::after {
  content: "";
}
.primary-menu > li.menu-item-has-children > a::after {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.65);
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.2s ease;
}
.primary-menu > li:hover > a, .primary-menu > li:focus-within > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
  color: #C9A75B;
}
.primary-menu > li:hover > a::after, .primary-menu > li:focus-within > a::after {
  transform: rotate(225deg);
  margin-top: 2px;
}
.primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #0A1826;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 16px 32px rgba(10, 24, 38, 0.35);
}
.primary-menu .sub-menu li a {
  display: block;
  padding: 11px 22px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}
.primary-menu .sub-menu li a:hover, .primary-menu .sub-menu li a:focus-visible {
  color: #C9A75B;
  background: rgba(255, 255, 255, 0.04);
}
.primary-menu > li:hover > .sub-menu,
.primary-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.header-phone svg {
  width: 16px;
  height: 16px;
  color: #C9A75B;
}
@media (max-width: 1180px) {
  .header-phone span {
    display: none;
  }
}

.header-actions .button {
  padding: 11px 18px;
  font-size: 1.35rem;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  flex-shrink: 0;
  z-index: 20;
}

.menu-toggle-bars {
  display: block;
  width: 26px;
  height: 18px;
  position: relative;
}
.menu-toggle-bars span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}
.menu-toggle-bars span:nth-child(1) {
  top: 0;
}
.menu-toggle-bars span:nth-child(2) {
  top: 8px;
}
.menu-toggle-bars span:nth-child(3) {
  top: 16px;
}

.site-header.active .menu-toggle-bars span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.site-header.active .menu-toggle-bars span:nth-child(2) {
  opacity: 0;
}
.site-header.active .menu-toggle-bars span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.sticky-enquire {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  background: #A9812F;
  color: #142A42;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 15px 22px;
  box-shadow: 0 12px 28px rgba(10, 24, 38, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background 0.2s ease;
}
.sticky-enquire:hover, .sticky-enquire:focus-visible {
  background: #142A42;
  color: #ffffff;
}
.sticky-enquire.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 1025px) {
  .sticky-enquire {
    display: none;
  }
}
@media (max-width: 640px) {
  .sticky-enquire {
    left: 20px;
    right: 20px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .main-navigation,
  .header-actions {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .site-header.active .width-wrapper {
    position: fixed;
    inset: 0;
    height: 100dvh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 28px 25px 40px;
    background: #0A1826;
  }
  .site-header.active .site-logo {
    margin-bottom: 30px;
  }
  .site-header.active .menu-toggle {
    position: absolute;
    top: 26px;
    right: 25px;
  }
  .site-header.active .main-navigation {
    display: block;
    flex: none;
  }
  .site-header.active .header-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .site-header.active .header-actions .button {
    justify-content: center;
  }
  .site-header.active .header-phone span {
    display: inline;
  }
  .primary-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .primary-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .primary-menu > li > a {
    padding: 16px 4px;
    font-size: 1.6rem;
  }
  .primary-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: none;
    box-shadow: none;
    padding: 0 0 12px 16px;
    transition: none;
  }
  .primary-menu .sub-menu li a {
    padding: 10px 4px;
    font-size: 1.4rem;
  }
}
.site-footer {
  background: #0A1826;
  color: rgba(255, 255, 255, 0.72);
  padding-block: 80px 32px;
  margin-block: 0;
}
@media (max-width: 1024px) {
  .site-footer {
    padding-block: 56px 28px;
  }
}
.site-footer h6 {
  color: #ffffff;
  margin-bottom: 20px;
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover, .site-footer a:focus-visible {
  color: #C9A75B;
}

.site-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 1024px) {
  .site-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .site-footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.site-footer-brand .site-logo img {
  height: 28px;
  margin-bottom: 20px;
}
.site-footer-brand p {
  max-width: 360px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.social-links {
  display: flex;
  gap: 12px;
}
.social-links li::before {
  content: none;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.social-links a svg {
  width: 16px;
  height: 16px;
}
.social-links a:hover, .social-links a:focus-visible {
  border-color: #A9812F;
  background: rgba(169, 129, 47, 0.12);
}

.footer-menu,
.footer-offices {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-menu li::before,
.footer-offices li::before {
  content: none;
}
.footer-menu a,
.footer-offices a {
  font-size: 1.5rem;
}

.footer-offices li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer-offices li strong {
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-offices li a {
  font-size: 1.4rem;
}

.site-footer-bottom {
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 1.3rem;
}

.footer-copyright {
  margin: 0;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.footer-legal-links li::before {
  content: none;
}

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

.plain-content {
  margin-block: var(--section-spacing);
}
.plain-content .plain-content-inner {
  max-width: 780px;
}
.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, .plain-content .plain-content-inner ul, .plain-content .plain-content-inner ol {
  max-width: 780px;
}
.plain-content .plain-content-inner ul, .plain-content .plain-content-inner ol {
  margin-bottom: 30px;
}
.plain-content .plain-content-inner a {
  color: #142A42;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.plain-content .plain-content-inner a:hover, .plain-content .plain-content-inner a:focus-visible {
  color: #A9812F;
}

.page-header {
  position: relative;
  overflow: hidden;
  background: #142A42;
  color: #ffffff;
  margin-block: 0;
  padding-block: 168px 64px;
}
@media (max-width: 1024px) {
  .page-header {
    padding-block: 128px 48px;
  }
}
@media (max-width: 640px) {
  .page-header {
    padding-block: 116px 40px;
  }
}
.page-header h1 {
  color: #ffffff;
}
.page-header .eyebrow {
  color: #C9A75B;
}

.page-header-watermark {
  position: absolute;
  top: 50%;
  right: -6%;
  transform: translateY(-50%);
  width: 420px;
  max-width: 46vw;
  opacity: 0.08;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .page-header-watermark {
    width: 280px;
  }
}

.page-header-inner {
  position: relative;
  max-width: 760px;
}

.page-header-intro {
  font-size: 1.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
  margin-top: 8px;
}
@media (max-width: 640px) {
  .page-header-intro {
    font-size: 1.6rem;
  }
}

.post-header {
  position: relative;
  overflow: hidden;
  background: #142A42;
  color: #ffffff;
  margin-block: 0;
  padding-block: 168px 56px;
}
@media (max-width: 1024px) {
  .post-header {
    padding-block: 128px 44px;
  }
}
.post-header h1 {
  color: #ffffff;
  max-width: 20ch;
}
.post-header .eyebrow {
  color: #C9A75B;
}

.post-header-watermark {
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  width: 380px;
  max-width: 42vw;
  opacity: 0.08;
  pointer-events: none;
}

.post-header-inner {
  position: relative;
  max-width: 780px;
}

.post-header-meta {
  margin-top: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.post-back-link {
  margin-block: 0 var(--section-spacing);
}
.post-back-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #142A42;
}
.post-back-link a svg {
  width: 16px;
  height: 9px;
  transform: rotate(180deg);
  color: #A9812F;
}
.post-back-link a:hover, .post-back-link a:focus-visible {
  color: #A9812F;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #142A42 0%, #0A1826 100%);
  color: #ffffff;
  margin-block: 0;
  padding-block: 190px 100px;
}
@media (max-width: 1024px) {
  .hero {
    padding-block: 140px 72px;
  }
}
@media (max-width: 640px) {
  .hero {
    padding-block: 124px 56px;
  }
}
.hero h1 {
  color: #ffffff;
  max-width: 16ch;
}
.hero h1 em {
  font-style: italic;
  color: #C9A75B;
}
.hero .eyebrow {
  color: #C9A75B;
}

.hero-watermark {
  position: absolute;
  top: -12%;
  right: -8%;
  width: 640px;
  max-width: 60vw;
  opacity: 0.07;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .hero-watermark {
    width: 420px;
    top: -6%;
  }
}

.hero-inner {
  position: relative;
  max-width: 760px;
}

.hero-intro {
  font-size: 2.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  max-width: 600px;
  margin-top: 18px;
}
@media (max-width: 640px) {
  .hero-intro {
    font-size: 1.7rem;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 40px;
}

.hero-locations {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.service-grid-head {
  max-width: 640px;
  margin-bottom: 52px;
}

.service-grid-intro {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #6B7280;
}

.service-grid-list {
  display: grid;
  border-top: 1px solid #DAD3C2;
}

.service-grid-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 40px 0;
  border-bottom: 1px solid #DAD3C2;
  align-items: start;
}
.service-grid-item::before {
  content: none;
}
@media (max-width: 921px) {
  .service-grid-item {
    grid-template-columns: 60px 1fr;
    padding: 30px 0;
  }
}

.service-grid-index {
  font-family: "Fraunces", serif;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  color: #A9812F;
  opacity: 0.55;
}
@media (max-width: 921px) {
  .service-grid-index {
    font-size: 2.8rem;
  }
}

.service-grid-content h3 {
  margin-bottom: 10px;
}
.service-grid-content p {
  color: #6B7280;
  max-width: 640px;
  margin-bottom: 16px;
}

.service-grid-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #142A42;
}
.service-grid-link svg {
  width: 16px;
  height: 9px;
  color: #A9812F;
  transition: transform 0.2s ease;
}
.service-grid-link:hover svg, .service-grid-link:focus-visible svg {
  transform: translateX(4px);
}

.content-media--white {
  background: #ffffff;
  margin-block: 0;
  padding-block: var(--section-spacing);
}
.content-media--cream {
  background: transparent;
}
.content-media--navy {
  background: #142A42;
  color: rgba(255, 255, 255, 0.85);
  margin-block: 0;
  padding-block: var(--section-spacing);
}
.content-media--navy h2 {
  color: #ffffff;
}
.content-media--navy .eyebrow {
  color: #C9A75B;
}

.content-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
@media (max-width: 1024px) {
  .content-media-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.content-media--left .content-media-grid .content-media-copy {
  order: 2;
}
.content-media--left .content-media-grid .content-media-visual {
  order: 1;
}
@media (max-width: 1024px) {
  .content-media--left .content-media-grid .content-media-copy,
  .content-media--left .content-media-grid .content-media-visual {
    order: initial;
  }
}

.content-media-copy {
  max-width: 560px;
}

.content-media-body {
  font-size: 1.7rem;
  line-height: 1.7;
}
.content-media-body p:last-child {
  margin-bottom: 0;
}

.content-media-copy .button {
  margin-top: 12px;
}

.content-media-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-media-visual img:not(.content-media-watermark) {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.content-media-watermark {
  width: 70%;
  max-width: 320px;
  opacity: 0.85;
}
@media (max-width: 1024px) {
  .content-media-watermark {
    width: 200px;
  }
}

.content-media-quote {
  margin: 0;
  padding: 40px;
  background: #ffffff;
  border-left: 4px solid #A9812F;
  width: 100%;
}
.content-media-quote p {
  font-family: "Fraunces", serif;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #142A42;
  margin-bottom: 16px;
}
.content-media-quote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  color: #6B7280;
}

.content-media--navy .content-media-quote {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: #C9A75B;
}
.content-media--navy .content-media-quote p {
  color: #ffffff;
}
.content-media--navy .content-media-quote cite {
  color: rgba(255, 255, 255, 0.6);
}

.team-grid-head {
  max-width: 680px;
  margin-bottom: 56px;
}
.team-grid-head p {
  font-size: 1.8rem;
  color: #6B7280;
}

.team-group {
  margin-bottom: 64px;
}
.team-group:last-child {
  margin-bottom: 0;
}

.team-group-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #A9812F;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #DAD3C2;
}

.team-group-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .team-group-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .team-group-list {
    grid-template-columns: 1fr;
  }
}

.team-card {
  background: #ffffff;
  border: 1px solid #DAD3C2;
  display: flex;
  flex-direction: column;
}
.team-card--featured {
  grid-column: span 1;
}

.team-card-media {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #142A42;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-initials {
  font-family: "Fraunces", serif;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.85);
}

.team-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.team-card-body h4 {
  margin-bottom: 4px;
}

.team-card-role {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #A9812F;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}

.team-card-meta {
  margin: 0 0 12px;
  display: grid;
  gap: 6px;
}
.team-card-meta div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 8px;
}
.team-card-meta dt {
  font-size: 1.2rem;
  font-weight: 700;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.team-card-meta dd {
  margin: 0;
  font-size: 1.3rem;
  color: #1C2024;
}

.team-card-bio {
  margin-top: auto;
  padding-top: 12px;
}
.team-card-bio summary {
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  color: #142A42;
  list-style: none;
}
.team-card-bio summary::-webkit-details-marker {
  display: none;
}
.team-card-bio summary::after {
  content: "+";
  margin-left: 6px;
  color: #A9812F;
}
.team-card-bio[open] summary::after {
  content: "–";
}
.team-card-bio div p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #6B7280;
  margin-top: 12px;
}

.testimonials {
  background: #142A42;
  color: #ffffff;
  margin-block: 0;
  padding-block: var(--section-spacing);
}

.testimonials-head {
  max-width: 640px;
  margin-bottom: 48px;
}
.testimonials-head h2 {
  color: #ffffff;
}
.testimonials-head .eyebrow {
  color: #C9A75B;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 921px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  background: #142A42;
  padding: 40px;
  margin: 0;
}
.testimonial-card blockquote {
  margin: 0 0 24px;
  font-family: "Fraunces", serif;
  font-size: 2.1rem;
  line-height: 1.5;
  color: #ffffff;
}
.testimonial-card figcaption {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
}

.testimonial-name {
  font-weight: 700;
  color: #C9A75B;
  font-size: 1.4rem;
}

.testimonial-date {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
}

.offices-head {
  max-width: 640px;
  margin-bottom: 48px;
}

.offices-intro {
  font-size: 1.8rem;
  color: #6B7280;
}

.offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 921px) {
  .offices-grid {
    grid-template-columns: 1fr;
  }
}

.office-card {
  background: #ffffff;
  border: 1px solid #DAD3C2;
  padding: 32px;
}
.office-card h3 {
  margin-bottom: 12px;
}
.office-card address {
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #6B7280;
  margin-bottom: 20px;
}

.office-card-details {
  margin: 0 0 24px;
  padding-top: 16px;
  border-top: 1px solid #DAD3C2;
}
.office-card-details li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 1.4rem;
  padding: 4px 0;
}
.office-card-details li::before {
  content: none;
}
.office-card-details span {
  font-weight: 700;
  color: #142A42;
}
.office-card-details a {
  color: #1C2024;
}
.office-card-details a:hover, .office-card-details a:focus-visible {
  color: #A9812F;
}

.office-card-directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #142A42;
}
.office-card-directions svg {
  width: 15px;
  height: 15px;
  color: #A9812F;
}
.office-card-directions:hover, .office-card-directions:focus-visible {
  color: #A9812F;
}

.offices-video-note {
  margin-top: 48px;
  padding: 32px 36px;
  background: #F6F2E9;
  border: 1px solid #DAD3C2;
  border-left: 4px solid #A9812F;
}
.offices-video-note h3 {
  margin-bottom: 8px;
}
.offices-video-note p {
  color: #6B7280;
  margin: 0;
  max-width: 760px;
}

.accordion-head {
  margin-bottom: 40px;
}
.accordion-head p {
  color: #6B7280;
  font-size: 1.7rem;
}

.accordion-list {
  border-top: 1px solid #DAD3C2;
}

.accordion-item {
  border-bottom: 1px solid #DAD3C2;
}
.accordion-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #142A42;
  list-style: none;
}
.accordion-item summary::-webkit-details-marker {
  display: none;
}
.accordion-item .accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.accordion-item .accordion-icon::before, .accordion-item .accordion-icon::after {
  content: "";
  position: absolute;
  background: #A9812F;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.accordion-item .accordion-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.accordion-item .accordion-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.accordion-item[open] .accordion-icon::after {
  opacity: 0;
}
.accordion-item .accordion-answer {
  padding: 0 4px 24px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #6B7280;
  max-width: 720px;
}
.accordion-item .accordion-answer p:last-child {
  margin-bottom: 0;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  margin-block: 0;
  padding-block: 88px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1024px) {
  .cta-banner {
    padding-block: 64px;
  }
}
.cta-banner--navy {
  background: #142A42;
}
.cta-banner--brass {
  background: #A9812F;
  color: #142A42;
}
.cta-banner--brass h2 {
  color: #142A42;
}
.cta-banner h2 {
  color: #ffffff;
  margin-bottom: 12px;
}
.cta-banner p {
  font-size: 1.8rem;
  max-width: 560px;
  margin: 0 auto;
  opacity: 0.85;
}

.cta-banner-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  max-width: 80vw;
  opacity: 0.06;
  pointer-events: none;
}

.cta-banner--brass .cta-banner-watermark {
  filter: brightness(0) saturate(100%);
  opacity: 0.08;
}

.cta-banner-inner {
  position: relative;
}

.cta-banner-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.cta-banner--brass .button--outline.button--on-dark {
  color: #142A42;
  border-color: #142A42;
}
.cta-banner--brass .button--outline.button--on-dark:hover, .cta-banner--brass .button--outline.button--on-dark:focus-visible {
  background: #142A42;
  color: #ffffff;
  border-color: #142A42;
}

.post-listing-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 640px) {
  .post-listing-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.post-listing-intro {
  color: #6B7280;
  font-size: 1.7rem;
  max-width: 560px;
}

.post-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .post-listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .post-listing-grid {
    grid-template-columns: 1fr;
  }
}

.post-card {
  background: #ffffff;
  border: 1px solid #DAD3C2;
  display: flex;
  flex-direction: column;
}

.post-card-media {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #142A42;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card-media .post-card-watermark {
  width: 40%;
  opacity: 0.85;
}

.post-card-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-card-body h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.post-card-body h3 a {
  color: #142A42;
}
.post-card-body h3 a:hover, .post-card-body h3 a:focus-visible {
  color: #A9812F;
}

.post-card-date {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #A9812F;
  margin-bottom: 10px;
}

.post-card-excerpt {
  color: #6B7280;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

.post-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #142A42;
}
.post-card-link svg {
  width: 15px;
  height: 8px;
  color: #A9812F;
}

.post-listing-empty {
  color: #6B7280;
}

.logo-strip {
  margin-block: 0;
  padding-block: 44px;
  border-top: 1px solid #DAD3C2;
  border-bottom: 1px solid #DAD3C2;
}

.logo-strip-inner {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .logo-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.logo-strip-heading {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
  white-space: nowrap;
}

.logo-strip-list {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.logo-strip-list li::before {
  content: none;
}
.logo-strip-list img {
  height: 40px;
  width: auto;
  opacity: 0.85;
}

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