/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-zinc-200: #E4E3D9;
    --color-zinc-300: #B5B0A4;
    --color-zinc-400: #918D8C;
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-zinc-700: #342927;
    --color-zinc-800: #1F1F1F;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tighter: -0.05em;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

/* Luxury editorial homeowners-benefits redesign */
.premium-benefits-section {
  position: relative;
  isolation: isolate;
  max-width: none;
  overflow: clip;
  padding: clamp(76px, 8vw, 132px) clamp(20px, 4vw, 72px);
  color: #151515;
  background:
    radial-gradient(circle at 16% 8%, rgba(184, 154, 98, .14), transparent 30rem),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, .88), transparent 24rem),
    linear-gradient(180deg, #f7f4ee 0%, #f4efe6 100%) !important;
}

.premium-benefits-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .36;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(21, 21, 21, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 21, 21, .03) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(21, 21, 21, .16) 0 1px, transparent 1.2px);
  background-size: 120px 120px, 120px 120px, 4px 4px;
  mix-blend-mode: multiply;
}

.premium-benefits-section::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 86px);
  top: clamp(56px, 8vw, 118px);
  z-index: -1;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 154, 98, .2);
  border-radius: 50%;
  pointer-events: none;
}

.premium-benefits-head,
.premium-benefit-grid {
  width: min(100%, 1740px);
  margin-inline: auto;
}

.premium-benefits-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: clamp(30px, 7vw, 132px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 70px);
  padding-bottom: clamp(24px, 3vw, 36px);
  border-bottom: 1px solid rgba(21, 21, 21, .12);
}

.premium-benefits-title > span {
  display: block;
  margin-bottom: 16px;
  color: #b89a62;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.premium-benefits-title h2 {
  max-width: 820px;
  margin: 0;
  color: #151515;
  font-size: clamp(40px, 4vw, 82px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: 0;
}

.premium-benefits-copy {
  max-width: 650px;
}

.premium-benefits-copy p {
  margin: 0;
  color: #625e56;
  font-size: clamp(17px, 1.45vw, 25px);
  line-height: 1.55;
}

.premium-benefits-copy span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: #151515;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.premium-benefits-copy span::before {
  content: "";
  width: 46px;
  height: 1px;
  background: #b89a62;
}

.premium-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(14px, 1.35vw, 22px);
  background: transparent !important;
}

.premium-benefit-card {
  position: relative;
  min-height: clamp(250px, 18vw, 330px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(26px, 2.15vw, 36px);
  border: 1px solid rgba(21, 21, 21, .12) !important;
  border-radius: clamp(20px, 1.5vw, 28px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(250, 247, 240, .9)),
    #fffaf2 !important;
  box-shadow: 0 22px 70px rgba(21, 21, 21, .07), inset 0 1px 0 rgba(255, 255, 255, .8) !important;
  transform: translateY(0);
  transition: transform 420ms ease, border-color 420ms ease, box-shadow 420ms ease, background-color 420ms ease;
}

.premium-benefit-card.is-featured,
.premium-benefit-card.has-image {
  grid-column: span 2;
}

.premium-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 10%, rgba(184, 154, 98, .16), transparent 16rem);
  transition: opacity 420ms ease;
}

.premium-benefit-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: .9;
}

.premium-benefit-card.has-image {
  color: #f7f4ee;
  background: #151515 !important;
}

.premium-benefit-card.has-image::before {
  z-index: 1;
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(21, 21, 21, .28) 0%, rgba(21, 21, 21, .86) 100%),
    radial-gradient(circle at 80% 12%, rgba(184, 154, 98, .22), transparent 18rem);
}

.premium-benefit-top,
.premium-benefit-content,
.premium-benefit-arrow {
  position: relative;
  z-index: 2;
}

.premium-benefit-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.premium-benefit-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21, 21, 21, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .58);
  color: #151515;
  transition: background-color 420ms ease, border-color 420ms ease, color 420ms ease;
}

.premium-benefit-icon::before {
  content: "";
  width: 23px;
  height: 23px;
  background: currentColor;
  mask: var(--benefit-icon) center/contain no-repeat;
  -webkit-mask: var(--benefit-icon) center/contain no-repeat;
}

.premium-benefit-icon-pencil-ruler {
  --benefit-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 5.5l4 4L8 20H4v-4L14.5 5.5zM13 7l4 4M3 6h8M3 10h5M3 14h3'/%3E%3C/g%3E%3C/svg%3E");
}

.premium-benefit-icon-layout {
  --benefit-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M9 4v16M3 10h18M14 10v10'/%3E%3C/g%3E%3C/svg%3E");
}

.premium-benefit-icon-layers {
  --benefit-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l9 5-9 5-9-5 9-5zM4 12l8 4.5 8-4.5M4 16l8 4.5 8-4.5'/%3E%3C/g%3E%3C/svg%3E");
}

.premium-benefit-icon-message {
  --benefit-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9l-5 4v-4H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM8 9h8M8 13h5'/%3E%3C/g%3E%3C/svg%3E");
}

.premium-benefit-icon-tools {
  --benefit-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 7l3-3 3 3-3 3M4 20l7.5-7.5M13 11l7 7M5 4l5 5M4 5l2-2 5 5-2 2-5-5z'/%3E%3C/g%3E%3C/svg%3E");
}

.premium-benefit-icon-focus {
  --benefit-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='4'/%3E%3Cpath d='M3 8V5a2 2 0 0 1 2-2h3M16 3h3a2 2 0 0 1 2 2v3M21 16v3a2 2 0 0 1-2 2h-3M8 21H5a2 2 0 0 1-2-2v-3M15 15l5 5'/%3E%3C/g%3E%3C/svg%3E");
}

.premium-benefit-icon-clock {
  --benefit-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2M7 3v3M17 3v3'/%3E%3C/g%3E%3C/svg%3E");
}

.premium-benefit-icon-shield-check {
  --benefit-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6l7-3zM9 12l2 2 4-5'/%3E%3C/g%3E%3C/svg%3E");
}

.premium-benefit-number {
  color: rgba(184, 154, 98, .78);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
}

.premium-benefit-card.has-image .premium-benefit-icon {
  border-color: rgba(247, 244, 238, .24);
  background: rgba(247, 244, 238, .12);
  color: #f7f4ee;
}

.premium-benefit-card.has-image .premium-benefit-number {
  color: rgba(247, 244, 238, .72);
}

.premium-benefit-content {
  max-width: 470px;
  margin-top: clamp(36px, 5vw, 74px);
}

.premium-benefit-content h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: clamp(22px, 1.55vw, 30px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.premium-benefit-content p {
  max-width: 430px;
  margin: 0;
  color: #625e56;
  font-size: 15.5px;
  line-height: 1.58;
}

.premium-benefit-card.has-image .premium-benefit-content p {
  color: rgba(247, 244, 238, .78);
}

.premium-benefit-arrow {
  width: 38px;
  height: 1px;
  display: block;
  margin-top: 24px;
  background: currentColor;
  opacity: .62;
  transition: transform 420ms ease, opacity 420ms ease;
}

.premium-benefit-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.premium-benefit-card:hover,
.premium-benefit-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(184, 154, 98, .55) !important;
  box-shadow: 0 32px 90px rgba(21, 21, 21, .13), inset 0 1px 0 rgba(255, 255, 255, .88) !important;
  outline: none;
}

.premium-benefit-card:hover::before,
.premium-benefit-card:focus-visible::before {
  opacity: 1;
}

.premium-benefit-card:hover .premium-benefit-icon,
.premium-benefit-card:focus-visible .premium-benefit-icon {
  border-color: #151515;
  background: #151515;
  color: #f7f4ee;
}

.premium-benefit-card.has-image:hover .premium-benefit-icon,
.premium-benefit-card.has-image:focus-visible .premium-benefit-icon {
  border-color: #b89a62;
  background: #f7f4ee;
  color: #151515;
}

.premium-benefit-card:hover .premium-benefit-arrow,
.premium-benefit-card:focus-visible .premium-benefit-arrow {
  opacity: .9;
  transform: translateX(8px);
}

.premium-benefit-card.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 720ms ease,
    transform 720ms ease,
    border-color 420ms ease,
    box-shadow 420ms ease,
    background-color 420ms ease;
}

.premium-benefit-card.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.premium-benefit-card.reveal.in-view:hover,
.premium-benefit-card.reveal.in-view:focus-visible {
  transform: translateY(-6px);
}

.premium-benefit-card:nth-child(2).reveal { transition-delay: 70ms, 70ms, 0ms, 0ms, 0ms; }
.premium-benefit-card:nth-child(3).reveal { transition-delay: 140ms, 140ms, 0ms, 0ms, 0ms; }
.premium-benefit-card:nth-child(4).reveal { transition-delay: 210ms, 210ms, 0ms, 0ms, 0ms; }
.premium-benefit-card:nth-child(5).reveal { transition-delay: 280ms, 280ms, 0ms, 0ms, 0ms; }
.premium-benefit-card:nth-child(6).reveal { transition-delay: 350ms, 350ms, 0ms, 0ms, 0ms; }
.premium-benefit-card:nth-child(7).reveal { transition-delay: 420ms, 420ms, 0ms, 0ms, 0ms; }
.premium-benefit-card:nth-child(8).reveal { transition-delay: 490ms, 490ms, 0ms, 0ms, 0ms; }

@media (max-width: 1200px) {
  .premium-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .premium-benefit-card,
  .premium-benefit-card.is-featured,
  .premium-benefit-card.has-image {
    grid-column: auto;
  }
  .premium-benefits-head {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
  }
}

