@charset "UTF-8";
*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}
* {
    box-sizing: border-box;
  }
body {
    margin: 0;
    font-family: "mont_regular", "Segoe UI", Tahoma, sans-serif;
    color: #1f232a;
  }
h1,
  h2,
  h3,
  p {
    margin: 0;
  }
ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
button {
    font: inherit;
  }
img,
  video,
  canvas,
  svg {
    max-width: 100%;
  }
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
[data-reveal] {
    --reveal-y: 22px;
    --reveal-duration: 900ms;
    --reveal-delay: 0ms;
    opacity: 0;
    transform: translate3d(0, var(--reveal-y), 0);
    transition: opacity var(--reveal-duration) cubic-bezier(0.4, 0, 0.2, 1) var(--reveal-delay), transform var(--reveal-duration) cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
    will-change: transform, opacity;
  }
[data-reveal].is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }
#site-wrapper {
    position: relative;
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
    clip-path: inset(0% 0% 0% 0%);
    filter: none;
    will-change: transform, opacity, clip-path;
  }
.is-loading {
    overflow: hidden;
  }
.is-scroll-locked {
    overflow: hidden;
  }
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: transparent;
    display: grid;
    place-items: center;
    isolation: isolate;
  }
.preloader__portal {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    --portal-cx: 50vw;
    --portal-cy: 50vh;
    --portal-w: 2px;
    --portal-h: 2px;
  }
.preloader__portal::before {
    content: "";
    position: absolute;
    left: var(--portal-cx);
    top: var(--portal-cy);
    width: var(--portal-w);
    height: var(--portal-h);
    transform: translate(-50%, -50%);
    border-radius: calc(var(--portal-w) / 2);
    background: transparent;
    box-shadow: 0 0 0 9999px #fff, 0 0 34px rgba(15, 20, 25, 0.16);
    will-change: transform, width, height, opacity;
  }
.preloader__inner {
    --preloader-logo-size: 100px;
    display: grid;
    place-items: center;
    gap: 14px;
    text-align: center;
    pointer-events: none;
    will-change: transform, opacity;
    position: relative;
    z-index: 1;
  }
.preloader__logo {
    width: 100px;
    height: 100px;
    opacity: 1;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 1/1;
    transform-origin: 50% 50%;
    filter: drop-shadow(0 18px 55px rgba(15, 20, 25, 0.18));
    will-change: transform, opacity, filter;
  }
.preloader__text {
    font-family: var(--body-font);
    font-size: 14px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(20, 24, 30, 0.7);
    will-change: opacity, transform;
  }
body.is-loading #site-wrapper {
    pointer-events: none;
    will-change: clip-path;
  }
.preloader-done #site-wrapper {
    pointer-events: auto;
  }
.preloader-done #preloader {
    display: none;
  }
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(31, 35, 42, 0.12);
    background: rgba(236, 234, 231, 0.88);
  }
.site-header--hero {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 19;
    border-bottom: none;
    background: rgba(255, 255, 255, 0.86);
    color: #1f232a;
    transform: translate3d(0, 0, 0);
    transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1), background-color 320ms cubic-bezier(0.4, 0, 0.2, 1), border-color 320ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 320ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
.site-header--hero .brand-mark {
    color: #1f232a;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.site-header--hero .brand-mark img {
    filter: none;
    transition: filter 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.site-header--hero .brand-mark .brand-mark__text {
    color: #1f232a;
    text-shadow: none;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.site-header--hero .site-header__menu {
    color: inherit;
  }
.site-header--hero.site-header--scrolled {
    background: rgba(255, 255, 255, 0.86);
    color: #1f232a;
  }
.site-header--hero.site-header--scrolled .brand-mark {
    color: #1f232a;
    text-shadow: none;
  }
.site-header--hero.site-header--scrolled .brand-mark img {
    filter: none;
    width: 200px;
  }
.site-header--hero.site-header--scrolled .brand-mark .brand-mark__text {
    color: #1f232a;
  }
.site-header--hero.site-header--scrolled .header-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.site-header--hero:not(.site-header--scrolled) {
    background: transparent;
    color: #000;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
.site-header--hero:not(.site-header--scrolled) .brand-mark {
    color: #000;
    text-shadow: none;
  }
.site-header--hero:not(.site-header--scrolled) .brand-mark img {
    filter: none;
  }
.site-header--hero:not(.site-header--scrolled) .brand-mark .brand-mark__text {
    color: #000;
  }
.home-page .site-header--hero:not(.site-header--scrolled) {
    background: transparent;
    color: #fff;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
.home-page .site-header--hero:not(.site-header--scrolled) .brand-mark {
    color: #fff;
    text-shadow: none;
  }
.home-page .site-header--hero:not(.site-header--scrolled) .brand-mark img {
    filter: brightness(0) invert(1);
  }
.home-page .site-header--hero:not(.site-header--scrolled) .brand-mark .brand-mark__text {
    color: #fff;
  }
/* Sticky swap: when secondary nav hits viewport top, let the main header scroll away */
.site-header--hero.is-released {
    position: absolute;
  }
.site-header--hero.is-hidden {
    transform: translate3d(0, -110%, 0);
    pointer-events: none;
  }
/* Philosophy secondary navigation */
[data-philosophy-nav] {
    position: relative;
    z-index: 40;
    transition: box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
  }
[data-philosophy-nav].is-fixed {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 45;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: inherit !important;
  }
[data-philosophy-nav].is-fixed .project-nav {
    padding-top: 0px;
  }
.site-header__menu {
    position: relative;
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.35rem;
    --menu-line-w: 76px;
    --menu-line-shift: 0.55rem;
    --burger-duration: 800ms;
    --burger-delay: 100ms;
    --burger-ease: cubic-bezier(0.65, 0, 0.35, 1);
    border: none;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    color: inherit;
    transition: background-color 220ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: 15px;
  }
.site-header__menu-line {
    display: block;
    height: 1px;
    width: var(--menu-line-w);
    border-radius: 2px;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), width 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
.site-header__menu-line::before {
    content: "";
    position: absolute;
    inset: 0;
    background: currentColor;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
.site-header__menu-line:first-child {
    transform: translate(-50%, calc(-50% - 6px));
  }
.site-header__menu-line--short {
    width: var(--menu-line-w);
    transform: translate(calc(-50% - var(--menu-line-shift)), calc(-50% + 6px));
  }
@keyframes burgerWrapSlideX {
    0% {
      transform: translate3d(0, 0, 0);
    }
    44% {
      transform: translate3d(120%, 0, 0);
    }
    44.01% {
      transform: translate3d(-120%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
.site-header__menu:not(.is-active):hover .site-header__menu-line::before,
  .site-header__menu:not(.is-active):focus-visible .site-header__menu-line::before {
    animation: burgerWrapSlideX var(--burger-duration) var(--burger-ease) both;
  }
.site-header__menu:not(.is-active):hover .site-header__menu-line--short::before,
  .site-header__menu:not(.is-active):focus-visible .site-header__menu-line--short::before {
    animation-delay: var(--burger-delay);
  }
.site-header__menu.is-active .site-header__menu-line {
    width: var(--menu-line-w);
    transform: translate(-50%, -50%);
  }
.site-header__menu.is-active .site-header__menu-line--short {
    opacity: 0;
  }
@media (prefers-reduced-motion: reduce) {
    .site-header__menu-line::before {
      animation: none !important;
      transform: none !important;
    }
  }
.site-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    z-index: 20;
    transition: opacity 420ms cubic-bezier(0.4, 0, 0.2, 1), transform 900ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0ms linear 900ms;
  }
.site-menu__panel {
    position: absolute;
    inset: 0;
    background: #887c6c;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(31, 35, 42, 0.14);
    transform: translateY(0);
    display: block;
    padding: 0;
    overflow: auto;
  }
.site-menu__inner {
    display: grid;
    align-content: center;
    gap: 4.5rem;
    min-height: 100%;
    padding: clamp(7rem, 14vh, 5rem) 0 2.5rem;
  }
.site-menu__links {
    display: grid;
    gap: 0.1rem;
    font-family: var(--title-font);
    letter-spacing: 4px;
    font-size: 50px;
    align-self: center;
  }
.site-menu__links a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    line-height: 1.1;
    opacity: 0;
    transform: translate3d(var(--menu-link-x), var(--menu-link-y), 0);
    will-change: transform, opacity;
    transition: color 220ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.site-menu__links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 0% 50%;
    opacity: 0.85;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.site-menu__links a:hover::after {
    transform: scaleX(1);
  }
.site-menu__links a:focus-visible::after {
    transform: scaleX(1);
  }
.site-menu__links a span {
    will-change: transform;
  }
.project-nav {
    padding-top: 20px;
  }
.site-menu__langs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    font-family: var(--body-font);
    font-size: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    align-self: end;
    justify-self: start;
    width: -moz-fit-content;
    width: fit-content;
  }
.site-menu__lang {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    line-height: 1.2;
    transition: color 220ms cubic-bezier(0.4, 0, 0.2, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.site-menu__lang::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 0% 50%;
    opacity: 0.9;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.site-menu__lang:hover, .site-menu__lang:focus-visible {
    color: rgba(255, 255, 255, 0.78);
  }
.site-menu__lang:hover::after, .site-menu__lang:focus-visible::after {
    transform: scaleX(1);
  }
.site-menu__lang.is-active {
    color: rgba(255, 255, 255, 0.88);
  }
.site-menu__lang.is-active::after {
    transform: scaleX(1);
  }
.site-menu__lang-sep {
    opacity: 0.6;
    transform: translateY(-1px);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.site-menu__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
.site-menu__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.75rem 1.25rem;
    background: #4C7056;
    color: #fff;
    font-family: var(--body-font);
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.site-menu__cta:hover {
    transform: translateY(-1px);
    background: #234030;
  }
.is-menu-open {
    overflow: hidden;
  }
.is-menu-open .brand-mark {
    opacity: 0;
  }
.is-menu-open .site-header__menu-line {
    background: #fff;
  }
.is-menu-open .site-header__menu-line::before, .is-menu-open .site-header__menu-line::after {
    background: #fff;
  }
.is-menu-open .page-title {
    color: #fff;
  }
.is-menu-open .site-header--hero {
    background: transparent;
    color: #fff;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
.is-menu-open .site-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1), transform 900ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0ms;
  }
.is-menu-open .site-menu__panel {
    transform: translateY(0);
  }
.site-menu__links li:nth-child(1) {
    --i: 0;
  }
.site-menu__links li:nth-child(2) {
    --i: 1;
  }
.site-menu__links li:nth-child(3) {
    --i: 2;
  }
.site-menu__links li:nth-child(4) {
    --i: 3;
  }
.site-menu__links li:nth-child(5) {
    --i: 4;
  }
.site-menu__links li:nth-child(6) {
    --i: 5;
  }
.site-menu__links li:nth-child(7) {
    --i: 6;
  }
.site-menu__links li:nth-child(8) {
    --i: 7;
  }
.site-menu__links li:nth-child(9) {
    --i: 8;
  }
.site-menu__links li:nth-child(10) {
    --i: 9;
  }
@keyframes siteMenuLinkIn {
    0% {
      opacity: 0;
      transform: translate3d(var(--menu-link-x), var(--menu-link-y), 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(var(--menu-link-x), 0px, 0);
    }
  }
.is-menu-open .site-menu__links a {
    animation: siteMenuLinkIn 900ms cubic-bezier(0.19, 1, 0.22, 1) both;
    animation-delay: calc(180ms + var(--i) * 70ms);
  }
@keyframes siteMenuLinkOut {
    0% {
      opacity: 1;
      transform: translate3d(var(--menu-link-x), 0px, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(var(--menu-link-x), -18px, 0);
    }
  }
.is-menu-closing {
    overflow: hidden;
  }
.is-menu-closing .site-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(-100%);
    pointer-events: none;
    transition: opacity 420ms cubic-bezier(0.4, 0, 0.2, 1), transform 900ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0ms;
  }
.is-menu-closing .site-menu__panel {
    transform: translateY(0);
  }
.is-menu-closing .site-menu__links a {
    animation: siteMenuLinkOut 520ms cubic-bezier(0.4, 0, 1, 1) both;
    animation-delay: calc(var(--i) * 35ms);
  }
.is-menu-open .site-header--hero {
    z-index: 70;
  }
.hero-fullbleed {
    position: relative;
    width: 100%;
    min-height: min(100svh, 1080px);
    overflow: hidden;
    z-index: 0;
  }
.hero-fullbleed__content {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    padding: clamp(5.5rem, 12vh, 7.5rem) 0 clamp(3rem, 8vh, 5rem);
    pointer-events: none;
  }
.hero-fullbleed__content > * {
    pointer-events: auto;
  }
/* Project page: full-bleed photo with centered headline */
.project-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: min(100svh, 1080px);
    overflow: hidden;
    z-index: 1;
    text-align: center;
  }
.project-hero__parallax {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
/* Bleed past hero bounds so Locomotive parallax does not show gaps (same idea as `.hero-media--fullbleed`) */
.project-hero__parallax[data-scroll] {
    inset: -10vh 0;
    min-height: calc(min(100svh, 1080px) + 20vh);
  }
.project-hero__parallax[data-scroll] .project-hero__bg img {
    min-height: calc(min(100svh, 1080px) + 20vh);
  }
.project-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
.project-hero__bg img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: min(100svh, 1080px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.project-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
.project-hero-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
.project-hero-swiper .swiper-slide {
    height: 100%;
  }
.project-hero-swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    pointer-events: auto;
  }
.project-hero__parallax[data-scroll] .project-hero-swiper-pagination {
    bottom: calc(5rem + 10vh);
  }
.project-hero-swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    background: #fff;
    opacity: 1;
    transform: scale(1);
    border-radius: 999px;
    transition: width 320ms cubic-bezier(0.2, 0.8, 0.2, 1), height 320ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-radius 320ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: width, height, transform, border-radius, background-color, border-color, box-shadow;
  }
.project-hero-swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    transform: none;
  }
.project-hero__inner {
    position: relative;
    width: 100%;
    text-align: center;
    max-width: min(1200px, 100%);
    padding: 100px 20px;
    padding-bottom: 40px;
    pointer-events: none;
    z-index: 0;
  }
.project-hero__inner > * {
    pointer-events: auto;
  }
.project-hero__inner h2 {
    font-family: var(--title-font);
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 4px;
    text-wrap: balance;
    color: #000;
    margin-bottom: 40px;
    pointer-events: none;
  }
.project-hero__inner p {
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-wrap: balance;
    color: #000;
    pointer-events: none;
  }
/* Pull next section over the hero; stays under in-page nav (z-index 40) so the pill stays readable */
.project-hero-overlap {
    position: relative;
    z-index: 3;
    margin-top: clamp(-4.5rem, -11vh, -2.5rem);
  }
.views-media {
    height: 100%;
    width: 100%;
  }
.views-media__scroll {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
.views-media__img {
    display: block;
    width: 100%;
    height: auto;
  }
.views-media__stage {
    position: relative;
    width: 100%;
    display: block;
    line-height: 0;
  }
.views-media__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
  }
.views-media__callout {
    position: absolute;
    z-index: 3;
    left: 34%;
    top: 21%;
    transform: translate(-50%, -50%);
    display: grid;
    gap: 20px;
    min-width: clamp(180px, 18vw, 260px);
    padding: 30px 30px;
    border-radius: 22px;
    text-decoration: none;
    color: #fff;
    background: #4c7056;
    opacity: 0;
    pointer-events: none;
    transition: transform 360ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 360ms cubic-bezier(0.4, 0, 0.2, 1), background 360ms cubic-bezier(0.4, 0, 0.2, 1), opacity 360ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }
.views-media__callout.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1.02);
    background: #4c7056;
  }
.views-media__callout-title {
    font-size: clamp(22px, 1.7vw, 30px);
    letter-spacing: 0.5px;
    line-height: 1.05;
  }
.views-media__callout-row {
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0.92;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }
.views-media__callout-arrow {
    display: inline-block;
    transform: translateY(-1px);
    font-size: 20px;
    opacity: 0.95;
  }
.views-media__callout:focus-visible {
    outline: none;
  }
.views-media__hotspot {
    pointer-events: auto;
    cursor: pointer;
    opacity: 0;
    fill: rgba(76, 112, 86, 0.51);
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
    transition: opacity 360ms cubic-bezier(0.4, 0, 0.2, 1), fill 360ms cubic-bezier(0.4, 0, 0.2, 1), stroke 360ms cubic-bezier(0.4, 0, 0.2, 1), filter 360ms cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
  }
.views-media__stage:hover .views-media__hotspot,
  .views-media__hotspot:focus-visible {
    opacity: 1;
    fill: rgba(76, 112, 86, 0.51);
  }
.views-media__stage:hover .views-media__callout {
    transform: translate(-50%, -50%);
  }
.hero-copy--on-slider {
    max-width: min(80rem, 100%);
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    gap: clamp(0.75rem, 2vw, 1.1rem);
  }
.hero-copy--on-slider .eyebrow {
    color: #fff;
    font-size: 22px;
    letter-spacing: 4px;
  }
.hero-copy--on-slider h1 {
    color: #fff;
  }
.hero-copy--on-slider .hero-copy__line {
    will-change: transform, opacity;
  }
.hero-copy--on-slider #click-output {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
  }
.hero-cta-arrow {
    width: 125px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: black;
    border-color: transparent;
  }
.hero-cta-arrow:hover {
    background: #234030;
  }
.hero-cta-arrow:hover .hero-cta-arrow__icon, .hero-cta-arrow:focus-visible .hero-cta-arrow__icon {
    transform: translateX(2px);
  }
.hero-cta-arrow__icon {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 13px;
    transform: translateX(0px);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
.arrow-icon {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.site-action--secondary .arrow-icon {
    filter: none;
  }
/* Enable arrow animation for non-hero buttons too (e.g. "more") */
.site-action:not(.hero-cta-arrow) .hero-cta-arrow__icon {
    transform: translateX(0px);
  }
.site-action:not(.hero-cta-arrow):hover .hero-cta-arrow__icon,
  .site-action:not(.hero-cta-arrow):focus-visible .hero-cta-arrow__icon {
    transform: translateX(2px);
  }
.overflow-x--auto {
    overflow-x: auto;
  }
@media (prefers-reduced-motion: reduce) {
    .hero-cta-arrow__icon {
      transition-duration: 1ms;
    }
  }
.brand-mark {
    --brand-logo-size: 67px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-family: var(--body-font);
    font-size: 0.66rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
.brand-mark .brand-mark__logo {
    position: relative;
    width: 247px;
    height: var(--brand-logo-size);
    display: inline-block;
    flex: 0 0 auto;
    overflow: visible;
  }
.brand-mark .brand-mark__img {
    position: absolute;
    inset: 0;
    width: 247px;
    height: var(--brand-logo-size);
    transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
.brand-mark .brand-mark__img--symbol {
    opacity: 1;
    transform: scale(1);
  }
.brand-mark .brand-mark__img--full {
    opacity: 0;
    transform: scale(0.98);
    width: auto;
    height: var(--brand-logo-size);
    left: 0;
    right: auto;
  }
.brand-mark:hover .brand-mark__img--full, .brand-mark:focus-within .brand-mark__img--full {
    opacity: 1;
    transform: scale(1);
  }
.brand-mark .brand-mark__text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  }
.brand-mark:hover .brand-mark__text, .brand-mark:focus-within .brand-mark__text {
    opacity: 0;
    transform: translateX(-6px);
  }
.site-action {
    border-radius: 999px;
    padding: 0.54rem 1.1rem;
    background: transparent;
    font-family: var(--body-font);
    font-size: 16px;
    letter-spacing: 0.12em;
  }
.site-action:hover {
    background: rgba(255, 255, 255, 0.7);
  }
.site-action.is-pressed {
    transform: translateY(1px) scale(0.98);
  }
.site-action--primary {
    border-color: transparent;
    background: #4C7056;
    color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, opacity 0.3s ease, color 0.3s ease;
  }
.site-action--primary:hover {
    background: #4C7056;
    box-shadow: 0 0 0 5px rgba(76, 112, 86, 0.5);
  }
.site-action--secondary {
    border-color: transparent;
    background: #fff;
    color: black;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, opacity 0.3s ease, color 0.3s ease;
  }
.site-action--secondary:hover {
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  }
.hero-media {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    /* Match Lifestyle Features image transition (GSAP: yPercent 100 -> 0, scale 1.08 -> 1, ease power3.out) */
  }
@keyframes heroSlideRevealUp {
    from {
      transform: translate3d(0, 100%, 0) scale(1.08);
    }
    to {
      transform: translate3d(0, 0, 0) scale(1);
    }
  }
.hero-media .hero-swiper {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 420px;
  }
.hero-media {
    /* In GSAP mode we rely on Swiper's fade layout (stacked slides). */
  }
.hero-media .hero-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    transform-origin: center;
  }
.hero-media .hero-swiper .swiper-slide img.is-hero-slide-reveal {
    animation: heroSlideRevealUp 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.hero-media .hero-swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 165px !important;
    /* Must be above the hero content overlay (`.hero-fullbleed__content` is z-index: 4) */
    z-index: 6;
    justify-content: center;
    gap: 0.45rem;
    pointer-events: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
.hero-media .hero-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #fff;
    color: #fff;
    opacity: 1;
    transform: scale(1);
    border-radius: 999px;
    transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 260ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform, opacity, background-color, box-shadow;
  }
.hero-media .hero-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.15);
  }
.hero-media::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 6%;
    top: -4%;
    width: min(42%, 300px);
    aspect-ratio: 0.56/1;
  }
.hero-media::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
  }
.hero-media--fullbleed {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: min(100svh, 1080px);
    border-radius: 0;
  }
.hero-media--fullbleed .hero-swiper {
    min-height: min(100svh, 1080px);
  }
.hero-media--fullbleed .hero-swiper .swiper-slide img {
    min-height: min(100svh, 1080px);
  }
.hero-media--fullbleed .hero-swiper-pagination {
    left: auto;
    right: clamp(1rem, 4vw, 2.5rem);
    bottom: 2.5rem;
    width: auto;
    justify-content: flex-end;
    gap: 1rem;
  }
.hero-media--fullbleed .hero-swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #fff;
    opacity: 1;
    transform: scale(1);
    border-radius: 999px;
    transition: width 320ms cubic-bezier(0.2, 0.8, 0.2, 1), height 320ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-radius 320ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: width, height, transform, border-radius, background-color, border-color, box-shadow;
  }
.hero-media--fullbleed .hero-swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    transform: none;
  }
