/*
Theme Name:  Serenity
Description: hotel
Version:     2.4.0
Author:      Fixit E.E.
Author URI:  https://www.fixit.gr
Text Domain: serenity
*/

:root {
    --color-content-primary:   #1a5653;
    --color-content-secondary: #c9a96e;
    --color-content-accent:    #f0ebe2;
    --color-content-bg:        #ffffff;
    --fx-hero-gradient: linear-gradient(148deg, #1a5653 0%, #0c2725 100%);
    --color-content-text:      #1a2e2d;
    --fx-font-heading-override: Cormorant Garamond, serif;
    --fx-font-body-override: Lato, sans-serif;
}

html {
    background: #ffffff;
}

html body {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #1a2e2d;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-weight: 300;
    color: #0c2725;
}

html body h1 {
    font-size: clamp(46px, 6.4vw, 92px);
    line-height: 1.02;
    letter-spacing: -0.018em;
}

html body h2 {
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.012em;
}

html body h3 {
    font-size: clamp(21px, 2.1vw, 28px);
    line-height: 1.22;
}

html body p {
    margin-top: 0;
}

html body a {
    color: #1a5653;
    text-underline-offset: 3px;
}

html body img {
    max-width: 100%;
}

.t-container {
    max-width: 1240px;
}

.s-eyebrow {
    margin: 0 0 22px;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.26em;
    line-height: 1.6;
    text-transform: uppercase;
    color: #1a5653;
}

.s-eyebrow--light {
    color: #c9a96e;
}

.s-title {
    max-width: 17ch;
    margin: 0 0 22px;
}

.s-title--light {
    color: #ffffff;
}

.s-lede {
    max-width: 56ch;
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(26, 46, 45, 0.72);
}

.s-head {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid rgba(201, 169, 110, 0.55);
    margin-bottom: 64px;
}

.s-head--wide .s-title {
    max-width: 24ch;
}

.s-band {
    padding-top: 124px;
    padding-bottom: 124px;
    background: #ffffff;
}

.s-band--cream {
    background: #f0ebe2;
}

.s-band--teal {
    background: #1a5653;
    color: rgba(240, 235, 226, 0.86);
}

.s-band--deep {
    background: #0c2725;
    color: rgba(240, 235, 226, 0.78);
}

.s-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
}

.s-actions--end {
    margin-top: 64px;
}

.s-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.s-btn--solid {
    border-color: #1a5653;
    background: #1a5653;
    color: #f0ebe2;
}

.s-btn--solid:hover {
    border-color: #c9a96e;
    background: #c9a96e;
    color: #0c2725;
}

.s-btn--ghost {
    border-color: rgba(240, 235, 226, 0.45);
    background: transparent;
    color: #f0ebe2;
}

.s-btn--ghost:hover {
    border-color: #c9a96e;
    background: #c9a96e;
    color: #0c2725;
}

.s-btn--line {
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid #c9a96e;
    background: transparent;
    color: #1a5653;
}

.s-btn--line:hover {
    border-bottom-color: #1a5653;
    color: #0c2725;
}

.s-band--teal .s-btn--line,
.s-band--deep .s-btn--line {
    color: #c9a96e;
}

.s-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 88vh;
    padding-top: 160px;
    padding-bottom: 56px;
    overflow: hidden;
    background: #0c2725;
    color: #f0ebe2;
}

.s-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.s-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
}

.s-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(96deg, rgba(12, 39, 37, 0.9) 0%, rgba(12, 39, 37, 0.72) 42%, rgba(12, 39, 37, 0.24) 100%);
}

.s-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 56px;
    text-align: left;
}

.s-hero-title {
    max-width: 13ch;
    margin: 0 0 28px;
    color: #ffffff;
}

.s-hero-lede {
    max-width: 44ch;
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
    color: rgba(240, 235, 226, 0.88);
}

.s-hero-meta {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(240, 235, 226, 0.22);
}

.s-hero-meta span {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(240, 235, 226, 0.72);
}

.s-mast {
    padding-top: 168px;
    padding-bottom: 92px;
    background: #ffffff;
    border-bottom: 1px solid rgba(26, 86, 83, 0.16);
}

.s-mast--cream {
    background: #f0ebe2;
    border-bottom-color: rgba(201, 169, 110, 0.5);
}

.s-mast--deep {
    background: #0c2725;
    border-bottom: 0;
    color: rgba(240, 235, 226, 0.78);
}

.s-mast-title {
    max-width: 16ch;
    margin: 0 0 26px;
}

.s-mast--deep .s-mast-title {
    color: #ffffff;
}

.s-mast-lede {
    max-width: 54ch;
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
    color: rgba(26, 46, 45, 0.72);
}

.s-mast--deep .s-mast-lede {
    color: rgba(240, 235, 226, 0.8);
}

.s-mast-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 40px;
    margin: 54px 0 0;
    border-top: 1px solid rgba(201, 169, 110, 0.55);
}

.s-mast-meta div {
    padding-top: 20px;
}