@media (max-width: 900px) {
  .premium-benefits-section {
    padding-block: 68px;
  }
  .premium-benefits-head {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
  .premium-benefits-title h2 {
    max-width: 720px;
  }
  .premium-benefits-copy {
    max-width: 760px;
  }
}

@media (max-width: 560px) {
  .premium-benefits-section {
    padding: 58px 16px 70px;
  }
  .premium-benefits-section::after {
    width: 320px;
    right: -170px;
    top: 120px;
  }
  .premium-benefits-head {
    margin-bottom: 24px;
    padding-bottom: 22px;
  }
  .premium-benefits-title > span {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .premium-benefits-title h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1;
  }
  .premium-benefits-copy p {
    font-size: 16px;
    line-height: 1.58;
  }
  .premium-benefit-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .premium-benefit-card {
    min-height: 218px;
    padding: 24px;
    border-radius: 20px;
  }
  .premium-benefit-card.has-image {
    min-height: 260px;
  }
  .premium-benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
  .premium-benefit-content {
    margin-top: 28px;
  }
  .premium-benefit-content h3 {
    font-size: 22px;
  }
  .premium-benefit-content p {
    font-size: 14.5px;
    line-height: 1.55;
  }
  .premium-benefit-arrow {
    margin-top: 18px;
  }
}

@media (hover: none) {
  .premium-benefit-card:hover {
    transform: none;
  }
  .premium-benefit-card.reveal.in-view:hover {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-benefit-card.reveal,
  .premium-benefit-card,
  .premium-benefit-icon,
  .premium-benefit-arrow {
    transition: none !important;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-2 {
    z-index: 2;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-full {
    height: 100%;
  }
  .max-h-72 {
    max-height: calc(var(--spacing) * 72);
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .max-h-150 {
    max-height: calc(var(--spacing) * 150);
  }
  .min-h-140 {
    min-height: calc(var(--spacing) * 140);
  }
  .min-h-200 {
    min-height: calc(var(--spacing) * 200);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-full {
    min-width: 100%;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-24 {
    --tw-translate-y: calc(var(--spacing) * -24);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-x-12 {
    -moz-column-gap: calc(var(--spacing) * 12);
         column-gap: calc(var(--spacing) * 12);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-zinc-300 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-zinc-300);
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .border-zinc-200 {
    border-color: var(--color-zinc-200);
  }
  .border-zinc-300 {
    border-color: var(--color-zinc-300);
  }
  .border-zinc-400 {
    border-color: var(--color-zinc-400);
  }
  .border-zinc-700 {
    border-color: var(--color-zinc-700);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-zinc-200 {
    background-color: var(--color-zinc-200);
  }
  .bg-zinc-300 {
    background-color: var(--color-zinc-300);
  }
  .bg-zinc-700 {
    background-color: var(--color-zinc-700);
  }
  .bg-zinc-800 {
    background-color: var(--color-zinc-800);
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-56 {
    padding-top: calc(var(--spacing) * 56);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-40 {
    padding-bottom: calc(var(--spacing) * 40);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-zinc-200 {
    color: var(--color-zinc-200);
  }
  .text-zinc-300 {
    color: var(--color-zinc-300);
  }
  .text-zinc-400 {
    color: var(--color-zinc-400);
  }
  .text-zinc-700 {
    color: var(--color-zinc-700);
  }
  .text-zinc-800 {
    color: var(--color-zinc-800);
  }
  .italic {
    font-style: italic;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .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,);
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .placeholder\:text-zinc-400 {
    &::-moz-placeholder {
      color: var(--color-zinc-400);
    }
    &::placeholder {
      color: var(--color-zinc-400);
    }
  }
  .hover\:border-zinc-700 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-zinc-700);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-zinc-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-zinc-200);
      }
    }
  }
  .hover\:bg-zinc-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-zinc-400);
      }
    }
  }
  .hover\:bg-zinc-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-zinc-700);
      }
    }
  }
  .hover\:bg-zinc-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-zinc-800);
      }
    }
  }
  .hover\:px-4 {
    &:hover {
      @media (hover: hover) {
        padding-inline: calc(var(--spacing) * 4);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-zinc-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-zinc-200);
      }
    }
  }
  .hover\:text-zinc-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-zinc-400);
      }
    }
  }
  .hover\:text-zinc-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-zinc-600);
      }
    }
  }
  .hover\:text-zinc-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-zinc-700);
      }
    }
  }
  .focus\:border-zinc-700 {
    &:focus {
      border-color: var(--color-zinc-700);
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:col-span-6 {
    @media (width >= 40rem) {
      grid-column: span 6 / span 6;
    }
  }
  .sm\:grid-cols-12 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .sm\:flex-nowrap {
    @media (width >= 40rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:fixed {
    @media (width >= 64rem) {
      position: fixed;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-12 {
    @media (width >= 64rem) {
      grid-column: span 12 / span 12;
    }
  }
  .lg\:my-12 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:ms-8 {
    @media (width >= 64rem) {
      margin-inline-start: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-\[100vh\] {
    @media (width >= 64rem) {
      margin-top: 100vh;
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:mb-24 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:h-6 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .lg\:h-12 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:h-120 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 120);
    }
  }
  .lg\:min-h-screen {
    @media (width >= 64rem) {
      min-height: 100vh;
    }
  }
  .lg\:w-6 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .lg\:w-12 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-x-12 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 12);
           column-gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:p-16 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:pt-8 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-32 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-32 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-7xl {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 64rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:col-span-3 {
    @media (width >= 80rem) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:col-span-4 {
    @media (width >= 80rem) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:col-span-8 {
    @media (width >= 80rem) {
      grid-column: span 8 / span 8;
    }
  }
  .xl\:max-h-96 {
    @media (width >= 80rem) {
      max-height: calc(var(--spacing) * 96);
    }
  }
  .xl\:max-h-100 {
    @media (width >= 80rem) {
      max-height: calc(var(--spacing) * 100);
    }
  }
  .xl\:max-h-140 {
    @media (width >= 80rem) {
      max-height: calc(var(--spacing) * 140);
    }
  }
  .xl\:pe-24 {
    @media (width >= 80rem) {
      padding-inline-end: calc(var(--spacing) * 24);
    }
  }
}
:root {
  --animate-duration: 1000ms;
  --animate-delay: 0.9s;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff') format('woff'),
    url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  color: var(--color-zinc-700);
}
#custom-pointer {
  width: 40px;
  height: 40px;
  background: var(--color-black);
  border-radius: 50%;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all .2s ease;
  backdrop-filter: blur(29px);
  mix-blend-mode: screen;
  opacity: 0.9;
  z-index: 10000;
}
@keyframes spinner-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.spinner-ripple div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: spinner-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.spinner-ripple div:nth-child(1) {
  border-color: var(--color-black);
  animation-delay: 0s;
}
.spinner-ripple div:nth-child(2) {
  border-color: var(--color-zinc-700);
  animation-delay: -0.5s;
}
.loading-spinner {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: var(--color-white);
  z-index: 9999;
}
.spinner-ripple {
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.scroll-top {
  display: block;
  width: 56px;
  height: 56px;
  background-color: var(--color-zinc-700);
  color: var(--color-white);
  border: 1px solid var(--color-zinc-400);
  border-radius: 50%;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  padding: 14px 0;
  text-align: center;
}
.menu-is-open {
  overflow: hidden;
}
.main-area {
  background: var(--color-white);
}
.header-area {
  z-index: 70;
  backdrop-filter: blur(8px);
  min-height: 72px;
  display: flex;
  align-items: center;
  background-color: rgba(228, 227, 217, 0.96);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.header-wrapper {
  width: 100%;
  min-height: 72px;
}
.header-logo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.desktop-menu,
.header-actions {
  display: flex;
}
.desktop-menu {
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.desktop-menu a {
  display: block;
  padding: 26px 0;
  color: var(--color-black);
}
.desktop-services {
  position: relative;
}
.desktop-services-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  width: 300px;
  display: grid;
  gap: 10px;
  padding: 22px;
  background: var(--color-white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}
.desktop-services:hover .desktop-services-menu,
.desktop-services:focus-within .desktop-services-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.desktop-services-menu a {
  padding: 8px 0;
  border-bottom: 1px solid rgba(52, 41, 39, 0.12);
  text-transform: none;
}
.header-call,
.header-consult {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: var(--color-zinc-700);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 600;
}
.header-consult {
  background: var(--color-black);
}
.header-toggler {
  position: relative;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
}
.header-toggler .toggler-line1,
.header-toggler .toggler-line2 {
  display: block;
  width: 32px;
  height: 4px;
  flex: 0 0 4px;
  background-color: var(--color-black);
  transform-origin: center;
}
.header-toggler .toggler-line1,
.header-toggler .toggler-line2 {
  transition: 300ms ease transform;
  transform-style: preserve-3d;
}
.header-toggler.open .toggler-line1 {
  transform: translate(0px, 6px) rotate(45deg);
}
.header-toggler.open .toggler-line2 {
  transform: translate(0px, -6px) rotate(-45deg);
}
.calltoaction-bg,
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: var(--color-black);
  z-index: 1;
}
.hero-area {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
}
.hero-wrapper {
  min-height: 100svh;
  padding-top: 120px;
}
.hero-area h1 {
  max-width: 1800px;
  font-size: clamp(44px, 2vw, 108px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}
.package-offers-section {
  padding: clamp(54px, 6vw, 60px) clamp(20px, 6vw, 92px);
  background: var(--color-white);
}
.package-offers-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  margin-bottom: clamp(34px, 5vw, 62px);
}
.package-offers-title span {
  height: 1px;
  background: rgba(52, 41, 39, 0.12);
}
.package-offers-title h2 {
  color: var(--color-black);
  font-size: clamp(28px, 2vw, 40px);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}
.package-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1648px;
  margin: 0 auto;
}
.package-offer-card {
  background: var(--color-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.package-offer-image {
  position: relative;
  height: clamp(280px, 23vw, 420px);
  overflow: hidden;
}
.package-offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}
.package-offer-card:hover .package-offer-image img {
  transform: scale(1.04);
}
.package-offer-badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(62%, 330px);
  min-height: 138px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  transform: translateX(-50%);
  text-align: center;
}
.package-offer-badge small,
.package-offer-badge strong {
  display: block;
  color: var(--color-black);
  text-transform: uppercase;
  line-height: 1.05;
}
.package-offer-badge small {
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: 500;
}
.package-offer-badge strong {
  font-size: clamp(15px, 1vw, 42px);
  font-weight: 600;
}
.package-offer-content {
  padding: 28px 22px 34px;
  text-align: center;
}
.package-offer-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.package-offer-price span {
  color: var(--color-zinc-700);
  font-size: 18px;
  text-transform: uppercase;
}
.package-offer-price button {
  color: #85468a;
  font-size: clamp(21px, 1vw, 38px);
  line-height: 1;
  font-weight: 800;
  background: transparent;
}
.package-offer-content p {
  color: var(--color-black);
  font-size: clamp(15px, 1.1vw, 20px);
  line-height: 1.35;
  text-transform: uppercase;
}
.what-we-do-mosaic-section {
  padding: clamp(18px, 0vw, 12px) clamp(-9px, 1vw, 125px);
  background: var(--color-white);
}
.what-we-do-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  margin-bottom: clamp(34px, 5vw, 62px);
}
.what-we-do-title span {
  height: 1px;
  background: rgba(52, 41, 39, 0.12);
}
.what-we-do-title h2 {
  color: var(--color-black);
  font-size: clamp(28px, 2vw, 40px);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}
.what-we-do-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  grid-template-rows: 360px 330px;
  gap: 4px;
  max-width: 1648px;
  margin: 0 auto;
}
.what-we-do-tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--color-black);
}
.what-we-do-tile.kitchen {
  grid-column: 1 / 3;
}
.what-we-do-tile.dining {
  grid-column: 3;
  grid-row: 1 / 3;
}
.what-we-do-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, opacity 500ms ease;
}
.what-we-do-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
  transition: background-color 300ms ease;
}
.what-we-do-tile.bedroom::after {
  background: rgba(255, 255, 255, 0.007);
}
.what-we-do-tile:hover img {
  transform: scale(1.04);
}
.what-we-do-tile:hover::after {
  background: rgba(0, 0, 0, 0.18);
}
.what-we-do-tile strong {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  font-size: clamp(54px, 5vw, 92px);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
}
.what-we-do-tile.bedroom strong {
  color: #fffeff;
}
.swiper .swiper-pagination {
  text-align: left;
  color: var(--color-white);
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  transition: all 0.8s;
  opacity: 0;
  background-color: var(--color-zinc-700);
  border-radius: 50%;
  margin: 24px;
}
.swiper .swiper-button-next svg,
.swiper .swiper-button-prev svg {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.heroSwiperMain:hover .swiper-button-next,
.heroSwiperMain:hover .swiper-button-prev,
.heroSwiper:hover .swiper-button-next,
.heroSwiper:hover .swiper-button-prev {
  opacity: 1;
}
#heroSwiperthumb .swiper-wrapper .swiper-slide {
  width: 160px;
  height: 80px;
  border: 1px solid transparent;
}
#heroSwiperthumb .swiper-slide-thumb-active {
  opacity: 0.8;
  border: 1px solid var(--color-zinc-200);
}
.navigationMenu a::before {
  content: "";
  background-image: url(../images/angle-right.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.navigationMenu a:last-child:before {
  display: none;
}
.marqueeSwiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.marqueeSwiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.slider-button {
  position: relative;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  text-decoration: none;
  transition: all 0.8s;
  cursor: pointer;
  border: 1px solid #1c1a1a26;
  transition-timing-function: cubic-bezier(.4, .08, 0, .97);
}
.slider-button .icon::before {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../images/play-button.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button-prev .icon::before {
  transform: rotate(180deg);
}
.slider-button svg {
  position: absolute;
  left: -1px;
  top: -1px;
}
.slider-button .circle {
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  transition: all 0.8s;
  transition-timing-function: cubic-bezier(.4, .08, 0, .97);
}
.slider-button:hover .circle {
  stroke-dashoffset: 0;
}
.button span {
  display: block;
}
.button .button-hover1,
.button .button-hover2 {
  transition: 300ms ease all;
}
.button:hover .button-hover1 {
  transform: translateY(-100%);
}
.button:hover .button-hover2 {
  transform: translateY(-100%);
}
.popup-button {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url(../images/logo-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.popup-button img {
  filter: brightness(0) invert(1);
}
.mixitup-control-active {
  color: var(--color-zinc-700);
}
.modalNavbar.open {
  opacity: 1;
  visibility: visible;
}
.modalNavbar {
  color: var(--color-white);
  pointer-events: none;
  z-index: 60;
}
.modalNavbar.open {
  pointer-events: auto;
}
.modalNavbar .modalNavbar-bg {
  max-height: 0;
  transition: max-height 500ms ease-out;
  background-color: rgba(31, 31, 31, 0.98);
}
.modalNavbar.open .modalNavbar-bg {
  max-height: 100vh;
  transition: max-height 500ms ease-in;
}
.modalNavbar-wrapper {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 300ms ease, transform 300ms ease;
}
.modalNavbar.open .modalNavbar-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.navbar-menu {
  padding-top: 12px;
}
.navbar-menu a,
.navbar-menu summary {
  line-height: 1.1;
}
.desktop-sticky-cta {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 55;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(228, 227, 217, 0.2);
}
.desktop-sticky-cta a,
.desktop-sticky-cta button {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: var(--color-zinc-700);
  color: var(--color-white);
  border-bottom: 1px solid rgba(228, 227, 217, 0.18);
  font-size: 13px;
  transition: background-color 200ms ease, color 200ms ease;
}
.desktop-sticky-cta a:hover,
.desktop-sticky-cta button:hover {
  background: var(--color-zinc-200);
  color: var(--color-black);
}
.desktop-sticky-cta span {
  display: none;
}
.mobile-bottom-cta {
  display: none;
}
.estimate-modal {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
}
.estimate-modal.open {
  display: grid;
}
.estimate-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: 92vh;
  overflow: auto;
  background: var(--color-zinc-200);
  color: var(--color-black);
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--color-zinc-700);
  color: var(--color-white);
  font-size: 22px;
}
.estimate-panel h2 {
  max-width: calc(100% - 56px);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 22px;
}
.estimate-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 28px;
}
.estimate-progress span {
  height: 4px;
  background: rgba(52, 41, 39, 0.22);
}
.estimate-progress span.active {
  background: var(--color-zinc-700);
}
.form-step {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.form-step.active {
  display: grid;
}
.form-step h3,
.form-step p,
.form-step .consent,
.form-step textarea {
  grid-column: 1 / -1;
}
.form-step h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.estimate-panel input,
.estimate-panel select,
.estimate-panel textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  background: var(--color-white);
  border: 1px solid rgba(52, 41, 39, 0.2);
  color: var(--color-black);
  outline: none;
}
.estimate-panel textarea {
  min-height: 112px;
  resize: vertical;
}
.estimate-panel input:focus,
.estimate-panel select:focus,
.estimate-panel textarea:focus {
  border-color: var(--color-zinc-700);
  box-shadow: 0 0 0 2px rgba(52, 41, 39, 0.12);
}
.form-step label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 52px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(52, 41, 39, 0.14);
  font-size: 15px;
}
.form-step label input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  padding: 0;
  margin-top: 3px;
  accent-color: var(--color-zinc-700);
}
.modal-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
}
.modal-actions button {
  min-height: 48px;
  padding: 13px 20px;
  background: var(--color-zinc-700);
  color: var(--color-white);
  font-weight: 600;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
}
.modal-actions button:hover {
  background: var(--color-black);
  transform: translateY(-1px);
}
.modal-actions [data-prev-step] {
  background: transparent;
  color: var(--color-zinc-700);
  border: 1px solid rgba(52, 41, 39, 0.4);
}
.modal-actions [data-prev-step]:hover {
  background: var(--color-white);
  color: var(--color-black);
}
.success-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1800;
  padding: 16px 20px;
  background: var(--color-zinc-700);
  color: var(--color-white);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.form-error {
  display: block;
  margin-top: 6px;
  color: #b00020;
  font-size: 13px;
}
.enquiry-form label {
  display: grid;
  gap: 8px;
  grid-column: auto;
  color: var(--color-zinc-700);
  font-weight: 600;
}
.enquiry-form .consent {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-column: 1 / -1;
}
.enquiry-form .consent input {
  width: auto;
}
.footer-brand-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: center;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.footer-brand-row p,
.footer-grid-5 p,
.footer-grid-5 a,
.footer-bottom,
.footer-bottom a {
  color: var(--color-zinc-300);
}
.footer-grid-5 {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1.2fr 1.6fr 1fr;
  gap: 28px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.footer-grid-5 h3 {
  color: var(--color-white);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.footer-grid-5 a {
  display: block;
  margin-bottom: 9px;
}
.footer-grid-5 a:hover,
.footer-bottom a:hover {
  color: var(--color-white);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
}
.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1280px) {
  .desktop-menu,
  .header-actions {
    display: none;
  }
  .package-offers-grid {
    gap: 14px;
  }
  .package-offer-badge {
    width: 70%;
  }
  .what-we-do-mosaic {
    grid-template-rows: 300px 280px;
  }
  .what-we-do-tile strong {
    font-size: clamp(44px, 5vw, 74px);
  }
}
@media (max-width: 900px) {
  .desktop-menu,
  .header-actions {
    display: none;
  }
  .desktop-sticky-cta {
    display: none;
  }
  .mobile-bottom-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--color-zinc-700);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-bottom-cta a,
  .mobile-bottom-cta button {
    display: grid;
    place-items: center;
    padding: 12px 6px;
    color: var(--color-white);
    border-right: 1px solid rgba(228, 227, 217, 0.18);
    font-size: 12px;
    font-weight: 600;
  }
  .footer-brand-row,
  .footer-grid-5 {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    display: grid;
  }
  .package-offers-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
  .package-offer-image {
    height: 360px;
  }
  .what-we-do-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 260px 320px;
  }
  .what-we-do-tile.kitchen {
    grid-column: 1 / 3;
  }
  .what-we-do-tile.dining {
    grid-column: 1 / 3;
    grid-row: auto;
  }
}
@media (max-width: 560px) {
  .estimate-modal {
    padding: 12px;
  }
  .estimate-panel {
    padding: 24px 18px;
  }
  .form-step {
    grid-template-columns: 1fr;
  }
  .modal-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .modal-actions [data-submit-step] {
    grid-column: 1 / -1;
  }
  .footer-brand-row,
  .footer-grid-5 {
    grid-template-columns: 1fr;
  }
  .package-offers-section {
    padding-inline: 16px;
  }
  .package-offers-title {
    gap: 12px;
  }
  .package-offers-title h2 {
    font-size: 24px;
  }
  .package-offer-image {
    height: 300px;
  }
  .package-offer-badge {
    width: 78%;
    min-height: 116px;
  }
  .what-we-do-mosaic-section {
    padding-inline: 16px;
  }
  .what-we-do-title {
    gap: 12px;
  }
  .what-we-do-title h2 {
    font-size: 24px;
  }
  .what-we-do-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 250px);
  }
  .what-we-do-tile.kitchen,
  .what-we-do-tile.dining {
    grid-column: auto;
  }
  .what-we-do-tile strong {
    font-size: 48px;
  }
}