.hero-media--fullbleed::before {
    display: none;
  }
.hero-media--fullbleed::after {
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.34) 42%, rgba(0, 0, 0, 0.14) 68%, transparent 88%);
  }
@media (prefers-reduced-motion: reduce) {
    .hero-media .hero-swiper .swiper-slide img.is-hero-slide-reveal {
      animation: none !important;
    }
  }
[data-parallax] {
    will-change: transform;
  }
/* Prevent gaps when parallax shifts the hero media */
.hero-media--fullbleed[data-parallax],
  .hero-media--fullbleed[data-scroll],
  .hero-media--fullbleed[data-scroll-speed] {
    inset: -10vh 0;
    min-height: calc(min(100svh, 1080px) + 20vh);
  }
.hero-media--fullbleed[data-parallax] .hero-swiper,
  .hero-media--fullbleed[data-parallax] .hero-swiper .swiper-slide img,
  .hero-media--fullbleed[data-scroll] .hero-swiper,
  .hero-media--fullbleed[data-scroll] .hero-swiper .swiper-slide img,
  .hero-media--fullbleed[data-scroll-speed] .hero-swiper,
  .hero-media--fullbleed[data-scroll-speed] .hero-swiper .swiper-slide img {
    min-height: calc(min(100svh, 1080px) + 20vh);
  }
.hero-media--fullbleed[data-parallax] .hero-swiper-pagination,
  .hero-media--fullbleed[data-scroll] .hero-swiper-pagination,
  .hero-media--fullbleed[data-scroll-speed] .hero-swiper-pagination {
    bottom: calc(2.5rem + 10vh);
  }
body.is-loading .hero-media--fullbleed {
    transform: none !important;
  }
body.is-loading .project-hero__parallax[data-scroll] {
    transform: none !important;
  }
.lifestyle-swiper {
    padding-bottom: 1.25rem;
    overflow-x: visible;
    overflow-y: clip;
    position: relative;
    padding-right: 0;
  }
.lifestyle-swiper .swiper-wrapper {
    align-items: stretch;
    padding-right: 0;
  }
.lifestyle-swiper .swiper-slide {
    width: auto;
    height: auto;
  }
.lifestyle-content h2 {
    font-family: var(--title-font);
    font-size: 50px !important;
    line-height: 1.1;
    letter-spacing: 4px;
    color: black;
    margin-bottom: 40px;
  }
.lifestyle-content p {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: black;
  }
/* Let a centered container section bleed to the viewport right edge */
.bleed-right {
    margin-right: calc(50% - 50vw);
    width: calc(100% + 50vw - 50%);
  }
/* Swiper uses margins for `spaceBetween`; ensure no trailing right gap */
.lifestyle-swiper .swiper-slide:last-child {
    margin-right: 0 !important;
  }
.lifestyle-slide {
    width: clamp(260px, 42vw, 520px);
  }
.lifestyle-slide--xl {
    width: clamp(420px, 62vw, 880px);
  }
.lifestyle-slide--tall {
    width: clamp(220px, 28vw, 340px);
  }
.lifestyle-figure {
    display: grid;
    gap: 10px;
  }
.lifestyle-figure__media {
    border-radius: 24px;
    overflow: hidden;
    height: clamp(220px, 32vw, 360px);
    position: relative;
  }
.lifestyle-slide--xl .lifestyle-figure__media {
    height: clamp(240px, 34vw, 700px);
  }
.lifestyle-slide--xl .lifestyle-figure__media img {
    height: clamp(240px, 34vw, 700px);
  }
.lifestyle-slide--tall .lifestyle-figure__media {
    height: clamp(260px, 40vw, 420px);
  }
.lifestyle-slide--tall .lifestyle-figure__media img {
    height: clamp(260px, 40vw, 420px);
  }
