/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px) {
  .container {
    max-width: 782px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.z-20 {
  z-index: 20;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.m-8 {
  margin: 2rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-8 {
  margin-bottom: 2rem;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.\!mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-1 {
  height: 0.25rem;
}

.h-auto {
  height: auto;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-shrink {
  flex-shrink: 1;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.\!list-none {
  list-style-type: none !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[20px\] {
  gap: 20px;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-charcoal {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-solar-flare {
  --tw-bg-opacity: 1;
  background-color: rgb(255 128 0 / var(--tw-bg-opacity));
}

.bg-sun-dial {
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 87 / var(--tw-bg-opacity));
}

.bg-aegean-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(76 120 255 / var(--tw-bg-opacity));
}

.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 210 / var(--tw-bg-opacity));
}

.bg-coral {
  --tw-bg-opacity: 1;
  background-color: rgb(255 97 56 / var(--tw-bg-opacity));
}

.bg-electric-fuchsia {
  --tw-bg-opacity: 1;
  background-color: rgb(255 91 247 / var(--tw-bg-opacity));
}

.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-cosmic-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(26 0 255 / var(--tw-bg-opacity));
}

.bg-snow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.text-center {
  text-align: center;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

.text-solar-flare {
  --tw-text-opacity: 1;
  color: rgb(255 128 0 / var(--tw-text-opacity));
}

.text-sun-dial {
  --tw-text-opacity: 1;
  color: rgb(255 227 87 / var(--tw-text-opacity));
}

.text-aegean-blue {
  --tw-text-opacity: 1;
  color: rgb(76 120 255 / var(--tw-text-opacity));
}

.text-sand {
  --tw-text-opacity: 1;
  color: rgb(255 234 210 / var(--tw-text-opacity));
}

.text-coral {
  --tw-text-opacity: 1;
  color: rgb(255 97 56 / var(--tw-text-opacity));
}

.text-electric-fuchsia {
  --tw-text-opacity: 1;
  color: rgb(255 91 247 / var(--tw-text-opacity));
}

.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-cosmic-blue {
  --tw-text-opacity: 1;
  color: rgb(26 0 255 / var(--tw-text-opacity));
}

.text-snow {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

@font-face {
  font-family: 'Dx Grafik';

  src: url('../fonts/DxGrafik-SemiBold.eot');

  src: url('../fonts/DxGrafik-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DxGrafik-SemiBold.woff2') format('woff2'),
        url('../fonts/DxGrafik-SemiBold.woff') format('woff'),
        url('../fonts/DxGrafik-SemiBold.ttf') format('truetype'),
        url('../fonts/DxGrafik-SemiBold.svg#DxGrafik-SemiBold') format('svg');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal';

  src: url('../fonts/PPNeueMontreal-SemiBolditalic.eot');

  src: url('../fonts/PPNeueMontreal-SemiBolditalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPNeueMontreal-SemiBolditalic.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-SemiBolditalic.woff') format('woff'),
        url('../fonts/PPNeueMontreal-SemiBolditalic.ttf') format('truetype'),
        url('../fonts/PPNeueMontreal-SemiBolditalic.svg#PPNeueMontreal-SemiBolditalic') format('svg');

  font-weight: 600;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal';

  src: url('../fonts/PPNeueMontreal-Bold.eot');

  src: url('../fonts/PPNeueMontreal-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Bold.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Bold.ttf') format('truetype'),
        url('../fonts/PPNeueMontreal-Bold.svg#PPNeueMontreal-Bold') format('svg');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal';

  src: url('../fonts/PPNeueMontreal-Medium.eot');

  src: url('../fonts/PPNeueMontreal-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Medium.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Medium.ttf') format('truetype'),
        url('../fonts/PPNeueMontreal-Medium.svg#PPNeueMontreal-Medium') format('svg');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal';

  src: url('../fonts/PPNeueMontreal-Thin.eot');

  src: url('../fonts/PPNeueMontreal-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPNeueMontreal-Thin.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Thin.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Thin.ttf') format('truetype'),
        url('../fonts/PPNeueMontreal-Thin.svg#PPNeueMontreal-Thin') format('svg');

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal';

  src: url('../fonts/PPNeueMontreal-Italic.eot');

  src: url('../fonts/PPNeueMontreal-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPNeueMontreal-Italic.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Italic.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Italic.ttf') format('truetype'),
        url('../fonts/PPNeueMontreal-Italic.svg#PPNeueMontreal-Italic') format('svg');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal Book';

  src: url('../fonts/PPNeueMontreal-Book.eot');

  src: url('../fonts/PPNeueMontreal-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPNeueMontreal-Book.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Book.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Book.ttf') format('truetype'),
        url('../fonts/PPNeueMontreal-Book.svg#PPNeueMontreal-Book') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

.pb-header {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.pb-header--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(76 120 255 / var(--tw-bg-opacity));
  min-height: clamp(400px, 62.5vw, 900px);
}

.pb-header--peach {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 210 / var(--tw-bg-opacity));
  min-height: clamp(280px, 55vw, 793px);
}

.pb-header__inner {
  position: relative;
  z-index: 10;
  padding-top: clamp(80px, 26.5vw, 382px);
  padding-bottom: clamp(1.5rem, 4vw, 58px);
}

.pb-header__swiper {
  width: 100%;
  overflow: visible;
}

.pb-header__slide {
  height: auto;
}

.pb-header__title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  margin: 0;
}

.pb-header--blue .pb-header__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(3rem, 19.4vw, 280px);
  line-height: 0.82;
  letter-spacing: -0.01em;
}

.pb-header--peach .pb-header__title {
  --tw-text-opacity: 1;
  color: rgb(255 97 56 / var(--tw-text-opacity));
  font-size: clamp(2rem, 13.2vw, 190px);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.pb-header__burst {
  position: absolute;
  pointer-events: none;
  transform: rotate(90deg);
  transform-origin: center;
}

/* Blue: yellow burst, upper-right, partially bleeding off edge */

.pb-header--blue .pb-header__burst {
  width: clamp(220px, 33vw, 476px);
  height: auto;
  aspect-ratio: 476 / 484;
  right: 0;
  top: 35%;
  transform: translateX(50%);
}

/* Peach: white burst, center-right */

.pb-header--peach .pb-header__burst {
  width: clamp(150px, 35.3vw, 508px);
  right: 6%;
  top: 20%;
}

body {
  font-family: 'PP Neue Montreal Book', sans-serif;
  font-weight: 400;
}

.site-content .body-2, .site-content .body-2, .block-editor-block-list__layout .body-2, .block-editor-block-list__layout .body-2, .site-footer .body-2, .site-footer .body-2 {
  /* Body 2 */
  font-family: 'PP Neue Montreal Book', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.site-content .body-1,.block-editor-block-list__layout .body-1,.site-footer .body-1{
  /* Body 1 */
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

.site-content h1, .site-content .h1, .site-content .h1 *, .block-editor-block-list__layout h1, .block-editor-block-list__layout .h1, .block-editor-block-list__layout .h1 *, .site-footer h1, .site-footer .h1, .site-footer .h1 * {
  font-size: clamp(3rem, 9.7vw, 140px);
  line-height: 0.93;
  font-weight: 600;
  font-family: "Dx Grafik", sans-serif;
}

.site-content h2, .site-content .h2, .site-content .h2 *, .block-editor-block-list__layout h2, .block-editor-block-list__layout .h2, .block-editor-block-list__layout .h2 *, .site-footer h2, .site-footer .h2, .site-footer .h2 * {
  font-size: clamp(2.25rem, 6.25vw, 90px);
  line-height: 0.95;
  font-weight: 600;
  font-family: "Dx Grafik", sans-serif;
}

.site-content h3, .site-content .h3, .site-content .h3 *, .block-editor-block-list__layout h3, .block-editor-block-list__layout .h3, .block-editor-block-list__layout .h3 *, .site-footer h3, .site-footer .h3, .site-footer .h3 * {
  font-size: clamp(1.75rem, 3.47vw, 50px);
  line-height: 1;
  font-weight: 600;
  font-family: "Dx Grafik", sans-serif;
}

.site-content h4, .site-content .h4, .site-content .h4 *, .block-editor-block-list__layout h4, .block-editor-block-list__layout .h4, .block-editor-block-list__layout .h4 *, .site-footer h4, .site-footer .h4, .site-footer .h4 * {
  font-size: clamp(1.375rem, 2.43vw, 35px);
  line-height: 1;
  font-weight: 600;
  font-family: "Dx Grafik", sans-serif;
}

.site-content p a, .site-content ul a, .site-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a, .site-footer p a, .site-footer ul a, .site-footer ol a {
  text-decoration-line: underline;
}

.site-content p a:hover, .site-content ul a:hover, .site-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover, .site-footer p a:hover, .site-footer ul a:hover, .site-footer ol a:hover {
  text-decoration-line: none;
}

.site-content * + p, .block-editor-block-list__layout * + p, .site-footer * + p {
  margin-top: 1rem;
}

.site-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li, .site-footer ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-type: disc;
}

.site-content ol li, .block-editor-block-list__layout ol li, .site-footer ol li {
  list-style-type: decimal;
}

.pb-stc {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 210 / var(--tw-bg-opacity));
  min-height: clamp(400px, 62.5vw, 900px);
}

.pb-stc__burst {
  position: absolute;
  pointer-events: none;
  top: 0%;
  left: 0%;
  transform: rotate(90deg);
  transform-origin: center;
  width: 306px;
  height: 325px;
}

.pb-stc__grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 58.7% 1fr;
  -moz-column-gap: clamp(1rem, 2.8vw, 40px);
       column-gap: clamp(1rem, 2.8vw, 40px);
  padding-top: clamp(160px, 34.2vw, 493px);
  padding-bottom: clamp(2rem, 4vw, 58px);
  align-items: start;
}

.pb-stc__title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 97 56 / var(--tw-text-opacity));
  font-size: clamp(2rem, 13.2vw, 190px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0;
}

.pb-stc__title-char {
  display: inline-block;
  white-space: pre;
}

.pb-stc__content {
  padding-top: clamp(0.5rem, 2.78vw, 40px);
}

.pb-stc__content p {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 97 56 / var(--tw-text-opacity));
  font-size: clamp(1rem, 3.47vw, 50px);
  line-height: 1;
  margin-bottom: clamp(1.5rem, 6.5vw, 93px);
}

.pb-stc__content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 781px) {
  .pb-stc {
    min-height: 0;
  }

  .pb-stc__grid {
    grid-template-columns: 1fr;
    row-gap: clamp(1rem, 4vw, 32px);
    padding-top: clamp(120px, 28vw, 200px);
    padding-bottom: clamp(2rem, 6vw, 56px);
  }

  .pb-stc__content p {
    margin-bottom: clamp(1rem, 4vw, 32px);
  }

  .pb-stc__burst {
    width: clamp(160px, 38vw, 240px);
    height: auto;
    aspect-ratio: 306 / 325;
  }
}

.pb-fwic {
  position: relative;
  overflow: hidden;
  min-height: clamp(300px, 51.4vw, 740px);
  background: #000;
}

.pb-fwic__swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pb-fwic__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pb-fwic__dots {
  position: absolute;
  bottom: clamp(1rem, 4.5vw, 65px) !important;
  right: clamp(1rem, 4.2vw, 60px);
  left: auto !important;
  width: auto !important;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 10;
}

.pb-fwic__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.pb-fwic__dot.is-active {
  opacity: 1;
}

.pb-overlap__panel {
  position: sticky;
  top: 0;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
}

.pb-overlap__panel--solar-flare {
  --tw-bg-opacity: 1;
  background-color: rgb(255 128 0 / var(--tw-bg-opacity));
}

.pb-overlap__panel--white       {
  background: #fff;
}

.pb-overlap__panel--coral {
  --tw-bg-opacity: 1;
  background-color: rgb(255 97 56 / var(--tw-bg-opacity));
}

.pb-overlap__panel--sun-dial {
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 87 / var(--tw-bg-opacity));
}

.pb-overlap__text {
  position: relative;
  z-index: 10;
  padding-top: clamp(1.5rem, 2.78vw, 40px);
  padding-bottom: clamp(1.5rem, 2.78vw, 40px);
  padding-right: clamp(3rem, 25vw, 360px);
}

.pb-overlap__text p {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 6.25vw, 90px);
  line-height: 0.944;
  letter-spacing: -0.01em;
  margin: 0;
}