/* 40 working days handover timeline */
.handover-timeline-section {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 6vw, 92px) clamp(18px, 4vw, 72px) clamp(58px, 6vw, 90px);
  background: #fff;
  color: var(--premium-ink);
  text-align: center;
}

.handover-timeline-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(92px, 9vw, 132px);
  height: 1px;
  background: rgba(136,73,142,.12);
}

.handover-timeline-section h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto clamp(44px, 5vw, 70px);
  padding: 5px 8px 6px;
  background: #0c0c0c;
  color: #fff;
  font-size: clamp(25px, 2.7vw, 42px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.handover-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 48px);
  max-width: 1600px;
  margin: 0 auto;
}

.handover-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 24px;
  min-width: 0;
}

.handover-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(clamp(124px, 9vw, 156px) / 2);
  left: calc(50% + (clamp(124px, 9vw, 156px) / 2) + 28px);
  width: calc(100% - clamp(124px, 9vw, 156px) - 56px);
  height: 1px;
  background: #111111;
  z-index: 0;
}

.handover-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc((clamp(124px, 9vw, 156px) / 2) - 11px);
  right: calc(-50% + (clamp(124px, 9vw, 156px) / 2) + 17px);
  width: 22px;
  height: 22px;
  border-top: 1px solid #0f0f0f;
  border-right: 1px solid #0c0c0c;
  transform: rotate(45deg);
  z-index: 0;
}

.handover-icon {
  position: relative;
  z-index: 2;
  width: clamp(124px, 9vw, 156px);
  height: clamp(124px, 9vw, 156px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #070707;
  color: #fff;
  box-shadow: 0 22px 58px rgba(136,73,142,.22);
  transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.handover-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(48px, 4vw, 62px);
  height: clamp(48px, 4vw, 62px);
  display: block;
  margin: auto;
  background: currentColor;
  mask: var(--icon) center/contain no-repeat;
  -webkit-mask: var(--icon) center/contain no-repeat;
  transform: translate(calc(-50% + var(--icon-x, 0px)), calc(-50% + var(--icon-y, 0px)));
}

.handover-step:hover .handover-icon {
  background: #050505;
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.handover-icon-consult {
  --icon-x: 1px;
  --icon-y: 0px;
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='13' r='5'/%3E%3Ccircle cx='17' cy='22' r='4'/%3E%3Ccircle cx='47' cy='22' r='4'/%3E%3Cpath d='M24 29h16v13H24zM16 32c-6 2-9 7-8 15l9 4M48 32c6 2 9 7 8 15l-9 4M24 45l-9-8M40 45l9-8M27 56h10'/%3E%3C/g%3E%3C/svg%3E");
}

.handover-icon-drawing {
  --icon-x: 1px;
  --icon-y: 0px;
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 11h27l7 7v35H15zM42 11v8h7M22 28h18M22 37h15M22 46h10'/%3E%3Cpath d='M45 30c5 0 5-10 0-10s-5 10 0 10v18M39 48h12'/%3E%3C/g%3E%3C/svg%3E");
}

.handover-icon-factory {
  --icon-x: 0px;
  --icon-y: 1px;
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 52h40V22l-12 7v-7l-12 7v-7l-16 9zM18 39h8v13M34 38h10M34 46h10M46 14h6v38M9 52h46'/%3E%3Cpath d='M19 18h8M16 24h8M25 13h8'/%3E%3C/g%3E%3C/svg%3E");
}

.handover-icon-delivery {
  --icon-x: 1px;
  --icon-y: 1px;
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 35h8M13 25h14M18 16h26v28H22M44 26h8l6 9v9H44z'/%3E%3Ccircle cx='26' cy='46' r='5'/%3E%3Ccircle cx='50' cy='46' r='5'/%3E%3Cpath d='M31 46h14M10 44h11'/%3E%3C/g%3E%3C/svg%3E");
}

.handover-icon-handover {
  --icon-x: 0px;
  --icon-y: 1px;
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 42l15 8 16-6c5-2 8-6 11-11M10 34h12l9 6M40 23l7-7 7 7M47 16v24M18 18h9M18 25h15M18 32h10'/%3E%3Cpath d='M15 50l-5-8 5-4'/%3E%3C/g%3E%3C/svg%3E");
}

.handover-step p {
  max-width: 230px;
  min-height: 58px;
  margin: 0;
  color: rgba(45,32,29,.88);
  font-size: clamp(17px, 1.1vw, 22px);
  line-height: 1.3;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .handover-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 46px;
  }
  .handover-step::before,
  .handover-step::after {
    display: none;
  }
}

@media (max-width: 820px) {
  .handover-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .handover-step p {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .handover-timeline {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .handover-timeline-section h2 {
    line-height: 1.12;
  }
  .handover-step {
    gap: 16px;
  }
}

/* D'LIFE inspired premium home hero */
.header-service-line {
  display: none;
}

.home-page .header-area {
  position: absolute !important;
  background: linear-gradient(180deg, rgba(0,0,0,.52), rgba(0,0,0,.08)) !important;
  color: #fff !important;
  border-bottom: 0;
  min-height: 104px;
  overflow: visible;
}

.home-page .header-wrapper {
  min-height: 104px;
  padding: 0 clamp(28px, 3.5vw, 66px) 0 clamp(285px, 18vw, 340px) !important;
  align-items: center !important;
  border-top: 1px solid rgba(255,255,255,.22);
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: clamp(18px, 2.2vw, 36px);
}

.home-page .header-wrapper::after {
  left: clamp(28px, 3.5vw, 66px);
  right: clamp(28px, 3.5vw, 66px);
  background: rgba(255,255,255,.22);
}

.home-page .main-area {
  padding-top: 0;
}

.home-page .header-logo {
  position: absolute;
  left: clamp(28px, 3.5vw, 66px);
  top: 0;
  z-index: 3;
  width: clamp(174px, 11vw, 220px);
  height: 104px;
  margin: 0;
}

.home-page .header-logo a {
  height: 100%;
}

.home-page .site-wordmark {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 16px 14px;
  background: #88498e;
  color: #fff;
  font-size: clamp(20px, 1.45vw, 30px);
  line-height: .95;
  text-align: center;
  text-transform: uppercase;
  word-break: normal;
  white-space: normal;
  box-shadow: 0 22px 58px rgba(0,0,0,.24);
}

.home-page .site-wordmark::after {
  display: none;
}

.home-page .desktop-menu {
  order: 1;
  display: flex !important;
  flex: 1;
  justify-content: flex-start;
  gap: clamp(20px, 2.3vw, 44px) !important;
  color: #fff;
  min-width: 0;
  height: 90px;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.home-page .desktop-menu > li > a {
  display: inline-flex;
  align-items: center;
  height: 90px;
  color: #fff;
  font-size: clamp(13px, .94vw, 17px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

.home-page .desktop-services-menu {
  color: var(--premium-ink);
}

.home-page .header-navbar {
  order: 2;
  align-self: center;
  justify-self: end;
}

.home-page .header-toggler span {
  background: #fff !important;
}

.home-page .header-actions {
  order: 3;
  display: none !important;
}

.home-campaign-hero {
  min-height: 820px !important;
  height: 100vh !important;
}

.home-campaign-hero .hero-slide {
  background: linear-gradient(90deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.20) 42%, rgba(0,0,0,.16) 100%), var(--hero) center/cover !important;
}

.home-campaign-hero::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.18) 46%, rgba(0,0,0,.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,.28) 0%, transparent 34%, rgba(0,0,0,.18) 100%);
}

.home-campaign-hero .hero-copy {
  left: clamp(28px, 10.8vw, 210px);
  right: auto;
  bottom: clamp(150px, 15vh, 170px);
  width: min(880px, calc(100% - 56px));
  max-width: 880px;
  transform: none;
  text-align: left;
}

.home-campaign-hero .hero-copy.reveal {
  transform: translateY(26px);
}

.home-campaign-hero .hero-copy.reveal.in-view {
  transform: none;
}

.home-campaign-hero .hero-copy span {
  margin-bottom: 18px;
  color: rgba(255,255,255,.86);
  letter-spacing: .18em;
}

.home-campaign-hero .hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(44px, 1.1vw, 78px) !important;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -1px;
  text-align: left;
  text-shadow: 0 28px 90px rgba(0,0,0,.42);
}

.home-campaign-hero .hero-copy p {
  max-width: 720px;
  margin: 0 0 14px;
  color: rgba(255,255,255,.84);
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.55;
}

.home-campaign-hero .hero-proof-row {
  justify-content: flex-start;
  margin-top: 20px;
}

.home-campaign-hero .hero-actions {
  justify-content: flex-start;
  margin-top: 20px;
}

.home-campaign-hero .hero-dots {
  right: clamp(34px, 5vw, 90px);
  bottom: clamp(42px, 8vh, 90px);
  z-index: 3;
}

.home-campaign-hero .hero-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
}

.home-campaign-hero .hero-dots button.active {
  background: #fff;
}

.home-page .desktop-sticky-cta {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0;
  width: 76px;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
}

.home-page .desktop-sticky-cta a,
.home-page .desktop-sticky-cta button {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 8px 6px;
  background: rgba(112,92,56,.88);
  color: #fff;
  font-size: 11px;
  line-height: 1.1;
  border-bottom: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
  text-align: center;
}

.home-page .desktop-sticky-cta span {
  display: block;
  margin-top: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
}

.home-page .desktop-sticky-cta button {
  width: 76px;
  height: 76px;
  transform: none;
  background: #060606;
  font-size: 11px;
  font-weight: 900;
}

.home-page .desktop-sticky-cta i {
  display: block;
  min-height: 20px;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
}

.home-page .desktop-sticky-cta .bi-whatsapp::before {
  content: "WA";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-inline: auto;
  border-radius: 50%;
  background: #16d879;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.home-page .desktop-sticky-cta .bi-telephone::before {
  content: "☎";
}

.home-page .desktop-sticky-cta .bi-envelope::before {
  content: "✉";
}

.home-page .desktop-sticky-cta .bi-calculator::before {
  content: "₹";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-inline: auto;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
}

@media (max-width: 1280px) {
  .home-page .desktop-menu {
    gap: 20px !important;
  }
}

@media (max-width: 1100px) {
  .home-page .desktop-menu {
    display: none !important;
  }
  .home-page .header-wrapper {
    padding: 0 clamp(22px, 4vw, 34px) 0 clamp(210px, 22vw, 260px) !important;
    grid-template-columns: 1fr 58px;
  }
  .home-page .header-logo {
    left: clamp(22px, 4vw, 34px);
    width: clamp(160px, 18vw, 210px);
    margin: 0;
  }
}

@media (max-width: 900px) {
  .home-page .header-wrapper {
    min-height: 76px;
    padding: 0 18px 0 190px !important;
  }
  .home-page .header-logo {
    left: 18px;
    width: 154px;
    height: 76px;
  }
  .home-page .site-wordmark {
    width: 100%;
    font-size: 20px;
  }
  .home-campaign-hero .hero-copy {
    left: 22px;
    bottom: 88px;
    width: calc(100% - 44px);
  }
  .home-campaign-hero {
    min-height: 720px !important;
    height: 100vh !important;
  }
  .home-campaign-hero .hero-copy h1 {
    font-size: clamp(46px, 13vw, 76px) !important;
  }
  .home-campaign-hero .hero-dots {
    right: 22px;
    bottom: 36px;
  }
}

/* Premium homeowners-benefits section */
.premium-benefits-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(248,246,239,.96), rgba(255,255,255,.92)),
    radial-gradient(circle at 86% 12%, rgba(180,154,102,.18), transparent 28rem);
}

.premium-benefits-section::after {
  content: "";
  position: absolute;
  right: clamp(24px, 4.2vw, 80px);
  top: 92px;
  width: min(28vw, 420px);
  height: min(28vw, 420px);
  border: 1px solid rgba(180,154,102,.22);
  border-radius: 50%;
  pointer-events: none;
}

.premium-benefits-section .section-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr);
  gap: clamp(24px, 6vw, 110px);
  align-items: end;
}

.premium-benefits-section .section-head h2 {
  max-width: 980px;
}

.premium-benefits-section .section-head p {
  max-width: 660px;
  margin: 0;
  color: rgba(45,32,29,.74);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.55;
}

.premium-benefits-section .benefit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px !important;
  max-width: 1740px;
  margin-inline: auto;
  background: transparent !important;
}

.premium-benefits-section .benefit-card {
  position: relative;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(24px, 2.4vw, 38px) !important;
  border: 1px solid rgba(45,32,29,.12) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,242,230,.88)) !important;
  box-shadow: 0 24px 70px rgba(45,32,29,.08) !important;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.premium-benefits-section .benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(45,32,29,.035) 100%),
    radial-gradient(circle at 92% 8%, rgba(180,154,102,.18), transparent 12rem);
  opacity: .85;
  pointer-events: none;
}

.premium-benefits-section .benefit-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--premium-gold), var(--premium-coffee));
  transition: width 260ms ease;
}

.premium-benefits-section .benefit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(180,154,102,.42) !important;
  box-shadow: 0 34px 92px rgba(45,32,29,.16) !important;
  background:
    linear-gradient(145deg, #fff, rgba(233,229,216,.96)) !important;
}

.premium-benefits-section .benefit-card:hover::after {
  width: 100%;
}