.lifestyle-figure__media img {
    display: block;
    width: 100%;
    height: clamp(220px, 32vw, 360px);
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
.lifestyle-figure__caption {
    font-family: var(--body-font);
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #71584b;
    padding-inline: 0.2rem;
  }
.lifestyle-swiper__nav {
    position: absolute;
    top: calc(50% - 10px);
    z-index: 50;
    display: grid;
    place-items: center;
  }
.lifestyle-swiper__nav--prev {
    left: 0;
    transform: translate(-35%, -65%);
  }
.lifestyle-swiper__nav--next {
    right: clamp(16px, 3vw, 60px);
    transform: translateY(-65%);
  }
.lifestyle-swiper__nav:hover {
    opacity: 0.98;
  }
.lifestyle-swiper__nav.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
  }
.lifestyle-swiper-scrollbar {
    height: 3px;
    background: rgba(31, 35, 42, 0.12);
    border-radius: 999px;
    margin-top: 1rem;
  }
.lifestyle-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(31, 35, 42, 0.38);
    border-radius: 999px;
  }
.hero-copy {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
.hero-copy h1 {
    font-family: var(--title-font);
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 4px;
    text-wrap: balance;
  }
.hero-copy p {
    color: #6e7682;
    line-height: 1.6;
    text-wrap: pretty;
  }
.eyebrow {
    font-family: var(--body-font);
    font-size: 22px;
    letter-spacing: 0.2em;
    color: rgba(31, 35, 42, 0.7);
  }
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1rem;
  }
#click-output {
    font-size: 0.88rem;
    color: rgba(36, 72, 106, 0.95);
  }
.story-band {
    position: relative;
    z-index: 1;
    padding: 100px 60px;
    background: #fff;
    display: grid;
    gap: 0.9rem;
    color: #71584B;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
.story-band h2 {
    font-family: var(--body-font);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
.story-band p {
    max-width: 909px;
    font-size: 24px;
    font-family: var(--title-font);
    letter-spacing: 1px;
    line-height: 1.6;
  }
/* Mobile polish: prevent overflow + scale typography/controls */
@media (max-width: 640px) {
    .brand-mark__img {
      width: 147px !important;
    }
    .brand-mark {
      --brand-logo-size: 54px;
      gap: 0.55rem;
    }
    .brand-mark .brand-mark__text {
      font-size: 1.05rem;
      letter-spacing: 0.08em;
    }
    .site-menu__inner {
      padding-top: clamp(5rem, 10vh, 7rem);
    }
    .site-menu__links {
      font-size: clamp(34px, 8.5vw, 44px);
      gap: 1rem;
    }
    .site-menu__links a {
      font-size: 30px;
      line-height: 1.1;
    }
    .hero-fullbleed__content {
      align-items: flex-end;
      padding: 6rem 0 5.25rem;
    }
    .hero-copy--on-slider .eyebrow {
      font-size: 14px;
    }
    .hero-copy {
      padding: 0;
    }
    .hero-copy h1 {
      font-size: 40px;
      line-height: 1;
    }
    .hero-actions {
      gap: 0.65rem 0.8rem;
    }
    .hero-cta-arrow {
      width: 104px;
      height: 38px;
    }
    .hero-media--fullbleed .hero-swiper-pagination {
      right: 1rem;
      bottom: 1.25rem;
    }
    .hero-media--fullbleed[data-parallax] .hero-swiper-pagination, .hero-media--fullbleed[data-scroll] .hero-swiper-pagination, .hero-media--fullbleed[data-scroll-speed] .hero-swiper-pagination {
      bottom: calc(1.25rem + 10vh);
    }
    .hero-media--fullbleed .hero-swiper-pagination .swiper-pagination-bullet-active {
      width: 46px;
      height: 34px;
      border-radius: 999px;
    }
    .site-menu__langs {
      font-size: 13px;
      letter-spacing: 0.05em;
      padding-top: 2px;
      gap: 8px;
    }
  }
.architect-card {
    border-radius: 1.8rem;
    background: linear-gradient(145deg, #24486a 0%, #2f5c85 50%, #274b6b 100%);
    color: #f4f6f9;
    padding: 1.1rem;
    display: grid;
    gap: 1rem;
  }
.architect-card__portrait {
    min-height: 1000px;
    background: #3e586f;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.kengo-kuma-images {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
  }
.kengo-kuma-images > div {
    position: absolute;
    overflow: hidden;
    border-radius: 22px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
.kengo-kuma-images > div img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    will-change: transform;
  }
/* Collage layout (matches the reference screenshot on desktop) */
.kengo-kuma-image-5 {
    left: var(--left, clamp(18px, 3.4vw, 56px));
    top: var(--top, clamp(34px, 4.6vw, 86px));
    width: clamp(240px, 39vw, 425px);
    height: clamp(320px, 50vw, 615px);
    border-radius: 26px;
    z-index: 1;
  }
.kengo-kuma-image-1 {
    left: var(--left, clamp(160px, 21vw, 280px));
    top: var(--top, clamp(0px, 2vw, 0px));
    width: clamp(245px, 24vw, 345px);
    height: clamp(110px, 18vw, 270px);
    z-index: 4;
    border-radius: 22px;
  }
.kengo-kuma-image-2 {
    left: var(--left, clamp(27px, 19.2vw, 202px));
    bottom: var(--bottom, clamp(-100px, -17.8vw, 64px));
    width: clamp(220px, 23vw, 345px);
    height: clamp(320px, 61vw, 565px);
    border-radius: 28px;
    z-index: 3;
  }
.kengo-kuma-image-4 {
    right: var(--right, clamp(150px, 4.8vw, 7px));
    bottom: var(--bottom, clamp(54px, 12.6vw, 90px));
    width: clamp(280px, 28vw, 520px);
    height: clamp(170px, 16vw, 300px);
    border-radius: 26px;
    z-index: 5;
  }
.bottom-222 {
    bottom: clamp(-250px, -14.6vw, -22px) !important;
  }
.right-150 {
    right: -120px;
    left: auto !important;
  }
.kengo-kuma-image-3 {
    right: -55px;
    top: var(--top, clamp(50px, 40.2vw, 300px));
    width: clamp(320px, 34vw, 660px);
    height: clamp(230px, 22vw, 460px);
    border-radius: 22px;
    z-index: 5;
  }
/* Mobile: prevent overlap chaos, keep a clean stack */
@media (max-width: 700px) {
    .architect-card__portrait {
      min-height: 920px;
      flex-direction: column;
    }
    .kengo-kuma-images {
      position: relative;
      inset: auto;
      width: 100%;
      margin: 0 auto;
      display: grid;
      gap: 18px;
      pointer-events: auto;
      padding-top: 40px;
      /* Easy mobile height controls */
      --kk-card-h: min(78vh, 620px);
      --kk-card-min: 270px;
      --kk-card-max: 270px;
    }
    .kengo-kuma-images > div {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      width: 100%;
      height: var(--kk-card-h);
      min-height: var(--kk-card-min);
      max-height: var(--kk-card-max);
      aspect-ratio: auto;
      border-radius: 22px !important;
    }
    .kengo-kuma-images > div img {
      border-radius: 22px !important;
      will-change: transform;
      transform: translate3d(0, 0, 0) scale(1.06);
    }
    /* Mobile-only scroll reveal (JS toggles `.is-revealed`) */
    .kengo-kuma-images > div[data-mobile-reveal] {
      opacity: 0;
      transform: translate3d(0, 56px, 0);
      transition: opacity 900ms cubic-bezier(0.4, 0, 0.2, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
      will-change: transform, opacity;
    }
    .kengo-kuma-images > div[data-mobile-reveal].is-revealed {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
.architect-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    width: 30%;
  }
.architect-card__content h3 {
    font-family: var(--title-font);
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 40px;
  }
.architect-card__content p {
    color: #fff;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: var(--body-font);
  }
@media (max-width: 1650px) {
    .kengo-kuma-image-5 {
      height: auto;
    }
  }
@media (max-width: 1500px) {
    .architect-card__content {
      width: 25%;
    }
  }
@media (max-width: 1300px) {
    .architect-card__content {
      max-width: 600px;
      width: 25%;
    }
    .kengo-kuma-image-2 {
      height: auto;
      left: var(--left, clamp(27px, 19.2vw, 98px));
      bottom: var(--bottom, clamp(118px, -7.8vw, 64px));
    }
    .kengo-kuma-image-5 {
      height: auto;
    }
  }
@media (max-width: 700px) {
    .architect-card__content {
      max-width: 100%;
      width: 100%;
    }
    .architect-card__content h3 {
      font-size: 40px;
      line-height: 1.1;
      margin-bottom: 30px;
    }
    .architect-card__content p {
      font-size: 14px;
      line-height: 1.6;
    }
  }
.amenities-grid {
    border: 1px solid rgba(36, 72, 106, 0.16);
    border-radius: 1.8rem;
    padding: clamp(1.2rem, 3vw, 2rem);
    background: #f7f5f2;
    display: grid;
    gap: 1.4rem;
    align-items: center;
  }
.amenities-grid h3 {
    font-family: "Parmigiano", serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-top: 0.5rem;
    letter-spacing: 4px;
  }
.amenities-grid p {
    color: #6e7682;
    line-height: 1.6;
    text-wrap: pretty;
  }
.amenities-grid li {
    margin-top: 0.55rem;
    padding-left: 1rem;
    color: #6e7682;
    position: relative;
  }
.amenities-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: #d8b86c;
  }
.amenities-grid__oval {
    min-height: 320px;
    border-radius: 999px;
    overflow: hidden;
    background-image: var(--hero-slide-image, url("../static/hero_photo.jpg"));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 0 0 1px rgba(36, 72, 106, 0.18) inset;
  }
.amenities-grid__oval::before {
    content: "";
    position: absolute;
    inset: 6%;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 45%);
  }
/*
    Section overlap (Georgia -> Explore)
    - CSS-only (no sticky), so it plays nicely with Locomotive's transformed scroll container.
    - `#explore` is pulled upward with a negative margin and sits above `#georgia` via z-index.
    - Extra padding on `#explore` prevents content from visually "jumping" upward.
  */
:root {
    --section-overlap: clamp(72px, 12vh, 180px);
  }
#georgia {
    position: relative;
    z-index: 1;
    background: #fff;
  }
#explore {
    position: relative;
    z-index: 2;
    min-height: clamp(22rem, 60vh, 44rem);
    color: #fff;
    overflow: hidden;
    overflow-x: clip;
  }
@supports not (overflow: clip) {
    #explore {
      overflow-x: hidden;
    }
  }
.points-bg-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/1080; /* iOS-ზეც სწორად რენდერდება */
  }
/* Hero-style Locomotive parallax layer for Explore */
.explore-media {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    will-change: transform;
  }
.explore-media img {
    display: block;
    width: 100%;
    height: calc(100% + 20vh);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: translate3d(0, 0, 0);
    filter: saturate(0.98) contrast(1.02);
  }
/* Keep content above the parallax media */
#explore > .\!container {
    position: relative !important;
    z-index: 1 !important;
  }
#explore > .container {
    position: relative;
    z-index: 1;
  }
/* Ensure Locomotive-parallaxed media never creates stacking surprises */
[data-scroll][aria-hidden=true] {
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
/* Optional: soft blend so the transition reads as a smooth overlay */
#explore::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--section-overlap);
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.72) 22%, rgba(255, 255, 255, 0) 100%);
  }
.explore-stage {
    position: relative;
    z-index: 1;
    min-height: clamp(22rem, 60vh, 44rem);
    display: grid;
    align-content: space-between;
    gap: clamp(1.25rem, 4vw, 2.4rem);
  }
.explore-stage__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
  }
.explore-stage__copy h2 {
    font-family: var(--title-font);
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 4px;
  }
.explore-stage__copy p {
    margin-top: 0.85rem;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.55;
    max-width: 56ch;
  }
.explore-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: black;
    backdrop-filter: blur(10px);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.55rem 1.85rem;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1), border-color 220ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.explore-switch:hover {
    border-color: rgba(255, 255, 255, 0.52);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.28);
  }
.explore-switch:focus-visible {
    outline: none;
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.32);
  }
.explore-switch:active {
    transform: translateY(0px) scale(0.99);
  }