.s-mast-meta dt {
    margin-bottom: 8px;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #1a5653;
}

.s-mast--deep .s-mast-meta dt {
    color: #c9a96e;
}

.s-mast-meta dd {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
    line-height: 1.3;
    color: #0c2725;
}

.s-mast--deep .s-mast-meta dd {
    color: rgba(240, 235, 226, 0.9);
}

.s-hsplit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 82vh;
    background: #0c2725;
}

.s-hsplit-text {
    display: flex;
    align-items: center;
    padding: 150px 72px 80px;
    color: rgba(240, 235, 226, 0.86);
}

.s-hsplit-inner {
    width: 100%;
    max-width: 34rem;
    margin-left: auto;
}

.s-hsplit-title {
    max-width: 12ch;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(40px, 4.4vw, 68px);
    line-height: 1.05;
}

.s-hsplit-lede {
    max-width: 42ch;
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(240, 235, 226, 0.84);
}

.s-hsplit-meta {
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(240, 235, 226, 0.22);
}

.s-hsplit-meta li {
    padding: 11px 0;
    border-bottom: 1px solid rgba(240, 235, 226, 0.12);
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(240, 235, 226, 0.72);
}

.s-hsplit-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-hsplit .s-btn--solid,
.s-mast--deep .s-btn--solid,
.s-hquote .s-btn--solid,
.s-band--deep .s-btn--solid,
.s-band--teal .s-btn--solid {
    border-color: #f0ebe2;
    background: #f0ebe2;
    color: #0c2725;
}

.s-hsplit .s-btn--solid:hover,
.s-mast--deep .s-btn--solid:hover,
.s-hquote .s-btn--solid:hover,
.s-band--deep .s-btn--solid:hover,
.s-band--teal .s-btn--solid:hover {
    border-color: #c9a96e;
    background: #c9a96e;
    color: #0c2725;
}

.s-hquote {
    padding-top: 168px;
    padding-bottom: 96px;
    background: #1a5653;
    color: rgba(240, 235, 226, 0.86);
}

.s-hquote-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: end;
    gap: 72px;
}

.s-hquote-title {
    max-width: 12ch;
    margin: 0;
    color: #ffffff;
}

.s-hquote-text {
    max-width: 34ch;
    margin: 0 0 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(201, 169, 110, 0.6);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(24px, 2.6vw, 36px);
    font-style: italic;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
}

.s-hquote-by {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a96e;
}

.s-cta {
    padding-top: 96px;
    padding-bottom: 96px;
}

.s-cta-title {
    max-width: 18ch;
    margin: 0 0 18px;
    color: #ffffff;
}

.s-cta-text {
    max-width: 52ch;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(240, 235, 226, 0.82);
}

.s-next-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 56px;
    border-top: 1px solid rgba(26, 86, 83, 0.2);
}

.s-next-item {
    display: block;
    padding: 34px 0;
    border-bottom: 1px solid rgba(26, 86, 83, 0.2);
    text-decoration: none;
    transition: padding-left 0.35s ease;
}

.s-next-item:hover {
    padding-left: 12px;
}

.s-next-label {
    display: block;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c9a96e;
}

.s-next-title {
    display: block;
    margin-bottom: 8px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.2;
    color: #0c2725;
}

.s-next-note {
    display: block;
    max-width: 44ch;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(26, 46, 45, 0.66);
}

.s-cquote {
    padding-top: 104px;
    padding-bottom: 104px;
}

.s-cquote blockquote {
    max-width: 26ch;
    margin: 0 0 22px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(26px, 2.8vw, 40px);
    font-style: italic;
    font-weight: 300;
    line-height: 1.36;
    color: #ffffff;
}

.s-cquote-by {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a96e;
}

.s-defs {
    margin: 0;
    border-top: 1px solid rgba(26, 86, 83, 0.18);
}

.s-defs div {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    padding: 26px 0;
    border-bottom: 1px solid rgba(26, 86, 83, 0.18);
}

.s-defs dt {
    max-width: 24ch;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(21px, 1.8vw, 27px);
    font-weight: 400;
    line-height: 1.25;
    color: #0c2725;
}

.s-defs dd {
    margin: 0;
    max-width: 62ch;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(26, 46, 45, 0.72);
}

.s-lead {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 56px;
}

.s-lead-main {
    display: block;
    text-decoration: none;
}

.s-lead-media {
    display: block;
    aspect-ratio: 3 / 2;
    margin-bottom: 26px;
    overflow: hidden;
    background: rgba(26, 86, 83, 0.08);
}

.s-lead-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.s-lead-main:hover .s-lead-media img {
    transform: scale(1.04);
}

.s-lead-title {
    display: block;
    max-width: 18ch;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(201, 169, 110, 0.55);
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(28px, 2.8vw, 40px);
    line-height: 1.18;
    color: #0c2725;
}

.s-lead-rest {
    border-top: 1px solid rgba(26, 86, 83, 0.18);
}