/* Text colours */

.pb-overlap__panel--solar-flare .pb-overlap__text p,
.pb-overlap__panel--coral .pb-overlap__text p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pb-overlap__panel--white .pb-overlap__text p,
.pb-overlap__panel--sun-dial .pb-overlap__text p {
  --tw-text-opacity: 1;
  color: rgb(76 120 255 / var(--tw-text-opacity));
}

.pb-overlap__burst {
  position: absolute;
  pointer-events: none;
  bottom: 4.44%;
  right: 2.78%;
  width: clamp(120px, 22.6vw, 325px);
  transform: rotate(90deg);
  transform-origin: center;
}

@media (max-width: 781px) {
  .pb-overlap__text {
    padding-top: clamp(1.5rem, 6vw, 40px);
    padding-bottom: clamp(1.5rem, 6vw, 40px);
    padding-right: clamp(3.5rem, 28vw, 140px);
  }

  .pb-overlap__text p {
    font-size: clamp(1.5rem, 7.5vw, 2.5rem);
    line-height: 1;
  }

  .pb-overlap__burst {
    width: clamp(80px, 22vw, 140px);
  }
}

/* ---- shared ---- */

.pb-work {
  --tw-bg-opacity: 1;
  background-color: rgb(76 120 255 / var(--tw-bg-opacity));
  overflow: hidden;
}