.premium-benefits-section .benefit-card span {
  position: absolute;
  top: 26px;
  right: 28px;
  color: rgba(180,154,102,.42);
  font-size: clamp(42px, 4vw, 76px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: 0;
}

.premium-benefits-section .benefit-card h3,
.premium-benefits-section .benefit-card p {
  position: relative;
  z-index: 1;
}

.premium-benefits-section .benefit-card h3 {
  max-width: 360px;
  margin: 0 0 16px;
  color: var(--premium-ink);
  font-size: clamp(23px, 1.65vw, 32px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.premium-benefits-section .benefit-card p {
  max-width: 350px;
  margin: 0;
  color: rgba(45,32,29,.68);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1200px) {
  .premium-benefits-section .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .premium-benefits-section .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .premium-benefits-section .benefit-card {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .premium-benefits-section .benefit-grid {
    grid-template-columns: 1fr;
    gap: 14px !important;
  }
  .premium-benefits-section .benefit-card {
    min-height: 230px;
  }
}

/* Premium polish layer */
:root {
  --premium-paper: #f8f6ef;
  --premium-cream: #e9e5d8;
  --premium-stone: #c9c1ae;
  --premium-coffee: #2d201d;
  --premium-ink: #090807;
  --premium-gold: #b49a66;
}

body {
  background:
    radial-gradient(circle at 8% 0%, rgba(180,154,102,.10), transparent 28rem),
    linear-gradient(180deg, #fff 0%, var(--premium-paper) 100%);
}

.header-area {
  border-bottom: 1px solid rgba(45,32,29,.1);
}

.header-wrapper {
  position: relative;
}

.header-wrapper::after {
  content: "";
  position: absolute;
  left: clamp(24px, 4.2vw, 80px);
  right: clamp(24px, 4.2vw, 80px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(45,32,29,.18), transparent 42%, rgba(45,32,29,.18));
}

.site-wordmark {
  color: var(--premium-ink);
  text-transform: none;
}

.site-wordmark::after {
  background: linear-gradient(90deg, var(--premium-ink), var(--premium-gold));
}

.hero-slider {
  isolation: isolate;
}

.hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.42)),
    radial-gradient(circle at 50% 48%, transparent 0 28%, rgba(0,0,0,.38) 72%);
}

.hero-copy {
  z-index: 2;
}

.hero-copy span {
  color: var(--premium-cream);
  letter-spacing: .26em;
}

.hero-copy h1,
.ref-video-cta h2 {
  text-wrap: balance;
  text-shadow: 0 28px 80px rgba(0,0,0,.55);
}

.hero-copy p {
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 1.35vw, 24px);
}

.hero-proof-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-proof-row strong {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(233,229,216,.34);
  border-radius: 999px;
  padding: 10px 16px;
  color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 700;
}

.hero-actions button,
.hero-actions a,
.ref-pill-button,
.ref-video-cta button,
.ref-video-cta a {
  box-shadow: 0 18px 44px rgba(45,32,29,.26);
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.hero-actions button:hover,
.hero-actions a:hover,
.ref-pill-button:hover,
.ref-video-cta button:hover,
.ref-video-cta a:hover {
  transform: translateY(-3px);
  background: var(--premium-ink) !important;
  box-shadow: 0 24px 64px rgba(45,32,29,.34);
}

.reference-marquee {
  border-block: 1px solid rgba(45,32,29,.1);
  background:
    linear-gradient(90deg, rgba(255,255,255,.42), transparent 18%, transparent 82%, rgba(255,255,255,.42)),
    var(--premium-cream);
}

.reference-marquee span {
  color: rgba(9,8,7,.92);
}

.section {
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  left: clamp(24px, 4.2vw, 80px);
  right: clamp(24px, 4.2vw, 80px);
  top: 0;
  height: 1px;
  background: rgba(45,32,29,.06);
}

.section-head,
.ref-section-head {
  border-bottom-color: rgba(45,32,29,.58);
}

.section-head h2,
.intro-grid h2,
.two-col h2,
.profile-section h2 {
  color: var(--premium-ink);
  text-wrap: balance;
}

.ref-about-section,
.ref-services-section,
.ref-testimonial-section {
  background: rgba(255,255,255,.66);
}

.ref-about-section p,
.ref-testimonial-section p {
  color: rgba(45,32,29,.9);
}

.ref-about-image,
.ref-services-image,
.ref-testimonial-image,
.project-tile,
.package-card,
.service-card,
.blog-card {
  border: 1px solid rgba(45,32,29,.10);
  box-shadow: 0 28px 90px rgba(45,32,29,.10) !important;
}

.ref-about-image,
.ref-testimonial-image {
  border-radius: 0 0 0 72px;
}

.ref-services-image {
  border-radius: 72px 0 0 0;
}

.ref-about-image img,
.ref-services-image img,
.ref-testimonial-image img,
.project-tile img,
.package-card img,
.service-card img,
.blog-card img {
  filter: saturate(.96) contrast(1.03);
}

.ref-check-list li {
  color: rgba(9,8,7,.94);
}

.ref-check-list li::before {
  color: var(--premium-gold);
}

.ref-services-layout {
  align-items: start;
}

.ref-services-list {
  border-top: 1px solid rgba(45,32,29,.22);
}

.ref-service-row {
  grid-template-columns: 54px 1fr auto;
  min-height: 100px;
  padding-inline: 0;
  border-bottom-color: rgba(45,32,29,.18);
}

.ref-service-row em {
  color: var(--premium-gold);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .16em;
}

.ref-service-row:hover {
  padding-inline: 26px;
  background:
    linear-gradient(90deg, rgba(180,154,102,.16), rgba(233,229,216,.56));
}

.ref-service-row span {
  color: var(--premium-ink);
}

.ref-service-row strong {
  color: var(--premium-coffee);
}

.benefit-grid {
  gap: 1px !important;
  background: rgba(45,32,29,.16);
}

.benefit-card {
  min-height: 180px;
  border: 0 !important;
  background:
    linear-gradient(135deg, #fff 0%, rgba(248,246,239,.9) 100%) !important;
  transition: transform 220ms ease, background-color 220ms ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  background: var(--premium-cream) !important;
}

.black-section {
  background:
    radial-gradient(circle at 14% 14%, rgba(180,154,102,.16), transparent 22rem),
    #090807 !important;
}

.process-line {
  gap: 1px;
  background: rgba(233,229,216,.16) !important;
}

.process-line article {
  background: rgba(255,255,255,.03) !important;
  border: 0 !important;
}

.process-line h3 {
  color: #fff;
}

.process-line span {
  color: var(--premium-gold) !important;
}

.project-tile {
  border-radius: 0;
}

.project-tile::after {
  background: linear-gradient(180deg, transparent 20%, rgba(9,8,7,.84)) !important;
}

.project-tile span {
  color: #fff;
  text-shadow: 0 12px 32px rgba(0,0,0,.4);
}

.package-card {
  background: #fff !important;
}

.package-card div {
  border-top: 1px solid rgba(45,32,29,.1);
}

.package-card button {
  border-radius: 999px;
  background: var(--premium-coffee) !important;
}

.ref-client-meta {
  display: grid;
  gap: 5px;
  margin-top: clamp(34px, 4vw, 58px);
  padding-top: 24px;
  border-top: 1px solid rgba(45,32,29,.22);
}

.ref-client-meta strong {
  font-size: 20px;
  color: var(--premium-ink);
}

.ref-client-meta span {
  color: rgba(45,32,29,.68);
  font-size: 15px;
}

.ref-video-cta {
  min-height: min(860px, calc(100vh - 72px));
}

.ref-video-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, transparent 0 24%, rgba(0,0,0,.36) 72%);
  pointer-events: none;
}

.ref-play-button {
  box-shadow: 0 0 0 18px rgba(255,255,255,.05), 0 22px 70px rgba(0,0,0,.38);
}

.inner-hero {
  box-shadow: inset 0 -120px 90px rgba(0,0,0,.25);
}

.inner-hero-content span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--premium-cream);
  font-weight: 900;
}

.contact-card,
.enquiry-form {
  box-shadow: 0 28px 90px rgba(45,32,29,.10);
}

.contact-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(180,154,102,.18), transparent 18rem),
    var(--premium-coffee) !important;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  min-height: 58px;
  border-color: rgba(45,32,29,.16) !important;
}

.site-footer {
  background: #090807 !important;
}

.footer-area {
  background: #090807 !important;
}

@media (max-width: 900px) {
  .hero-proof-row {
    gap: 8px;
  }
  .hero-proof-row strong {
    font-size: 12px;
  }
  .ref-about-image,
  .ref-services-image,
  .ref-testimonial-image {
    border-radius: 0 0 0 42px;
  }
  .ref-service-row {
    grid-template-columns: 44px 1fr;
  }
  .ref-service-row strong {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .hero-proof-row {
    display: none;
  }
  .ref-service-row {
    grid-template-columns: 1fr;
  }
  .ref-service-row strong {
    grid-column: auto;
  }
  .ref-service-row:hover {
    padding-inline: 14px;
  }
  .benefit-grid {
    gap: 1px !important;
  }
}
.navbar-menu li:nth-child(1) {
  transition: 500ms ease all;
}
.navbar-menu li:nth-child(2) {
  transition: 600ms ease all;
}
.navbar-menu li:nth-child(3) {
  transition: 700ms ease all;
}
.navbar-menu li:nth-child(4) {
  transition: 800ms ease all;
}
.navbar-menu li:nth-child(5) {
  transition: 900ms ease all;
}
.overlayBgBlur {
  backdrop-filter: blur(10px);
  background-color: #1c1a1ab3;
}
.overlaymodalNavbar {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 500ms ease-out;
}
.overlaymodalNavbar.active {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
  transition: all 500ms ease-in;
}
.overlaymodalNavbar .about-content::-webkit-scrollbar {
  width: 0.5rem;
}
.overlaymodalNavbar .about-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px var(--color-zinc-700);
}
.overlaymodalNavbar .about-content::-webkit-scrollbar-thumb {
  background-color: var(--color-zinc-700);
}
.histor-content::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: var(--color-zinc-200);
}
.histor-content::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid var(--color-zinc-200);
  position: absolute;
  top: -40px;
  left: 0;
}
.entry-content p {
  margin-bottom: 24px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
}
.entry-content h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.entry-content h2 {
  font-size: calc(1.325rem + .9vw);
}
.entry-content h3 {
  font-size: calc(1.3rem + .6vw);
}
.entry-content h4 {
  font-size: calc(1.275rem + .3vw);
}
.entry-content h5 {
  font-size: 1.25rem;
}
.entry-content h6 {
  font-size: 1rem;
}
.entry-content blockquote {
  font-style: italic;
  padding: 32px 32px 32px 86px;
  margin-bottom: 32px;
  position: relative;
  border: 1px solid var(--color-zinc-200);
}
.entry-content blockquote::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.3501H7.79999C9.32999 12.3501 10.38 13.5101 10.38 14.9301V18.1501C10.38 19.5701 9.32999 20.7301 7.79999 20.7301H4.58002C3.16002 20.7301 2 19.5701 2 18.1501V12.3501" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 12.35C2 6.29998 3.13003 5.30003 6.53003 3.28003" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.6299 12.3501H19.4299C20.9599 12.3501 22.0099 13.5101 22.0099 14.9301V18.1501C22.0099 19.5701 20.9599 20.7301 19.4299 20.7301H16.2099C14.7899 20.7301 13.6299 19.5701 13.6299 18.1501V12.3501" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.6299 12.35C13.6299 6.29998 14.7599 5.30003 18.1599 3.28003" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg> ');
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 12px;
  top: 12px;
  opacity: 0.5;
}
.contactMap iframe {
  width: 100%;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-outline-style: solid;
    }
  }
}

.hero-copy h1,
.inner-hero h1,
.hero-area h1,
.section-head h2,
.intro-grid h2,
.two-col h2,
.profile-section h2,
.final-cta h2,
.budget-band h2,
.video-showcase h2 {
  font-size: clamp(44px, 2vw, 108px) !important;
}

/* 5D Home Space reference-section styling */
:root {
  --ref-cream: #e4e3d9;
  --ref-ink: #050505;
  --ref-brown: #342927;
  --ref-line: rgba(5, 5, 5, 0.72);
}

body {
  color: var(--ref-ink);
}

.header-area {
  background: var(--ref-cream) !important;
  color: var(--ref-ink) !important;
  box-shadow: none !important;
}

.header-wrapper {
  min-height: 72px;
  padding-inline: clamp(24px, 4.2vw, 80px) !important;
}

.header-toggler {
  gap: 8px !important;
}

.header-toggler span {
  height: 4px !important;
  background: var(--ref-ink) !important;
}

.header-logo {
  margin-left: auto;
}

.site-wordmark {
  position: relative;
  display: inline-block;
  color: var(--ref-ink);
  font-size: clamp(26px, 2.2vw, 42px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-wordmark::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-top: 8px;
  background: currentColor;
}

.footer-wordmark {
  color: var(--ref-cream);
}

.desktop-menu,
.header-actions {
  display: none !important;
}

.main-area {
  padding-top: 72px;
}

.hero-slider {
  min-height: calc(100vh - 72px);
}

.hero-slide {
  background: linear-gradient(rgba(0,0,0,.56), rgba(0,0,0,.56)), var(--hero) center/cover !important;
}

.hero-copy {
  left: 50%;
  right: auto;
  bottom: clamp(72px, 13vh, 150px);
  width: min(1220px, calc(100% - 44px));
  max-width: none;
  transform: translateX(-50%);
  text-align: center;
}

.hero-copy.reveal {
  transform: translateX(-50%) translateY(26px);
}

.hero-copy.reveal.in-view {
  transform: translateX(-50%);
}

.hero-copy h1,
.ref-video-cta h2 {
  max-width: 1180px;
  margin-inline: auto;
  font-size: clamp(58px, 3.4vw, 140px) !important;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-copy p {
  margin-inline: auto;
}

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

.hero-actions button,
.hero-actions a,
.ref-pill-button,
.ref-video-cta button,
.ref-video-cta a {
  border-radius: 999px;
  background: var(--ref-brown) !important;
  color: #fff !important;
  border-color: var(--ref-brown) !important;
  min-height: 58px;
  padding-inline: 30px !important;
  text-transform: none !important;
  font-size: 17px !important;
}

.reference-marquee {
  overflow: hidden;
  background: var(--ref-cream);
  color: var(--ref-ink);
  padding: clamp(34px, 5.5vw, 72px) 0;
}

.reference-marquee div {
  display: flex;
  width: max-content;
  gap: clamp(52px, 7vw, 110px);
  animation: refMarquee 26s linear infinite;
}

.reference-marquee span {
  font-size: clamp(24px, 2vw, 142px);
  line-height: .9;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.section {
  max-width: none;
  padding: clamp(58px, 7vw, 112px) clamp(24px, 4.2vw, 80px);
}

.section > *,
.bg-soft > * {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
}

.section-head,
.ref-section-head {
  max-width: none !important;
  margin-bottom: clamp(34px, 5vw, 25px) !important;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ref-line);
}

.section-head h2,
.intro-grid h2,
.two-col h2,
.profile-section h2 {
  font-size: clamp(42px, 1.4vw, 64px) !important;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-head p {
  max-width: 760px;
  margin-top: 18px;
  color: #342927;
}

.ref-about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
}

.ref-about-section p,
.ref-testimonial-section p {
  max-width: 820px;
  color: var(--ref-brown);
  font-size: clamp(26px, 1.1vw, 38px);
  line-height: 1.28;
}

.ref-check-list {
  display: grid;
  gap: 20px;
  margin: clamp(44px, 5vw, 72px) 0 42px;
  color: var(--ref-ink);
  font-size: clamp(20px, 1.5vw, 28px);
}

.ref-check-list li {
  position: relative;
  padding-left: 48px;
}

.ref-check-list li::before {
  content: "✓";
  position: absolute;
  left: 8px;
  top: 0;
  color: #070a35;
  font-weight: 900;
}

.ref-about-image,
.ref-services-image,
.ref-testimonial-image {
  overflow: hidden;
  background: var(--ref-cream);
}

.ref-about-image img,
.ref-services-image img,
.ref-testimonial-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

/* Premium About Us upgrade */
.ref-about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(180,154,102,.12), transparent 28rem),
    linear-gradient(135deg, #fff 0%, rgba(248,246,239,.9) 100%);
}

.ref-about-section::after {
  content: "";
  position: absolute;
  right: clamp(24px, 4.2vw, 80px);
  top: clamp(70px, 8vw, 120px);
  width: min(30vw, 440px);
  height: min(30vw, 440px);
  border: 1px solid rgba(180,154,102,.18);
  border-radius: 50%;
  pointer-events: none;
}

.ref-about-section > div:first-child,
.ref-about-image {
  position: relative;
  z-index: 2;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--premium-gold);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.about-eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}