.explore-switch__icon {
    position: relative;
    width: 44px;
    height: 22px;
    transform: translateX(1px);
    transition: transform 360ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.explore-switch:hover .explore-switch__icon,
  .explore-switch:focus-visible .explore-switch__icon {
    transform: translateX(7px);
  }
/* Two-arrow icon (top + bottom) using <img> */
.explore-switch__icon .arrow-icon {
    position: absolute;
    left: 0;
    width: 44px;
    height: 10px;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: 50% 50%;
    transition: transform 420ms cubic-bezier(0.77, 0, 0.175, 1), filter 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.explore-switch__icon .arrow-icon--top {
    top: 0;
    transform: rotate(180deg);
  }
.explore-switch__icon .arrow-icon--bottom {
    bottom: 0;
    transform: rotate(0deg);
  }
.explore-switch:hover .explore-switch__icon .arrow-icon--top,
  .explore-switch:focus-visible .explore-switch__icon .arrow-icon--top {
    transform: rotate(0deg);
  }
.explore-switch:hover .explore-switch__icon .arrow-icon--bottom,
  .explore-switch:focus-visible .explore-switch__icon .arrow-icon--bottom {
    transform: rotate(180deg);
  }
.explore-stage__items {
    position: relative;
    min-height: clamp(12rem, 34vh, 22rem);
  }
.explore-item {
    position: absolute;
    left: var(--x, 50%);
    top: var(--y, 50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: min(220px, 70vw);
    border-radius: 1.15rem;
    padding: 0.9rem 1.05rem;
    background: #4C7056;
    cursor: pointer;
    transition: transform 240ms cubic-bezier(0.4, 0, 0.2, 1), background-color 240ms cubic-bezier(0.4, 0, 0.2, 1), border-color 240ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.explore-item--light {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.28);
  }
.explore-item:hover {
    transform: translate(-50%, -55%);
    border-color: rgba(255, 255, 255, 0.36);
  }
.explore-item:active {
    transform: translate(-50%, -50%) scale(0.99);
  }
.explore-item__title {
    display: block;
    font-family: var(--title-font);
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 1;
  }
.explore-item__meta {
    font-family: var(--body-font);
    display: block;
    margin-top: 0.35rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02em;
  }
.georgia-section {
    padding: 100px 0;
  }
.georgia-section__header {
    display: grid;
    gap: clamp(1.2rem, 4.4vw, 50px);
  }
.georgia-section__header h2 {
    font-family: var(--title-font);
    font-size: 50px;
    letter-spacing: 4px;
    color: #71584b;
  }
.georgia-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 2rem;
  }
.lifestyle h2 {
    letter-spacing: 4px;
    line-height: 1.1;
  }
.lifestyle p {
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: var(--body-font);
    font-size: 16px;
  }
.georgia-stat__value {
    font-family: var(--body-font);
    font-size: 60px;
    line-height: 1.1;
    color: #1f232a;
  }
.georgia-stat__label {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.6;
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
    text-wrap: balance;
  }
.georgia-section__body {
    display: grid;
    gap: clamp(1.6rem, 3vw, 2.6rem);
  }
.economic-impact__body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.georgia-section__copy h2 {
    font-family: var(--title-font);
    letter-spacing: 4px;
    line-height: 1.1;
    margin-bottom: 40px;
  }
.georgia-section__copy {
    display: grid;
  }
.georgia-section__copy p {
    font-family: var(--body-font);
    color: black;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 20px;
  }
.philosophy-copy {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
.philosophy-copy span {
    font-family: var(--title-font);
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 1.1;
  }
.philosophy-copy p {
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 1px;
    max-width: 660px;
    color: #71584b;
  }
.philosophy-copy .page-back {
    margin-top: clamp(3rem, 7vw, 5.5rem);
  }
.contact-copy {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
.contact-copy > span {
    font-family: var(--title-font);
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 1.1;
    color: #000;
  }
.contact-addresses {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(2.5rem, 5vw, 3.75rem);
  }
.contact-address__country {
    font-family: var(--title-font) !important;
    font-size: 24px !important;
    letter-spacing: 4px !important;
    line-height: 1.1 !important;
    color: #71584b !important;
    margin: 0 0 0.5rem;
  }
.contact-address__line {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #000;
    margin: 0 0 0.25rem;
  }
.contact-address__line a {
    color: black;
    text-decoration: none;
    border-color: black !important;
    transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
.contact-address__line a span {
    color: black !important;
    border-color: black !important;
  }
.contact-address__line--phone {
    margin-bottom: 0 !important;
  }
.contact-address__line--email a .contact-address__underline {
    position: relative;
    display: inline-block;
    padding-bottom: 0.25rem;
    border-bottom: none !important;
  }
.contact-address__line--email a .contact-address__underline::before, .contact-address__line--email a .contact-address__underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    will-change: transform, opacity;
  }
.contact-address__line--email a .contact-address__underline::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 100% 50%;
    transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1) 380ms, transform 720ms cubic-bezier(0.22, 1, 0.36, 1) 280ms;
  }
.contact-address__line--email a .contact-address__underline::after {
    transform: scaleX(0);
    transform-origin: 0% 50%;
    transition: transform 0ms cubic-bezier(0.22, 1, 0.36, 1) 0ms;
  }
.contact-address__line--email a:hover .contact-address__underline::before, .contact-address__line--email a:focus-visible .contact-address__underline::before {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 480ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 640ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
.contact-address__line--email a:hover .contact-address__underline::after, .contact-address__line--email a:focus-visible .contact-address__underline::after {
    transform: scaleX(1);
    transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1) 220ms;
  }
.georgia-media {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    border-radius: 1.8rem;
    isolation: isolate;
  }
.georgia-media .button-round {
    position: absolute;
    z-index: 3;
    left: var(--georgia-expand-x, 44%);
    top: var(--georgia-expand-y, 44%);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
.georgia-media-expand {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 83px;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background: #4C7056;
    box-shadow: none;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
  }
.georgia-media-expand:hover {
    box-shadow: 0 0 0 5px rgba(76, 112, 86, 0.5);
  }
.georgia-media-expand:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
  }
.georgia-media-expand__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: transform 0.25s ease;
  }
.georgia-media-expand:hover .georgia-media-expand__icon {
    transform: scale(1.18);
  }
.more-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
.more-btn-section {
    position: absolute;
    left: 0;
    bottom: -58px;
    z-index: 11111111111;
  }
.visible {
    overflow: visible !important;
  }
.green-more {
    background: #4C7056;
    color: #fff;
  }
@media (prefers-reduced-motion: reduce) {
    .georgia-media-expand,
    .georgia-media-expand__icon {
      transition: none;
    }
    .georgia-media-expand:hover .georgia-media-expand__icon {
      transform: none;
    }
  }
.relative-img {
    min-height: auto !important;
  }
.relative-img img {
    position: relative !important;
  }
.georgia-media__panel {
    position: relative;
    border-radius: 1.8rem;
    overflow: hidden;
    min-height: clamp(260px, 34vw, 420px);
  }
.georgia-media__panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 22px;
    transform: translate3d(0, 0, 0);
  }
.georgia-media__overlay {
    position: absolute;
    left: clamp(-250px, -15.8vw, -8px);
    bottom: clamp(-63px, -14.6vw, -22px);
    width: clamp(230px, 30vw, 380px);
    border-radius: 1.15rem;
    overflow: hidden;
    z-index: 2;
  }
.georgia-media__overlay img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.15rem;
    transform: translate3d(0, 0, 0);
  }
.georgia-media__overlay--top-left {
    top: clamp(-148px, -17vw, -12px);
    bottom: auto;
    left: clamp(-250px, -7.8vw, -8px);
  }
@media (min-width: 980px) {
    .georgia-stats {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.05rem;
      align-items: start;
    }
    .georgia-stat {
      background: transparent;
      box-shadow: none;
      padding: 0;
      justify-items: start;
      text-align: left;
      border-radius: 0;
      backdrop-filter: none;
    }
    .georgia-section__body {
      grid-template-columns: 0.95fr 1.25fr;
      align-items: start;
      gap: 40px;
    }
    .georgia-section__copy {
      padding-top: 0.35rem;
    }
    .philosophy-layout .georgia-section__media {
      margin-right: calc(50% - 50vw);
    }
    .philosophy-layout .georgia-media {
      max-width: none;
    }
    .georgia-media {
      max-width: none;
    }
    .georgia-media__panel {
      min-height: clamp(320px, 40vw, 700px);
    }
  }
#features {
    background: #fff;
  }
.features-band {
    padding: 100px 0;
  }
.features-band__grid {
    display: grid;
    align-items: center;
    gap: clamp(1.6rem, 4.2vw, 4.25rem);
  }
.features-band__list-title {
    font-family: var(--title-font);
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 4px;
    text-wrap: balance;
    color: #71584b;
    margin-bottom: 50px;
  }