.pb-work__title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(2rem, 9.7vw, 140px);
  line-height: 0.929;
  letter-spacing: -0.01em;
  margin: 0;
}

.pb-work__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 1px solid #fff;
  border-radius: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 0.625rem;
  line-height: 1.4;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.pb-work__btn:hover {
  background: #fff;
  --tw-text-opacity: 1;
  color: rgb(76 120 255 / var(--tw-text-opacity));
}

.pb-work__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ---- float layout ---- */

.pb-work--float .pb-work__canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 900;
}

.pb-work--float .pb-work__item {
  position: absolute;
  width: 14.58%;
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
}

/* Scatter positions derived from Figma (1440×900) */

.pb-work--float .pb-work__canvas a:nth-of-type(1) {
  left: 2.78%;
  top: 4.44%;
}

.pb-work--float .pb-work__canvas a:nth-of-type(2) {
  left: 34.7%;
  top: 13.1%;
}

.pb-work--float .pb-work__canvas a:nth-of-type(3) {
  left: 10.8%;
  top: 45.1%;
}

.pb-work--float .pb-work__canvas a:nth-of-type(4) {
  left: 2.78%;
  top: 72.6%;
}

.pb-work--float .pb-work__canvas a:nth-of-type(5) {
  left: 34.7%;
  top: 65.1%;
}

.pb-work--float .pb-work__canvas a:nth-of-type(6) {
  left: 66.7%;
  top: 4.44%;
}

.pb-work--float .pb-work__canvas a:nth-of-type(7) {
  left: 58.8%;
  top: 36.4%;
}

.pb-work--float .pb-work__title-group {
  position: absolute;
  right: 2.78%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1em;
  text-align: right;
}

/* ---- grid layout ---- */

.pb-work--grid {
  padding-top: clamp(1.5rem, 4.5vw, 65px);
  padding-bottom: clamp(2rem, 4vw, 58px);
}

.pb-work--grid .pb-work__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.75rem, 2.1vw, 30px);
  margin-bottom: 50px;
}

.pb-work--grid .pb-work__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.5rem, 1.4vw, 20px);
}

.pb-work--grid .pb-work__item {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}

.pb-work__item{
  position: relative;
}

.pb-work__item .project-overlay{
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  transition: opacity 0.4s ease;
}

.pb-work__item:hover .project-overlay{
  opacity: 1;
}

.pb-work__item .project-overlay .subheading{
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}

.pb-work__canvas .pb-work__item{
  overflow: visible;
}

.pb-work__canvas .pb-work__item .project-overlay{
  background: transparent;
  opacity: 0;
  position: absolute;
  z-index: 99;
  padding:0;
  top: 0;
  left: 120%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  transition: opacity 0.4s ease;
}

.pb-work__canvas .pb-work__item:hover .project-overlay{
  opacity: 1;
}

@media (max-width: 959px) {
  .pb-work--grid .pb-work__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pb-work--grid .pb-work__header {
    margin-bottom: clamp(1.5rem, 6vw, 64px);
  }
}

@media (max-width: 781px) {
  /* Grid layout: drop to 2 cols, tighten gaps */

  .pb-work--grid .pb-work__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(8px, 2.5vw, 16px);
  }

  .pb-work--grid .pb-work__header {
    margin-bottom: clamp(1.5rem, 5vw, 40px);
  }

  /* Float layout: convert absolute scatter into a stacked grid */

  .pb-work--float .pb-work__canvas {
    position: relative;
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(8px, 2.5vw, 16px);
    padding: clamp(1.5rem, 4vw, 32px) 0;
  }

  .pb-work--float .pb-work__item {
    position: static;
    width: 100%;
  }

  .pb-work--float .pb-work__canvas a:nth-of-type(n) {
    left: auto;
    top: auto;
  }

  .pb-work--float .pb-work__title-group {
    position: static;
    align-items: flex-start;
    text-align: left;
    order: -1;
    grid-column: 1 / -1;
    margin-bottom: clamp(0.5rem, 2vw, 16px);
  }

  /* Hover overlay: scale padding for touch devices */

  .pb-work__item .project-overlay {
    padding: clamp(0.75rem, 4vw, 24px);
  }

  .pb-work__item .project-overlay .subheading {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .pb-work__canvas .pb-work__item .project-overlay {
    padding: 0;
  }
}

@media (max-width: 479px) {
  .pb-work--grid .pb-work__grid,
    .pb-work--float .pb-work__canvas {
    grid-template-columns: 1fr;
  }
}

.pb-news {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: clamp(1rem, 2.78vw, 40px);
  padding-bottom: clamp(1rem, 2.78vw, 40px);
}

/* ---- header (title + view all) ---- */

.pb-news__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 2.78vw, 40px);
}

.pb-news--3 .pb-news__header {
  gap: clamp(0.75rem, 2.1vw, 30px);
}

.pb-news__section-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 9.7vw, 140px);
  line-height: 0.929;
  letter-spacing: -0.01em;
  margin: 0;
}