.s-lead-item {
    display: block;
    padding: 26px 0;
    border-bottom: 1px solid rgba(26, 86, 83, 0.18);
    text-decoration: none;
    transition: padding-left 0.35s ease;
}

.s-lead-item:hover {
    padding-left: 10px;
}

.s-lead-item-title {
    display: block;
    margin-bottom: 8px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    line-height: 1.22;
    color: #0c2725;
}

.s-stats-band {
    padding-top: 84px;
    padding-bottom: 84px;
}

.s-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 0;
    border-top: 1px solid rgba(201, 169, 110, 0.55);
}

.s-stats div {
    padding-top: 26px;
}

.s-stats dt {
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(46px, 5vw, 76px);
    font-weight: 300;
    line-height: 1;
    color: #1a5653;
}

.s-band--deep .s-stats dt {
    color: #c9a96e;
}

.s-stats dd {
    margin: 0;
    max-width: 26ch;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.6;
    text-transform: uppercase;
    color: rgba(26, 46, 45, 0.6);
}

.s-band--deep .s-stats dd {
    color: rgba(240, 235, 226, 0.7);
}

.s-manifesto-text {
    max-width: 30ch;
    margin: 0 0 30px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(27px, 3.2vw, 42px);
    font-weight: 300;
    line-height: 1.34;
    color: #0c2725;
}

.s-manifesto-sig {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(26, 46, 45, 0.55);
}

.s-index {
    border-top: 1px solid rgba(26, 86, 83, 0.18);
}

.s-index-row {
    display: grid;
    grid-template-columns: 60px 132px 1fr auto;
    align-items: center;
    gap: 32px;
    padding: 26px 0;
    border-bottom: 1px solid rgba(26, 86, 83, 0.18);
    text-decoration: none;
    transition: padding-left 0.35s ease;
}

.s-index-row:hover {
    padding-left: 12px;
}

.s-index--plain .s-index-row {
    grid-template-columns: 60px 1fr auto;
}

.s-index-num {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 26px;
    font-weight: 300;
    color: #c9a96e;
}

.s-index-media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(26, 86, 83, 0.08);
}

.s-index-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.s-index-row:hover .s-index-media img {
    transform: scale(1.06);
}

.s-index-body {
    display: block;
}

.s-index-name {
    display: block;
    margin-bottom: 4px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(23px, 2vw, 30px);
    font-weight: 400;
    line-height: 1.2;
    color: #0c2725;
}

.s-index-note {
    display: block;
    max-width: 52ch;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(26, 46, 45, 0.66);
}

.s-index-meta {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #1a5653;
}

.s-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 84px;
}

.s-split--flip .s-split-media {
    order: 2;
}

.s-split-media {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: rgba(26, 86, 83, 0.08);
}

.s-split-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-split-text p {
    max-width: 52ch;
    margin-bottom: 20px;
    color: rgba(26, 46, 45, 0.75);
}

.s-price {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(26, 86, 83, 0.18);
}

.s-price-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: baseline;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(26, 86, 83, 0.18);
}

.s-price-name {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(22px, 1.9vw, 29px);
    font-weight: 400;
    color: #0c2725;
}

.s-price-rule {
    height: 1px;
    background: repeating-linear-gradient(to right, rgba(201, 169, 110, 0.85) 0 3px, transparent 3px 8px);
}

.s-price-meta {
    display: flex;
    align-items: baseline;
    gap: 20px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #1a5653;
}

.s-price-cost {
    font-size: 15px;
    color: #0c2725;
}

.s-price-note {
    grid-column: 1 / -1;
    max-width: 60ch;
    margin-top: 2px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(26, 46, 45, 0.62);
}

.s-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 84px;
}

.s-feature-text p {
    max-width: 50ch;
    margin-bottom: 26px;
    color: rgba(240, 235, 226, 0.82);
}

.s-feature-media {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.s-feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-ticks {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(201, 169, 110, 0.4);
}

.s-ticks li {
    padding: 13px 0 13px 26px;
    border-bottom: 1px solid rgba(201, 169, 110, 0.28);
    font-size: 15px;
    line-height: 1.6;
    background-image: linear-gradient(#c9a96e, #c9a96e);
    background-repeat: no-repeat;
    background-size: 9px 1px;
    background-position: 0 22px;
}

.s-ticks--light li {
    color: rgba(240, 235, 226, 0.88);
}

.s-people {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.s-person {
    margin: 0;
}

.s-person-media {
    aspect-ratio: 3 / 4;
    margin-bottom: 20px;
    overflow: hidden;
    background: rgba(26, 86, 83, 0.08);
}

.s-person-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82);
    transition: filter 0.5s ease;
}

.s-person:hover .s-person-media img {
    filter: saturate(1);
}

.s-person-name {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201, 169, 110, 0.55);
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    color: #0c2725;
}

.s-person-role {
    display: block;
    margin-bottom: 8px;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #1a5653;
}

.s-person-note {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(26, 46, 45, 0.66);
}

.s-quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.s-quote {
    margin: 0;
    padding-top: 26px;
    border-top: 1px solid rgba(26, 86, 83, 0.28);
}