.features-band__list li {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    transition: color 240ms cubic-bezier(0.4, 0, 0.2, 1), transform 240ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.features-band__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.9rem;
    width: 1.5rem;
    height: 1px;
    background: rgba(113, 88, 75, 0.35);
    transform-origin: 0% 50%;
    transform: scaleX(0);
    opacity: 0;
    transition: background-color 240ms cubic-bezier(0.4, 0, 0.2, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.features-band__list li > span {
    font-family: var(--body-font);
    font-size: 22px;
    display: inline-block;
    will-change: transform;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0ms;
  }
.features-band__list li {
    /* Respect each item's `--reveal-delay` as the hover delay */
  }
.features-band__list li:hover::before,
  .features-band__list li:hover > span, .features-band__list li:focus-visible::before,
  .features-band__list li:focus-visible > span {
    transition-delay: var(--reveal-delay, 0ms);
  }
.features-band__list li:hover, .features-band__list li:focus-visible {
    color: rgba(113, 88, 75, 0.98);
    transform: none;
  }
.features-band__list li:hover > span, .features-band__list li:focus-visible > span {
    transform: translateX(3.35rem);
  }
.features-band__list li:hover::before, .features-band__list li:focus-visible::before {
    background: rgba(113, 88, 75, 0.95);
    transform: scaleX(1);
    opacity: 1;
  }
.features-band__list li.is-active {
    color: rgba(113, 88, 75, 0.98);
    transform: none;
  }
.features-band__list li.is-active::before,
  .features-band__list li.is-active > span {
    transition-delay: 0ms;
  }
.features-band__list li.is-active > span {
    transform: translateX(3.35rem);
  }
.features-band__list li.is-active::before {
    background: rgba(113, 88, 75, 0.95);
    transform: scaleX(1);
    opacity: 1;
  }
.features-band__list.has-active li {
    color: rgba(113, 88, 75, 0.42);
  }
.features-band__list.has-active li.is-active {
    color: rgba(113, 88, 75, 0.98);
  }
/* On hover, softly de-emphasize non-hovered items (desktop-like behavior) */
@media (hover: hover) and (pointer: fine) {
    .features-band__list:hover li {
      color: rgba(113, 88, 75, 0.42);
    }
    .features-band__list:hover li:hover,
    .features-band__list:hover li:focus-visible {
      color: rgba(113, 88, 75, 0.98);
    }
  }
.features-band__media {
    position: relative;
    border-radius: 1.55rem;
    overflow: hidden;
    background: rgba(236, 234, 231, 0.5);
    box-shadow: 0 30px 80px rgba(31, 35, 42, 0.12), 0 0 0 1px rgba(31, 35, 42, 0.08) inset;
    min-height: clamp(260px, 34vw, 420px);
    transform: translate3d(0, 0, 0);
  }
.features-band__media img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 55%;
       object-position: 50% 55%;
    will-change: transform, opacity;
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
  }
.features-band__media img.is-active {
    opacity: 1;
    z-index: 2;
  }
.features-band__copy {
    max-width: 48ch;
    position: relative;
    overflow: hidden;
    /* "Pop out from below" mask reveal for the copy block */
  }
.features-band__copy [data-reveal] {
    --reveal-y: 115%;
    display: block;
  }
.features-band__copy p {
    font-family: var(--body-font);
    color: black;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-wrap: pretty;
  }
@media (min-width: 980px) {
    .features-band__grid {
      grid-template-columns: 0.95fr 1.35fr 0.9fr;
    }
    .features-band__media {
      min-height: clamp(320px, 59vw, 880px);
    }
  }
@media (max-width: 1900px) {
    .philosophy-copy p {
      max-width: 500px;
    }
  }
@media (max-width: 1400px) {
    .philosophy-copy p {
      max-width: 440px;
    }
  }
@media (max-width: 979px) {
    .features-band__copy {
      max-width: 68ch;
    }
    .features-band__media {
      margin: 0 auto;
      border-radius: 1.55rem !important;
      width: 100%;
      height: auto;
      overflow: hidden;
      aspect-ratio: 2/3;
    }
    .features-band__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
    }
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.top-0{
  top: 0px;
}
.top-\[-140px\]{
  top: -140px;
}
.isolate{
  isolation: isolate;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[150px\]{
  margin-bottom: 150px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mr-0{
  margin-right: 0px;
}
.mr-10{
  margin-right: 2.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-9{
  height: 2.25rem;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[215px\]{
  height: 215px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[40px\]{
  height: 40px;
}
.h-full{
  height: 100%;
}
.max-h-\[730px\]{
  max-height: 730px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[40px\]{
  width: 40px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.basis-0{
  flex-basis: 0px;
}
.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));
}
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.animate-fadeIn{
  animation: fadeIn 1s ease-in-out forwards;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-wrap{
  text-wrap: wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[22px\]{
  border-radius: 22px;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[28px\]{
  border-radius: 28px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.\!border-t-0{
  border-top-width: 0px !important;
}
.border-b{
  border-bottom-width: 1px;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#24486a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(36 72 106 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3e586f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(62 88 111 / var(--tw-bg-opacity, 1));
}
.bg-\[\#887c6c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(136 124 108 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0eeec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 238 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f3f3f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.\!p-2\.5{
  padding: 0.625rem !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[0px\]{
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-\[0px\]{
  padding-bottom: 0px;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pr-0{
  padding-right: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.text-center{
  text-align: center;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-75{
  transition-duration: 75ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Vertical % for clip-path ellipse `at` (site box) — aligns portal with logo stack translateY(-25.5%) */
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir-georgian-Regular";
  src: url("../fonts/AvenirNextGeorgian-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-georgian-Medium";
  src: url("../fonts/AvenirNextGeorgian-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Parmigiano-georgian-Regular";
  src: url("../fonts/PARMIGIANOTEXTGEL-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Parmigiano-Regular";
  src: url("../fonts/ParmigianoTextPro-Reg.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Parmigiano-Bold";
  src: url("../fonts/ParmigianoTextPro-Bld.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
:root {
  --title-font: 'Parmigiano-Regular', sans-serif;
  --body-font: 'Mont', sans-serif;
}

:root[lang=ka] {
  --title-font: 'Parmigiano-georgian-Regular', sans-serif;
  --body-font: 'Avenir-georgian-Regular', sans-serif;
}

@keyframes map-pin-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scrollUpAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-30px); /* ისარი გადის ზემოთ */
    opacity: 0;
  }
  41% {
    transform: translateY(30px); /* მომენტალურად ჩნდება ქვემოთ */
    opacity: 0;
  }
  100% {
    transform: translateY(0); /* ბრუნდება თავის ადგილას */
    opacity: 1;
  }
}
*, ::before, ::after {
  border-color: white;
}

.mont_regular {
  font-family: var(--body-font);
  letter-spacing: 1px !important;
  line-height: 1.6 !important;
}

.parmigiano_regular {
  font-family: var(--title-font);
  letter-spacing: 4px !important;
  line-height: 1.1 !important;
}

.parmigiano_bold {
  font-family: "Parmigiano-Bold", sans-serif;
}
@media (min-width: 900px) {
  .architect-card {
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: stretch;
  }
  .amenities-grid {
    grid-template-columns: 1fr 1.05fr 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-parallax] {
    transform: none !important;
    will-change: auto;
  }
  #preloader,
  .preloader__inner,
  #site-wrapper,
  .site-action {
    transition: none !important;
  }
}
#about {
  background: #887c6c;
  padding: 100px 0;
}
#about .about__header {
  text-align: right;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 40px;
}
#about .about__header h2 {
  font-family: var(--title-font);
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 4px;
}
#about .about__sub {
  font-family: var(--body-font);
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.6;
  opacity: 0.92;
}
#about .about__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 22px);
  align-items: stretch;
  isolation: isolate;
}
#about .about__media,
#about .about__card {
  border-radius: 1.35rem;
  overflow: hidden;
}
#about .about__media {
  background: rgba(236, 234, 231, 0.08);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  width: 100%;
  max-width: 100%;
}
#about .about__media img {
  --p-img-scale: 1.14;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3d(0, 0, 0) scale(var(--p-img-scale));
  will-change: transform;
}
#about {
  /* Parallax transforms are applied via JS (scroll-only). */
}
#about [data-parallax-frame] {
  transform: translate3d(0, 0, 0);
}
#about .about__media--left {
  grid-column: 1/span 4;
  grid-row: 1/span 8;
  min-height: clamp(280px, 34vw, 520px);
  max-width: 550px;
  max-height: 690px;
  aspect-ratio: 550/690;
  /* Let the left media bleed outside the padded container. */
  margin-left: calc(-1 * clamp(18px, 3vw, 72px));
}
#about .about__media--top {
  grid-column: 4/span 5;
  grid-row: 1/span 3;
  min-height: clamp(160px, 18vw, 260px);
  align-self: start;
  z-index: 1;
  max-width: 545px;
  max-height: 363px;
  aspect-ratio: 545/363;
  margin-top: calc(-1 * clamp(18px, 17.2vw, 155px));
  margin-left: calc(-1 * clamp(10px, 16.8vw, 160px));
}
#about .about__card {
  grid-column: 5/span 4;
  grid-row: 3/span 6;
  color: rgba(255, 255, 255, 0.92);
  padding: 20px 0px;
  display: grid;
  gap: 40px;
  align-content: end;
  z-index: 2;
}
#about .about__brand {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin-top: 4px;
}
#about .about__brand-mark {
  width: 250px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#about .about__brand-mark img {
  width: 250px;
  height: auto;
  display: block;
}
#about .about__brand-title {
  font-family: var(--body-font);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}
#about .about__copy {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-wrap: pretty;
  font-family: var(--body-font);
}
#about .about__more {
  margin-top: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 45px rgba(15, 18, 22, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), background 260ms cubic-bezier(0.4, 0, 0.2, 1);
}
#about .about__more:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}
#about .about__more:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}
#about .about__more-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  position: relative;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}
#about .about__more-icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
  margin-left: -2px;
}
#about .about__media--right {
  grid-column: 9/span 4;
  grid-row: 2/span 7;
  min-height: clamp(300px, 36vw, 540px);
  max-width: 502px;
  max-height: 706px;
  aspect-ratio: 502/706;
  /* Pull the right image up to sit closer to the header and bleed to the right edge. */
  margin-top: calc(-1 * clamp(18px, 3vw, 56px));
  margin-right: 0;
}
#about .about__media--mini {
  grid-column: 8/span 5;
  grid-row: 7/span 2;
  align-self: end;
  justify-self: end;
  z-index: 3;
  max-width: 390px;
  max-height: 260px;
  aspect-ratio: 390/260;
  margin-right: calc(-1 * clamp(18px, 4vw, 76px));
  margin-bottom: calc(-1 * clamp(12px, 11vw, 102px));
}
@media (max-width: 979px) {
  #about .about__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  #about .about__media--left {
    grid-column: 1/span 3;
    grid-row: 1/span 4;
    min-height: clamp(220px, 44vw, 420px);
    margin-left: calc(-1 * clamp(16px, 3vw, 48px));
  }
  #about .about__media--top {
    grid-column: 3/span 4;
    grid-row: 1/span 2;
    margin-top: calc(-1 * clamp(10px, 2.4vw, 34px));
    margin-left: calc(-1 * clamp(8px, 1.8vw, 24px));
  }
  #about .about__card {
    grid-column: 2/span 4;
    grid-row: 3/span 3;
  }
  #about .about__media--right {
    grid-column: 4/span 3;
    grid-row: 3/span 3;
    min-height: clamp(240px, 46vw, 460px);
    margin-top: calc(-1 * clamp(12px, 2.6vw, 34px));
    margin-right: 0;
  }
  #about .about__media--mini {
    grid-column: 3/span 4;
    grid-row: 6/span 2;
    margin-right: 0;
    margin-bottom: 0;
    max-width: min(390px, 100%);
  }
  #about .about__header h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
  #about .about__sub {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: var(--body-font);
  }
}
@media (max-width: 640px) {
  #about .about__grid {
    grid-template-columns: 1fr;
  }
  #about .about__media--left,
  #about .about__media--top,
  #about .about__card,
  #about .about__media--right,
  #about .about__media--mini {
    grid-column: 1/-1;
    grid-row: auto;
    min-height: auto;
  }
  #about .about__media--left,
  #about .about__media--right,
  #about .about__media--top,
  #about .about__media--mini {
    min-height: 220px;
  }
  #about .about__media--left,
  #about .about__media--top,
  #about .about__media--right,
  #about .about__media--mini {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #about [data-parallax-frame],
  #about [data-parallax-frame] img {
    transform: none !important;
    transition: none !important;
  }
}

.scroll-hint {
  position: absolute;
  top: 150px;
  right: 50%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.4s ease;
}
@media (min-width: 1201px) {
  .scroll-hint {
    display: none;
  }
}
.scroll-hint.is-hidden {
  opacity: 0;
}
.scroll-hint__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.scroll-hint__icon svg {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
  animation: cursor-swing 1.4s ease-in-out infinite;
  transform-origin: 40% 20%;
}

@keyframes cursor-swing {
  25% {
    transform: translate(45%) rotate(25deg);
  }
  50% {
    transform: translate(-45%) rotate(-25deg);
  }
  100% {
    transform: translate(0) rotate(0);
  }
}
.bottom-cta {
  position: fixed;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.scroll-up {
  width: 40px;
  height: 40px;
  background: black;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  pointer-events: auto;
  z-index: 999;
  opacity: 0;
}

.arrow-icon-up {
  width: 20px;
  height: 20px;
}

.scroll-up:hover .arrow-icon-up {
  animation: scrollUpAnimation 0.5s ease-in-out;
}

.bottom-cta__btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 2.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: #1f232a;
  text-decoration: none;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  backdrop-filter: blur(10px);
  transform: translate3d(0, 0, 0);
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 240ms cubic-bezier(0.4, 0, 0.2, 1), background-color 240ms cubic-bezier(0.4, 0, 0.2, 1);
  /* Default (over light sections) */
  box-shadow: 0 16px 45px rgba(15, 20, 25, 0.16), 0 0 0 1px rgba(15, 20, 25, 0.06) inset;
}
.bottom-cta__btn:hover {
  transform: translate3d(0, -1px, 0);
}
.bottom-cta__btn:focus-visible {
  outline: none;
  box-shadow: 0 16px 45px rgba(15, 20, 25, 0.16), 0 0 0 1px rgba(15, 20, 25, 0.06) inset, 0 0 0 5px rgba(216, 184, 108, 0.35);
}
.bottom-cta__btn:active {
  transform: translate3d(0, 0px, 0) scale(0.99);
}

/* When CTA sits over dark content, make it "lift" more */
.bottom-cta.is-on-dark .bottom-cta__btn {
  background: rgba(255, 255, 255, 0.995);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
}

.is-menu-open .bottom-cta,
.is-menu-closing .bottom-cta {
  opacity: 0;
  pointer-events: none;
}

.is-book-modal-open .bottom-cta,
.is-media-lightbox-open .bottom-cta,
.is-pano-modal-open .bottom-cta {
  opacity: 0;
  pointer-events: none;
}

.is-book-modal-open,
.is-media-lightbox-open,
.is-pano-modal-open {
  overflow: hidden;
}

.book-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  align-items: end;
  justify-items: stretch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 260ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms linear 260ms;
}

.book-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 260ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms;
}

.book-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 10, 10, 0.48);
  backdrop-filter: blur(2px);
  cursor: pointer;
}

.book-modal__panel {
  position: relative;
  width: 90%;
  margin: 0 auto calc(70px + env(safe-area-inset-bottom, 0px));
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  color: #1f232a;
  box-shadow: 0 30px 95px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
  /* Start fully off-canvas so it clearly slides up */
  transform: translate3d(0, 110%, 0);
  transition: transform 620ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  outline: none;
}

.book-modal.is-open .book-modal__panel {
  transform: translate3d(0, 0, 0);
}

.book-modal__close {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, -60%);
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
  display: grid;
  place-items: center;
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.book-modal__close::before,
.book-modal__close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: rgba(31, 35, 42, 0.85);
}

.book-modal__close::before {
  transform: rotate(45deg);
}

.book-modal__close::after {
  transform: rotate(-45deg);
}

.book-modal__close:hover {
  transform: translate(-50%, -62%) scale(1.02);
  background: rgba(255, 255, 255, 0.98);
}

.book-modal__close:active {
  transform: translate(-50%, -60%) scale(0.98);
}

.book-modal__content {
  padding: 26px clamp(18px, 3.2vw, 32px) 22px;
}

.book-modal__title {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: #000;
}

.book-modal__view--success {
  padding-bottom: 4px;
}

.book-modal__success-text {
  margin: 10px 0 0;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
}

.book-modal__success-close {
  margin-top: 30px;
  min-width: 110px;
  height: 44px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.book-modal__success-close:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.book-modal__success-close:active {
  transform: translateY(0) scale(0.99);
}
.book-modal__success-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);
}

.book-modal.is-success .book-modal__panel {
  min-height: auto;
}

.book-modal__sub {
  margin-top: 6px;
  color: rgba(31, 35, 42, 0.62);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.5;
}