.pb-news__section-btn {
  display: inline-flex;
  padding: 10px 17px;
  border: 1px solid #fff;
  border-radius: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pb-news__section-btn:hover {
  background: #fff;
  color: #000;
}

/* ---- grid (mirrors .archive-news__grid / .archive-news__section) ---- */

.pb-news__grid {
  display: grid;
  gap: 20px;
}

.pb-news__section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* 5-card layout: header + L S S S L over 4 rows
   (mirrors archive-news__section--initial, with the header in col 1 row 1) */

.pb-news__section--five {
  grid-template-rows: repeat(4, auto);
}

.pb-news__section--five .pb-news__header {
  grid-column: 1/2;
  grid-row: 1/2;
}

.pb-news__section--five .pb-news__card:nth-of-type(1) {
  /* large — top right */
  grid-column: 2/3;
  grid-row: 1/3;
}

.pb-news__section--five .pb-news__card:nth-of-type(2) {
  /* small — left mid, aligned to bottom */
  grid-column: 1/2;
  grid-row: 2/3;
  align-self: end;
}

.pb-news__section--five .pb-news__card:nth-of-type(3) {
  /* small — right mid */
  grid-column: 2/3;
  grid-row: 3/4;
}

.pb-news__section--five .pb-news__card:nth-of-type(4) {
  /* small — right bottom */
  grid-column: 2/3;
  grid-row: 4/5;
}

.pb-news__section--five .pb-news__card:nth-of-type(5) {
  /* large — bottom left */
  grid-column: 1/2;
  grid-row: 3/5;
}

/* 3-card layout: header + L S S over 3 rows */

.pb-news__section--three {
  grid-template-rows: repeat(3, auto);
}

.pb-news__section--three .pb-news__header {
  grid-column: 1/2;
  grid-row: 1/2;
}

.pb-news__section--three .pb-news__card:nth-of-type(1) {
  /* large — right, full height */
  grid-column: 2/3;
  grid-row: 1/4;
}

.pb-news__section--three .pb-news__card:nth-of-type(2) {
  /* small — left mid */
  grid-column: 1/2;
  grid-row: 2/3;
}

.pb-news__section--three .pb-news__card:nth-of-type(3) {
  /* small — left bottom */
  grid-column: 1/2;
  grid-row: 3/4;
}

/* ---- cards ---- */

.pb-news__card {
  background: var(--bg);
  color: var(--color);
  overflow: hidden;
  text-decoration: none;
}

.pb-news__card--large {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
}

.pb-news__card--large .pb-news__img-wrap {
  display: block;
  flex: 0 1 70%;
  overflow: hidden;
  margin: 0 0 clamp(0.5rem, 1.4vw, 20px);
  aspect-ratio: auto;
}

.pb-news__card--large .pb-news__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pb-news__card--large .pb-news__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.75rem, 1.4vw, 20px);
  margin-top: auto;
}

.pb-news__card--small {
  display: grid;
  grid-template-columns: 60% 40%;
  overflow: hidden;
}

.pb-news__card--small .pb-news__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: clamp(0.75rem, 1.4vw, 20px);
  padding: clamp(1rem, 2.78vw, 40px);
}

.pb-news__card--small .pb-news__img-wrap {
  display: block;
  overflow: hidden;
  padding: 20px;
}

.pb-news__card--small .pb-news__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pb-news__card-title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 2.43vw, 35px);
  line-height: 1;
  margin: 0;
  color: inherit;
}

.pb-news__card-title a {
  color: inherit;
  text-decoration: none;
}

.pb-news__card-title a:hover {
  text-decoration: underline;
}

.pb-news__date {
  font-family: 'PP Neue Montreal Book', sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.11vw, 16px);
  line-height: 1.25;
  color: inherit;
}

.pb-news__card-btn {
  display: inline-flex;
  padding: 10px 17px;
  border: 1px solid currentColor;
  border-radius: 40px;
  color: inherit;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pb-news__card-btn:hover {
  background: var(--color);
  color: var(--bg);
}

/* ---- responsive ---- */

@media (max-width: 599px) {
  /* Collapse to single source-order column at sm breakpoint */

  .pb-news__section,
    .pb-news__section--five,
    .pb-news__section--three {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: clamp(0.75rem, 3vw, 16px);
  }

  /* :nth-of-type(n) matches the specificity of the desktop placement rules
       so these mobile overrides actually win. */

  .pb-news__section--five .pb-news__card:nth-of-type(n),
    .pb-news__section--three .pb-news__card:nth-of-type(n),
    .pb-news__section--five .pb-news__header,
    .pb-news__section--three .pb-news__header {
    grid-column: 1 / -1;
    grid-row: auto;
    align-self: stretch;
  }

  .pb-news__card--small {
    aspect-ratio: auto;
    grid-template-columns: 1fr;
  }

  .pb-news__card--small .pb-news__img-wrap {
    order: 1;
    padding: clamp(0.75rem, 3vw, 16px);
    aspect-ratio: 16 / 10;
  }

  .pb-news__card--small .pb-news__body {
    order: 2;
    padding: clamp(1rem, 4vw, 24px);
  }

  .pb-news__card--large {
    aspect-ratio: auto;
    gap: clamp(0.75rem, 3vw, 16px);
  }

  .pb-news__card--large .pb-news__img-wrap {
    flex: 0 0 auto;
    aspect-ratio: 16 / 10;
  }
}

.pb-tis {
  background: #fff;
  min-height: clamp(280px, 35.7vw, 514px);
  padding: 80px 0;
}

.pb-tis__grid {
  display: grid;
  min-height: inherit;
}

.pb-tis--right .pb-tis__grid {
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
}

.pb-tis--left  .pb-tis__grid {
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
}

.pb-tis__image {
  overflow: hidden;
}

.pb-tis__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pb-tis__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0  clamp(1rem, 2.78vw, 40px);
  color: #000;
}

.pb-tis--right .pb-tis__text {
  padding-left:  clamp(1rem, 9.3vw, 134px);
}

.pb-tis--left  .pb-tis__text {
  padding-right: clamp(1rem, 9.3vw, 134px);
}

.pb-tis__text p {
  font-family: 'PP Neue Montreal Book', sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.25vw, 18px);
  line-height: 1.222;
  margin: 0 0 clamp(0.5rem, 0.83vw, 12px);
  max-width: 384px;
}

.pb-tis__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 781px) {
  .pb-tis {
    min-height: 0;
    padding: clamp(2rem, 8vw, 56px) 0;
  }

  .pb-tis__grid,
    .pb-tis--right .pb-tis__grid,
    .pb-tis--left .pb-tis__grid {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 5vw, 32px);
  }

  .pb-tis__image {
    order: 1;
    aspect-ratio: 16 / 10;
  }

  .pb-tis__text {
    order: 2;
    padding: 0 clamp(1rem, 4vw, 32px);
  }

  .pb-tis--right .pb-tis__text,
    .pb-tis--left .pb-tis__text {
    padding-left: clamp(1rem, 4vw, 32px);
    padding-right: clamp(1rem, 4vw, 32px);
  }

  .pb-tis__text p {
    max-width: none;
  }
}

.pb-chqr__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pb-chqr__row--img-right .pb-chqr__cell--text  {
  order: 1;
}

.pb-chqr__row--img-right .pb-chqr__cell--image {
  order: 2;
}

.pb-chqr__row--img-left  .pb-chqr__cell--text  {
  order: 2;
}

.pb-chqr__row--img-left  .pb-chqr__cell--image {
  order: 1;
}

.pb-chqr__cell {
  aspect-ratio: 1;
  /*position: relative;*/
  overflow: hidden;
}

.pb-chqr__cell--text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 5.56vw, 80px);
  gap: clamp(2rem, 5vw, 70px);
}