.s-quote blockquote {
    margin: 0 0 24px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.55;
    color: #0c2725;
}

.s-quote-name {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #1a5653;
}

.s-quote-from {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: rgba(26, 46, 45, 0.6);
}

.s-notes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.s-note {
    display: block;
    text-decoration: none;
}

.s-note-media {
    display: block;
    aspect-ratio: 4 / 3;
    margin-bottom: 22px;
    overflow: hidden;
    background: rgba(26, 86, 83, 0.08);
}

.s-note-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.s-note:hover .s-note-media img {
    transform: scale(1.05);
}

.s-note-cat {
    display: block;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c9a96e;
}

.s-note-title {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201, 169, 110, 0.5);
    margin-bottom: 12px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    line-height: 1.25;
    color: #0c2725;
}

.s-note-body {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(26, 46, 45, 0.66);
}

.s-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(26, 86, 83, 0.18);
}

.s-step {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: baseline;
    gap: 32px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(26, 86, 83, 0.18);
}

.s-step-year {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    font-weight: 300;
    color: #c9a96e;
}

.s-step-text {
    max-width: 60ch;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(26, 46, 45, 0.75);
}

.s-faq {
    border-top: 1px solid rgba(26, 86, 83, 0.18);
}

.s-faq-item {
    border-bottom: 1px solid rgba(26, 86, 83, 0.18);
}

.s-faq-item summary {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(21px, 1.8vw, 27px);
    font-weight: 400;
    line-height: 1.3;
    color: #0c2725;
    cursor: pointer;
    list-style: none;
}

.s-faq-item summary::-webkit-details-marker {
    display: none;
}

.s-faq-item summary::after {
    content: "";
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-top: 10px;
    border-right: 1px solid #c9a96e;
    border-bottom: 1px solid #c9a96e;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.s-faq-item[open] summary::after {
    transform: rotate(225deg);
}

.s-faq-item p {
    max-width: 68ch;
    margin: 0;
    padding: 0 0 26px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(26, 46, 45, 0.7);
}

.s-search .s-index-note {
    max-width: 82ch;
}

.s-notfound-search {
    display: flex;
    gap: 12px;
    max-width: 560px;
    margin-bottom: 8px;
}

.s-notfound-search input[type="search"] {
    flex: 1;
    min-width: 0;
}

.s-single {
    padding-top: 148px;
}

.s-single-head {
    max-width: 68ch;
}

.s-single-title {
    max-width: 22ch;
    margin: 0;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.1;
}

.s-single-media {
    margin: 0 0 48px;
    overflow: hidden;
}

.s-single-media img {
    display: block;
    width: 100%;
    height: auto;
}

.s-prose {
    max-width: 68ch;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(26, 46, 45, 0.8);
}

.s-prose h2,
.s-prose h3 {
    margin-top: 48px;
    margin-bottom: 14px;
}

.s-prose p {
    margin-bottom: 24px;
}

.s-prose img {
    height: auto;
}

.s-single-nav {
    margin-top: 72px;
}

.s-empty p {
    max-width: 46ch;
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 300;
    line-height: 1.4;
    color: #0c2725;
}

.s-pager a {
    text-decoration: none;
    color: inherit;
}

.s-contact {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: start;
    gap: 84px;
}

.s-channels {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(26, 86, 83, 0.18);
}

.s-channels li {
    padding: 22px 0;
    border-bottom: 1px solid rgba(26, 86, 83, 0.18);
}

.s-channel-label {
    display: block;
    margin-bottom: 8px;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #1a5653;
}

html body .s-channel-value {
    display: inline-block;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(22px, 1.9vw, 29px);
    font-weight: 400;
    line-height: 1.2;
    color: #0c2725;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 169, 110, 0.6);
    transition: border-color 0.25s ease, color 0.25s ease;
}

html body .s-channel-value:hover {
    border-bottom-color: #1a5653;
    color: #1a5653;
}

.s-channel-note {
    display: block;
    margin-top: 8px;
    max-width: 46ch;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(26, 46, 45, 0.62);
}

.s-contact-form {
    padding: 52px 48px;
    background: #f0ebe2;
    border-top: 2px solid #c9a96e;
}

.s-form-title {
    max-width: 20ch;
    margin: 0 0 14px;
    font-size: clamp(26px, 2.4vw, 36px);
    line-height: 1.15;
}

.s-form-note {
    max-width: 46ch;
    margin: 0 0 32px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(26, 46, 45, 0.68);
}

.s-form-legal {
    margin: 26px 0 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(26, 46, 45, 0.55);
}

.s-contact-form .wpcf7 label {
    display: block;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1a5653;
}

.s-contact-form .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-top: 9px;
}

html body .s-contact-form .wpcf7 input:not([type="submit"]):not([type="button"]),
html body .s-contact-form .wpcf7 textarea:not([type="submit"]):not([type="button"]) {
    width: 100%;
    border: 1px solid rgba(26, 86, 83, 0.25);
    border-radius: 0;
    background: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
}