.ref-about-section .ref-section-head {
  margin-bottom: clamp(26px, 3vw, 42px) !important;
}

.ref-about-section .ref-section-head h2 {
  max-width: 900px;
}

.ref-about-section p {
  max-width: 880px;
  color: rgba(45,32,29,.86);
  font-size: clamp(25px, 1.7vw, 34px);
}

.ref-about-section .ref-check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: clamp(34px, 4vw, 54px) 0 30px;
  font-size: clamp(18px, 1.15vw, 23px);
}

.ref-about-section .ref-check-list li {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 52px;
  border: 1px solid rgba(45,32,29,.12);
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 40px rgba(45,32,29,.05);
}

.ref-about-section .ref-check-list li::before {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--premium-gold);
}

.about-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(32px, 4vw, 52px) 0 34px;
  background: rgba(45,32,29,.14);
  border: 1px solid rgba(45,32,29,.12);
}

.about-stat-row strong {
  display: grid;
  gap: 4px;
  min-height: 96px;
  align-content: center;
  padding: 18px;
  background: rgba(255,255,255,.8);
  color: rgba(45,32,29,.78);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.about-stat-row span {
  color: var(--premium-ink);
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: .9;
  font-weight: 900;
  letter-spacing: 0;
}

.ref-about-image {
  min-height: 690px;
  border-radius: 0 0 0 86px;
  box-shadow: 0 34px 110px rgba(45,32,29,.16) !important;
}

.ref-about-image::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.55);
  pointer-events: none;
}

.ref-about-image img {
  min-height: 690px;
  filter: saturate(.98) contrast(1.04);
}

.about-image-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  background: rgba(9,8,7,.72);
  color: #fff;
  backdrop-filter: blur(16px);
}

.about-image-caption span {
  color: var(--premium-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.about-image-caption strong {
  max-width: 260px;
  text-align: right;
  font-size: 17px;
  line-height: 1.12;
}

.ref-services-section {
  background: #fff !important;
}

/* Luxury services showcase */
.ref-services-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(180,154,102,.12), transparent 26rem),
    linear-gradient(135deg, #fff 0%, rgba(248,246,239,.92) 100%) !important;
}

.ref-services-section .ref-section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
}

.ref-services-section .ref-section-head::after {
  content: "Luxury Interior Solutions";
  color: var(--premium-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ref-services-layout {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr);
  gap: clamp(34px, 4.2vw, 66px);
  align-items: start;
  max-width: 1740px;
  margin-inline: auto;
}

.ref-services-list {
  display: grid;
  gap: 12px;
  align-content: start;
}

.ref-service-row {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  min-height: 118px;
  padding: 22px clamp(18px, 2vw, 34px);
  border: 1px solid rgba(45,32,29,.12);
  background: rgba(255,255,255,.72);
  color: var(--ref-ink);
  box-shadow: 0 18px 54px rgba(45,32,29,.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.ref-service-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(9,8,7,.72), rgba(9,8,7,.36)),
    var(--service-preview) center/cover;
  opacity: 0;
  transition: opacity 260ms ease;
}

.ref-service-row:hover {
  transform: translateY(-4px);
  border-color: rgba(180,154,102,.44);
  box-shadow: 0 28px 82px rgba(45,32,29,.16);
}

.ref-service-row:hover::before {
  opacity: 1;
}

.ref-service-row > * {
  position: relative;
  z-index: 1;
}

.ref-service-row em {
  color: var(--premium-gold);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .18em;
}

.ref-service-row span {
  display: grid;
  gap: 9px;
}

.ref-service-row b {
  color: var(--premium-ink);
  font-size: clamp(27px, 2.25vw, 42px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.ref-service-row small {
  max-width: 680px;
  color: rgba(45,32,29,.68);
  font-size: 15px;
  line-height: 1.55;
}

.ref-service-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 134px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(45,32,29,.18);
  border-radius: 999px;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 800;
  white-space: nowrap;
}

.ref-service-row strong::after {
  content: "→";
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
}

.ref-service-row:hover em,
.ref-service-row:hover b,
.ref-service-row:hover small,
.ref-service-row:hover strong {
  color: #fff;
}

.ref-service-row:hover strong {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.12);
}

.ref-services-image {
  position: sticky;
  top: 130px;
  min-height: 760px;
  border-radius: 0 86px 0 0;
  box-shadow: 0 34px 110px rgba(45,32,29,.16) !important;
}

.ref-services-image::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.55);
  pointer-events: none;
}

.ref-services-image img {
  min-height: 760px;
}

.service-image-note {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  gap: 5px;
  padding: 20px 22px;
  background: rgba(9,8,7,.72);
  color: #fff;
  backdrop-filter: blur(16px);
}

.service-image-note span {
  color: var(--premium-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.service-image-note strong {
  font-size: 22px;
  line-height: 1.1;
}

.luxury-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(360px, auto);
  gap: 18px;
  max-width: 1740px;
  margin-inline: auto;
}

.luxury-service-card {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(45,32,29,.12);
  background: #0b0b0b;
  color: #fff;
  box-shadow: 0 26px 78px rgba(45,32,29,.12);
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.luxury-service-card.featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 798px;
}

.luxury-service-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.98) contrast(1.04);
  transform: scale(1.01);
  transition: transform 520ms ease, filter 520ms ease;
}

.luxury-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.18) 38%, rgba(0,0,0,.86) 100%),
    radial-gradient(circle at 12% 0%, rgba(180,154,102,.22), transparent 18rem);
  transition: background 260ms ease;
}

.luxury-service-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.22);
  pointer-events: none;
  opacity: .72;
}

.luxury-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(180,154,102,.52);
  box-shadow: 0 36px 100px rgba(45,32,29,.22);
}

.luxury-service-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.06);
}

.luxury-service-card > span {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 2;
  color: var(--premium-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
}

.luxury-service-card div {
  width: 100%;
  padding: clamp(26px, 2.4vw, 42px);
}

.luxury-service-card h3 {
  max-width: 560px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(22px, 1.4vw, 48px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.luxury-service-card p {
  max-width: 560px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.78);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.55;
}

.luxury-service-card strong {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  color: #fff;
  font-weight: 400;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.luxury-service-card strong::after {
  content: "→";
  font-size: 24px;
  font-weight: 400;
}

.luxury-service-card:hover strong {
  border-color: var(--premium-gold);
  background: rgba(180,154,102,.2);
}

@media (max-width: 1280px) {
  .luxury-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .luxury-service-card.featured {
    grid-column: span 2;
    min-height: 650px;
  }
}

@media (max-width: 900px) {
  .luxury-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .luxury-service-card,
  .luxury-service-card.featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  .luxury-service-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .luxury-service-card,
  .luxury-service-card.featured {
    min-height: 380px;
  }
  .luxury-service-card div {
    padding: 26px 22px;
  }
}

.benefit-card,
.package-card,
.service-card,
.blog-card,
.testimonial {
  box-shadow: none !important;
}

.ref-testimonial-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: start;
  max-width: 1740px;
  margin-inline: auto;
}

.ref-testimonial-image img {
  min-height: 620px;
}

.ref-video-cta {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  align-content: center;
  overflow: hidden;
  background: linear-gradient(rgba(0,0,0,.62), rgba(0,0,0,.62)), var(--hero) center/cover !important;
}

.ref-video-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: grayscale(1);
}

.ref-video-cta > * {
  position: relative;
  z-index: 1;
}

.ref-play-button {
  width: 118px !important;
  height: 118px !important;
  min-height: 118px !important;
  padding: 0 !important;
  margin-bottom: 36px;
  border-radius: 50% !important;
  background: rgba(255,255,255,.12) !important;
  border: 1px solid rgba(255,255,255,.45) !important;
}

.ref-play-button::before {
  content: "▶";
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  color: var(--ref-brown);
  font-size: 26px;
  text-indent: 4px;
}

.ref-video-cta p {
  max-width: 760px;
  margin: 22px auto 28px;
  color: rgba(255,255,255,.82);
}

.inner-hero {
  min-height: calc(78vh - 72px);
  align-items: end;
  padding: clamp(150px, 18vw, 250px) clamp(24px, 4.2vw, 80px) clamp(56px, 8vw, 120px);
  background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.32)), var(--hero) center/cover !important;
}

.inner-hero h1 {
  font-size: clamp(64px, 3.5vw, 142px) !important;
  line-height: 1.1;
}

@keyframes refMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .main-area {
    padding-top: 68px;
  }
  .header-wrapper {
    min-height: 68px;
  }
  .site-wordmark {
    font-size: 24px;
  }
  .hero-copy h1,
  .ref-video-cta h2 {
    font-size: clamp(44px, 13vw, 76px) !important;
  }
  .ref-about-section,
  .ref-services-layout,
  .ref-testimonial-layout {
    grid-template-columns: 1fr;
  }
  .ref-about-section .ref-check-list,
  .about-stat-row {
    grid-template-columns: 1fr 1fr;
  }
  .ref-services-image {
    order: 2;
    position: relative;
    top: auto;
    min-height: 420px;
  }
  .ref-services-list {
    order: 1;
  }
  .ref-about-image img,
  .ref-services-image img,
  .ref-testimonial-image img {
    min-height: 360px;
  }
  .ref-about-image {
    min-height: 440px;
  }
  .ref-service-row {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 118px;
  }
  .ref-service-row strong {
    grid-column: 2;
    width: max-content;
  }
  .ref-services-image img {
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  .header-wrapper {
    padding-inline: 18px !important;
  }
  .section {
    padding-inline: 18px;
  }
  .reference-marquee span {
    font-size: 48px;
  }
  .section-head h2,
  .intro-grid h2,
  .two-col h2,
  .profile-section h2 {
    font-size: 34px !important;
  }
  .ref-about-section p,
  .ref-testimonial-section p {
    font-size: 22px;
  }
  .ref-about-section .ref-check-list,
  .about-stat-row {
    grid-template-columns: 1fr;
  }
  .about-image-caption {
    display: grid;
    align-items: start;
  }
  .about-image-caption strong {
    text-align: left;
  }
  .ref-service-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 18px;
  }
  .ref-service-row strong {
    grid-column: auto;
    min-width: 0;
    width: max-content;
  }
  .ref-services-section .ref-section-head {
    grid-template-columns: 1fr;
  }
  .ref-services-section .ref-section-head::after {
    font-size: 11px;
  }
}

/* Final cascade guard for the redesigned homeowners-benefits section */
.premium-benefits-section {
  position: relative;
  isolation: isolate;
  max-width: none;
  overflow: clip;
  padding: clamp(76px, 8vw, 132px) clamp(20px, 4vw, 72px);
  color: #151515;
  background:
    radial-gradient(circle at 16% 8%, rgba(184, 154, 98, .14), transparent 30rem),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, .88), transparent 24rem),
    linear-gradient(180deg, #f7f4ee 0%, #f4efe6 100%) !important;
}

.premium-benefits-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .36;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(21, 21, 21, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 21, 21, .03) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(21, 21, 21, .16) 0 1px, transparent 1.2px);
  background-size: 120px 120px, 120px 120px, 4px 4px;
  mix-blend-mode: multiply;
}

.premium-benefits-section::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 86px);
  top: clamp(56px, 8vw, 118px);
  z-index: -1;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 154, 98, .2);
  border-radius: 50%;
  pointer-events: none;
}

@media (max-width: 900px) {
  .premium-benefits-section {
    padding-block: 68px;
  }
}

@media (max-width: 560px) {
  .premium-benefits-section {
    padding: 58px 16px 70px;
  }
  .premium-benefits-section::after {
    width: 320px;
    right: -170px;
    top: 120px;
  }
}

/* Premium architectural process journey */
.process-journey {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(76px, 8vw, 132px) clamp(20px, 4vw, 72px);
  color: #f4f0e8;
  background:
    radial-gradient(circle at 12% 0%, rgba(194, 164, 109, .16), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(244, 240, 232, .08), transparent 26rem),
    #11110f;
}

.process-journey::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 118px 118px;
}

.process-journey__ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .2;
  pointer-events: none;
}

.process-journey__ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #11110f 0%, rgba(17, 17, 15, .84) 48%, #11110f 100%),
    linear-gradient(180deg, rgba(17, 17, 15, .4), #11110f 88%);
}

.process-journey__ambient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) contrast(1.05);
}

.process-journey__inner {
  width: min(100%, 1740px);
  margin-inline: auto;
}

.process-journey__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: clamp(30px, 7vw, 124px);
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 76px);
}

.process-journey__title > span {
  display: block;
  margin-bottom: 16px;
  color: #c2a46d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.process-journey__title h2 {
  max-width: 800px;
  margin: 0;
  color: #f4f0e8;
  font-size: clamp(40px, 4vw, 80px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
}

.process-journey__copy {
  max-width: 640px;
}

.process-journey__copy p {
  margin: 0;
  color: #b9b3a8;
  font-size: clamp(17px, 1.32vw, 23px);
  line-height: 1.6;
}

.process-journey__copy span {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  background: linear-gradient(90deg, #c2a46d, rgba(194, 164, 109, .12));
}

.process-journey__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.45vw, 26px);
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process-step;
}

.process-journey__grid::before,
.process-journey__grid::after {
  content: "";
  position: absolute;
  left: calc(16.666% + 22px);
  right: calc(16.666% + 22px);
  height: 1px;
  background: linear-gradient(90deg, rgba(194, 164, 109, .18), rgba(194, 164, 109, .78), rgba(255, 255, 255, .12));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 900ms ease 180ms;
  pointer-events: none;
}

.process-journey__grid::before {
  top: 34px;
}

.process-journey__grid::after {
  top: calc(50% + 13px);
  transition-delay: 360ms;
}

.process-journey__grid:has(.in-view)::before,
.process-journey__grid:has(.in-view)::after {
  transform: scaleX(1);
}

.process-journey__item {
  position: relative;
  min-width: 0;
}

.process-journey__item:nth-child(4),
.process-journey__item:nth-child(5),
.process-journey__item:nth-child(6) {
  margin-top: clamp(20px, 2.8vw, 44px);
}