.pb-chqr__title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 6.25vw, 90px);
  line-height: 0.944;
  letter-spacing: -0.01em;
  margin: 0;
  color: inherit;
}

.pb-chqr__content {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 2.43vw, 35px);
  line-height: 1;
  color: inherit;
}

.pb-chqr__content p {
  margin: 0 0 clamp(0.5rem, 1.25vw, 18px);
}

.pb-chqr__content p:last-child {
  margin-bottom: 0;
}

.pb-chqr__cell--image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pb-chqr__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: auto;
  position: absolute;
}

.pb-chqr__row--img-right .pb-chqr__img{
  right:0;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pb-chqr__row--img-left .pb-chqr__img{
  left:0;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 781px) {
  .pb-chqr__row {
    grid-template-columns: 1fr;
  }

  .pb-chqr__row--img-right .pb-chqr__cell--text,
    .pb-chqr__row--img-left .pb-chqr__cell--text {
    order: 2;
  }

  .pb-chqr__row--img-right .pb-chqr__cell--image,
    .pb-chqr__row--img-left .pb-chqr__cell--image {
    order: 1;
  }

  .pb-chqr__cell {
    aspect-ratio: auto;
  }

  .pb-chqr__cell--text {
    padding: clamp(1.5rem, 6vw, 40px);
    gap: clamp(1.25rem, 4vw, 32px);
  }

  .pb-chqr__cell--image {
    aspect-ratio: 1;
    position: relative;
    overflow: visible;
    display: block;
  }

  .pb-chqr__row--img-right .pb-chqr__img,
    .pb-chqr__row--img-left .pb-chqr__img {
    height: 100%;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
  }
}

.pb-team {
  overflow: hidden;
  margin-top: 105px;
  margin-bottom: 100px;
}

.pb-team__heading {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 97 56 / var(--tw-text-opacity));
  font-size: clamp(2.5rem, 9.7vw, 140px);
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
  margin: 0 0 clamp(1.5rem, 2.78vw, 40px);
  text-align: right;
}

.pb-team__row {
  display: grid;
  gap: clamp(8px, 1.4vw, 20px);
  align-items: stretch;
  margin-bottom: clamp(8px, 1.4vw, 20px);
  min-height: clamp(220px, 22.6vw, 325px);
}

.pb-team__row--img-left {
  grid-template-columns: clamp(180px, 23.9%, 325px) 1fr;
}

.pb-team__row--img-right {
  grid-template-columns: 1fr clamp(180px, 23.9%, 325px);
}

.pb-team__image {
  overflow: hidden;
}

.pb-team__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pb-team__panel {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 35px);
  padding: clamp(1.5rem, 2.85vw, 41px);
}

.pb-team__burst {
  position: absolute;
  left: 40px;
  top: 40px;
  width: clamp(36px, 4.34vw, 62px);
  transform: rotate(90deg);
  transform-origin: center;
  pointer-events: none;
}

.pb-team__identity {
  flex-basis: 28%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  padding-top: clamp(2rem, 6vw, 85px);
  /* push below burst */
}

.pb-team__name {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 3.47vw, 50px);
  line-height: 1;
  margin: 0;
  color: inherit;
}

.pb-team__role {
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.67vw, 24px);
  line-height: 1.167;
  margin: 0;
  color: inherit;
}

.pb-team__bio {
  font-family: 'PP Neue Montreal Book', sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.25vw, 18px);
  line-height: 1.222;
  color: inherit;
  align-self: flex-end;
}

.pb-team__bio p {
  margin: 0 0 clamp(0.5rem, 0.83vw, 12px);
}

.pb-team__bio p:last-child {
  margin-bottom: 0;
}

@media (max-width: 781px) {
  .pb-team {
    margin-top: clamp(2rem, 8vw, 56px);
    margin-bottom: clamp(2rem, 8vw, 56px);
  }

  .pb-team__heading {
    white-space: normal;
    text-align: left;
  }

  .pb-team__row,
    .pb-team__row--img-left,
    .pb-team__row--img-right {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
    margin-bottom: clamp(1rem, 4vw, 24px);
  }

  .pb-team__row--img-left .pb-team__image,
    .pb-team__row--img-right .pb-team__image {
    order: 1;
    aspect-ratio: 4 / 3;
  }

  .pb-team__row--img-left .pb-team__panel,
    .pb-team__row--img-right .pb-team__panel {
    order: 2;
  }

  .pb-team__panel {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1rem, 3vw, 20px);
    padding: clamp(1.5rem, 5vw, 32px);
  }

  .pb-team__burst {
    left: clamp(1rem, 5vw, 32px);
    top: clamp(1rem, 5vw, 32px);
  }

  .pb-team__identity {
    flex-basis: auto;
    padding-top: clamp(2rem, 12vw, 72px);
    align-self: flex-start;
  }

  .pb-team__bio {
    align-self: flex-start;
  }
}

.pb-vc {
  overflow: hidden;
  padding-bottom: clamp(2rem, 4vw, 58px);
}

.pb-vc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.78vw, 40px);
  padding-top: clamp(2rem, 7.3vw, 105px);
  padding-bottom: clamp(1rem, 4vw, 58px);
}

.pb-vc__title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(2rem, 9.7vw, 140px);
  line-height: 0.929;
  letter-spacing: -0.01em;
  margin: 0;
  white-space: nowrap;
}

.pb-vc .pb-vc__dots {
  position: static;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  transform: none;
  bottom: auto;
  left: auto;
  top: auto;
}

.pb-vc__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.pb-vc__dot.is-active {
  opacity: 1;
}

.pb-vc__swiper {
  padding: 0 clamp(1rem, 2.78vw, 40px);
}

.pb-vc__card {
  width: clamp(280px, 46.5vw, 670px);
  height: auto;
  background: #fff;
  color: #000;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1.5rem, 5.14vw, 74px);
  padding: clamp(1.5rem, 2.78vw, 40px);
  aspect-ratio: 670/311;
  box-sizing: border-box;
}

.pb-vc__card-text {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.67vw, 24px);
  flex: 1 1 0;
  min-width: 0;
}

.pb-vc__card-title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 2.43vw, 35px);
  line-height: 1;
  color: #000;
  margin: 0;
}

.pb-vc__card-desc {
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.25vw, 18px);
  line-height: 1.111;
  color: #000;
}

.pb-vc__card-image {
  flex: 0 0 clamp(120px, 16vw, 231px);
  aspect-ratio: 1;
  overflow: hidden;
}