html body .s-contact-form .wpcf7 textarea:not([type="submit"]) {
    min-height: 148px;
    resize: vertical;
}

html body .s-contact-form .wpcf7 input[type="submit"],
html body.fx-skin-glass .s-contact-form .wpcf7 input[type="submit"] {
    width: 100%;
    margin-top: 6px;
    padding: 18px 40px;
    border: 1px solid #1a5653;
    border-radius: 0;
    background: #1a5653;
    color: #f0ebe2;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

html body .s-contact-form .wpcf7 input[type="submit"]:hover {
    border-color: #c9a96e;
    background: #c9a96e;
    color: #0c2725;
}

.s-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #8c3b2f;
}

.s-contact-form .wpcf7-response-output {
    margin: 22px 0 0;
    padding: 14px 18px;
    border: 1px solid rgba(26, 86, 83, 0.3);
    border-radius: 0;
    font-size: 14px;
    line-height: 1.6;
}

.s-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.s-shot {
    margin: 0;
}

.s-shot img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.s-shot:nth-child(6n + 1) img,
.s-shot:nth-child(6n + 4) img {
    aspect-ratio: 4 / 5;
}

.s-shot figcaption {
    padding-top: 12px;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(26, 46, 45, 0.5);
}

.s-hero--short {
    min-height: 62vh;
}

.s-closing {
    padding-bottom: 118px;
}

.s-closing-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 84px;
}

.s-closing-col p {
    max-width: 48ch;
    color: rgba(240, 235, 226, 0.78);
}

.s-hours {
    margin: 0;
    border-top: 1px solid rgba(201, 169, 110, 0.4);
}

.s-hours div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(240, 235, 226, 0.14);
}

.s-hours dt {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c9a96e;
}

.s-hours dd {
    margin: 0;
    font-size: 15px;
    text-align: right;
    color: rgba(240, 235, 226, 0.86);
}

.s-closing-note {
    margin-top: 22px;
    font-size: 14px;
    color: rgba(240, 235, 226, 0.6);
}

.fx-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(26, 86, 83, 0.14);
}

.fx-header-inner {
    padding-top: 16px;
    padding-bottom: 16px;
}

.fx-logo-wordmark {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    color: #1a5653;
}

/* The parent styles the dot as .fx-logo-wordmark .fx-logo-dot, so a single
   class here loses. Match its shape. .fx-logo-text is the non-wordmark
   fallback some archetypes render instead. */
html body .fx-logo-wordmark .fx-logo-dot,
html body .fx-logo-dot {
    color: #c9a96e;
}

html body .fx-logo-text {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    color: #1a5653;
}

.fx-nav-list {
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fx-nav-list > li {
    padding: 14px 0;
    list-style: none;
}

.fx-nav-list > li > a {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    color: #1a2e2d;
    transition: color 0.25s ease;
}

.fx-nav-list > li > a:hover,
.fx-nav-list > li:focus-within > a {
    color: #1a5653;
}

.fx-nav-list .fx-nav-link:hover,
.fx-nav-list > li.current-menu-item > .fx-nav-link,
.fx-nav-list > li.current-menu-ancestor > .fx-nav-link,
.fx-nav-list > li.current-menu-parent > .fx-nav-link {
    background: transparent;
    color: #1a5653;
}

.fx-nav-list > li.current-menu-item > .fx-nav-link,
.fx-nav-list > li.current-menu-ancestor > .fx-nav-link,
.fx-nav-list > li.current-menu-parent > .fx-nav-link {
    border-bottom: 1px solid #c9a96e;
    padding-bottom: 4px;
}

.fx-nav-list .sub-menu li.current-menu-item > a,
.fx-nav-list .fx-sub-menu li.current-menu-item > a {
    background: rgba(26, 86, 83, 0.07);
    color: #1a5653;
}

.fx-nav-list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 9px;
    vertical-align: 2px;
    border-right: 1px solid #c9a96e;
    border-bottom: 1px solid #c9a96e;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.fx-nav-list > li.menu-item-has-children:hover > a::after {
    transform: rotate(225deg) translate(-2px, -2px);
}

