@charset "UTF-8";
/* stylelint-disable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  text-align: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  line-height: inherit;
}

:root {
  --container-width: calc(100% - 15px * 2);
  --header-height: 54px;
  --header-gap: 10px;
  --neutral-10: #ffffff;
  --neutral-9: #f1f2f4;
  --neutral-8: #d9dadc;
  --neutral-7: #c1c2c3;
  --neutral-6: #a9a9ab;
  --neutral-5: #919192;
  --neutral-4: #79797a;
  --neutral-3: #606162;
  --neutral-2: #484949;
  --neutral-1: #303031;
  --neutral-0: #000000;
  --wine: #470a1a;
  --petal: #b3b7e5;
  --scarlet: #d62c2c;
  --cream: #f5f5ea;
  --verdant: #3d7068;
  --black: var(--neutral-0);
  --white: var(--neutral-10);
  --textreceding: var(--neutral-3);
  --textlight: var(--neutral-9);
  --linen: var(--neutral-9);
  --spacing-3xl: 100px;
  --spacing-2xl: 80px;
  --spacing-xl: 25px;
  --spacing-l: 20px;
  --spacing-m: 15px;
  --spacing-s: 10px;
  --spacing-xs: 5px;
  --spacing-2xs: 2px;
  --border-radius-l: 20px;
  --border-radius-m: 10px;
  --border-radius-s: 5px;
  --border-radius-xs: 3px;
}
@media (color-gamut: p3) {
  :root {
    --neutral-10: color(display-p3 1 1 1);
    --neutral-9: color(display-p3 0.945 0.949 0.957);
    --neutral-8: color(display-p3 0.851 0.855 0.863);
    --neutral-7: color(display-p3 0.757 0.761 0.765);
    --neutral-6: color(display-p3 0.663 0.663 0.671);
    --neutral-5: color(display-p3 0.569 0.569 0.573);
    --neutral-4: color(display-p3 0.475 0.475 0.478);
    --neutral-3: color(display-p3 0.376 0.38 0.384);
    --neutral-2: color(display-p3 0.282 0.286 0.286);
    --neutral-1: color(display-p3 0.188 0.188 0.192);
    --neutral-0: color(display-p3 0 0 0);
    --wine: color(display-p3 0.278431 0.039216 0.101961 / 1);
    --petal: color(display-p3 0.701961 0.717647 0.898039 / 1);
    --scarlet: color(display-p3 0.839216 0.172549 0.172549 / 1);
    --cream: color(display-p3 0.960784 0.960784 0.917647 / 1);
    --verdant: color(display-p3 0.239216 0.439216 0.407843 / 1);
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: calc(720px - 15px * 2);
    --spacing-3xl: clamp(100px, calc((150 / 1140) * var(--container-width)), 150px);
    --spacing-2xl: clamp(80px, calc((100 / 1140) * var(--container-width)), 100px);
    --spacing-xl: clamp(25px, calc((50 / 1140) * var(--container-width)), 50px);
    --spacing-l: clamp(20px, calc((30 / 1140) * var(--container-width)), 30px);
    --spacing-m: clamp(15px, calc((20 / 1140) * var(--container-width)), 20px);
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: calc(960px - 15px * 2);
  }
}
@media (min-width: 1300px) {
  :root {
    --container-width: calc(1170px - 15px * 2);
  }
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
}

@font-face {
  font-family: "ABC Prophet";
  src: url("../../fonts/ABCProphetVariable.woff2") format("woff2"), url("../../fonts/ABCProphetVariable.woff") format("woff");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
.heading, .content-area h2,
.content-area h3,
.content-area h4, .small-heading {
  font-family: "ABC Prophet", serif;
  line-height: 1;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .heading, .content-area h2,
  .content-area h3,
  .content-area h4, .small-heading {
    line-height: 1.1;
  }
}

.small-heading {
  letter-spacing: unset;
  font-weight: 400;
  color: var(--scarlet);
  text-transform: uppercase;
  line-height: 1.4;
}

.text-5xl {
  font-size: 44px;
}
@media (min-width: 768px) {
  .text-5xl {
    font-size: clamp(44px, 61 / 1140 * var(--container-width), 61px);
  }
}

.text-4xl {
  font-size: 38px;
}
@media (min-width: 768px) {
  .text-4xl {
    font-size: clamp(38px, 48 / 1140 * var(--container-width), 48px);
  }
}

.text-3xl {
  font-size: 33px;
}
@media (min-width: 768px) {
  .text-3xl {
    font-size: clamp(33px, 39 / 1140 * var(--container-width), 39px);
  }
}

.text-2xl {
  font-size: 28px;
}
@media (min-width: 768px) {
  .text-2xl {
    font-size: clamp(28px, 31 / 1140 * var(--container-width), 31px);
  }
}

.text-xl, .content-area h2 {
  font-size: 21px;
}
@media (min-width: 768px) {
  .text-xl, .content-area h2 {
    font-size: clamp(21px, 25 / 1140 * var(--container-width), 25px);
  }
}

.text-l, .button, .content-area h3 {
  font-size: 19px;
}
@media (min-width: 768px) {
  .text-l, .button, .content-area h3 {
    font-size: clamp(19px, 20 / 1140 * var(--container-width), 20px);
  }
}

.text-m, body {
  font-size: 16px;
}

.text-s, .content-area table {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

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

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: var(--wine);
  font-weight: 300;
  text-wrap: pretty;
  background-color: var(--linen);
}
body ::-moz-selection {
  background-color: var(--verdant);
  color: var(--linen);
}
body ::selection {
  background-color: var(--verdant);
  color: var(--linen);
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img,
svg {
  max-width: 100%;
  display: block;
  height: auto;
}

p:not(:first-child) {
  margin-top: 1em;
}

.media-wrapper {
  position: relative;
}
.media-wrapper img,
.media-wrapper video,
.media-wrapper picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-block {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
}
.intro-block .headings {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  .intro-block .intro-text {
    max-width: 35em;
  }
}

.swiper-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
  min-width: 0;
  width: 100%;
}

.scrollbar-container {
  padding-block: 15px;
  width: 100%;
  align-items: center;
  touch-action: none;
}
@media (min-width: 768px) {
  .scrollbar-container {
    padding-block: clamp(15px, 20 / 1140 * var(--container-width), 20px);
  }
}
.scrollbar-container:has(.swiper-scrollbar-lock) {
  display: none;
}
.scrollbar-container .swiper-scrollbar {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}
.scrollbar-container .swiper-scrollbar::before {
  content: "";
  background-color: var(--linen);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.scrollbar-container .swiper-scrollbar-drag {
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--linen);
  background-color: var(--wine);
  cursor: grab;
}
.scrollbar-container .swiper-scrollbar-drag::after {
  content: "";
  background-image: url("../../img/icons/chevron-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 75%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.scrollbar-container--dark .swiper-scrollbar::before {
  background-color: var(--wine);
}
.scrollbar-container--dark .swiper-scrollbar-drag {
  border-color: var(--wine);
  background-color: var(--linen);
}
.scrollbar-container--dark .swiper-scrollbar-drag::after {
  content: "";
  background-image: url("../../img/icons/chevron-right-wine.svg");
}

main.header-space > *:first-child {
  --padding-top: calc(var(--header-height) + var(--header-gap));
}

.image-circle {
  display: flex;
  justify-content: center;
  background-color: var(--white);
  align-items: center;
  aspect-ratio: 1;
  max-height: 450px;
}
@media (min-width: 768px) {
  .image-circle {
    max-height: unset;
  }
}
.image-circle .media-wrapper {
  height: 100%;
  max-height: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

.content-area > *:first-child {
  margin-top: 0 !important;
}
.content-area strong {
  font-weight: 400;
}
.content-area a {
  color: var(--verdant);
}
.content-area .heading, .content-area h2,
.content-area h3,
.content-area h4 {
  line-height: 1.1;
}
.content-area h2,
.content-area h3,
.content-area h4 {
  color: var(--scarlet);
  margin-bottom: 0.5em;
}
.content-area h2:not(:first-child),
.content-area h3:not(:first-child),
.content-area h4:not(:first-child) {
  margin-top: 1.2em;
}
.content-area h2:not(:first-child) {
  margin-top: var(--spacing-xl);
}
.content-area h3:not(:first-child) {
  margin-top: max(var(--spacing-l), 1.5em);
}
.content-area h2 + p,
.content-area h3 + p {
  margin-top: 0;
}
.content-area ol {
  list-style-type: decimal;
  padding-left: 1.2em;
}
.content-area ol:not(:first-child) {
  margin-top: 0.8em;
}
.content-area ol li {
  padding-left: 0.2em;
}
.content-area ol li:not(:first-child) {
  margin-top: 0.1em;
}
.content-area ul {
  list-style-type: disc;
  padding-left: 1.2em;
}
.content-area ul:not(:first-child) {
  margin-top: 0.8em;
}
.content-area ul ul {
  padding-left: 1.5em;
  margin-top: 0.2em;
}
.content-area ul li {
  padding-left: 1.5em;
}
.content-area ul li:not(:first-child) {
  margin-top: 0.2em;
}
.content-area ul li::marker {
  content: "•";
}
.content-area blockquote {
  padding-left: 1em;
  border-left: 1px solid var(--verdant);
}
.content-area blockquote:not(:first-child) {
  margin-top: 1em;
}
.content-area table {
  margin-block: 1em;
  border: 1px solid currentColor;
  width: 100%;
}
.content-area th,
.content-area td {
  border: 1px solid currentColor;
  padding: 0.4em 0.8em;
}

header {
  --header-colour: var(--wine);
  --header-text-colour: var(--linen);
  --menu-hover-colour: var(--white);
  --td: 0.2s;
  color: var(--header-text-colour);
  position: fixed;
  left: 0;
  top: var(--header-gap);
  width: 100%;
  margin-inline: auto;
  z-index: 99;
}
header .header-float {
  position: relative;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: var(--border-radius-s);
  overflow: hidden;
  padding-inline: 20px;
  width: var(--container-width);
  margin-inline: auto;
}
@media (min-width: 768px) {
  header .header-float {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  header .header-float-inner {
    width: var(--container-width);
  }
}
header .header-top {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-bg {
  background-color: var(--header-colour);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.8;
  outline: 1px solid rgba(0, 0, 0, 0.4);
  outline-offset: -1px;
  border-radius: var(--border-radius-s);
  transition: background-color var(--td);
}
header .header-logo-wrapper {
  display: block;
}
header .header-logo-wrapper svg {
  height: 20px;
  width: auto;
}
header .header-logo-wrapper svg path {
  fill: var(--header-text-colour) !important;
  transition: fill var(--td);
}
header nav {
  font-family: "ABC Prophet", serif;
  font-weight: 400;
}
header nav .menu-item.current-menu-item {
  color: var(--scarlet);
}
header nav a {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.2s, color 0.2s;
}
header nav a:hover {
  opacity: 1;
  color: var(--menu-hover-colour);
}
header .header-nav {
  display: none;
}
@media (min-width: 992px) {
  header .header-nav {
    display: block;
  }
}
header .header-nav .menu {
  display: flex;
  gap: clamp(10px, 30 / 1140 * var(--container-width), 30px);
}
header .burger-menu {
  width: 34px;
  aspect-ratio: 1;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  header .burger-menu {
    display: none;
  }
}
header .burger-menu span {
  width: 100%;
  background-color: currentColor;
  height: 2px;
  border-radius: 50px;
  transform-origin: center;
  display: block;
  transition: transform 0.3s;
}
header.open .burger-menu span:nth-of-type(1) {
  transform: rotate(45deg) translateX(4px) translateY(4px);
}
header.open .burger-menu span:nth-of-type(2) {
  transform: rotate(-45deg) translateX(4px) translateY(-4px);
}
header.open .header-menu {
  grid-template-rows: 1fr;
}
header[data-theme=light] {
  --header-colour: var(--linen) !important;
  --header-text-colour: var(--wine) !important;
  --menu-hover-colour: var(--black) !important;
}
header[data-theme=dark] {
  --header-colour: var(--wine) !important;
  --header-text-colour: var(--linen) !important;
  --menu-hover-colour: var(--white) !important;
}

body:has(main > :first-child[data-header-theme=light]) header {
  --header-colour: var(--linen);
  --header-text-colour: var(--wine);
  --menu-hover-colour: var(--black);
}

.header-menu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s;
}
@media (min-width: 992px) {
  .header-menu {
    display: none;
  }
}
.header-menu > div {
  overflow: hidden;
  grid-row: 1/span 2;
}
.header-menu .header-menu-inner {
  padding-block: 40px;
}
.header-menu .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

footer {
  --padding-block: 30px;
  padding-inline: 30px;
  padding-bottom: var(--padding-block);
  padding-top: calc(var(--header-height) + var(--header-gap) + var(--padding-block));
  min-height: 100dvh;
  background-color: var(--scarlet);
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  footer {
    --padding-block: calc(var(--header-height) + var(--header-gap) + clamp(30px, calc((50 / 1140) * var(--container-width)), 50px));
    min-height: unset;
    padding-inline: clamp(30px, 100 / 1140 * var(--container-width), 100px);
    padding-block: 0;
    display: grid;
    grid-template-rows: var(--padding-block) 1fr var(--padding-block);
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 4/3) {
  footer {
    min-height: 100vh;
  }
}
footer .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer-inner {
    gap: clamp(40px, 100 / 1140 * var(--container-width), 100px);
    grid-row: 2/span 1;
  }
}
footer .footer-middle {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-middle {
    flex-direction: row;
    text-align: left;
    max-width: var(--container-width);
    align-self: center;
    width: 100%;
  }
  footer .footer-middle > * {
    flex: 1;
  }
}
footer .footer-middle-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: var(--linen);
}
@media (min-width: 768px) {
  footer .footer-middle-top {
    align-items: flex-start;
  }
}
footer .footer-middle-top a {
  color: inherit;
}
footer .footer-middle-middle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--linen);
}
footer .footer-name {
  font-weight: 400;
}
@media (min-width: 768px) {
  footer .footer-middle-bottom {
    display: none !important;
  }
}
footer .pithos-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .pithos-row-bottom :nth-of-type(3) svg {
  translate: -20% 0;
}
footer .pithos-letter {
  aspect-ratio: 75/65;
  height: 65px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .pithos-letter {
    height: clamp(65px, 125 / 1140 * var(--container-width), 125px);
  }
}
footer .pithos-letter:nth-of-type(1) {
  justify-content: flex-start;
}
footer .pithos-letter:nth-of-type(3) {
  justify-content: flex-end;
}
footer .pithos-letter svg {
  height: 100%;
  width: auto;
}
footer .footer-below {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-below {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    grid-row: 3/span 1;
    padding-top: 20px;
  }
}
footer .footer-addresses {
  display: grid;
  gap: 5px;
}
footer .footer-addresses strong {
  font-weight: 500;
}
footer .footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media (min-width: 768px) {
  footer .footer-bottom {
    flex-direction: row;
    gap: var(--spacing-xl);
    justify-content: center;
  }
}
footer .footer-bottom nav {
  display: contents;
}
footer .footer-bottom .menu {
  display: contents;
}
footer .footer-bottom a {
  color: inherit;
}

.button {
  --btn-colour: var(--linen);
  --td: 0.3s;
  color: var(--btn-colour);
  outline: 1px solid var(--btn-colour);
  outline-offset: -1px;
  border-radius: var(--border-radius-s);
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
  padding: 10px;
  padding-left: 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "ABC Prophet", serif;
  font-weight: 400;
  cursor: pointer;
  transition: background-color var(--td), gap var(--td), outline-color var(--td);
  transition-timing-function: ease-out;
}
.button--reverse {
  flex-direction: row-reverse;
  padding-left: 10px;
  padding-right: 15px;
}
.button--reverse .icon {
  scale: -1 1;
}
.button:not(:has(.icon)) {
  padding: 10px 15px;
}
.button:hover {
  background-color: var(--scarlet);
  outline-color: var(--scarlet);
  gap: 20px;
  color: var(--linen);
}
.button:hover .icon::before {
  opacity: 1;
}
.button:hover svg path {
  stroke: var(--scarlet) !important;
}
.button .label {
  flex-grow: 1;
}
.button .icon {
  position: relative;
}
.button .icon::before {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  display: block;
  background-color: var(--linen);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--td);
  transition-timing-function: ease-out;
}
.button svg {
  height: 20px;
  width: auto;
  position: relative;
}
.button svg path {
  stroke: var(--btn-colour) !important;
  transition: stroke var(--td);
  transition-timing-function: ease-out;
}

.consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 40px));
  transition: transform 0.4s;
  z-index: 999;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding-block: 20px;
}
@media (min-width: 768px) {
  .consent {
    padding-block: 30px;
  }
}
.consent--visible {
  transform: translateY(0);
}

.consent-inner {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .consent-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}
.consent-inner .consent-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.consent-inner .consent-links a {
  color: inherit;
  border-bottom: 1px solid currentColor;
}
.consent-inner .consent-buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-shrink: 0;
}
.consent-inner .consent-button {
  --btn-colour: var(--wine);
  width: auto;
  text-align: center;
  font-size: 16px;
}

.banner-home {
  --td: 1s;
  height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-home {
    flex-direction: row;
  }
}
.banner-home .image-block {
  --circle-padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: calc(var(--header-height) + var(--header-gap) + var(--circle-padding));
  padding-bottom: var(--circle-padding);
  flex: 0 0 100%;
  transition: flex var(--td) ease-out;
}
@media (min-width: 768px) {
  .banner-home .image-block {
    --circle-padding: clamp(20px, calc((65 / 1140) * var(--container-width)), 65px);
    padding: clamp(20px, 65 / 1140 * var(--container-width), 65px);
    padding-top: calc(var(--header-height) + var(--header-gap) + var(--circle-padding));
  }
}
.banner-home .image-block-inner {
  container: image-block-inner;
  container-type: size;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-home .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-home .banner-circle {
  aspect-ratio: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100cqmin;
  max-width: 800px;
}
.banner-home .circle-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.banner-home .circle-bg img {
  scale: 1.4;
}
@media (min-width: 768px) {
  .banner-home .circle-bg img {
    scale: 1.6;
  }
}
.banner-home .circle-content {
  position: relative;
  color: var(--white);
  text-align: center;
}
.banner-home .circle-content .heading {
  scale: 1.1;
  transition: scale var(--td) ease-out;
}
.banner-home .content-block {
  --padding-block: 20px;
  background-color: var(--wine);
  color: var(--white);
  padding-inline: 15px;
  padding-block: var(--padding-block);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 50%;
}
@media (min-width: 768px) {
  .banner-home .content-block {
    align-items: center;
    padding-top: calc(var(--padding-block) + var(--header-height) + var(--header-gap));
  }
}
.banner-home .content-inner {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .banner-home .content-inner {
    max-width: clamp(200px, 480 / 1140 * var(--container-width), 480px);
  }
}
.banner-home .large-copy {
  font-weight: 400;
}
.banner-home.triggered .image-block {
  flex: 1 1 50%;
}
.banner-home.triggered .circle-content .heading {
  scale: 1;
}

.cards-section {
  background-color: var(--wine);
  color: var(--linen);
  padding-block: var(--spacing-2xl);
  overflow: hidden;
}
.cards-section .cards-section-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
  width: 100%;
}
.cards-section .swiper-container {
  width: 100%;
  min-width: 0;
}
.cards-section .cards-swiper {
  width: 100%;
  overflow: unset;
  min-width: 0;
}
.cards-section .swiper-slide {
  box-sizing: border-box;
}
.cards-section .card {
  width: 100%;
  position: relative;
  border-radius: var(--border-radius-m);
  overflow: hidden;
  padding: 25px;
  aspect-ratio: 2/3;
  display: flex;
  flex-direction: column;
  max-height: 600px;
}
@media (min-width: 768px) {
  .cards-section .card {
    max-height: unset;
    padding: clamp(25px, 50 / 1140 * var(--container-width), 50px);
    max-height: 85vh;
    min-height: 400px;
  }
}
.cards-section .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cards-section .card-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%, black 70%);
  opacity: 0.6;
}
.cards-section .card-content {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-m);
  position: relative;
  height: 100%;
  justify-content: space-between;
}
.cards-section .card-heading {
  line-height: 1.2;
}
.cards-section .card-text {
  display: flex;
  align-items: flex-start;
}

.container-grid {
  display: grid;
  grid-template-columns: 1fr var(--container-width) 1fr;
  overflow-x: auto;
}
.container-grid:after {
  content: "";
}

.portfolio-section {
  overflow: hidden;
  background-color: var(--linen);
  color: var(--wine);
  padding-block: var(--spacing-2xl);
}
.portfolio-section .portfolio-section-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
}
.portfolio-section .portfolio-swiper {
  overflow: unset;
  min-width: 0;
  width: 100%;
}
.portfolio-section .portfolio-swiper .swiper-slide {
  box-sizing: border-box;
}

.icons-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-xl);
  max-width: 340px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .icons-block {
    display: flex;
    justify-content: space-between;
    max-width: unset;
    width: 100%;
  }
}
.icons-block .icon-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
  align-items: center;
  text-align: center;
}
.icons-block .icon-img {
  width: 100%;
  max-width: 100px;
}
@media (min-width: 768px) {
  .icons-block .icon-img {
    max-width: clamp(100px, 120 / 1140 * var(--container-width), 12px);
  }
}
.icons-block .icon-label {
  text-wrap: balance;
}

.portfolio-desktop {
  display: none;
}
@media (min-width: 768px) {
  .portfolio-desktop {
    display: block;
  }
}
.portfolio-desktop .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px, 100 / 1140 * var(--container-width), 100px);
}
.portfolio-desktop .portfolio-grid-item:nth-of-type(4n + 2) .image-circle, .portfolio-desktop .portfolio-grid-item:nth-of-type(4n + 3) .image-circle {
  background-color: var(--verdant);
}

.portfolio-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
  color: inherit;
}
.portfolio-item:hover .image-circle {
  background-color: var(--verdant);
}
.portfolio-item .image-circle {
  transition: background-color 0.3s;
  transform-style: ease-out;
}
.portfolio-item .brand-logos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.portfolio-item .brand-logos img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 80px;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
}
.portfolio-item .bottom-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.portfolio-item .item-brand {
  font-weight: 400;
}
.portfolio-item .item-url {
  color: var(--scarlet);
  text-decoration: underline;
}

.text-image-section {
  overflow: hidden;
  background-color: var(--linen);
  color: var(--wine);
  padding-top: var(--spacing-2xl);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
}
@media (min-width: 992px) {
  .text-image-section {
    flex-direction: row;
    gap: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) and (min-aspect-ratio: 4/3) {
  .text-image-section {
    min-height: 100vh;
  }
}
.text-image-section .content-block {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .text-image-section .content-block {
    flex: 1;
    align-items: center;
  }
}
.text-image-section .content-block-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: var(--container-width);
}
@media (min-width: 992px) {
  .text-image-section .content-block-inner {
    max-width: unset;
    gap: clamp(40px, 60 / 1140 * var(--container-width), 60px);
    padding-block: clamp(40px, 100 / 1140 * var(--container-width), 100px);
    max-width: clamp(200px, 500 / 1140 * var(--container-width), 500px);
  }
}
.text-image-section .message-block {
  display: flex;
  gap: var(--spacing-m);
  align-items: flex-start;
}
.text-image-section .message-block .circle-shape {
  flex: 0 0 38px;
}
.text-image-section .message-block .circle-shape svg path {
  fill: var(--verdant) !important;
}
.text-image-section .message-block-right {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
}
.text-image-section .message-logo img {
  width: 100%;
  max-width: 150px;
}
.text-image-section .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-s);
  justify-content: center;
}
@media (min-width: 992px) {
  .text-image-section .buttons {
    justify-content: flex-start;
  }
}
.text-image-section .buttons .button {
  --btn-colour: var(--scarlet);
}
.text-image-section .image-block {
  aspect-ratio: 2;
  width: 100%;
}
@media (min-width: 992px) {
  .text-image-section .image-block {
    flex: 1;
    aspect-ratio: unset;
    width: auto;
  }
}
.text-image-section .image-block .circle-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  height: 77%;
  max-height: 260px;
}
.text-image-section .image-block .circle-shape svg {
  height: 100%;
  width: auto;
}

.content-block-section {
  padding-block: var(--spacing-2xl);
  background-color: var(--wine);
  color: var(--linen);
  text-align: center;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .content-block-section {
    padding-block: calc(var(--spacing-2xl) * 2);
    text-align: left;
  }
}
@media (min-width: 768px) {
  .content-block-section:has(.bg-image) {
    padding-block: var(--spacing-2xl);
    aspect-ratio: 16/9;
    max-height: 100vh;
    display: flex;
    align-items: flex-end;
  }
}
.content-block-section .bg-image {
  --border-size: 10px;
  position: absolute;
  inset: var(--border-size);
}
@media (min-width: 768px) {
  .content-block-section .bg-image {
    --border-size: clamp(10px, 20/1512 * 100vw, 30px);
  }
}
.content-block-section .bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.2;
}
@media (min-width: 768px) {
  .content-block-section .bg-image::after {
    background: linear-gradient(to top, black, transparent);
    opacity: 0.5;
  }
}
.content-block-section .intro-block {
  align-items: center;
}
@media (min-width: 768px) {
  .content-block-section .intro-block {
    align-items: flex-start;
  }
}

.news-section {
  padding-block: var(--spacing-2xl);
  overflow: hidden;
}
.news-section .news-section-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.news-section .news-block {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
}
.news-section .news-mobile {
  width: 100%;
}
@media (min-width: 768px) {
  .news-section .news-mobile {
    display: none;
  }
}
.news-section .news-swiper {
  min-width: 0;
  width: 100%;
  overflow: unset;
}
.news-section .news-desktop {
  display: none;
}
@media (min-width: 768px) {
  .news-section .news-desktop {
    display: block;
  }
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px, 100 / 1140 * var(--container-width), 100px);
}
.news-section .button {
  --btn-colour: var(--scarlet);
}

.news-grid-section {
  padding-bottom: var(--spacing-2xl);
  margin-top: var(--spacing-m);
}
.news-grid-section .news-grid-section-inner {
  display: grid;
  gap: var(--spacing-l);
}
.news-grid-section .news-filters {
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  gap: var(--spacing-l);
}
.news-grid-section .news-filter {
  cursor: pointer;
}
.news-grid-section .news-filter[data-active=true] {
  color: var(--scarlet);
}
.news-grid-section .news-grid {
  display: grid;
  gap: var(--spacing-2xl);
}
@media (min-width: 768px) {
  .news-grid-section .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
  color: inherit;
}
.news-item .image-block {
  aspect-ratio: 3/2;
  width: 100%;
}
.news-item .news-main {
  display: flex;
  gap: var(--spacing-m);
}
.news-item .circle-shape {
  flex: 0 0 38px;
}
.news-item .circle-shape svg {
  width: 100%;
  height: auto;
}
.news-item .circle-shape svg path {
  fill: var(--verdant) !important;
}
.news-item .news-main-right {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
}
.news-item .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item .news-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-details {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
}
.news-details .tabs {
  display: flex;
  gap: 10px;
  font-family: "ABC Prophet", serif;
  font-weight: 500;
}
.news-details .tab {
  border-radius: var(--border-radius-s);
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
}
.news-details .tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--verdant);
  opacity: 0.1;
  z-index: -1;
}

.team-intro-section {
  padding-top: calc(var(--padding-top) + var(--spacing-xl));
  padding-bottom: var(--spacing-xl);
}

.team-rows {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--spacing-xl);
  padding-bottom: var(--spacing-2xl);
}
.team-rows .team-row {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
}
.team-rows .team-swiper {
  overflow: unset;
  min-width: 0;
  width: 100%;
}

.team-grid-section .team-grid {
  display: grid;
  gap: var(--spacing-xl);
  padding-bottom: var(--spacing-2xl);
}
@media (min-width: 768px) {
  .team-grid-section .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1300px) {
  .team-grid-section .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-member {
  display: grid;
  gap: var(--spacing-l);
  overflow: hidden;
  width: 100%;
}
@media (hover: hover) {
  .team-member .content-right {
    translate: 100% 0;
    transition: translate 0.3s ease-out;
  }
  .team-member:hover .image-circle {
    background-color: var(--verdant);
  }
  .team-member:hover .content-right {
    translate: 0 0;
  }
}
.team-member .image-block {
  width: 100%;
  transition: background-color 0.3s ease-out;
}
.team-member .image-block img {
  filter: saturate(0);
}
.team-member .content-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.team-member .content-right {
  flex: 0 0 auto;
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
.team-member .content-right svg {
  max-height: 25px;
  width: auto;
}
.team-member .content-right svg path {
  fill: var(--wine) !important;
}
.team-member .member-name {
  line-height: 1.2;
}
.team-member .member-role {
  color: var(--scarlet);
}

.news-intro-section {
  padding-top: calc(var(--padding-top) + var(--spacing-xl));
  padding-bottom: var(--spacing-xl);
}

.single-news {
  padding-top: calc(var(--padding-top) + var(--spacing-xl));
  padding-bottom: var(--spacing-2xl);
}
@media (min-width: 768px) {
  .single-news {
    padding-top: calc(var(--padding-top) + var(--spacing-2xl));
  }
}
.single-news .single-news-inner {
  display: grid;
  gap: var(--spacing-xl);
}
.single-news .article-top {
  display: grid;
  gap: var(--spacing-m);
}
.single-news .article-body {
  width: 100%;
  display: grid;
  gap: var(--spacing-xl);
}
@media (min-width: 992px) {
  .single-news .article-body {
    max-width: 850px;
  }
}
.single-news .article-image {
  width: 100%;
  aspect-ratio: 3/2;
}
.single-news .article-content {
  display: grid;
  gap: var(--spacing-xl);
}
.single-news .media-use-block {
  display: grid;
  gap: var(--spacing-xl);
}
.single-news .media-use-block .media-use-heading {
  font-weight: 500;
}
.single-news .media-use-block .content-area {
  color: var(--neutral-5);
}

.simple-content-page {
  padding-top: calc(var(--padding-top) + var(--spacing-xl));
  padding-bottom: var(--spacing-2xl);
}
@media (min-width: 768px) {
  .simple-content-page {
    padding-top: calc(var(--padding-top) + var(--spacing-2xl));
  }
}
.simple-content-page .simple-content-page-inner {
  display: grid;
  gap: var(--spacing-xl);
}
.simple-content-page .article-body {
  display: grid;
  gap: var(--spacing-xl);
}
@media (min-width: 992px) {
  .simple-content-page .article-body {
    max-width: 850px;
  }
}
.simple-content-page .button {
  --btn-colour: var(--scarlet);
}