.pb-vc__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media (max-width: 781px) {
  .pb-vc__header {
    flex-wrap: wrap;
    padding-top: clamp(2rem, 8vw, 56px);
    padding-bottom: clamp(1rem, 4vw, 32px);
  }

  .pb-vc__title {
    white-space: normal;
    word-break: break-word;
  }

  .pb-vc__swiper {
    padding: 0 clamp(1rem, 4vw, 24px);
  }

  .pb-vc__card {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(1rem, 4vw, 24px);
    aspect-ratio: auto;
    width: clamp(260px, 80vw, 420px);
    padding: clamp(1.25rem, 5vw, 32px);
  }

  .pb-vc__card-image {
    flex: 0 0 auto;
    align-self: flex-end;
    width: clamp(96px, 28vw, 160px);
  }
}

.archive-projects {
  padding: clamp(2rem, 8.6vw, 124px) clamp(1rem, 2.78vw, 40px) clamp(3rem, 6vw, 86px);
  overflow: hidden;
}

.archive-projects__title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(76 120 255 / var(--tw-text-opacity));
  font-size: clamp(2.5rem, 9.7vw, 140px);
  line-height: 0.929;
  letter-spacing: -0.01em;
  text-align: right;
  margin: 0 0 clamp(2rem, 4vw, 58px);
}

.archive-projects__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-auto-flow: dense;
}

.archive-projects__tile {
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
  background: #f5f5f5;
  position: relative;
}

/*!* Repeating pattern: 2 large squares, 4 small, 1 wide rectangle, 2 small per cycle of 9 *!*/

/*.archive-projects__tile:nth-of-type(9n+1),*/

/*.archive-projects__tile:nth-of-type(9n+5) {*/

/*    grid-column: span 2;*/

/*    grid-row:    span 2;*/

/*}*/

/*.archive-projects__tile:nth-of-type(9n+8) {*/

/*    grid-column: span 4;*/

/*    aspect-ratio: 4 / 2;*/

/*}*/

.archive-projects__title{
  grid-column-start: 3;
  grid-column-end: 5;
}

.archive-projects__tile:nth-of-type(1){
  grid-column: span 2;
  grid-row: span 2;
}

.archive-projects__tile:nth-of-type(2){
  grid-column: span 2;
  grid-row: span 2;
  align-self: end;
}

.archive-projects__tile:nth-of-type(3), .archive-projects__tile:nth-of-type(4){
  grid-column: span 1;
  grid-row: span 1;
}

.archive-projects__tile:nth-of-type(5){
  grid-column: span 4;
  grid-row: span 1;
  max-height: 670px;
  aspect-ratio: initial;
}

.archive-projects__tile:nth-of-type(6), .archive-projects__tile:nth-of-type(7){
  grid-column: span 2;
  grid-row: span 2;
  align-self: end;
}

.archive-projects__tile:nth-of-type(8), .archive-projects__tile:nth-of-type(9){
  grid-column-start:1;
  grid-row: span 1;
  align-self: end;
  max-height: 335px;
  width: 100%;
}

.archive-projects__tile:nth-of-type(10){
  grid-column: span 3;
  grid-row: span 2;
  align-self: end;
  max-height: 690px;
  aspect-ratio: initial;
}

.archive-projects__tile:nth-of-type(11), .archive-projects__tile:nth-of-type(12){
  grid-column: span 2;
  grid-row: span 2;
  align-self: end;
}

.archive-projects__tile img,
.archive-projects__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.archive-projects__tile:hover img {
  transform: scale(1.04);
}

.archive-projects__tile h3{
  margin-bottom: 40px;
}

.archive-projects__tile .project-overlay{
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  transition: opacity 0.4s ease;
}

.archive-projects__tile:hover .project-overlay{
  opacity: 1;
}

.archive-projects__tile .project-overlay .subheading{
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}

.project-overlay__button{
  font-size: 10px;
  line-height: 14px;
  padding: 10px 17px;
  border-radius: 999px;
  border: 1px solid white;
}

.archive-projects__tile:nth-of-type(3) h3,.archive-projects__tile:nth-of-type(4) h3,.archive-projects__tile:nth-of-type(8) h3,.archive-projects__tile:nth-of-type(9) h3{
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 24px;
}

.archive-projects__tile:nth-of-type(3) .project-overlay,.archive-projects__tile:nth-of-type(4) .project-overlay,.archive-projects__tile:nth-of-type(8) .project-overlay,.archive-projects__tile:nth-of-type(9) .project-overlay{
  padding: 30px;
}

.archive-projects__tile:nth-of-type(3) .project-overlay .subheading,.archive-projects__tile:nth-of-type(4) .project-overlay .subheading,.archive-projects__tile:nth-of-type(8) .project-overlay .subheading,.archive-projects__tile:nth-of-type(9) .project-overlay .subheading{
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.archive-projects__empty {
  text-align: center;
  font-family: 'PP Neue Montreal Book', sans-serif;
  color: #666;
  padding: 4rem 1rem;
}

.archive-projects__pagination {
  margin-top: clamp(2rem, 4vw, 58px);
  text-align: center;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

.archive-projects__pagination a,
.archive-projects__pagination .current {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0 0.125rem;
  border-radius: 9999px;
  text-decoration: none;
  --tw-text-opacity: 1;
  color: rgb(76 120 255 / var(--tw-text-opacity));
}

.archive-projects__pagination .current {
  --tw-bg-opacity: 1;
  background-color: rgb(76 120 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .archive-projects__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .archive-projects__title {
    grid-column: 1 / -1;
    text-align: right;
  }

  .archive-projects__tile:nth-of-type(5),
    .archive-projects__tile:nth-of-type(10) {
    grid-column: 1 / -1;
    aspect-ratio: 3 / 2;
    max-height: none;
  }

  .archive-projects__tile:nth-of-type(8),
    .archive-projects__tile:nth-of-type(9) {
    grid-column-start: auto;
    max-height: none;
  }
}

@media (max-width: 640px) {
  .archive-projects {
    padding-top: clamp(6rem, 24vw, 9rem);
    padding-left: clamp(0.75rem, 4vw, 24px);
    padding-right: clamp(0.75rem, 4vw, 24px);
  }

  .archive-projects__grid {
    grid-template-columns: 1fr;
    gap: clamp(8px, 2.5vw, 16px);
  }

  .archive-projects__title {
    grid-column: 1 / -1;
  }

  /* Reset every tile to a single full-width column */

  .archive-projects__tile,
    .archive-projects__tile:nth-of-type(1),
    .archive-projects__tile:nth-of-type(2),
    .archive-projects__tile:nth-of-type(3),
    .archive-projects__tile:nth-of-type(4),
    .archive-projects__tile:nth-of-type(5),
    .archive-projects__tile:nth-of-type(6),
    .archive-projects__tile:nth-of-type(7),
    .archive-projects__tile:nth-of-type(8),
    .archive-projects__tile:nth-of-type(9),
    .archive-projects__tile:nth-of-type(10),
    .archive-projects__tile:nth-of-type(11),
    .archive-projects__tile:nth-of-type(12) {
    grid-column: 1 / -1;
    grid-row: auto;
    align-self: stretch;
    aspect-ratio: 1;
    max-height: none;
  }

  /* Touch devices won't trigger :hover; show overlay always */

  .archive-projects__tile .project-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.35);
    padding: clamp(0.75rem, 4vw, 24px);
  }

  .archive-projects__tile h3 {
    margin-bottom: 16px;
  }

  .archive-projects__tile .project-overlay .subheading {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .archive-projects__tile:nth-of-type(3) .project-overlay,
    .archive-projects__tile:nth-of-type(4) .project-overlay,
    .archive-projects__tile:nth-of-type(8) .project-overlay,
    .archive-projects__tile:nth-of-type(9) .project-overlay {
    padding: clamp(0.75rem, 4vw, 24px);
  }

  .archive-projects__tile:nth-of-type(3) h3,
    .archive-projects__tile:nth-of-type(4) h3,
    .archive-projects__tile:nth-of-type(8) h3,
    .archive-projects__tile:nth-of-type(9) h3 {
    margin-bottom: 12px;
  }
}

.archive-news {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: clamp(2rem, 8.6vw, 124px) clamp(1rem, 2.78vw, 40px) clamp(3rem, 6vw, 86px);
  overflow: hidden;
}

.archive-news__header {
  display: flex;
  justify-content: flex-end;
  grid-column: 2/3;
  grid-row: 1/2;
}

.archive-news__title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(2.5rem, 9.7vw, 140px);
  line-height: 0.929;
  letter-spacing: -0.01em;
  text-align: right;
  margin: 0;
}

/* ---- grid ---- */

.archive-news__grid {
  display: grid;
  gap: 20px;
}

.archive-news__section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 20px;
}