.fx-nav-list .sub-menu,
.fx-nav-list .fx-sub-menu {
    position: absolute;
    top: 100%;
    left: -26px;
    z-index: 90;
    min-width: 252px;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #f0ebe2;
    border-top: 2px solid #c9a96e;
    box-shadow: 0 24px 46px rgba(12, 39, 37, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s;
}

.fx-nav-list > li:hover > .sub-menu,
.fx-nav-list > li:focus-within > .sub-menu,
.fx-nav-list > li.is-open > .sub-menu,
.fx-nav-list > li:hover > .fx-sub-menu,
.fx-nav-list > li:focus-within > .fx-sub-menu,
.fx-nav-list > li.is-open > .fx-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fx-nav-list .sub-menu li,
.fx-nav-list .fx-sub-menu li {
    margin: 0;
    list-style: none;
}

.fx-nav-list .sub-menu a,
.fx-nav-list .fx-sub-menu a {
    display: block;
    padding: 9px 28px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
    text-transform: none;
    text-decoration: none;
    color: #1a2e2d;
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.fx-nav-list .sub-menu a:hover,
.fx-nav-list .sub-menu a:focus,
.fx-nav-list .fx-sub-menu a:hover,
.fx-nav-list .fx-sub-menu a:focus {
    padding-left: 34px;
    background: rgba(26, 86, 83, 0.07);
    color: #1a5653;
}

.fx-nav-mobile {
    background: #f0ebe2;
    border-top: 2px solid #c9a96e;
}

html body.fx-nav-open .fx-nav-mobile,
.fx-nav-mobile[aria-hidden="false"] {
    max-height: 82vh;
    overflow-y: auto;
}

.fx-nav-mobile-list {
    padding: 8px 0;
    list-style: none;
}

.fx-nav-mobile-list .sub-menu,
.fx-nav-mobile-list .fx-sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: max-height 0.3s ease;
}

.fx-nav-mobile-list.is-collapsible > li:not(.is-open) > .sub-menu,
.fx-nav-mobile-list.is-collapsible > li:not(.is-open) > .fx-sub-menu {
    max-height: 0;
    overflow: hidden;
}

.fx-nav-mobile-list.is-collapsible > li.menu-item-has-children > a::after {
    content: "";
    float: right;
    width: 6px;
    height: 6px;
    margin-top: 5px;
    border-right: 1px solid #c9a96e;
    border-bottom: 1px solid #c9a96e;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.fx-nav-mobile-list.is-collapsible > li.is-open > a::after {
    transform: rotate(225deg);
}

.fx-nav-mobile-list > li > a {
    padding: 15px 24px;
    border-radius: 0;
    border-bottom: 1px solid rgba(26, 86, 83, 0.14);
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #0c2725;
}

.fx-nav-mobile-list .sub-menu a,
.fx-nav-mobile-list .fx-sub-menu a {
    padding: 11px 24px 11px 42px;
    border-radius: 0;
    border-bottom: 1px solid rgba(26, 86, 83, 0.07);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
    text-transform: none;
    color: #1a2e2d;
}

.fx-nav-mobile-list a:hover {
    background: rgba(26, 86, 83, 0.06);
    color: #1a5653;
}

.fx-nav-search-toggle {
    color: #1a5653;
}

.fx-nav-search-form {
    z-index: 80;
    padding: 22px 24px;
    background: #f0ebe2;
    border-top: 2px solid #c9a96e;
    box-shadow: 0 24px 46px rgba(12, 39, 37, 0.16);
}

.fx-nav-search-form form {
    flex-wrap: wrap;
    align-items: stretch;
}

html body .fx-nav-search-form input[type="search"] {
    min-width: 0;
    padding: 15px 16px;
    border: 1px solid rgba(26, 86, 83, 0.28);
    border-radius: 0;
    background: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
}

html body .fx-nav-search-form .t-btn-primary,
html body.fx-skin-glass .fx-nav-search-form .t-btn-primary {
    flex: 0 0 auto;
    padding: 15px 30px;
}

html body .t-btn-primary,
html body .fx-nav-cta,
html body .wp-block-button .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border: 1px solid #1a5653;
    border-radius: 0;
    background: #1a5653;
    color: #f0ebe2;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

html body .t-btn-primary:hover,
html body .fx-nav-cta:hover,
html body .wp-block-button .wp-block-button__link:hover {
    border-color: #c9a96e;
    background: #c9a96e;
    color: #0c2725;
}

html body .t-btn-outline {
    padding: 16px 32px;
    border: 1px solid #c9a96e;
    border-radius: 0;
    background: transparent;
    color: #1a5653;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

html body .t-btn-outline:hover {
    background: #c9a96e;
    color: #0c2725;
}

.t-btn-ghost {
    padding: 16px 32px;
    border: 1px solid rgba(240, 235, 226, 0.45);
    border-radius: 0;
    background: transparent;
    color: #f0ebe2;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.t-btn-ghost:hover {
    border-color: #c9a96e;
    background: #c9a96e;
    color: #0c2725;
}

html body.fx-skin-glass .t-btn-primary,
html body.fx-skin-glass .fx-nav-cta {
    border: 1px solid #1a5653;
    border-radius: 0;
    padding: 16px 32px;
    background: #1a5653;
    box-shadow: none;
}

html body.fx-skin-glass .t-btn-primary:hover,
html body.fx-skin-glass .fx-nav-cta:hover {
    transform: none;
    border-color: #c9a96e;
    background: #c9a96e;
    box-shadow: none;
}

html body.fx-skin-glass .t-btn-ghost,
html body.fx-skin-glass .t-hero-full .t-btn-ghost,
html body.fx-skin-glass .t-section--navy .t-btn-ghost {
    border: 1px solid rgba(240, 235, 226, 0.45);
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #f0ebe2;
}

html body.fx-skin-glass .t-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    transition: none;
}

html body.fx-skin-glass .t-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

html body.fx-skin-glass .t-card-img {
    height: auto;
    margin: 0 0 22px;
    aspect-ratio: 4 / 5;
    border-radius: 0;
    box-shadow: none;
}

html body.fx-skin-glass .t-card-img img {
    border-radius: 0;
}

html body.fx-skin-glass .t-section,
html body.fx-skin-glass .t-section--white {
    background: #ffffff;
}

html body.fx-skin-glass .t-section--soft,
html body.fx-skin-glass .t-section-soft {
    background: #f0ebe2;
}

html body.fx-skin-glass .t-section--navy,
html body.fx-skin-glass .t-section-navy {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background: #1a5653;
    box-shadow: none;
}

.t-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.t-section--soft {
    background: #f0ebe2;
}

.t-section--navy {
    background: #1a5653;
    color: rgba(240, 235, 226, 0.86);
}

.t-section-title {
    position: relative;
    max-width: 22ch;
    margin: 0 auto 20px;
    padding-top: 28px;
    font-weight: 300;
    text-align: center;
}

.t-section-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 56px;
    height: 1px;
    margin-left: -28px;
    background: #c9a96e;
}