.process-journey__item:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 50%;
  width: 1px;
  height: calc(100% + clamp(20px, 2.8vw, 44px) + 26px);
  background: linear-gradient(180deg, rgba(194, 164, 109, .7), rgba(194, 164, 109, .18));
  pointer-events: none;
}

.process-journey__card {
  position: relative;
  min-height: clamp(250px, 16vw, 308px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(26px, 2.1vw, 36px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: clamp(20px, 1.45vw, 28px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 42%),
    #20201d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: transform 420ms ease, border-color 420ms ease, box-shadow 420ms ease, background-color 420ms ease;
}

.process-journey__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 82px;
  border-top: 1px solid rgba(194, 164, 109, .48);
  border-right: 1px solid rgba(194, 164, 109, .48);
  border-top-right-radius: inherit;
  opacity: .7;
  pointer-events: none;
}

.process-journey__card::after {
  content: "";
  position: absolute;
  left: clamp(26px, 2.1vw, 36px);
  right: clamp(26px, 2.1vw, 36px);
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #c2a46d 0 34%, rgba(255, 255, 255, .1) 34% 100%);
  opacity: .72;
  transform-origin: left;
}

.process-journey__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.process-journey__badge {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(194, 164, 109, .46);
  border-radius: 50%;
  color: #c2a46d;
  background: #1a1a17;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: color 420ms ease, background-color 420ms ease, border-color 420ms ease;
}

.process-journey__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #f4f0e8;
  background: rgba(255, 255, 255, .055);
  transition: transform 420ms ease, color 420ms ease, background-color 420ms ease;
}

.process-journey__icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: currentColor;
  mask: var(--process-icon) center/contain no-repeat;
  -webkit-mask: var(--process-icon) center/contain no-repeat;
}

.process-journey__icon-message {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9l-5 4v-4H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM8 9h8M8 13h5'/%3E%3C/g%3E%3C/svg%3E");
}

.process-journey__icon-ruler {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19L19 4l1 1L5 20zM7 16l2 2M10 13l2 2M13 10l2 2M16 7l2 2M4 7h8v5H4z'/%3E%3C/g%3E%3C/svg%3E");
}

.process-journey__icon-layout {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M9 4v16M3 10h18M14 10v10'/%3E%3C/g%3E%3C/svg%3E");
}

.process-journey__icon-layers {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l9 5-9 5-9-5 9-5zM4 12l8 4.5 8-4.5M4 16l8 4.5 8-4.5'/%3E%3C/g%3E%3C/svg%3E");
}

.process-journey__icon-tools {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 7l3-3 3 3-3 3M4 20l7.5-7.5M13 11l7 7M5 4l5 5M4 5l2-2 5 5-2 2-5-5z'/%3E%3C/g%3E%3C/svg%3E");
}

.process-journey__icon-shield {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6l7-3zM9 12l2 2 4-5'/%3E%3C/g%3E%3C/svg%3E");
}

.process-journey__content {
  position: relative;
  z-index: 1;
  margin-top: clamp(28px, 3vw, 48px);
}

.process-journey__content h3 {
  margin: 0 0 12px;
  color: #f4f0e8;
  font-size: clamp(23px, 1.65vw, 30px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.process-journey__content p {
  max-width: 430px;
  margin: 0;
  color: #b9b3a8;
  font-size: 15.5px;
  line-height: 1.58;
}

.process-journey__arrow {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 1px;
  display: block;
  margin-top: 26px;
  background: #c2a46d;
  opacity: .72;
  transition: transform 420ms ease, opacity 420ms ease;
}

.process-journey__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #c2a46d;
  border-right: 1px solid #c2a46d;
  transform: rotate(45deg);
}

.process-journey__card:hover,
.process-journey__card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(194, 164, 109, .65);
  background:
    radial-gradient(circle at 86% 10%, rgba(194, 164, 109, .13), transparent 12rem),
    #20201d;
  box-shadow: 0 38px 100px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .09);
}

.process-journey__card:hover .process-journey__badge,
.process-journey__card:focus-within .process-journey__badge {
  color: #11110f;
  border-color: #c2a46d;
  background: #c2a46d;
}

.process-journey__card:hover .process-journey__icon,
.process-journey__card:focus-within .process-journey__icon {
  color: #c2a46d;
  background: rgba(194, 164, 109, .11);
  transform: rotate(-3deg) scale(1.05);
}

.process-journey__card:hover .process-journey__arrow,
.process-journey__card:focus-within .process-journey__arrow {
  opacity: 1;
  transform: translateX(8px);
}

.process-journey__item.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.process-journey__item.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.process-journey__item:nth-child(2).reveal { transition-delay: 90ms; }
.process-journey__item:nth-child(3).reveal { transition-delay: 180ms; }
.process-journey__item:nth-child(4).reveal { transition-delay: 270ms; }
.process-journey__item:nth-child(5).reveal { transition-delay: 360ms; }
.process-journey__item:nth-child(6).reveal { transition-delay: 450ms; }

.process-journey__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: clamp(28px, 4vw, 56px);
  padding: clamp(24px, 2.3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(194, 164, 109, .12), transparent 44%),
    #1a1a17;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.process-journey__cta h3 {
  margin: 0 0 8px;
  color: #f4f0e8;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.process-journey__cta p {
  max-width: 720px;
  margin: 0;
  color: #b9b3a8;
  font-size: 15.5px;
  line-height: 1.58;
}

.process-journey__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.process-journey__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid rgba(194, 164, 109, .55);
  color: #11110f;
  background: #c2a46d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform 320ms ease, background-color 320ms ease, color 320ms ease, border-color 320ms ease;
}

.process-journey__actions a + a {
  color: #f4f0e8;
  background: transparent;
}

.process-journey__actions a:hover,
.process-journey__actions a:focus-visible {
  transform: translateY(-2px);
  border-color: #f4f0e8;
  outline: none;
}

@media (max-width: 1200px) {
  .process-journey__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-journey__grid::before,
  .process-journey__grid::after,
  .process-journey__item:nth-child(3)::after {
    display: none;
  }
  .process-journey__item:nth-child(4),
  .process-journey__item:nth-child(5),
  .process-journey__item:nth-child(6) {
    margin-top: 0;
  }
  .process-journey__item::before {
    content: "";
    position: absolute;
    top: 23px;
    left: -13px;
    right: calc(100% + 13px);
    height: 1px;
    background: rgba(194, 164, 109, .45);
  }
  .process-journey__item:nth-child(odd)::before {
    display: none;
  }
  .process-journey__header {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
  }
}

@media (max-width: 900px) {
  .process-journey {
    padding-block: 68px;
  }
  .process-journey__header,
  .process-journey__cta {
    grid-template-columns: 1fr;
  }
  .process-journey__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .process-journey {
    padding: 60px 16px 86px;
  }
  .process-journey__header {
    gap: 20px;
    margin-bottom: 34px;
  }
  .process-journey__title > span {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .process-journey__title h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1;
  }
  .process-journey__copy p {
    font-size: 16px;
  }
  .process-journey__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-left: 18px;
  }
  .process-journey__grid::before {
    display: block;
    left: 0;
    right: auto;
    top: 26px;
    bottom: 26px;
    width: 1px;
    height: auto;
    transform: scaleY(1);
    background: linear-gradient(180deg, rgba(194, 164, 109, .75), rgba(194, 164, 109, .18));
  }
  .process-journey__item::before,
  .process-journey__item:nth-child(odd)::before {
    content: "";
    position: absolute;
    display: block;
    top: 24px;
    left: -18px;
    right: auto;
    width: 18px;
    height: 1px;
    background: rgba(194, 164, 109, .55);
  }
  .process-journey__card {
    min-height: 220px;
    padding: 24px;
    border-radius: 20px;
  }
  .process-journey__badge,
  .process-journey__icon {
    width: 42px;
    height: 42px;
  }
  .process-journey__content {
    margin-top: 28px;
  }
  .process-journey__content h3 {
    font-size: 22px;
  }
  .process-journey__content p {
    font-size: 14.5px;
  }
  .process-journey__cta {
    padding: 24px;
    border-radius: 20px;
  }
  .process-journey__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .process-journey__actions a {
    width: 100%;
  }
}

@media (hover: none) {
  .process-journey__card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-journey__grid::before,
  .process-journey__grid::after,
  .process-journey__item.reveal,
  .process-journey__card,
  .process-journey__icon,
  .process-journey__arrow,
  .process-journey__actions a {
    transition: none !important;
  }
  .process-journey__grid::before,
  .process-journey__grid::after {
    transform: none !important;
  }
}

/* Premium editorial project showcase */
.project-showcase {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(76px, 8vw, 132px) clamp(20px, 4vw, 72px);
  color: #171715;
  background:
    radial-gradient(circle at 14% 4%, rgba(180, 149, 94, .13), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .7), transparent 24rem),
    #f6f3ed;
}

.project-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 23, 21, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 21, .035) 1px, transparent 1px);
  background-size: 128px 128px;
}

.project-showcase__inner {
  width: min(100%, 1740px);
  margin-inline: auto;
  padding-right: clamp(0px, 5vw, 84px);
}

.project-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .66fr);
  gap: clamp(30px, 7vw, 128px);
  align-items: end;
  margin-bottom: clamp(26px, 3.8vw, 54px);
}

.project-showcase__title > span {
  display: block;
  margin-bottom: 16px;
  color: #b4955e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.project-showcase__title h2 {
  max-width: 850px;
  margin: 0;
  color: #171715;
  font-size: clamp(40px, 3.8vw, 78px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.project-showcase__copy {
  max-width: 640px;
}

.project-showcase__copy p {
  margin: 0;
  color: #625e57;
  font-size: clamp(17px, 1.28vw, 22px);
  line-height: 1.62;
}

.project-showcase__cta,
.project-showcase__mobile-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: #171715;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color 360ms ease, transform 360ms ease;
}

.project-showcase__cta span,
.project-showcase__mobile-cta span {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(180, 149, 94, .62);
  border-radius: 50%;
  transition: background-color 360ms ease, border-color 360ms ease, transform 360ms ease;
}

.project-showcase__cta span::before,
.project-showcase__mobile-cta span::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(-2px) rotate(45deg);
}

.project-showcase__cta:hover,
.project-showcase__cta:focus-visible,
.project-showcase__mobile-cta:hover,
.project-showcase__mobile-cta:focus-visible {
  color: #b4955e;
  outline: none;
}

.project-showcase__cta:hover span,
.project-showcase__cta:focus-visible span,
.project-showcase__mobile-cta:hover span,
.project-showcase__mobile-cta:focus-visible span {
  color: #f6f3ed;
  border-color: #171715;
  background: #171715;
  transform: translateX(4px);
}

.project-showcase__filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: clamp(24px, 3vw, 42px);
}

.project-showcase__filters button {
  min-height: 40px;
  padding: 10px 16px;
  border: 1px solid rgba(23, 23, 21, .12);
  border-radius: 999px;
  color: #625e57;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color 320ms ease, background-color 320ms ease, border-color 320ms ease;
}

.project-showcase__filters button.active,
.project-showcase__filters button:hover,
.project-showcase__filters button:focus-visible {
  color: #f6f3ed;
  border-color: #171715;
  background: #171715;
  outline: none;
}

.project-showcase__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 1.55vw, 28px);
}

.project-showcase__item {
  min-width: 0;
  display: block;
  grid-column: span 6;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  break-inside: auto;
}

.project-showcase__item:nth-child(6n + 1),
.project-showcase__item:nth-child(6n + 4),
.project-showcase__item.project-showcase__item--featured {
  grid-column: span 7;
}

.project-showcase__item:nth-child(6n + 2),
.project-showcase__item:nth-child(6n + 3) {
  grid-column: span 5;
}

.project-showcase__item:nth-child(6n + 5),
.project-showcase__item:nth-child(6n + 6) {
  grid-column: span 6;
}

.project-showcase__item:nth-last-child(1):nth-child(odd):not(:first-child) {
  grid-column: 4 / span 6;
}

.project-showcase__card {
  position: relative;
  min-height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 21, .12);
  border-radius: clamp(20px, 1.5vw, 28px);
  background: #ede8df;
  box-shadow: 0 26px 80px rgba(23, 23, 21, .1);
  transform: translateY(0);
  transition: transform 620ms cubic-bezier(.2, .8, .2, 1), border-color 620ms ease, box-shadow 620ms ease;
}

.project-showcase__card::after {
  display: none !important;
}

.project-showcase__media {
  position: relative;
  z-index: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #ede8df;
}

.project-showcase__item:nth-child(6n + 1) .project-showcase__media,
.project-showcase__item:nth-child(6n + 4) .project-showcase__media,
.project-showcase__item--featured .project-showcase__media {
  aspect-ratio: 16 / 10;
}

.project-showcase__item:nth-child(6n + 2) .project-showcase__media,
.project-showcase__item:nth-child(6n + 3) .project-showcase__media {
  aspect-ratio: 4 / 5;
}

.project-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transition: transform 720ms cubic-bezier(.2, .8, .2, 1), filter 720ms ease;
}

.project-showcase__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 10, 8, .15) 0%, rgba(10, 10, 8, .08) 36%, rgba(10, 10, 8, .78) 100%),
    radial-gradient(circle at 18% 84%, rgba(10, 10, 8, .48), transparent 22rem);
  transition: opacity 620ms ease, background 620ms ease;
}

.project-showcase__index,
.project-showcase__featured,
.project-showcase__content,
.project-showcase__arrow {
  position: absolute;
  z-index: 2;
}

.project-showcase__index {
  top: clamp(18px, 1.6vw, 26px);
  left: clamp(18px, 1.6vw, 26px);
  color: rgba(246, 243, 237, .76);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.project-showcase__featured {
  top: clamp(18px, 1.6vw, 26px);
  right: clamp(18px, 1.6vw, 26px);
  padding: 8px 12px;
  border: 1px solid rgba(246, 243, 237, .25);
  border-radius: 999px;
  color: #f6f3ed;
  background: rgba(23, 23, 21, .36);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.project-showcase__content {
  left: clamp(22px, 2vw, 34px);
  right: clamp(82px, 6vw, 112px);
  bottom: clamp(22px, 2vw, 34px);
  transform: translateY(0);
  transition: transform 620ms cubic-bezier(.2, .8, .2, 1);
}

.project-showcase__content span {
  display: block;
  margin-bottom: 10px;
  color: rgba(246, 243, 237, .82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.project-showcase__content h3 {
  display: -webkit-box;
  max-width: 760px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  color: #f6f3ed;
  font-size: clamp(1.35rem, 2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 2px 26px rgba(0, 0, 0, .45);
}

.project-showcase__item--featured .project-showcase__content h3 {
  font-size: clamp(1.75rem, 2.7vw, 3.35rem);
}

.project-showcase__content p {
  margin: 12px 0 0;
  color: rgba(246, 243, 237, .82);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .88;
}

.project-showcase__arrow {
  right: clamp(22px, 2vw, 34px);
  bottom: clamp(22px, 2vw, 34px);
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 243, 237, .34);
  border-radius: 50%;
  color: #f6f3ed;
  background: rgba(23, 23, 21, .42);
  transition: transform 620ms cubic-bezier(.2, .8, .2, 1), color 620ms ease, background-color 620ms ease, border-color 620ms ease;
}

.project-showcase__arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-2px, 2px) rotate(45deg);
}

.project-showcase__card:hover,
.project-showcase__card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(180, 149, 94, .55);
  box-shadow: 0 36px 100px rgba(23, 23, 21, .18);
  outline: none;
}

.project-showcase__card:hover .project-showcase__media img,
.project-showcase__card:focus-visible .project-showcase__media img {
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.04);
}