/* Initial section: header in col 2 row 1, then 5 cards (L S S S L) over 4 rows */

.archive-news__section--initial .archive-news__card:nth-of-type(1) {
  /* large */
  grid-column: 1/2;
  grid-row: 1/3;
}

.archive-news__section--initial .archive-news__card:nth-of-type(2) {
  /* small */
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: end;
}

.archive-news__section--initial .archive-news__card:nth-of-type(3) {
  /* small */
  grid-column: 1/2;
  grid-row: 3/4;
}

.archive-news__section--initial .archive-news__card:nth-of-type(4) {
  /* small */
  grid-column: 1/2;
  grid-row: 4/5;
}

.archive-news__section--initial .archive-news__card:nth-of-type(5) {
  /* large */
  grid-column: 2/3;
  grid-row: 3/5;
}

/* Repeating section: 6 cards (L S S S S L) over 4 rows */

.archive-news__section:not(.archive-news__section--initial) .archive-news__card:nth-of-type(1) {
  /* large */
  grid-column: 1/2;
  grid-row: 1/3;
}

.archive-news__section:not(.archive-news__section--initial) .archive-news__card:nth-of-type(2) {
  /* small */
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
}

.archive-news__section:not(.archive-news__section--initial) .archive-news__card:nth-of-type(3) {
  /* small */
  grid-column: 2/3;
  grid-row: 2/3;
}

.archive-news__section:not(.archive-news__section--initial) .archive-news__card:nth-of-type(4) {
  /* small */
  grid-column: 1/2;
  grid-row: 3/4;
}

.archive-news__section:not(.archive-news__section--initial) .archive-news__card:nth-of-type(5) {
  /* small */
  grid-column: 1/2;
  grid-row: 4/5;
}

.archive-news__section:not(.archive-news__section--initial) .archive-news__card:nth-of-type(6) {
  /* large */
  grid-column: 2/3;
  grid-row: 3/5;
}

.archive-news__card {
  background: var(--bg);
  color: var(--color);
  overflow: hidden;
  text-decoration: none;
}

.archive-news__card--large {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
}

.archive-news__card--large .archive-news__img-wrap {
  flex: 0 1 70%;
  overflow: hidden;
  margin: 0 0 clamp(0.5rem, 1.4vw, 20px);
  aspect-ratio: auto;
}

.archive-news__card--large .archive-news__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.archive-news__card--large .archive-news__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.75rem, 1.4vw, 20px);
  margin-top: auto;
}

.archive-news__card--small {
  /*aspect-ratio: 670 / 325;*/
  display: grid;
  grid-template-columns: 60% 40%;
  overflow: hidden;
}

.archive-news__card--small .archive-news__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: clamp(0.75rem, 1.4vw, 20px);
  padding: clamp(1rem, 2.78vw, 40px);
}

.archive-news__card--small .archive-news__img-wrap {
  overflow: hidden;
  padding:20px;
  /*margin: clamp(0.5rem, 1.4vw, 20px) clamp(0.5rem, 1.4vw, 20px) clamp(0.5rem, 1.4vw, 20px) 0;*/
}

.archive-news__card--small .archive-news__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.archive-news__card-title {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 2.43vw, 35px);
  line-height: 1;
  margin: 0;
  color: inherit;
}

.archive-news__card-title a {
  color: inherit;
  text-decoration: none;
}

.archive-news__card-title a:hover {
  text-decoration: underline;
}

.archive-news__date {
  font-family: 'PP Neue Montreal Book', sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.11vw, 16px);
  line-height: 1.25;
  color: inherit;
}