.t-section--navy .t-section-title {
    color: #ffffff;
}

.t-section-subtitle {
    max-width: 58ch;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(26, 46, 45, 0.7);
}

.t-section--navy .t-section-subtitle {
    color: rgba(240, 235, 226, 0.78);
}

.t-grid {
    margin-top: 60px;
    gap: 40px;
}

.t-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    gap: 0;
    transition: none;
}

.t-card-img {
    height: auto;
    margin: 0 0 22px;
    aspect-ratio: 4 / 5;
    border-radius: 0;
    overflow: hidden;
    background: rgba(26, 86, 83, 0.07);
}

.t-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.t-card:hover .t-card-img img {
    transform: scale(1.045);
}

.t-card-title {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201, 169, 110, 0.5);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    color: #0c2725;
}

.t-card-body {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(26, 46, 45, 0.68);
}

.t-section--navy .t-card-title {
    border-bottom-color: rgba(201, 169, 110, 0.55);
    color: #ffffff;
}

.t-section--navy .t-card-body {
    color: rgba(240, 235, 226, 0.78);
}

.t-section--navy blockquote {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.94);
}

html body input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
html body textarea:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
html body select:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    padding: 14px 16px;
    border: 1px solid rgba(26, 86, 83, 0.28);
    border-radius: 0;
    background: #ffffff;
    color: #1a2e2d;
    font-family: "Lato", sans-serif;
    font-size: 15px;
}

html body input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
html body textarea:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
html body select:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
    border-color: #c9a96e;
    outline: none;
}

html body ::placeholder {
    color: rgba(26, 46, 45, 0.45);
}

html body .t-rich-footer,
html body footer.t-rich-footer {
    margin-top: 0;
    padding-top: 104px;
    padding-bottom: 34px;
    background: #0c2725;
    color: rgba(240, 235, 226, 0.74);
}

html body .s-band--deep + .t-rich-footer,
html body .s-closing + .t-rich-footer {
    padding-top: 0;
}

.t-rich-footer-grid {
    gap: 48px;
}

.t-rich-footer-col h3,
.t-rich-footer-col h4 {
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(201, 169, 110, 0.35);
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c9a96e;
}

.t-rich-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t-rich-footer-col li {
    padding: 5px 0;
    font-size: 15px;
}

html body .t-rich-footer a {
    color: rgba(240, 235, 226, 0.74);
    text-decoration: none;
    transition: color 0.22s ease;
}

html body .t-rich-footer a:hover {
    color: #c9a96e;
}

.t-rich-footer-bottom,
.t-rich-footer-legal {
    padding-top: 26px;
    margin-top: 56px;
    border-top: 1px solid rgba(240, 235, 226, 0.13);
    font-size: 13px;
    color: rgba(240, 235, 226, 0.55);
}

/* The parent sets the icon colour with !important, so it stays white here and
   the square frame is all we can take. White on the deep footer is fine. */
.t-rich-footer-social a,
.t-rich-footer-social .fx-social-icon {
    border: 1px solid rgba(201, 169, 110, 0.45);
    border-radius: 0;
    background: transparent;
}

.t-rich-footer-social a:hover {
    background: rgba(201, 169, 110, 0.18);
}

.fx-fab {
    border-radius: 0;
    box-shadow: 0 10px 26px rgba(12, 39, 37, 0.3);
}

.fx-fab-call {
    background: #1a5653;
}

@media (max-width: 1180px) {
    .fx-nav-list {
        gap: 24px;
    }

    .s-split-grid,
    .s-feature,
    .s-closing-grid {
        gap: 56px;
    }
}