.project-showcase__card:hover .project-showcase__overlay,
.project-showcase__card:focus-visible .project-showcase__overlay {
  background:
    linear-gradient(180deg, rgba(10, 10, 8, .18) 0%, rgba(10, 10, 8, .1) 32%, rgba(10, 10, 8, .84) 100%),
    radial-gradient(circle at 18% 84%, rgba(10, 10, 8, .58), transparent 22rem);
}

.project-showcase__card:hover .project-showcase__content,
.project-showcase__card:focus-visible .project-showcase__content {
  transform: translateY(-6px);
}

.project-showcase__card:hover .project-showcase__arrow,
.project-showcase__card:focus-visible .project-showcase__arrow {
  color: #171715;
  border-color: #b4955e;
  background: #b4955e;
  transform: translate(4px, -4px);
}

.project-showcase__item.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms ease;
}

.project-showcase__item.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.project-showcase__item:nth-child(2).reveal { transition-delay: 90ms; }
.project-showcase__item:nth-child(3).reveal { transition-delay: 180ms; }
.project-showcase__item:nth-child(4).reveal { transition-delay: 270ms; }
.project-showcase__item:nth-child(5).reveal { transition-delay: 360ms; }
.project-showcase__item:nth-child(6).reveal { transition-delay: 450ms; }
.project-showcase__item:nth-child(n + 7).reveal { transition-delay: 520ms; }

.project-showcase__mobile-cta {
  display: none;
}

.project-showcase .project-tile::after,
.project-showcase .project-tile span {
  display: revert;
}

.project-showcase .project-showcase__overlay {
  position: absolute;
  inset: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.project-showcase .project-showcase__index {
  position: absolute;
  top: clamp(18px, 1.6vw, 26px);
  left: clamp(18px, 1.6vw, 26px);
  right: auto;
  bottom: auto;
}

.project-showcase .project-showcase__featured {
  position: absolute;
  top: clamp(18px, 1.6vw, 26px);
  right: clamp(18px, 1.6vw, 26px);
  left: auto;
  bottom: auto;
}

.project-showcase .project-showcase__content {
  position: absolute;
  left: clamp(22px, 2vw, 34px);
  right: clamp(82px, 6vw, 112px);
  bottom: clamp(22px, 2vw, 34px);
}

.project-showcase .project-showcase__content span {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  color: rgba(246, 243, 237, .82);
  font-size: 12px;
}

.project-showcase .project-showcase__arrow {
  position: absolute;
  right: clamp(22px, 2vw, 34px);
  bottom: clamp(22px, 2vw, 34px);
  left: auto;
}

@media (max-width: 1280px) {
  .project-showcase__inner {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .project-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-showcase__item,
  .project-showcase__item:nth-child(n),
  .project-showcase__item.project-showcase__item--featured,
  .project-showcase__item:nth-last-child(1):nth-child(odd):not(:first-child) {
    grid-column: auto;
  }
  .project-showcase__item--featured {
    grid-column: 1 / -1 !important;
  }
  .project-showcase__header {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
  }
  .desktop-sticky-cta {
    transform: scale(.9);
    transform-origin: right center;
  }
}

@media (max-width: 900px) {
  .project-showcase {
    padding-block: 68px;
  }
  .project-showcase__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .project-showcase__copy {
    max-width: 760px;
  }
  .project-showcase__cta {
    display: none;
  }
  .project-showcase__mobile-cta {
    display: inline-flex;
  }
  .project-showcase__filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .project-showcase__filters::-webkit-scrollbar {
    display: none;
  }
  .project-showcase__filters button {
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  .project-showcase {
    padding: 60px 16px 86px;
  }
  .project-showcase__title > span {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .project-showcase__title h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1;
  }
  .project-showcase__copy p {
    font-size: 16px;
  }
  .project-showcase__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .project-showcase__item--featured,
  .project-showcase__item:nth-child(n) {
    grid-column: auto !important;
  }
  .project-showcase__media,
  .project-showcase__item:nth-child(n) .project-showcase__media,
  .project-showcase__item--featured .project-showcase__media {
    aspect-ratio: 16 / 11;
  }
  .project-showcase__content {
    left: 22px;
    right: 78px;
    bottom: 22px;
  }
  .project-showcase__content span {
    margin-bottom: 8px;
    font-size: 10.5px;
  }
  .project-showcase__content h3,
  .project-showcase__item--featured .project-showcase__content h3 {
    font-size: clamp(1.28rem, 6vw, 1.85rem);
  }
  .project-showcase__content p {
    margin-top: 9px;
    font-size: 11px;
  }
  .project-showcase__arrow {
    right: 20px;
    bottom: 22px;
    width: 46px;
    height: 46px;
  }
  .project-showcase__featured {
    display: none;
  }
  .project-showcase__mobile-cta {
    width: 100%;
    justify-content: center;
    margin-top: 24px;
    padding: 12px 16px;
    border: 1px solid rgba(23, 23, 21, .12);
    border-radius: 999px;
  }
}

@media (hover: none) {
  .project-showcase__card:hover {
    transform: none;
  }
  .project-showcase__card:hover .project-showcase__media img {
    transform: scale(1.001);
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-showcase__card,
  .project-showcase__media img,
  .project-showcase__overlay,
  .project-showcase__content,
  .project-showcase__arrow,
  .project-showcase__item.reveal,
  .project-showcase__cta,
  .project-showcase__mobile-cta {
    transition: none !important;
  }
}

/* Premium interior package comparison */
.package-showcase {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(76px, 8vw, 132px) clamp(20px, 4vw, 72px);
  color: #181816;
  background:
    radial-gradient(circle at 12% 6%, rgba(181, 150, 95, .13), transparent 30rem),
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, .76), transparent 26rem),
    #f5f1e9;
}

.package-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(24, 24, 22, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 24, 22, .035) 1px, transparent 1px);
  background-size: 126px 126px;
}

.package-showcase__inner {
  width: min(100%, 1740px);
  margin-inline: auto;
  padding-right: clamp(0px, 5vw, 84px);
}

.package-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .7fr);
  gap: clamp(30px, 7vw, 126px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 74px);
}

.package-showcase__title > span {
  display: block;
  margin-bottom: 16px;
  color: #b5965f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.package-showcase__title h2 {
  max-width: 920px;
  margin: 0;
  color: #181816;
  font-size: clamp(40px, 3.8vw, 78px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.package-showcase__copy {
  max-width: 650px;
}

.package-showcase__copy p {
  margin: 0;
  color: #686158;
  font-size: clamp(17px, 1.28vw, 22px);
  line-height: 1.62;
}

.package-showcase__header-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #181816;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color 360ms ease, transform 360ms ease;
}

.package-showcase__header-cta span {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181, 150, 95, .62);
  border-radius: 50%;
  transition: color 360ms ease, background-color 360ms ease, border-color 360ms ease, transform 360ms ease;
}

.package-showcase__header-cta span::before,
.package-showcase__actions button span::before,
.package-showcase__actions a span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(-2px) rotate(45deg);
}

.package-showcase__header-cta:hover,
.package-showcase__header-cta:focus-visible {
  color: #b5965f;
  outline: none;
}

.package-showcase__header-cta:hover span,
.package-showcase__header-cta:focus-visible span {
  color: #f5f1e9;
  border-color: #2b201c;
  background: #2b201c;
  transform: translateX(4px);
}

.package-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.45vw, 28px);
  align-items: stretch;
}

.package-showcase__card {
  position: relative;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 22, .12);
  border-radius: clamp(22px, 1.5vw, 28px);
  color: #181816;
  background: #fffcf7;
  box-shadow: 0 26px 80px rgba(24, 24, 22, .08), inset 0 1px 0 rgba(255, 255, 255, .86);
  transform: translateY(0);
  transition: transform 540ms cubic-bezier(.2, .8, .2, 1), border-color 540ms ease, box-shadow 540ms ease;
}

.package-showcase__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 86px;
  height: 86px;
  border-top: 1px solid rgba(181, 150, 95, .5);
  border-right: 1px solid rgba(181, 150, 95, .5);
  border-top-right-radius: inherit;
  pointer-events: none;
}

.package-showcase__card--featured {
  color: #f5f0e7;
  border-color: rgba(181, 150, 95, .62);
  background:
    radial-gradient(circle at 84% 6%, rgba(181, 150, 95, .18), transparent 15rem),
    #1b1b18;
  box-shadow: 0 38px 110px rgba(24, 24, 22, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: translateY(-24px);
}

.package-showcase__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  padding: 8px 12px;
  border: 1px solid rgba(181, 150, 95, .62);
  border-radius: 999px;
  color: #1b1b18;
  background: #b5965f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: background-color 420ms ease, color 420ms ease;
}

.package-showcase__media {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 12px 12px 0;
  overflow: hidden;
  border-radius: 18px;
  background: #ede8df;
}

.package-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 8, .06), rgba(10, 10, 8, .48));
  pointer-events: none;
}

.package-showcase__card--featured .package-showcase__media::after {
  background: linear-gradient(180deg, rgba(10, 10, 8, .16), rgba(10, 10, 8, .66));
}

.package-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transition: transform 620ms cubic-bezier(.2, .8, .2, 1), filter 620ms ease;
}

.package-showcase__media span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: rgba(255, 252, 247, .82);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.package-showcase__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 2vw, 34px);
}

.package-showcase__label {
  display: block;
  margin-bottom: 14px;
  color: #b5965f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.35;
}

.package-showcase__content h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: clamp(1.55rem, 2vw, 2.45rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.package-showcase__content > p {
  margin: 0;
  color: #686158;
  font-size: 15.5px;
  line-height: 1.58;
}

.package-showcase__card--featured .package-showcase__content > p,
.package-showcase__card--featured .package-showcase__ideal p,
.package-showcase__card--featured .package-showcase__pricing p {
  color: rgba(245, 240, 231, .72);
}

.package-showcase__ideal {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(24, 24, 22, .1);
  border-radius: 16px;
  background: rgba(181, 150, 95, .08);
}

.package-showcase__card--featured .package-showcase__ideal {
  border-color: rgba(181, 150, 95, .32);
  background: rgba(181, 150, 95, .12);
}

.package-showcase__ideal span,
.package-showcase__features > span,
.package-showcase__pricing > span {
  display: block;
  margin-bottom: 8px;
  color: #b5965f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.package-showcase__ideal p {
  margin: 0;
  color: #686158;
  font-size: 14px;
  line-height: 1.5;
}

.package-showcase__features {
  margin-top: 22px;
}

.package-showcase__features ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-showcase__features li {
  position: relative;
  padding-left: 28px;
  color: #181816;
  font-size: 14.5px;
  line-height: 1.45;
}

.package-showcase__card--featured .package-showcase__features li {
  color: rgba(245, 240, 231, .86);
}

.package-showcase__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18em;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(181, 150, 95, .55);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 48%, #b5965f 48% 58%, transparent 58%) center/10px 10px no-repeat,
    rgba(181, 150, 95, .08);
}

.package-showcase__pricing {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(24, 24, 22, .1);
}

.package-showcase__card--featured .package-showcase__pricing {
  border-color: rgba(245, 240, 231, .14);
}

.package-showcase__pricing strong {
  display: block;
  color: inherit;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
}

.package-showcase__pricing p {
  margin: 8px 0 0;
  color: #686158;
  font-size: 12.5px;
  line-height: 1.5;
}

.package-showcase__actions {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
}

.package-showcase__actions button,
.package-showcase__actions a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #2b201c;
  border-radius: 999px;
  color: #fffcf7;
  background: #2b201c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: color 420ms ease, background-color 420ms ease, border-color 420ms ease, transform 420ms ease;
}

.package-showcase__actions a {
  color: #181816;
  background: transparent;
  border-color: rgba(24, 24, 22, .14);
}

.package-showcase__card--featured .package-showcase__actions button {
  color: #1b1b18;
  border-color: #b5965f;
  background: #b5965f;
}

.package-showcase__card--featured .package-showcase__actions a {
  color: #f5f0e7;
  border-color: rgba(245, 240, 231, .16);
}

.package-showcase__actions button span,
.package-showcase__actions a span {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  transition: transform 420ms ease;
}

.package-showcase__card:hover,
.package-showcase__card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(181, 150, 95, .58);
  box-shadow: 0 36px 100px rgba(24, 24, 22, .16);
}

.package-showcase__card--featured:hover,
.package-showcase__card--featured:focus-within {
  transform: translateY(-30px);
}

.package-showcase__card:hover .package-showcase__media img,
.package-showcase__card:focus-within .package-showcase__media img {
  transform: scale(1.04);
  filter: saturate(1.03) contrast(1.03);
}

.package-showcase__card:hover .package-showcase__badge,
.package-showcase__card:focus-within .package-showcase__badge {
  color: #181816;
  background: #f5f0e7;
}

.package-showcase__actions button:hover,
.package-showcase__actions button:focus-visible {
  color: #2b201c;
  border-color: #b5965f;
  background: #b5965f;
  outline: none;
}

.package-showcase__card--featured .package-showcase__actions button:hover,
.package-showcase__card--featured .package-showcase__actions button:focus-visible {
  background: #f5f0e7;
}

.package-showcase__actions a:hover,
.package-showcase__actions a:focus-visible {
  color: #fffcf7;
  border-color: #2b201c;
  background: #2b201c;
  outline: none;
}

.package-showcase__actions button:hover span,
.package-showcase__actions button:focus-visible span,
.package-showcase__actions a:hover span,
.package-showcase__actions a:focus-visible span {
  transform: translateX(4px);
}

.package-showcase__card.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms ease, border-color 540ms ease, box-shadow 540ms ease;
}

.package-showcase__card.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.package-showcase__card--featured.reveal.in-view {
  transform: translateY(-24px);
}

.package-showcase__card:nth-child(2).reveal { transition-delay: 120ms; }
.package-showcase__card:nth-child(3).reveal { transition-delay: 240ms; }

.package-showcase__consult {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: clamp(28px, 4vw, 56px);
  padding: clamp(24px, 2.2vw, 34px);
  border: 1px solid rgba(24, 24, 22, .12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(181, 150, 95, .12), transparent 44%),
    #fffcf7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
}