.book-modal__form {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

.book-modal__field {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.book-modal__label {
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.2;
  color: #1f232a;
}

.book-modal__input {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #000;
  background: #fff;
  color: #1f232a;
  font-family: var(--body-font);
  font-size: 16px;
  outline: none;
  transition: border-color 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.book-modal__input::-moz-placeholder {
  color: rgba(31, 35, 42, 0.38);
}
.book-modal__input::placeholder {
  color: rgba(31, 35, 42, 0.38);
}
.book-modal__input:focus {
  border-color: rgba(76, 112, 86, 0.65);
  box-shadow: 0 0 0 3px rgba(76, 112, 86, 0.16);
}
.book-modal__input:user-invalid:not(:-moz-placeholder) {
  border-color: #e8b4b8;
  background: #fff5f5;
}
.book-modal__input:user-invalid:not(:placeholder-shown) {
  border-color: #e8b4b8;
  background: #fff5f5;
}

.book-modal__submit {
  flex-shrink: 0;
  width: 100px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #4C7056;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.book-modal__submit:hover .book-modal__submit-icon, .book-modal__submit:focus-visible .book-modal__submit-icon {
  transform: translateX(2px);
}

.book-modal__submit-icon {
  display: inline-block;
  width: 44px;
  height: 13px;
  transform: translateX(0);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
.book-modal__submit-icon .arrow-icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

.book-modal__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 5px rgba(76, 112, 86, 0.28);
}

.book-modal__submit:active {
  transform: translateY(0) scale(0.98);
}

.book-modal__consent {
  grid-column: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 2px;
  cursor: pointer;
}

.book-modal__consent-input {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(31, 35, 42, 0.28);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  transition: border-color 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.book-modal__consent-input:checked {
  border-color: #4C7056;
  background-color: #4C7056;
}
.book-modal__consent-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 112, 86, 0.2);
}

.book-modal__consent-text {
  font-family: var(--body-font);
  font-size: 12px;
  line-height: 1.45;
  color: #000;
}
.book-modal__consent-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.book-modal__consent-text a:hover {
  color: #1f232a;
}

@media (max-width: 900px) {
  .book-modal__form {
    grid-template-columns: 1fr 1fr;
  }
  .book-modal__submit {
    grid-column: 1/-1;
    width: 100%;
    height: 48px;
  }
  .book-modal__consent {
    grid-column: 1/-1;
  }
}
@media (max-width: 520px) {
  .book-modal__form {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .book-modal,
  .book-modal__panel,
  .book-modal__close,
  .book-modal__submit {
    transition: none !important;
  }
}
.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 92;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  box-sizing: border-box;
  min-height: 0;
  height: 100dvh;
  max-height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms linear 220ms;
}

.media-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms;
}

.media-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.media-lightbox__panel {
  position: relative;
  z-index: 1;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
}

.media-lightbox__close {
  position: fixed;
  right: clamp(10px, 1.2vw, 16px);
  top: clamp(10px, 1.2vw, 16px);
  width: 120px;
  height: 48px;
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #1a1a1a;
}

.media-lightbox__close-line {
  display: block;
  height: 1px;
  width: 28px;
  border-radius: 2px;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), width 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.media-lightbox__close-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.media-lightbox__close-line:first-child {
  transform: translate(-50%, calc(-50% - 6px));
}

.media-lightbox__close-line--short {
  width: 28px;
  transform: translate(calc(-50% - 7px), calc(-50% + 6px));
}

/* Match "hidden short line" menu-close look */
.media-lightbox__close .media-lightbox__close-line {
  width: 76px;
  transform: translate(-50%, -50%);
}

.media-lightbox__close .media-lightbox__close-line--short {
  opacity: 0;
}

.media-lightbox__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
}

.media-lightbox__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate3d(0, 12vh, 0);
  opacity: 0;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1), opacity 420ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

.media-lightbox.is-open .media-lightbox__img {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1) 80ms, opacity 420ms cubic-bezier(0.4, 0, 0.2, 1) 80ms;
}

@media (prefers-reduced-motion: reduce) {
  .media-lightbox,
  .media-lightbox__close,
  .media-lightbox__img {
    transition: none !important;
  }
  .media-lightbox__img {
    transform: none;
    opacity: 1;
  }
}
.pano-modal {
  position: fixed;
  inset: 0;
  z-index: 94;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
  min-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms linear 220ms;
}

.pano-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms;
}

.pnlm-controls-container {
  top: 20px !important;
  left: 20px !important;
}

.pano-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.pano-modal__panel {
  position: relative;
  z-index: 1;
  margin: 0;
  outline: none;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  flex: 1 1 0;
  overflow: hidden;
  background: #000;
}

.pano-modal__viewer {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.pano-modal__close {
  position: absolute;
  right: clamp(10px, 1.2vw, 16px);
  top: clamp(10px, 1.2vw, 16px);
  width: 120px;
  height: 48px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
}

.pano-modal__close-line {
  display: block;
  height: 1px;
  width: 28px;
  border-radius: 2px;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), width 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.pano-modal__close-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.pano-modal__close-line:first-child {
  transform: translate(-50%, calc(-50% - 6px));
}

.pano-modal__close-line--short {
  width: 28px;
  transform: translate(calc(-50% - 7px), calc(-50% + 6px));
}

/* Match "hidden short line" menu-close look */
.pano-modal__close .pano-modal__close-line {
  width: 76px;
  transform: translate(-50%, -50%);
}

.pano-modal__close .pano-modal__close-line--short {
  opacity: 0;
}

.points-wrapper {
  position: relative;
  width: 104%;
  overflow: hidden;
}

.points-canvas {
  position: relative;
  width: 100%;
}
.points-canvas img {
  display: block;
  width: 100%;
  height: auto;
}

.points-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.map-zone {
  pointer-events: all;
  cursor: pointer;
  fill: transparent;
  stroke: transparent;
  stroke-width: 2;
  transition: fill 300ms ease, stroke 300ms ease;
}
.map-zone:hover, .map-zone.is-active {
  stroke-width: 2;
}

.points-html-overlay {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translateZ(0);
}

.points-html-overlay .map-pin {
  position: absolute;
  pointer-events: auto;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.map-pin {
  position: relative;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  font-family: var(--body-font);
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 15px;
  gap: 15px;
  border-radius: 999px;
}
.map-pin:hover .philosophy-nav__icon, .map-pin:focus-visible .philosophy-nav__icon {
  animation: map-pin-spin 600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.map-pin .philosophy-nav__icon {
  width: clamp(16px, 1.4vw, 20px);
  height: clamp(16px, 1.4vw, 20px);
}
.map-pin .philosophy-nav__icon::before,
.map-pin .philosophy-nav__icon::after {
  width: 20px;
}

.map-zone--dark {
  background: #4C7056;
  color: #fff;
}

.map-zone--blue {
  background: #3e586f;
  color: #fff;
}

.map-zone--light {
  background: rgba(255, 255, 255, 0.92);
  color: #1f232a;
}

.map-pin--dark {
  background: #4C7056;
  color: #fff;
}
.map-pin--dark:hover {
  box-shadow: rgba(76, 112, 86, 0.5) 0px 0px 0px 5px;
  background: rgb(76, 112, 86);
}
.map-pin--dark .philosophy-nav__icon {
  color: white;
}

.map-pin--blue {
  background: #3e586f;
  color: #fff;
}
.map-pin--blue:hover {
  box-shadow: rgba(62, 88, 111, 0.61) 0px 0px 0px 5px;
  background: #3e586f;
}
.map-pin--blue .philosophy-nav__icon {
  color: white;
}

.map-pin--light {
  background: rgba(255, 255, 255, 0.92);
  color: #1f232a;
}
.map-pin--light:hover {
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.points-canvas .explore-stage {
  position: absolute;
  top: 100px;
  left: 40px;
  z-index: 2;
  pointer-events: none;
  width: 100%;
}
.points-canvas .explore-stage h2 {
  color: #fff;
  font-family: var(--title-font);
  font-size: clamp(40px, 3.5vw, 60px);
  letter-spacing: 4px;
  line-height: 1.1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .pano-modal,
  .pano-modal__close {
    transition: none !important;
  }
}
.site-footer {
  background: #050505;
  color: rgba(255, 255, 255, 0.78);
  padding: 100px 40px;
}

.site-footer__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(26px, 4.5vw, 84px);
}

.site-footer__left {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  -moz-column-gap: clamp(22px, 3.2vw, 54px);
       column-gap: clamp(22px, 3.2vw, 54px);
  row-gap: 28px;
  align-items: start;
}

.site-footer__col--contact {
  margin-left: auto;
  text-align: left;
  min-width: min(320px, 100%);
}

.site-footer__title {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #7C7C7C;
  margin-bottom: 16px;
}

.site-footer__list {
  display: grid;
  gap: 2px;
}

.site-footer__link {
  font-family: var(--body-font);
  color: white;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px;
  transition: color 220ms cubic-bezier(0.4, 0, 0.2, 1), transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  display: inline-block;
  position: relative;
}
.site-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  opacity: 0.85;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__link:hover {
  color: rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}
.site-footer__link:hover::after {
  transform: scaleX(1);
}
.site-footer__link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
  border-radius: 6px;
}
.site-footer__link:focus-visible::after {
  transform: scaleX(1);
}

.site-footer__address {
  font-style: normal;
  display: grid;
  gap: 2px;
  color: #fff;
}

.site-footer__address-line {
  font-family: var(--body-font);
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.35;
}
.site-footer__address-line span {
  border-bottom: 1px solid #fff;
}

.site-footer__address-gap {
  height: 30px;
}

.site-footer__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(38px, 6vw, 84px);
  padding-top: 18px;
}

.site-footer__copyright {
  font-family: var(--body-font);
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
  letter-spacing: 0.02em;
  opacity: 1;
  margin-left: auto;
  text-align: left;
  min-width: min(320px, 100%);
}

@media (max-width: 900px) {
  .site-footer__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .site-footer__left {
    grid-column: 1/-1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 28px;
  }
  .site-footer__col--contact {
    margin-left: 0;
    min-width: 0;
  }
  .site-footer__bottom {
    justify-content: flex-start;
  }
}
@media (max-width: 520px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .site-footer__left {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.philosophy-nav__link {
  position: relative;
  font-size: 16px;
  font-family: var(--body-font);
  line-height: 1.6;
  letter-spacing: 1px;
  color: #71584b;
  text-decoration: none;
  transition: color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.philosophy-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  bottom: 8px;
  height: 1px;
  background: currentColor;
  opacity: 0.95;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.philosophy-nav__link:hover::after,
.philosophy-nav__link:focus-visible::after {
  transform: scaleX(1);
}

.philosophy-nav__link.is-active::after {
  transform: scaleX(1);
}

.philosophy-nav__shell {
  position: relative;
}

.philosophy-nav__toggle {
  display: none;
}

.philosophy-nav__current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.philosophy-nav__icon {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #000;
}

.philosophy-nav__icon::before,
.philosophy-nav__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 1px;
  background: currentColor;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), transform 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.philosophy-nav__icon::after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

[data-philosophy-nav].is-expanded .philosophy-nav__icon::after {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

.philosophy-urban__title {
  font-family: var(--title-font) !important;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 4px;
  color: #1f232a;
  margin-bottom: 50px;
}

.philosophy-urban__grid {
  display: grid;
  gap: 40px;
  align-items: start;
}

@media (min-width: 1200px) {
  .points-canvas {
    min-width: unset;
    width: 100%;
  }
}
@media (min-width: 980px) {
  .philosophy-urban__grid {
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 600px) minmax(510px, 1fr);
    gap: clamp(2.2rem, 4vw, 2.8rem);
    align-items: start;
  }
  .philosophy-urban__copy {
    margin-inline: auto;
  }
}
.philosophy-urban__side {
  position: relative;
  width: 100%;
}

.philosophy-urban__collage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  isolation: isolate;
  inset: auto;
  padding: 0;
  display: block;
  pointer-events: none;
}

.philosophy-urban__collage .urban-box {
  position: absolute;
  overflow: hidden;
  border-radius: 32px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.philosophy-urban__collage .urban-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: translate3d(0, 0, 0) scale(1.04);
  border-radius: 32px;
}

.philosophy-urban__collage .urban-box--left {
  left: 0;
  top: clamp(8px, 1.2vw, 18px);
  width: clamp(240px, 32vw, 420px);
  aspect-ratio: 1/1;
}

.philosophy-urban__collage .urban-box--solo {
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  aspect-ratio: auto;
}

.philosophy-urban__collage .urban-box--right {
  right: 0;
  top: 0;
  width: clamp(300px, 46vw, 500px);
  height: clamp(220px, 34vw, 700px);
  opacity: 0.98;
}

.philosophy-urban__collage .urban-box--bottom {
  right: clamp(18px, 6vw, 90px);
  bottom: clamp(-96px, -5.2vw, -28px);
  width: clamp(220px, 30vw, 545px);
  height: clamp(170px, 22vw, 360px);
}

@media (min-width: 980px) {
  .philosophy-urban .philosophy-urban__side--right {
    margin-right: calc(50% - 50vw);
  }
  .philosophy-urban .philosophy-urban__collage {
    max-width: none;
  }
  .philosophy-urban__side {
    min-height: clamp(420px, 40vw, 900px);
  }
  /* Left image: keep grid normal, but pull the image to viewport edge */
  .philosophy-urban__side--left {
    overflow: visible;
  }
  .philosophy-urban__collage--right {
    position: relative;
    inset: 0;
  }
}
/* Prevent rare horizontal scrollbars from breakout columns */
.philosophy-urban {
  overflow-x: clip;
}

@media (max-width: 700px) {
  .philosophy-urban__title {
    font-size: clamp(44px, 10vw, 56px);
  }
  .philosophy-urban__collage .urban-box {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    border-radius: 18px;
  }
  .philosophy-urban__collage .urban-box--right,
  .philosophy-urban__collage .urban-box--bottom,
  .philosophy-urban__collage .urban-box--solo {
    margin-top: 16px;
  }
  .philosophy-urban__collage .urban-box--solo {
    height: auto;
    min-height: auto;
  }
}
.philosophy-kengo__card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 40px;
  position: relative;
}

@media (min-width: 980px) {
  .philosophy-kengo__card {
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
  }
}
.philosophy-kengo__media {
  min-height: 420px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.philosophy-kengo__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.philosophy-kengo__media .media-details-swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.philosophy-kengo__media .media-details-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.philosophy-kengo__media .media-details-swiper .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  border-radius: 32px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  will-change: transform;
}
.philosophy-kengo__media .media-details-swiper .swiper-slide img.is-media-slide-reveal {
  animation: heroSlideRevealUp 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (prefers-reduced-motion: reduce) {
  .philosophy-kengo__media .media-details-swiper .swiper-slide img.is-media-slide-reveal {
    animation: none !important;
  }
}
.philosophy-kengo__media .media-details-swiper-pagination {
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}
@media (min-width: 980px) {
  .philosophy-kengo__media .media-details-swiper-pagination {
    left: clamp(1rem, 2.5vw, 1.75rem);
    top: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    transform: translateY(-50%);
  }
}
@media (max-width: 979px) {
  .philosophy-kengo__media .media-details-swiper-pagination {
    left: 50% !important;
    top: auto;
    right: auto;
    bottom: 1.25rem;
    width: auto;
    flex-direction: row;
    transform: translateX(-50%);
  }
  .philosophy-kengo__media .media-details-swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    height: 40px;
  }
}
.philosophy-kengo__media .media-details-swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: #fff;
  opacity: 1;
  transform: scale(1);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(31, 35, 42, 0.12);
  transition: width 320ms cubic-bezier(0.2, 0.8, 0.2, 1), height 320ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-radius 320ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: width, height, transform, border-radius, background-color, border-color, box-shadow;
}
@media (min-width: 980px) {
  .philosophy-kengo__media .media-details-swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    height: 40px;
  }
}
.philosophy-kengo__media .media-details-swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  transform: none;
  box-shadow: 0 0 0 1px rgba(31, 35, 42, 0.08);
}