@media (max-width: 1024px) {
    .s-band {
        padding-top: 86px;
        padding-bottom: 86px;
    }

    .s-head {
        margin-bottom: 48px;
    }

    .s-hero {
        min-height: 74vh;
        padding-top: 120px;
    }

    .s-people {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .s-mast {
        padding-top: 128px;
        padding-bottom: 68px;
    }

    .s-mast-meta {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 32px;
    }

    .s-mast-meta div {
        padding-bottom: 18px;
    }

    .s-hsplit-text {
        padding: 120px 44px 64px;
    }

    .s-hquote {
        padding-top: 132px;
        padding-bottom: 80px;
    }

    .s-hquote-grid {
        gap: 44px;
    }

    .s-lead {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .s-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .s-quotes,
    .s-notes {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .s-notes .s-note:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
    }

    .s-quotes .s-quote:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
    }

    .s-index-row {
        grid-template-columns: 44px 108px 1fr auto;
        gap: 22px;
    }

    .s-index--plain .s-index-row {
        grid-template-columns: 44px 1fr auto;
    }

    .s-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    html body .t-rich-footer,
    html body footer.t-rich-footer {
        padding-top: 76px;
    }
}

@media (max-width: 900px) {
    .s-split-grid,
    .s-feature,
    .s-closing-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .s-split--flip .s-split-media {
        order: 0;
    }

    .s-contact {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .sn-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .sn-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .s-split-media,
    .s-feature-media {
        aspect-ratio: 4 / 3;
    }

    .s-title,
    .s-hero-title,
    .s-manifesto-text,
    .s-mast-title,
    .s-hsplit-title,
    .s-hquote-title,
    .s-cta-title,
    .s-lead-title {
        max-width: 100%;
    }

    .s-hsplit {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .s-hsplit-text {
        order: 2;
        padding: 48px 24px 56px;
    }

    .s-hsplit-inner {
        margin-left: 0;
        max-width: 100%;
    }

    .s-hsplit-media {
        order: 1;
        aspect-ratio: 4 / 3;
    }

    .s-next-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .s-hquote-grid {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 34px;
    }

    .s-notfound-search {
        flex-direction: column;
    }

    .s-notfound-search .s-btn {
        width: 100%;
    }

    .s-single {
        padding-top: 96px;
    }

    .s-defs div {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 720px) {
    .s-band {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .s-hero {
        min-height: 0;
        padding-top: 104px;
        padding-bottom: 40px;
    }

    .s-hero-inner {
        padding-bottom: 40px;
    }

    .s-hero-meta {
        gap: 14px;
    }

    .s-hero-meta span {
        flex: 1 1 100%;
    }

    .s-people,
    .s-quotes,
    .s-notes {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .s-gallery {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .s-contact-form {
        padding: 36px 24px;
    }

    .s-mast {
        padding-top: 108px;
        padding-bottom: 52px;
    }

    .s-mast-meta {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .s-mast-meta div {
        padding: 16px 0;
        border-bottom: 1px solid rgba(26, 86, 83, 0.12);
    }

    .s-stats {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .s-stats div {
        padding: 22px 0;
        border-bottom: 1px solid rgba(26, 86, 83, 0.14);
    }

    .s-hquote,
    .s-cquote,
    .s-cta {
        padding-top: 108px;
        padding-bottom: 64px;
    }

    .s-cquote,
    .s-cta {
        padding-top: 64px;
    }

    .fx-nav-search-form {
        padding: 18px 20px;
    }

    html body .fx-nav-search-form .t-btn-primary,
    html body.fx-skin-glass .fx-nav-search-form .t-btn-primary {
        flex: 1 1 100%;
        width: 100%;
    }

    .s-notes .s-note:last-child,
    .s-quotes .s-quote:last-child {
        max-width: 100%;
    }

    .s-index-row {
        grid-template-columns: 40px 1fr;
        grid-template-areas:
            "num media"
            "body body"
            "meta meta";
        gap: 16px;
        padding: 22px 0;
    }

    .s-index--plain .s-index-row {
        grid-template-columns: 40px 1fr;
        grid-template-areas:
            "num body"
            "meta meta";
    }

    .s-index-row:hover {
        padding-left: 0;
    }

    .s-index-num {
        grid-area: num;
    }

    .s-index-media {
        grid-area: media;
        aspect-ratio: 16 / 9;
    }

    .s-index-body {
        grid-area: body;
    }

    .s-index-meta {
        grid-area: meta;
    }

    .s-price-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .s-price-rule {
        display: none;
    }

    .s-price-meta {
        gap: 14px;
    }

    .s-step {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 18px 0;
    }

    .s-faq-item summary {
        padding: 20px 0;
    }

    .s-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .s-actions .s-btn {
        width: 100%;
    }

    .s-actions .s-btn--line {
        width: auto;
        align-self: flex-start;
    }

    html body .t-btn-primary,
    html body .t-btn-outline,
    .t-btn-ghost {
        width: 100%;
    }

    html body .fx-nav-cta {
        width: auto;
    }

    .t-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .t-card-img {
        aspect-ratio: 3 / 2;
    }

    html body .t-rich-footer,
    html body footer.t-rich-footer {
        padding-top: 56px;
    }

    .t-rich-footer-bottom,
    .t-rich-footer-legal {
        margin-top: 36px;
    }
}