.package-showcase__consult h3 {
  margin: 0 0 8px;
  color: #181816;
  font-size: clamp(24px, 2.1vw, 36px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.package-showcase__consult p {
  max-width: 720px;
  margin: 0;
  color: #686158;
  font-size: 15.5px;
  line-height: 1.58;
}

.package-showcase__consult-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.package-showcase__consult-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid #2b201c;
  border-radius: 999px;
  color: #fffcf7;
  background: #2b201c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform 320ms ease, background-color 320ms ease, color 320ms ease, border-color 320ms ease;
}

.package-showcase__consult-actions a + a {
  color: #2b201c;
  background: transparent;
}

.package-showcase__consult-actions a:hover,
.package-showcase__consult-actions a:focus-visible {
  transform: translateY(-2px);
  color: #2b201c;
  border-color: #b5965f;
  background: #b5965f;
  outline: none;
}

@media (max-width: 1280px) {
  .package-showcase__inner {
    padding-right: 0;
  }
}

@media (max-width: 1180px) {
  .package-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .package-showcase__card--featured {
    grid-column: 1 / -1;
    order: -1;
    transform: translateY(0);
  }
  .package-showcase__card--featured:hover,
  .package-showcase__card--featured:focus-within,
  .package-showcase__card--featured.reveal.in-view {
    transform: translateY(0);
  }
  .desktop-sticky-cta {
    transform: scale(.88);
    transform-origin: right center;
  }
}

@media (max-width: 900px) {
  .package-showcase {
    padding-block: 68px;
  }
  .package-showcase__header,
  .package-showcase__consult {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .package-showcase__copy {
    max-width: 760px;
  }
  .package-showcase__consult-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .package-showcase {
    padding: 60px 16px 86px;
  }
  .package-showcase__title > span {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .package-showcase__title h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1;
  }
  .package-showcase__copy p {
    font-size: 16px;
  }
  .package-showcase__header-cta {
    width: 100%;
    justify-content: center;
    margin-top: 24px;
    padding: 12px 16px;
    border: 1px solid rgba(24, 24, 22, .12);
    border-radius: 999px;
  }
  .package-showcase__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .package-showcase__card,
  .package-showcase__card--featured {
    grid-column: auto;
    order: initial;
  }
  .package-showcase__media {
    aspect-ratio: 16 / 10;
    margin: 10px 10px 0;
    border-radius: 16px;
  }
  .package-showcase__content {
    padding: 24px;
  }
  .package-showcase__content h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
  .package-showcase__content > p,
  .package-showcase__features li {
    font-size: 14.5px;
  }
  .package-showcase__badge {
    top: 16px;
    right: 16px;
  }
  .package-showcase__consult {
    padding: 24px;
    border-radius: 20px;
  }
  .package-showcase__consult-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .package-showcase__consult-actions a {
    width: 100%;
  }
}

@media (hover: none) {
  .package-showcase__card:hover,
  .package-showcase__card--featured:hover {
    transform: none;
  }
  .package-showcase__card:hover .package-showcase__media img {
    transform: scale(1.001);
  }
}

@media (prefers-reduced-motion: reduce) {
  .package-showcase__card,
  .package-showcase__media img,
  .package-showcase__badge,
  .package-showcase__actions button,
  .package-showcase__actions a,
  .package-showcase__actions span,
  .package-showcase__header-cta,
  .package-showcase__header-cta span,
  .package-showcase__consult-actions a {
    transition: none !important;
  }
}

/* Premium client story carousel */
.client-stories {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(72px, 7vw, 116px) clamp(20px, 4vw, 72px);
  color: #1a1917;
  background:
    radial-gradient(circle at 12% 8%, rgba(181, 150, 95, .14), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, .72), transparent 24rem),
    #f5f1e9;
}

.client-stories::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(26, 25, 23, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 25, 23, .035) 1px, transparent 1px);
  background-size: 128px 128px;
}

.client-stories__inner {
  width: min(100%, 1740px);
  margin-inline: auto;
  padding-right: clamp(0px, 5vw, 84px);
}

.client-stories__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .68fr);
  gap: clamp(28px, 6vw, 112px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 56px);
}

.client-stories__title > span {
  display: block;
  margin-bottom: 14px;
  color: #b5965f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.client-stories__title h2 {
  max-width: 850px;
  margin: 0;
  color: #1a1917;
  font-size: clamp(38px, 3.4vw, 72px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.client-stories__copy {
  max-width: 650px;
}

.client-stories__copy p {
  margin: 0;
  color: #686158;
  font-size: clamp(16px, 1.18vw, 21px);
  line-height: 1.62;
}

.client-stories__copy span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  color: #1a1917;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.client-stories__copy span::before {
  content: "";
  width: 46px;
  height: 1px;
  background: #b5965f;
}

.client-stories__slider {
  overflow: hidden;
}

.client-stories__slide {
  display: grid !important;
  grid-template-columns: minmax(0, .45fr) minmax(0, .55fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: stretch;
  min-height: clamp(540px, 40vw, 650px);
}

.client-stories__content {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(30px, 3.2vw, 52px);
  border: 1px solid rgba(26, 25, 23, .12);
  border-radius: clamp(24px, 1.7vw, 32px);
  background: #fffcf7;
  box-shadow: 0 28px 90px rgba(26, 25, 23, .09), inset 0 1px 0 rgba(255, 255, 255, .86);
}

.client-stories__quote {
  position: absolute;
  top: clamp(16px, 2vw, 30px);
  left: clamp(24px, 3vw, 48px);
  color: rgba(181, 150, 95, .16);
  font-size: clamp(110px, 12vw, 190px);
  font-weight: 900;
  line-height: .8;
  pointer-events: none;
}

.client-stories blockquote {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0;
  color: #1a1917;
  font-size: clamp(1.45rem, 1vw, 2.55rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0;
}

.client-stories__author {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: clamp(28px, 4vw, 48px);
  padding-top: 22px;
  border-top: 1px solid rgba(26, 25, 23, .1);
}

.client-stories__avatar {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181, 150, 95, .68);
  border-radius: 50%;
  color: #1a1917;
  background: rgba(181, 150, 95, .12);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
}

.client-stories__author cite {
  display: block;
  margin: 0 0 5px;
  color: #1a1917;
  font-style: normal;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.client-stories__author span {
  display: block;
  color: #686158;
  font-size: 14px;
  line-height: 1.4;
}

.client-stories__author em {
  font-style: normal;
}

.client-stories__author small {
  display: block;
  margin-top: 6px;
  color: rgba(104, 97, 88, .8);
  font-size: 12px;
  line-height: 1.4;
}

.client-stories__rating {
  margin-top: 18px;
  color: #b5965f;
  font-weight: 900;
}

.client-stories__media {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(26, 25, 23, .12);
  border-radius: clamp(24px, 1.7vw, 32px);
  background: #1d1d1a;
  box-shadow: 0 32px 100px rgba(26, 25, 23, .16), inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.client-stories__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 10, 8, .1) 0%, rgba(10, 10, 8, .04) 44%, rgba(10, 10, 8, .45) 100%),
    radial-gradient(circle at 18% 86%, rgba(10, 10, 8, .34), transparent 20rem);
  pointer-events: none;
  transition: background 620ms ease;
}

.client-stories__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transition: transform 680ms cubic-bezier(.2, .8, .2, 1), filter 680ms ease;
}

.client-stories__media figcaption {
  position: absolute;
  left: clamp(22px, 2vw, 34px);
  bottom: clamp(22px, 2vw, 34px);
  z-index: 2;
  color: #fffcf7;
  transform: translateY(0);
  transition: transform 620ms cubic-bezier(.2, .8, .2, 1);
}

.client-stories__media figcaption span,
.client-stories__media figcaption strong {
  display: block;
}

.client-stories__media figcaption span {
  margin-bottom: 7px;
  color: rgba(255, 252, 247, .78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.client-stories__media figcaption strong {
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
}

.client-stories__media:hover img {
  transform: scale(1.03);
  filter: saturate(1.03) contrast(1.03);
}

.client-stories__media:hover::after {
  background:
    linear-gradient(180deg, rgba(10, 10, 8, .14) 0%, rgba(10, 10, 8, .06) 40%, rgba(10, 10, 8, .52) 100%),
    radial-gradient(circle at 18% 86%, rgba(10, 10, 8, .42), transparent 20rem);
}

.client-stories__media:hover figcaption {
  transform: translateY(-5px);
}

.client-stories__navigation {
  display: grid;
  grid-template-columns: 52px auto 52px minmax(120px, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  max-width: 620px;
}

.client-stories__button {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(26, 25, 23, .12);
  border-radius: 50%;
  color: #1a1917;
  background: #fffcf7;
  transition: color 360ms ease, background-color 360ms ease, border-color 360ms ease, transform 360ms ease;
}

.client-stories__button::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.client-stories__button--prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.client-stories__button--next::before {
  transform: translateX(-2px) rotate(45deg);
}

.client-stories__button:hover,
.client-stories__button:focus-visible {
  color: #fffcf7;
  border-color: #1a1917;
  background: #1a1917;
  outline: none;
}

.client-stories__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #686158;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.client-stories__counter span {
  color: #b5965f;
}

.client-stories__counter em {
  font-style: normal;
  opacity: .5;
}

.client-stories__counter strong {
  color: #1a1917;
}

.client-stories__progress {
  height: 2px;
  overflow: hidden;
  background: rgba(26, 25, 23, .12);
}

.client-stories__progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #b5965f;
  transition: width 420ms ease;
}

@media (max-width: 1280px) {
  .client-stories__inner {
    padding-right: 0;
  }
}

@media (max-width: 1100px) {
  .client-stories__slide {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .client-stories__media {
    min-height: 440px;
    aspect-ratio: 5 / 3;
  }
}

@media (max-width: 900px) {
  .client-stories {
    padding-block: 66px;
  }
  .client-stories__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .client-stories__copy {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .client-stories {
    padding: 58px 16px 84px;
  }
  .client-stories__title > span {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .client-stories__title h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1;
  }
  .client-stories__copy p {
    font-size: 16px;
  }
  .client-stories__content {
    padding: 28px 24px;
    border-radius: 22px;
  }
  .client-stories blockquote {
    font-size: clamp(1.35rem, 6.2vw, 1.9rem);
    line-height: 1.42;
  }
  .client-stories__author {
    align-items: flex-start;
  }
  .client-stories__avatar {
    width: 48px;
    height: 48px;
  }
  .client-stories__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }
  .client-stories__navigation {
    grid-template-columns: 48px 48px 1fr;
  }
  .client-stories__counter {
    grid-column: 1 / -1;
    order: -1;
  }
  .client-stories__progress {
    grid-column: 3;
  }
  .client-stories__button {
    width: 48px;
    height: 48px;
  }
}

@media (hover: none) {
  .client-stories__media:hover img {
    transform: scale(1.001);
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-stories__media img,
  .client-stories__media::after,
  .client-stories__media figcaption,
  .client-stories__button,
  .client-stories__progress span {
    transition: none !important;
  }
}

/* 5D Home Space image logo */
.site-logo-image {
  display: block;
  width: auto;
  height: 300px;
  max-width: 360px;
  object-fit: contain;
}

.header-logo a {
  display: inline-flex;
  align-items: center;
}

.home-page .header-logo {
  width: clamp(260px, 24vw, 410px);
  height: 108px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page .header-logo a {
  width: 100%;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.home-page .header-logo .site-logo-image {
  height: 210px;
  max-width: 280px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-4px) scale(1.55);
  transform-origin: center center;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
}

.footer-logo-image {
  height: 140px;
  max-width: 220px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 560px) {
  .site-logo-image {
    height: 180px;
    max-width: 220px;
  }
  .home-page .header-logo .site-logo-image {
    height: 150px;
    max-width: 190px;
    padding: 0;
    transform: translateY(6px) scale(1.3);
  }
  .footer-logo-image {
    height: 110px;
    max-width: 160px;
  }
}

/* Sticky header sizing with 150px brand mark */
.header-area {
  position: sticky !important;
  top: 0;
  z-index: 1200;
}

.home-page .header-area {
  position: fixed !important;
}

.home-page .header-wrapper {
  min-height: 108px;
}

.home-page .desktop-menu {
  height: 108px;
}

.home-page .header-actions {
  min-height: 108px;
  align-items: center;
}

@media (max-width: 900px) {
  .home-page .header-logo {
    width: 220px;
  }
  .home-page .header-wrapper,
  .home-page .desktop-menu,
  .home-page .header-actions {
    min-height: 96px;
    height: 96px;
  }
}

/* Global header uses the home-page header style on every page */
body .header-area {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  min-height: 108px;
  color: #fff !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .08)) !important;
  border-bottom: 0;
  overflow: visible;
}

body .header-wrapper {
  min-height: 108px;
  padding: 0 clamp(28px, 3.5vw, 66px) 0 clamp(285px, 18vw, 340px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: clamp(18px, 2.2vw, 36px);
  align-items: center !important;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

body .header-wrapper::after {
  left: clamp(28px, 3.5vw, 66px);
  right: clamp(28px, 3.5vw, 66px);
  background: rgba(255, 255, 255, .22);
}

body .header-logo {
  position: absolute;
  left: clamp(28px, 3.5vw, 66px);
  top: 0;
  z-index: 3;
  width: clamp(260px, 24vw, 410px);
  height: 108px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

body .header-logo a {
  width: 100%;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

body .header-logo .site-logo-image {
  height: 210px;
  max-width: 280px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-4px) scale(1.55);
  transform-origin: center center;
}

body .desktop-menu {
  order: 1;
  display: flex !important;
  flex: 1;
  justify-content: flex-start;
  gap: clamp(20px, 2.3vw, 44px) !important;
  min-width: 0;
  height: 108px;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}

body .desktop-menu > li > a {
  display: inline-flex;
  align-items: center;
  height: 108px;
  color: #fff;
  font-size: clamp(13px, .94vw, 17px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

body .desktop-services-menu {
  color: var(--premium-ink);
}

body .header-navbar {
  order: 2;
  align-self: center;
  justify-self: end;
}

body .header-toggler span {
  background: #fff !important;
}

body .header-actions {
  order: 3;
  display: none !important;
}

body:not(.home-page) .main-area {
  padding-top: 108px;
}

@media (max-width: 900px) {
  body .header-area,
  body .header-wrapper,
  body .desktop-menu,
  body .header-logo,
  body .header-logo a {
    min-height: 96px;
    height: 96px;
  }

  body .header-wrapper {
    padding-left: clamp(220px, 32vw, 260px) !important;
  }

  body .header-logo {
    width: 220px;
  }

  body .header-logo .site-logo-image {
    height: 150px;
    max-width: 190px;
    transform: translateY(6px) scale(1.3);
  }

  body:not(.home-page) .main-area {
    padding-top: 96px;
  }
}

@media (max-width: 560px) {
  body .header-wrapper {
    padding-left: 150px !important;
    padding-right: 18px !important;
  }

  body .header-logo {
    left: 18px;
    width: 130px;
  }

  body .header-logo .site-logo-image {
    height: 120px;
    max-width: 150px;
    transform: translateY(5px) scale(1.25);
  }
}