.archive-news__card-btn {
  display: inline-flex;
  padding: 10px 17px;
  border: 1px solid currentColor;
  border-radius: 40px;
  color: inherit;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.archive-news__card-btn:hover {
  background: var(--color);
  color: var(--bg);
}

/* ---- empty / pagination ---- */

.archive-news__empty {
  text-align: center;
  font-family: 'PP Neue Montreal Book', sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 4rem 1rem;
}

.archive-news__pagination {
  margin-top: clamp(2rem, 4vw, 58px);
  text-align: center;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

.archive-news__pagination a,
.archive-news__pagination .current {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0 0.125rem;
  border-radius: 9999px;
  text-decoration: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.archive-news__pagination .current {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 599px) {
  /* Single source-order column at sm breakpoint */

  .archive-news {
    padding-top: clamp(6rem, 24vw, 9rem);
    padding-left: clamp(0.75rem, 4vw, 24px);
    padding-right: clamp(0.75rem, 4vw, 24px);
  }

  .archive-news__title {
    text-align: left;
  }

  .archive-news__header {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-content: flex-start;
    margin-bottom: clamp(1rem, 4vw, 24px);
  }

  .archive-news__grid {
    grid-template-columns: 1fr;
  }

  .archive-news__section,
    .archive-news__section--initial {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: clamp(0.75rem, 3vw, 16px);
  }

  /* :nth-of-type(n) matches the specificity of the desktop placement rules
       so these mobile overrides actually win. The :not() selector matches the
       weight of the non-initial section's desktop rules. */

  .archive-news__section .archive-news__card:nth-of-type(n),
    .archive-news__section--initial .archive-news__card:nth-of-type(n),
    .archive-news__section:not(.archive-news__section--initial) .archive-news__card:nth-of-type(n) {
    grid-column: 1 / -1;
    grid-row: auto;
    align-self: stretch;
  }

  .archive-news__card--small {
    aspect-ratio: auto;
    grid-template-columns: 1fr;
  }

  .archive-news__card--small .archive-news__img-wrap {
    margin: 0;
    aspect-ratio: 16 / 10;
    order: 1;
  }

  .archive-news__card--small .archive-news__body {
    order: 2;
  }
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, 24px);
  padding: clamp(1rem, 1.67vw, 24px) clamp(1rem, 2.78vw, 40px);
  z-index: 50;
}

.site-header__logo {
  display: block;
  flex-shrink: 0;
  width: clamp(40px, 4.17vw, 60px);
  height: clamp(40px, 4.17vw, 60px);
  line-height: 0;
}

.site-header__logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.site-header__nav {
  /* container output by wp_nav_menu */
}

.site-header__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__menu li {
  list-style: none;
}

.site-header__menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border-radius: 40px;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* Mobile toggle */

.site-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.site-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 1023px) {
  .site-header__toggle {
    display: flex;
    position: relative;
    z-index: 60;
  }

  .site-header__nav {
    position: fixed;
    inset: 0;
    background: #fff;
    padding: calc(clamp(1rem, 1.67vw, 24px) * 2 + clamp(40px, 4.17vw, 60px)) clamp(1.5rem, 5vw, 2.5rem) clamp(2rem, 6vw, 3rem);
    box-shadow: none;
    z-index: 40;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .site-header__nav.hidden {
    display: none;
  }
}

.site-header__menu-aegean-blue li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 120 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 120 255 / var(--tw-text-opacity));
}

.site-header__menu-aegean-blue a:hover,
.site-header__menu-aegean-blue .current-menu-item a,
.site-header__menu-aegean-blue .current_page_item a {
  --tw-bg-opacity: 1;
  background-color: rgb(76 120 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header__menu-sun-dial li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 227 87 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 227 87 / var(--tw-text-opacity));
}

.site-header__menu-sun-dial a:hover,
.site-header__menu-sun-dial .current-menu-item a,
.site-header__menu-sun-dial .current_page_item a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 87 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.site-header__menu-sand li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 234 210 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 234 210 / var(--tw-text-opacity));
}

.site-header__menu-coral li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 97 56 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 97 56 / var(--tw-text-opacity));
}

.site-header__menu-solar-flare li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 128 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 128 0 / var(--tw-text-opacity));
}

.site-header__menu-electric-fuchsia li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 91 247 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 91 247 / var(--tw-text-opacity));
}

.site-header__menu-charcoal li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.site-header__menu-cosmic-blue li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 0 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 0 255 / var(--tw-text-opacity));
}

.site-header__menu-snow li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Mobile menu — overrides desktop pill colours, must come after them in source order */

@media (max-width: 1023px) {
  .site-header__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .site-header__menu li a,
    [class*="site-header__menu-"] li a {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    display: block;
    width: 100%;
    padding: 1rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: right;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 500;
  }

  .site-header__menu li + li a {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .site-header__menu li a:hover,
    [class*="site-header__menu-"] li a:hover,
    [class*="site-header__menu-"] .current-menu-item a,
    [class*="site-header__menu-"] .current_page_item a {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    background: transparent;
    opacity: 0.55;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 87 / var(--tw-bg-opacity));
  padding: clamp(1.5rem, 2.4vw, 35px) clamp(1rem, 2.78vw, 40px) clamp(1.5rem, 2.5vw, 36px);
  margin-top: auto;
}

.site-footer__burst {
  position: absolute;
  width: clamp(280px, 33.6vw, 484px);
  left: 0;
  top: clamp(-30px, -1.18vw, 0px);
  transform: rotate(90deg) translateY(50%);
  transform-origin: center;
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vw, 56px);
  margin-left: auto;
  width: clamp(280px, 50%, 720px);
}

/* Brand */

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.4vw, 20px);
}

.site-footer__brand-logo {
  width: clamp(40px, 4.17vw, 60px);
  height: clamp(40px, 4.17vw, 60px);
  flex-shrink: 0;
  display: block;
}

.site-footer__brand-name {
  font-family: 'Dx Grafik', sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(76 120 255 / var(--tw-text-opacity));
  font-size: clamp(2.5rem, 5.2vw, 75px);
  line-height: 1;
  letter-spacing: -0.01em;
}

/* Bottom row: legal text + social */

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(1rem, 2vw, 28px);
  flex-wrap: wrap;
}

.site-footer__legal-block {
  display: flex;
  flex-direction: column;
  gap: clamp(0.25rem, 0.5vw, 6px);
}

.site-footer__copyright,
.site-footer__legal {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.4;
  margin: 0;
  text-align: right;
  justify-content: flex-end;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5rem, 1vw, 14px);
}

.site-footer__legal a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration: underline;
}

.site-footer__legal a:hover {
  text-decoration: none;
}

/* Social icons */

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__social li {
  list-style: none;
}

.site-footer__social a {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 0;
}

.site-footer__social img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Instagram icon — three layered SVGs per Figma */

.site-footer__instagram {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}

.site-footer__instagram img {
  position: absolute;
  width: auto;
  height: auto;
}

.site-footer__instagram img:nth-child(1) {
  inset: 0 0.06% 0.02% 0;
  width: 99.94%;
  height: 99.96%;
}

.site-footer__instagram img:nth-child(2) {
  inset: 24.32%;
  width: 51.36%;
  height: 51.36%;
}

.site-footer__instagram img:nth-child(3) {
  inset: 17.3% 70.7% 70.7% 17.3%;
  width: 12%;
  height: 12%;
}

@media (max-width: 768px) {
  .site-footer__inner {
    width: 100%;
    margin-left: 0;
  }

  .site-footer__brand-name {
    font-size: clamp(2rem, 8vw, 56px);
  }
}

@media (min-width: 600px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 782px) {
  .md\:order-2 {
    order: 2;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:float-left {
    float: left;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-\[53px\] {
    margin-bottom: 53px;
  }

  .md\:mt-\[42px\] {
    margin-top: 42px;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }
}

@media (min-width: 960px) {
  .lg\:block {
    display: block;
  }
}