.philosophy-kengo__media-2 {
  position: absolute;
  right: clamp(-60px, -9.2vw, -19px);
  bottom: clamp(-120px, -20.2vw, -18px);
  width: clamp(220px, 28vw, 545px);
  border-radius: 22px;
  overflow: hidden;
  z-index: 2;
}

.philosophy-kengo__media-2 img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}

.philosophy-kengo__media-3 {
  position: absolute;
  left: clamp(-60px, -9.2vw, -19px);
  top: clamp(-120px, -20.2vw, -18px);
  width: clamp(220px, 28vw, 500px);
  height: clamp(170px, 22vw, 360px);
  border-radius: 22px;
  overflow: hidden;
  z-index: 2;
}

.philosophy-kengo__media-3 img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}

.philosophy-kengo__content {
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  flex-direction: column;
  max-width: 700px;
}
.philosophy-kengo__content p {
  margin-bottom: 20px;
}
.philosophy-kengo__content > p:nth-of-type(1),
.philosophy-kengo__content > p:nth-of-type(2) {
  text-transform: uppercase;
}
.philosophy-kengo__content > p:nth-of-type(2) {
  margin-bottom: 50px;
}

.philosophy-kengo__thumb {
  margin-top: auto;
  padding-top: 24px;
  max-width: 520px;
  border-radius: 22px;
  overflow: hidden;
}

.philosophy-kengo__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}

.philosophy-kengo__title {
  font-family: var(--title-font);
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 40px;
}

.philosophy-kengo__kicker {
  font-family: var(--body-font);
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.philosophy-kengo__lead {
  font-family: var(--body-font);
  font-size: 22px;
  text-transform: none;
  color: #fff;
}

.philosophy-kengo__content p:not(.philosophy-kengo__kicker):not(.philosophy-kengo__lead) {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #fff;
}

.insights-corner-photo {
  position: absolute;
  right: calc(-1 * clamp(10px, 4vw, 80px));
  bottom: 0px;
  width: clamp(180px, 22vw, 360px);
  aspect-ratio: 1/1;
  border-radius: 22px;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.insights-corner-photo__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 700px) {
  .philosophy-kengo__media {
    min-height: 340px;
  }
  .insights-corner-photo {
    width: 100%;
    border-radius: 18px;
    position: relative;
    right: 0px;
  }
  .philosophy-kengo__media-2 {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .philosophy-kengo__content p:not(.philosophy-kengo__kicker):not(.philosophy-kengo__lead) {
    font-size: 14px;
  }
}
.title-style {
  line-height: 1.1;
  letter-spacing: 4px;
}

/* Materials masonry: horizontal `gap-x-10` + same vertical gap between label and next card (not grid row tracks). */
.materials-masonry {
  --materials-stack-gap: 2.5rem;
  /* Tailwind gap-10 */
  --materials-card-block-h: 280px;
  --materials-caption-gap: 10px;
  --materials-caption-h: calc(14px * 1.6);
}

@media (max-width: 767.98px) {
  .materials-masonry {
    --materials-card-block-h: 360px;
  }
}
/* One full card block: image + title + stack gap (matches flex `gap-y-10` between items). */
@media (min-width: 768px) {
  .materials-masonry__col--single {
    padding-top: calc(var(--materials-card-block-h) + var(--materials-caption-gap) + var(--materials-caption-h) + var(--materials-stack-gap));
  }
}

/* Stagger column 2 so the first card sits lower like the design comp. */
@media (min-width: 768px) {
  .materials-masonry__col--stagger {
    padding-top: clamp(96px, 14vw, 168px);
  }
}

/* Project page: Materials — Locomotive parallax on `.materials-item`; reveal on inner (avoid transform clash) */
.materials-item {
  min-width: 0;
}

.materials-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.materials-item__title {
  margin: 0;
  align-self: flex-start;
  padding-left: 4px;
  font-family: var(--body-font);
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
}

/* Project page: Materials staggered grid cards — equal height; equal width via same `md:col-span-*` in HTML */
.materials-card {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 360px;
  min-height: 0;
}

/* Extra bleed + stronger crop so Locomotive parallax never reveals empty edges inside the rounded clip */
.materials-card__img {
  position: absolute;
  top: -20%;
  left: -14%;
  width: 128%;
  height: 140%;
  max-width: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (min-width: 768px) {
  .materials-card {
    width: 100%;
    max-width: 100%;
    height: 280px;
  }
}
.about-prose p,
.about-prose ul {
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: var(--body-font);
  text-wrap: pretty;
  padding: 0;
}
.about-prose ul {
  list-style: disc;
  padding-left: 18px;
}

/* Project: Ownership benefits — terracotta placeholder tiles (3×2 aspect) */
.ownership-benefits__tile {
  display: block;
  width: 100%;
  aspect-ratio: 3/1;
  background-color: #b86a5c;
}

.ownership-benefits__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 35/48;
  overflow: hidden;
  background-image: url("../images/silkrewardslogos.png");
  background-position: center;
  background-size: cover;
}

.ownership-benefits__card-logo {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: var(--body-font);
  font-size: clamp(2rem, 5.5vw, 2.75rem);
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.ownership-benefits__card-logo-light {
  font-weight: 300;
}

.ownership-benefits__card-logo-bold {
  font-weight: 700;
}

.timeline {
  position: relative;
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 58px) 0 clamp(36px, 6vw, 90px);
  color: #1f232a;
  isolation: isolate;
}

.timeline__line {
  position: absolute;
  top: clamp(92px, 7vw, 138px);
  bottom: clamp(70px, 8vw, 120px);
  left: 50%;
  z-index: 0;
  width: 1px;
  background: rgba(76, 112, 86, 0.68);
  transform: translateX(-50%);
  transform-origin: 50% 0;
  will-change: transform;
}

.timeline__item {
  --timeline-center: 168px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--timeline-center) minmax(0, 1fr);
  grid-auto-rows: min-content;
  -moz-column-gap: clamp(26px, 4.5vw, 74px);
       column-gap: clamp(26px, 4.5vw, 74px);
  padding: 0 0 40px;
}

.timeline__item:last-child {
  min-height: clamp(420px, 48vw, 640px);
  padding-bottom: 0;
}

.timeline__content {
  width: min(100%, 590px);
  display: grid;
  align-content: start;
  gap: clamp(18px, 2.2vw, 28px);
  will-change: transform, opacity;
  margin-bottom: 50px;
}

.timeline__content--left,
.timeline__item--left > .timeline__content:not(.timeline__content--right) {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.timeline__content--right,
.timeline__item--right > .timeline__content:not(.timeline__content--left) {
  grid-column: 3;
  justify-self: start;
  text-align: left;
}

.timeline__content--offset,
.timeline__item--right > .timeline__content:not(.timeline__content--left) {
  padding-top: 0;
}

.timeline__item--left > .timeline__content:not(.timeline__content--right) {
  padding-top: clamp(10px, 1.2vw, 24px);
}

.timeline__year-wrap {
  grid-column: 2;
  grid-row: 1/span 10;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: inherit;
  pointer-events: none;
}

.timeline__year {
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: var(--timeline-center);
  padding: 0 8px 18px;
  background: #fff;
  font-family: var(--title-font);
  font-size: clamp(46px, 5.2vw, 58px);
  line-height: 1.1;
  letter-spacing: 4px;
  color: #4C7056;
  will-change: transform;
}

.timeline[data-timeline] .timeline__year {
  opacity: 0;
}

.timeline[data-timeline] .timeline__year.is-fixed-source {
  opacity: 0;
}

.timeline[data-timeline] .timeline__year.is-released-source {
  opacity: 0.72;
}

.timeline__active-year {
  --timeline-active-y: 0px;
  --timeline-active-opacity: 1;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 60;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  padding: 0 8px 18px;
  background: #fff;
  font-family: var(--title-font);
  font-size: clamp(56px, 5.2vw, 58px);
  line-height: 0.95;
  letter-spacing: 0;
  color: #4C7056;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-50%, calc(-50% + var(--timeline-active-y)), 0);
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms linear 220ms;
}

.timeline__active-year.is-active {
  opacity: var(--timeline-active-opacity);
  visibility: visible;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms;
}

.timeline__active-year.is-releasing {
  transition: none;
}

.timeline__active-year::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #4C7056;
  transform: translateX(-50%);
  box-shadow: 0 0 0 7px #fff;
}

.timeline__year::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #4C7056;
  transform: translateX(-50%);
  box-shadow: 0 0 0 7px #fff;
}

.timeline__photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #eceae7;
  aspect-ratio: 1.5/1;
}

.timeline__photo--tall {
  aspect-ratio: 0.82/1;
}

.timeline__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.timeline__copy {
  width: min(100%, 560px);
}

.timeline__content--left .timeline__copy,
.timeline__item--left > .timeline__content:not(.timeline__content--right) .timeline__copy {
  margin-inline: auto;
}

.timeline__copy h2 {
  margin: 0 0 16px;
  font-family: var(--body-font);
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 400;
  color: black;
}

.timeline__copy p {
  margin: 0;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: black;
  text-wrap: pretty;
}

.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 85;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
}

.cookie-consent.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cookie-consent__panel {
  width: 400px;
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 55px rgba(15, 20, 25, 0.18);
  padding: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cookie-consent__text {
  font-size: 24px;
  line-height: 1.1;
  font-family: var(--title-font);
  letter-spacing: 2px;
}

.cookie-consent__text strong {
  font-weight: 600;
}

.cookie-consent__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.cookie-consent__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-family: var(--body-font);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-consent__btn--accept {
  background: #3f5b51;
  color: #fff;
}

.cookie-consent__btn--reject {
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  margin-left: 10px;
}

.profile-swiper-pagination {
  padding-right: 30px !important;
}

.header-spacing {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 420px) {
  .cookie-consent {
    right: 14px;
    bottom: 18px;
  }
}
@media (max-width: 900px) {
  .timeline {
    width: min(760px, 100%);
    padding-top: 18px;
    --timeline-center: 68px;
  }
  .timeline__line {
    left: 9px;
    top: 58px;
    bottom: 40px;
  }
  .timeline__item,
  .timeline__item:last-child {
    --timeline-center: 68px;
    grid-template-columns: none;
    -moz-column-gap: 18px;
         column-gap: 18px;
    min-height: auto;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .timeline__content,
  .timeline__content--left,
  .timeline__content--right,
  .timeline__item--left .timeline__content,
  .timeline__item--right .timeline__content {
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
    padding-top: 0;
    margin-top: 0 !important;
    padding-left: 45px;
    text-align: left;
  }
  .timeline__content {
    gap: 5px;
    margin-bottom: 20px;
  }
  .timeline__year-wrap {
    grid-column: 1;
    width: var(--timeline-center);
    align-self: flex-start;
    justify-content: flex-start;
  }
  .timeline__year {
    min-width: var(--timeline-center);
    padding: 0 0 14px;
    background: #fff;
    font-size: clamp(34px, 9vw, 52px);
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .timeline__active-year {
    left: 30px;
    min-width: 68px;
    padding: 0 0 14px;
    font-size: clamp(34px, 9vw, 52px);
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .timeline__photo,
  .timeline__photo--tall {
    aspect-ratio: 16/10;
    border-radius: 18px;
  }
  .timeline__copy h2 {
    font-size: 18px;
  }
  .timeline__copy p {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .timeline__line,
  .timeline__content,
  .timeline__year {
    transform: none !important;
    transition: none !important;
  }
}
.img-margin {
  margin-right: calc(50% - 30vw);
}

.flats-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.flats-span {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.flats-section__copy {
  max-width: 700px;
  color: #fff;
  text-align: right;
}
.flats-section__copy h2 {
  font-family: var(--title-font);
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 4px;
  margin-bottom: 40px;
}
.flats-section__copy p {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.block-title {
  font-family: var(--title-font);
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: 4px;
  margin-bottom: 70px;
  color: #000;
}

.benefit-title {
  font-family: var(--title-font);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 50px;
  color: #000;
}

.ownership-benefits__rate {
  font-family: var(--body-font);
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 50px;
  color: #000;
  margin-top: 20px;
}

.page-back {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  align-self: flex-start;
  color: #1f232a;
  text-decoration: none;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-back:hover {
  opacity: 0.6;
}

.page-back__arrow {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.page-back__arrow img {
  display: block;
  width: clamp(56px, 6vw, 60px);
  height: auto;
  transform: rotate(180deg);
}

.page-back__label {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.media-details-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 700px;
}
.media-details-copy__date {
  display: block;
  margin-bottom: 1.25rem;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
}

.media-details-copy__title {
  margin-bottom: 40px;
  font-family: var(--title-font);
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 4px;
  color: #000;
}

.media-details-copy__body p {
  margin-bottom: 1.25rem;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #1f232a;
}
.media-details-copy__body p:last-child {
  margin-bottom: 0;
}

.media-details-layout .media-details-copy {
  max-width: 100%;
}
.media-details-layout .media-details-copy__body {
  margin-top: 40px;
}
.media-details-layout .page-back {
  margin-top: 40px;
}
.media-details-layout .media .georgia-section__body {
  align-items: stretch;
  grid-template-columns: auto;
}
@media (min-width: 980px) {
  .media-details-layout .georgia-section__body {
    align-items: stretch;
  }
  .media-details-layout .georgia-section__media,
  .media-details-layout .georgia-media,
  .media-details-layout .georgia-media__panel {
    height: 100%;
  }
  .media-details-layout .georgia-section__media {
    margin-right: 0px;
  }
}
.media-details-layout .georgia-media__panel {
  border-radius: 1.8rem;
}
.media-details-layout .media-details-swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.media-details-layout .media-details-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.media-details-layout .media-details-swiper .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 45%;
     object-position: 60% 45%;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  will-change: transform;
}
.media-details-layout .media-details-swiper .swiper-slide img.is-media-slide-reveal {
  animation: heroSlideRevealUp 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (prefers-reduced-motion: reduce) {
  .media-details-layout .media-details-swiper .swiper-slide img.is-media-slide-reveal {
    animation: none !important;
  }
}
@media (min-width: 980px) {
  .media-details-layout .media-details-swiper .swiper-slide img {
    border-radius: 1.8rem 0 0 1.8rem;
  }
}
.media-details-layout .media-details-swiper-pagination {
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  padding-right: 30px;
}
@media (min-width: 980px) {
  .media-details-layout .media-details-swiper-pagination {
    left: clamp(1rem, 2.5vw, 1.75rem);
    top: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    transform: translateY(-50%);
  }
}
@media (max-width: 979px) {
  .media-details-layout .media-details-swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    height: 40px;
  }
}
.media-details-layout .media-details-swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: #fff;
  opacity: 1;
  transform: scale(1);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(31, 35, 42, 0.12);
  transition: width 320ms cubic-bezier(0.2, 0.8, 0.2, 1), height 320ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-radius 320ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: width, height, transform, border-radius, background-color, border-color, box-shadow;
}
@media (min-width: 980px) {
  .media-details-layout .media-details-swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    height: 40px;
  }
}
.media-details-layout .media-details-swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  transform: none;
  box-shadow: 0 0 0 1px rgba(31, 35, 42, 0.08);
}

.media-section {
  background: #fff;
  color: #1f232a;
}

.media-card {
  margin-bottom: 20px;
}

.media-section__header {
  margin-bottom: 40px;
}

.media-section__title {
  font-family: var(--title-font);
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 4px;
  color: #000;
  margin-bottom: 40px;
}

.media-section__tabs {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.media-section__tab {
  position: relative;
  padding: 0 0 6px;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #71584b;
  transition: color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.media-section__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}
.media-section__tab:hover::after, .media-section__tab:focus-visible::after, .media-section__tab.is-active::after {
  transform: scaleX(1);
}

.media-section__panel {
  display: none;
}
.media-section__panel.is-active {
  display: block;
}

.media-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 28px);
}

.media-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.media-card__link:hover {
  opacity: 0.72;
}

.media-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 14px;
  background: #120e43;
  margin-bottom: 20px;
  overflow: hidden;
}
.media-card__thumb img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.media-card__title {
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #1f232a;
  margin-bottom: 10px;
  margin-top: 20px;
}

.media-card__date {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 20px;
}

.media-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(12px, 2vw, 20px);
}

.media-pagination__list {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 16px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.media-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0 4px;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #1f232a;
  text-decoration: none;
  transition: background-color 220ms cubic-bezier(0.4, 0, 0.2, 1), color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.media-pagination__link:hover {
  color: #4C7056;
}
.media-pagination__link.is-active {
  background: #4C7056;
  color: #fff;
}

.scroll-up--opacity {
  opacity: 1;
}

.media-pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.media-pagination__arrow img {
  display: block;
  width: 44px;
  height: auto;
}
.media-pagination__arrow--prev img {
  transform: rotate(180deg);
}
.media-pagination__arrow:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}
.media-pagination__arrow:not(:disabled):hover {
  opacity: 0.65;
}

@media (max-width: 1024px) {
  .media-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .media-section__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* Return visits: white screen first — content hidden until preloader finishes */
html.is-preloader-quick body.is-loading > #preloader {
  background: #fff;
}

html.is-preloader-quick body.is-loading > #preloader .preloader__inner {
  visibility: visible;
  opacity: 1;
}

html.is-preloader-quick body.is-loading > #preloader .preloader__portal {
  opacity: 0;
  visibility: hidden;
}

html.is-preloader-quick body.is-loading > :not(#preloader) {
  opacity: 0;
  pointer-events: none;
}

html.is-preloader-quick body.is-loading.is-preloader-exiting > :not(#preloader) {
  opacity: 1;
}

.story-band .rich-body p {
  text-align: center;
}

.kengo-kuma .architect-card__content .rich-body p:not(:last-child) {
  margin-bottom: 1rem;
}

.kengo-kuma .architect-card__content .rich-body p:nth-last-child(2) {
  margin-bottom: 2.5rem;
}

/* Lifestyle Features — per-item copy switching: only the active one is visible */
.features-band__copy .features-band__copy-item {
  display: none;
}

.features-band__copy .features-band__copy-item.is-active {
  display: block;
}

.logo-companies img {
  width: 70%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}

.project-title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mr-0 {
  margin-right: 0 !important;
}

.left-floor-plans {
  left: 45% !important;
}

@media (max-width: 850px) {
  .features-band {
    padding: 60px 20px;
  }
  .story-band {
    padding: 60px 20px;
  }
  .story-band h2 {
    font-size: 14px;
    line-height: 1.4;
  }
  .story-band p {
    font-size: 24px;
    line-height: 1.4;
    max-width: 100% !important;
  }
  .explore-stage__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .explore-switch {
    align-self: flex-end;
  }
  .explore-stage__items {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.9rem;
    padding-top: 0.5rem;
  }
  .explore-item {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 420px;
  }
  .explore-item:hover {
    transform: translateY(-2px);
  }
  .georgia-section__header h2 {
    font-size: 40px;
  }
  .georgia-section {
    padding: 60px 20px;
  }
  .georgia-media__overlay {
    position: relative;
    left: 0 !important;
    width: 100%;
  }
  .features-band .features-band__list-title {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .features-band__list li > span {
    font-size: 16px;
  }
  .features-band__grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #about {
    padding: 60px 20px;
  }
  .site-footer {
    padding: 60px 20px;
    padding-bottom: 100px;
  }
  .architect-card__portrait {
    padding: 60px 20px;
  }
  .georgia-media__panel {
    margin-bottom: 20px;
  }
  .site-menu__inner {
    align-content: start;
  }
  .site-footer__copyright {
    margin-left: 0;
  }
  .philosophy-copy span {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.1;
  }
  .contact-copy > span {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 1.1;
  }
  .contact-address__country {
    font-size: 20px;
  }
  .georgia-section__copy p {
    margin-bottom: 40px;
  }
  .brand-mark .brand-mark__logo {
    width: 180px;
  }
  .georgia-media__overlay--top-left {
    top: 0;
  }
  .philosophy-urban__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .philosophy-kengo__title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .philosophy-kengo__content > p:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .georgia-stat__value {
    font-size: 52px;
  }
  .georgia-stat__label {
    font-size: 14px;
  }
  .project-hero__inner h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .project-hero__inner p {
    font-size: 22px;
  }
  .georgia-media .button-round {
    left: 43%;
    top: 38%;
  }
  .georgia-media .button-round svg {
    width: 40px;
    height: 40px;
  }
  .bottom-cta__btn {
    padding: 10px 18px;
    height: 40px;
    font-size: 14px;
    min-height: 40px;
  }
  .flats-section__copy p {
    font-size: 14px;
  }
  .flats-section__copy h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .block-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .benefit-title {
    margin-bottom: 30px;
  }
  .philosophy-kengo__media-3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .philosophy-kengo__media-3 img {
    aspect-ratio: 1/1;
  }
  .page-back {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .media-details-copy__title {
    font-size: 40px;
  }
  .media-section__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .georgia-section__copy p {
    font-size: 14px;
  }
  .bottom-222 {
    bottom: 0 !important;
  }
  .lifestyle-content h2 {
    font-size: 40px !important;
    margin-bottom: 30px;
  }
  .lifestyle-content p {
    font-size: 14px;
  }
  #about .about__copy {
    font-size: 14px;
    margin-bottom: 70px;
  }
  .about__card .site-action {
    bottom: 20px;
  }
  .about-prose p,
  .about-prose ul {
    font-size: 14px;
  }
  #how-we-differ .img-margin {
    margin-right: 0px;
  }
  .cookie-consent {
    display: flex;
    justify-content: center;
    width: 100%;
    right: auto;
  }
  .submenu {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
  }
  [data-philosophy-nav] .philosophy-nav__shell {
    overflow: hidden;
    border-radius: 22px !important;
    padding: 0 !important;
  }
  [data-philosophy-nav] .philosophy-nav__toggle {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #71584b;
    cursor: pointer;
    font-family: var(--body-font);
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    padding: 10px 24px;
    text-align: left;
  }
  [data-philosophy-nav].is-expanded .philosophy-nav__toggle {
    border-radius: 22px 22px 0 0;
  }
  [data-philosophy-nav] .philosophy-nav__list {
    display: flex;
    gap: 12px;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -8px, 0);
    transition: max-height 360ms cubic-bezier(0.22, 1, 0.36, 1), padding 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0ms linear 360ms;
  }
  [data-philosophy-nav].is-expanded .philosophy-nav__list {
    max-height: 360px;
    padding: 0 24px 18px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition: max-height 420ms cubic-bezier(0.22, 1, 0.36, 1), padding 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms cubic-bezier(0.4, 0, 0.2, 1) 80ms, transform 360ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0ms linear 0ms;
  }
  [data-philosophy-nav] .philosophy-nav__list li.is-active-item {
    display: none;
  }
  [data-philosophy-nav] .philosophy-nav__link {
    padding: 0 !important;
  }
  .philosophy-nav__link::after {
    display: none;
  }
  .philosophy-nav__link {
    font-size: 14px;
  }
  .points-canvas .explore-stage {
    top: 60px;
    left: 20px;
  }
  .header-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lifestyle-figure__caption {
    font-size: 16px;
  }
  .georgia-media-expand {
    width: 60px;
    height: 60px;
  }
  #about .about__card {
    gap: 30px;
  }
  .georgia-section__copy h2 {
    margin-bottom: 30px;
  }
  .media-lightbox.is-open .media-lightbox__img {
    min-width: 1200px;
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .points-canvas {
    min-width: 1200px;
    width: 1200px;
  }
  .points-wrapper {
    position: relative;
    width: 104%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.hover\:bg-gray-950\/5:hover{
  background-color: rgb(3 7 18 / 0.05);
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:opacity-60:hover{
  opacity: 0.6;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.focus\:bg-gray-950\/5:focus{
  background-color: rgb(3 7 18 / 0.05);
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:opacity-70:disabled{
  opacity: 0.7;
}
@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-\[100px\]{
    margin-top: 100px;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:min-w-0{
    min-width: 0px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-\[40px\]{
    gap: 40px;
  }
  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:gap-y-10{
    row-gap: 2.5rem;
  }
  .md\:self-stretch{
    align-self: stretch;
  }
  .md\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .md\:rounded-full{
    border-radius: 9999px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-40{
    padding-bottom: 10rem;
  }
  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pl-\[40px\]{
    padding-left: 40px;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pt-40{
    padding-top: 10rem;
  }
  .md\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[50px\]{
    font-size: 50px;
  }
}
@media (min-width: 1024px){
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
}
@media (min-width: 1280px){
  .xl\:gap-14{
    gap: 3.5rem;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  }
  .dark\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .dark\:hover\:bg-white\/5:hover{
    background-color: rgb(255 255 255 / 0.05);
  }
  .dark\:focus\:bg-white\/5:focus{
    background-color: rgb(255 255 255 / 0.05);
  }
}
