/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./src/app/(website)/styles.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Be Vietnam Pro',Arial,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --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);
  }
}
@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%;
    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;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::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 {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .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;
    }
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .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, -webkit-backdrop-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));
  }
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("/assets/03d1b589cff172e1a670b357.woff2") format('woff2');
  font-display: swap;
  font-weight: 400;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("/assets/b621f77d35f777023aa11ca5.woff2") format('woff2');
  font-display: swap;
  font-weight: 500;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("/assets/9503dec2a7c532c8331e9600.woff2") format('woff2');
  font-display: swap;
  font-weight: 600;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("/assets/a193dd87699bd2e18ddf72dc.woff2") format('woff2');
  font-display: swap;
  font-weight: 700;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("/assets/dc085e2fba3414e5c5bf1e61.woff2") format('woff2');
  font-display: swap;
  font-weight: 400;
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("/assets/86341610cbe907eecf461c91.woff2") format('woff2');
  font-display: swap;
  font-weight: 500;
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("/assets/97658c6f9a384f29a3005c3d.woff2") format('woff2');
  font-display: swap;
  font-weight: 600;
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("/assets/4f58af2d1c3e28a9ba14c51c.woff2") format('woff2');
  font-display: swap;
  font-weight: 700;
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("/assets/e0c764a8e9e1cce92163c55b.woff2") format('woff2');
  font-display: swap;
  font-weight: 400 900;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("/assets/ef6446229b59773e67102165.woff2") format('woff2');
  font-display: swap;
  font-weight: 400 900;
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
:root {
  --cream: #F7F3EC;
  --wood: #50260F;
  --gold: #CF9D61;
  --sand: #D8C7AF;
  --navy: #172A3A;
  --ink: #1D1D1D;
  --muted: #6c6258;
  --line: #dfd6c9;
  --display: 'Playfair Display',Georgia,serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 16px/1.75 'Be Vietnam Pro',Arial,sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,select {
  font: inherit;
}
button,a,input,select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a,button {
  transition: color .2s,background .2s,transform .2s;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,h2,h3,h4,p {
  margin: 0;
}
h1,h2,h3 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.25;
  color: var(--wood);
  overflow-wrap: break-word;
}
h1 {
  font-size: clamp(2.25rem,4.2vw,4.5rem);
}
h2 {
  font-size: clamp(1.9rem,3.2vw,3.3rem);
}
h3 {
  font-size: 1.5rem;
}
p {
  color: var(--muted);
}
:focus-visible {
  outline: 3px solid #956024;
  outline-offset: 5px;
}
::selection {
  background: var(--sand);
}
.shell {
  width: min(1280px,calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 86px;
}
.section-bottom {
  padding-bottom: 90px;
}
.soft {
  background: #eee7dd;
}
.eyebrow {
  display: block;
  font-size: .75rem;
  letter-spacing: .18em;
  font-weight: 600;
  color: #8c5b2c;
  margin-bottom: 16px;
  line-height: 1.65;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--wood);
  border: 1px solid var(--wood);
  color: white;
  padding: 15px 24px;
  font-size: .875rem;
  line-height: 1.5;
  min-height: 48px;
  font-weight: 500;
}
.button:hover {
  background: #6c381a;
  transform: translateY(-2px);
}
.button-outline {
  background: transparent;
  color: var(--wood);
}
.button-outline:hover {
  background: var(--sand);
  color: var(--wood);
}
.button-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--wood);
}
.button-gold:hover {
  background: #e1b882;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.icon-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  background: none;
  border: 1px solid transparent;
  color: inherit;
}
.icon-button:hover {
  background: #d8c7af55;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: .875rem;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px;
  color: var(--wood);
  font-weight: 500;
}
.text-link:hover {
  gap: 18px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 1000;
  background: white;
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
.topbar {
  background: var(--wood);
  color: #f3e9db;
  padding: 8px 48px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: .75rem;
  letter-spacing: .06em;
}
.header {
  background: rgba(247,243,236,.98);
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
}
.header-main {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: .75rem;
  letter-spacing: .14em;
  line-height: 1.75;
  color: var(--wood);
}
.brand img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.brand strong {
  font-size: 1.15rem;
  letter-spacing: .12em;
}
.header-tagline {
  font: 1.1rem/1.5 var(--display);
  color: #77604b;
  border-left: 1px solid var(--sand);
  padding-left: 30px;
  margin-right: auto;
  margin-left: 44px;
}
.header-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-phone {
  display: flex;
  gap: 10px;
  font-size: .875rem;
  font-weight: 600;
}
.desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: .8rem;
  line-height: 1.5;
}
.desktop-nav>a,.nav-group>a {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 2px solid transparent;
}
.desktop-nav a:hover {
  color: #925a28;
  border-bottom-color: var(--gold);
}
.nav-group {
  position: static;
}
.mega-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  background: var(--cream);
  padding: 40px max(48px,calc((100vw - 1280px)/2));
  border-bottom: 1px solid var(--sand);
  box-shadow: 0 20px 30px #50260f12;
  transition: .2s;
}
.nav-group:hover .mega-menu,.nav-group:focus-within .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.mega-menu h3 {
  margin-bottom: 20px;
}
.mega-links {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.mega-links a {
  font-size: .875rem;
}
.mega-menu>div>a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu-button {
  display: none;
}
dialog {
  border: 1px solid var(--sand);
  background: var(--cream);
  padding: 32px;
  color: var(--ink);
  max-width: calc(100vw - 28px);
  max-height: 90dvh;
}
dialog::backdrop {
  background: #172a3aaa;
  backdrop-filter: blur(5px);
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.dialog-top h2 {
  font-size: 1.8rem;
}
.search-dialog {
  width: 700px;
}
.search-form {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}
.search-form input {
  min-width: 0;
  flex: 1;
  padding: 14px;
  border: 1px solid var(--sand);
  background: #fff;
}
.search-dialog p a {
  text-decoration: underline;
}
.hero {
  height: 610px;
  position: relative;
  background: #e7ddce;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .85s,visibility .85s;
  background: linear-gradient(110deg,#eee5d8 0%,#e7dbc9 68%,#d8c7af 100%);
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  pointer-events: none;
}
.hero-content a {
  pointer-events: auto;
}
.hero h1,.hero h2 {
  max-width: 710px;
  font-size: clamp(2.5rem,4.8vw,4.65rem);
  line-height: 1.2;
  letter-spacing: -.035em;
}
.hero h1 span,.hero h2 span {
  display: block;
}
.hero h1 span+span,.hero h2 span+span {
  font-style: italic;
}
.hero p {
  max-width: 550px;
  margin: 26px 0 32px;
  font-size: .9rem;
  line-height: 1.9;
  color: #675748;
}
.hero-logo {
  position: absolute;
  right: 3%;
  top: 50%;
  width: 43%;
  transform: translateY(-50%);
  opacity: .34;
  mix-blend-mode: multiply;
}
.hero-logo img {
  width: 100%;
}
.hero-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.has-image:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#17200dd9,#17200d22);
}
.has-image h1,.has-image h2,.has-image .eyebrow,.has-image p {
  color: var(--cream);
}
.has-image .button-outline {
  color: white;
  border-color: #eee;
}
.hero-controls {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--wood);
}
.hero-counter {
  font-size: 1.3rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-counter>span:first-child {
  font-size: .875rem;
  color: #75614e;
}
.hero-line {
  width: 100px;
  height: 1px;
  background: #ab8b67;
  margin-left: 14px;
}
.dots {
  display: flex;
  gap: 4px;
}
.dots button {
  width: 36px;
  height: 40px;
  border: 0;
  background: transparent;
  position: relative;
}
.dots button:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #ae9270;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 14px;
}
.dots button.selected:after {
  background: var(--wood);
  outline: 1px solid var(--wood);
  outline-offset: 5px;
}
.arrows {
  display: flex;
  gap: 8px;
}
.arrows button {
  width: 42px;
  height: 42px;
  border: 1px solid #b69d7c;
  background: #f7f3ec66;
  display: grid;
  place-items: center;
  color: var(--wood);
}
.values {
  padding-block: 36px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-bottom: 1px solid var(--line);
}
.values>div {
  display: flex;
  gap: 20px;
  padding: 0 26px;
  border-right: 1px solid var(--line);
}
.values>div:first-child {
  padding-left: 0;
}
.values>div:last-child {
  border: 0;
}
.values svg {
  flex-shrink: 0;
  color: #966329;
  margin-top: 3px;
}
.values h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.values p {
  font-size: .8rem;
  line-height: 1.75;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}
.section-head p {
  max-width: 580px;
  margin-top: 18px;
}
.section-head .text-link {
  flex-shrink: 0;
}
.needs-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.need {
  padding: 30px 28px;
  background: #f0e9de;
  border: 1px solid var(--line);
  position: relative;
  transition: .3s;
}
.need>span {
  font: 1.2rem var(--display);
  color: #94744f;
}
.need>svg {
  position: absolute;
  top: 26px;
  right: 26px;
  color: #96764e;
}
.need h3 {
  font-size: 1.55rem;
  margin: 35px 0 14px;
}
.need p {
  font-size: .875rem;
}
.need:hover {
  background: var(--wood);
  transform: translateY(-4px);
}
.need:hover h3,.need:hover p,.need:hover>span,.need:hover>svg {
  color: var(--cream);
}
.spaces-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 20px;
}
.space-tile {
  min-height: 360px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #d8c7af;
}
.space-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}
.space-tile:has(img):after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent,#172a3add);
}
.space-tile:hover img {
  transform: scale(1.045);
}
.space-number,.space-tile>div {
  position: relative;
  z-index: 1;
}
.space-number {
  font-size: .8rem;
  letter-spacing: .15em;
}
.space-tile h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.space-1 {
  background: #b2a391;
}
.space-2 {
  background: #cbb393;
}
.space-tile:has(img) h3,.space-tile:has(img) .eyebrow,.space-tile:has(img) .text-link,.space-tile:has(img) .space-number {
  color: white;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 36px 26px;
}
.card {
  min-width: 0;
}
.card-image {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #e9dfd1;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s,opacity .4s;
  position: absolute;
  inset: 0;
}
.secondary-image {
  opacity: 0;
}
.card-image:hover .primary-image {
  transform: scale(1.045);
}
.card-image:hover .secondary-image {
  opacity: 1;
  transform: scale(1.04);
}
.card-open {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--wood);
  width: 42px;
  height: 42px;
  transition: .3s;
  transform: translateY(5px);
  opacity: .85;
}
.card-image:hover .card-open {
  transform: translateY(0);
  opacity: 1;
}
.card-body {
  padding-top: 22px;
}
.card-body .eyebrow {
  font-size: .7rem;
  margin-bottom: 9px;
}
.card-body h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
}
.card-body p {
  font-size: .875rem;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.image-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  color: #785537;
  padding: 24px;
  background: linear-gradient(135deg,#e8ddcd,#d8c7af);
}
.image-placeholder span {
  font: 1.4rem var(--display);
  letter-spacing: .14em;
}
.image-placeholder small {
  font-size: .75rem;
}
.empty-state {
  padding: 62px 32px;
  text-align: center;
  border: 1px solid var(--line);
  background: linear-gradient(120deg,#f1eadf,#ece2d4);
}
.empty-state h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.empty-state p {
  max-width: 630px;
  margin: 0 auto 24px;
  font-size: .9rem;
}
.custom-section {
  background: var(--navy);
  padding: 70px 0;
  color: var(--cream);
}
.custom-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.custom-grid h2 {
  color: var(--cream);
  font-size: clamp(2rem,3.2vw,3.15rem);
  margin-bottom: 26px;
}
.custom-grid h2 em {
  color: var(--gold);
}
.custom-grid p {
  color: #c6ced2;
  font-size: .95rem;
}
.custom-grid .eyebrow {
  color: var(--gold);
}
.custom-mark {
  background: #f1e8d9;
  padding: 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--wood);
  border: 1px solid #e9d9bf;
}
.custom-mark>span {
  letter-spacing: .2em;
  font-size: .75rem;
}
.custom-mark img {
  mix-blend-mode: multiply;
  width: 85%;
  margin: 15px 0;
}
.custom-mark small {
  font-size: .68rem;
  letter-spacing: .11em;
}
.custom-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 32px;
}
.custom-tags span {
  border: 1px solid #51606b;
  padding: 6px 14px;
  font-size: .8rem;
}
.services-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}
.services-list>a {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 25px;
}
.services-list>a>span {
  font-size: .8rem;
  color: #997444;
}
.services-list h3 {
  font-size: 1.4rem;
}
.services-list svg {
  margin-left: auto;
}
.services-list a:hover {
  padding-left: 12px;
  color: #a26c31;
}
.carousel {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: 15px;
}
.carousel .card {
  flex: 0 0 44%;
  scroll-snap-align: start;
}
.carousel-controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  gap: 12px;
}
.carousel-controls button {
  border-color: var(--sand);
}
.process-section {
  background: #e9e0d3;
}
.process {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 24px;
  margin: 44px 0 30px;
}
.process-step {
  border-top: 1px solid #bdaa90;
  padding-top: 22px;
}
.process-step>span {
  font: 2.5rem var(--display);
  color: #a78254;
}
.process-step h3 {
  font-size: 1.15rem;
  margin: 20px 0 12px;
  line-height: 1.5;
}
.process-step p {
  font-size: .8rem;
}
.process-note {
  font-size: .875rem;
  max-width: 760px;
}
.process-note a {
  text-decoration: underline;
  color: var(--wood);
}
.about-home {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px 90px;
  border-bottom: 1px solid var(--line);
}
.about-home>.eyebrow {
  grid-column: 1/-1;
  margin: 0;
}
.about-home h2 {
  font-size: clamp(2rem,3.3vw,3.3rem);
}
.about-home>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.location {
  display: grid;
  grid-template-columns: 40% 60%;
  border: 1px solid var(--line);
  min-height: 490px;
}
.location-info {
  padding: 46px 40px;
  background: #ece3d6;
}
.location-info h2 {
  margin-bottom: 30px;
}
.location-info h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.location-info p {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: .875rem;
  margin-bottom: 14px;
}
.location-info p svg {
  flex-shrink: 0;
  margin-top: 5px;
}
.location-info .button {
  margin-top: 10px;
}
.location-map {
  background: #e5ded2;
  min-height: 360px;
}
.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}
.map-empty {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  color: #957450;
}
.map-empty h3 {
  margin: 22px 0 16px;
}
.map-empty p {
  font-size: .875rem;
}
.footer {
  background: #ede5d9;
  padding: 55px 0 20px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr 1.25fr;
  gap: 45px;
}
.footer-grid img {
  mix-blend-mode: multiply;
  margin-bottom: 20px;
}
.footer-grid h3 {
  font-family: inherit;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .05em;
  margin-bottom: 14px;
}
.footer-grid p {
  font-size: .875rem;
}
.footer-grid h4 {
  font-size: .9rem;
  margin-bottom: 24px;
  font-weight: 600;
  color: var(--wood);
}
.footer-grid>div>a {
  display: block;
  font-size: .85rem;
  margin-bottom: 13px;
  color: #685745;
}
.footer-grid a:hover {
  color: #9b652e;
}
.footer-bottom {
  border-top: 1px solid #d3c5b3;
  margin-top: 42px;
  padding-top: 20px;
  font-size: .75rem;
  color: #786755;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.zalo-float {
  position: fixed;
  right: 24px;
  bottom: 26px;
  z-index: 35;
  background: var(--navy);
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px 22px;
  border-radius: 36px;
  box-shadow: 0 5px 20px #172a3a26;
  font-size: .85rem;
}
.zalo-float:hover {
  background: var(--wood);
  transform: translateY(-3px);
}
.mobile-contact {
  display: none;
}
.breadcrumb {
  padding-block: 22px;
  display: flex;
  flex-wrap: wrap;
  font-size: .75rem;
  color: #827565;
}
.breadcrumb .slash {
  padding: 0 12px;
  color: #b5a58f;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.page-intro {
  padding: 35px 0 45px;
}
.page-intro h1 {
  max-width: 970px;
  margin-bottom: 24px;
}
.page-intro p {
  max-width: 780px;
}
.catalogue-filters {
  background: #eee6da;
  padding: 26px;
  border: 1px solid var(--line);
  margin: 0 0 30px;
}
.catalogue-filters label {
  font-size: .8rem;
  display: block;
  color: #65533f;
}
.filter-search>div {
  position: relative;
}
.filter-search svg {
  position: absolute;
  top: 17px;
  left: 14px;
  color: #82705b;
}
.filter-search input {
  padding: 13px 15px 13px 44px;
  width: 100%;
  margin-top: 6px;
  background: var(--cream);
  border: 1px solid #ccbaa1;
}
.filter-selects {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 16px;
  margin: 20px 0;
}
.filter-selects select {
  display: block;
  margin-top: 7px;
  padding: 12px;
  width: 100%;
  background: var(--cream);
  border: 1px solid #ccbaa1;
  color: var(--wood);
  font-size: .85rem;
}
.results-count {
  font-size: .85rem;
  margin-bottom: 25px;
  color: var(--muted);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 45px;
}
.pagination a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--sand);
  font-size: .85rem;
}
.pagination a[aria-current] {
  background: var(--wood);
  color: white;
}
.ellipsis {
  padding: 10px;
}
.contact-cta {
  padding: 44px;
  background: var(--wood);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 65px;
}
.contact-cta h2 {
  color: var(--cream);
  font-size: 2.6rem;
}
.contact-cta p {
  color: #dfcdb7;
  max-width: 620px;
  margin-top: 20px;
  font-size: .9rem;
}
.contact-cta .eyebrow {
  color: var(--gold);
}
.contact-cta>.button {
  flex-shrink: 0;
}
.about-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: start;
}
.about-logo {
  background: #eadfce;
}
.about-logo img {
  width: 100%;
  mix-blend-mode: multiply;
}
.prose {
  max-width: 820px;
  margin-inline: auto;
}
.prose h2 {
  font-size: 2rem;
  margin: 35px 0 22px;
}
.prose h3 {
  font-size: 1.4rem;
  margin: 26px 0 18px;
}
.prose p,.prose ul,.prose ol {
  margin: 18px 0;
  line-height: 1.9;
  color: var(--muted);
}
.prose ul {
  list-style: disc;
  padding-left: 25px;
}
.prose ol {
  list-style: decimal;
  padding-left: 25px;
}
.prose li {
  margin: 8px 0;
}
.prose a {
  text-decoration: underline;
  color: var(--wood);
}
.prose img {
  margin: 30px auto;
}
.prose blockquote {
  border-left: 3px solid var(--gold);
  padding: 15px 25px;
  background: #ede5d9;
}
.prose.wide {
  max-width: none;
}
.custom-options {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.custom-options>div {
  padding: 32px;
  background: #ece2d4;
}
.custom-options h2 {
  font-size: 1.65rem;
  margin-bottom: 18px;
}
.custom-options p {
  font-size: .9rem;
}
.product-detail {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 65px;
  padding-top: 30px;
}
.detail-intro h1 {
  font-size: clamp(2rem,3.3vw,3.3rem);
  margin-bottom: 24px;
}
.detail-summary {
  margin-bottom: 25px;
}
.consult-label {
  display: block;
  color: #8b592a;
  font-family: var(--display);
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.specs {
  margin: 25px 0;
  border-top: 1px solid var(--line);
  font-size: .875rem;
}
.specs>div {
  display: grid;
  grid-template-columns: 130px 1fr;
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  gap: 20px;
}
.specs dt {
  color: var(--muted);
}
.specs dd {
  margin: 0;
  color: var(--wood);
}
.custom-size {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: .85rem;
  margin: 24px 0;
}
.sample-note {
  font-size: .85rem;
  margin-top: 22px;
}
.gallery-main {
  position: relative;
  width: 100%;
  display: block;
  border: 0;
  padding: 0;
  background: #e6ddcf;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-main>span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 10px;
  background: var(--cream);
  padding: 10px 14px;
  font-size: .8rem;
  color: var(--wood);
}
.thumbnails {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 15px 1px;
}
.thumbnails button {
  width: 76px;
  height: 76px;
  flex-shrink: 0;
  border: 2px solid transparent;
  background: #e7dccb;
  padding: 3px;
}
.thumbnails .selected {
  border-color: var(--wood);
}
.thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-empty {
  min-height: 450px;
  background: linear-gradient(140deg,#e8dccb,#d8c7af);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px;
  text-align: center;
}
.gallery-empty>span {
  font-size: .75rem;
  letter-spacing: .13em;
  color: #8c643e;
}
.gallery-empty h3 {
  font-size: 2.4rem;
  margin: 25px 0;
}
.gallery-empty p {
  font-size: .875rem;
}
.lightbox {
  width: min(1200px,95vw);
  height: 94dvh;
  max-height: 94dvh;
  overflow: hidden;
}
.lightbox-image {
  height: calc(100% - 155px);
  overflow: auto;
  display: flex;
  justify-content: center;
  background: #e9e1d5;
}
.lightbox-image img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}
.lightbox-image.zoomed {
  display: block;
}
.lightbox-image.zoomed img {
  height: auto;
  width: 180%;
  max-width: none;
}
.lightbox-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  gap: 12px;
}
.detail-prose {
  margin-block: 50px;
}
.content-detail {
  text-align: center;
  max-width: 940px;
  margin: 35px auto;
}
.content-detail .detail-intro>.button {
  margin: 10px auto;
}
.detail-gallery {
  max-width: 1000px;
  margin: 40px auto;
}
.detail-gallery .gallery-main {
  aspect-ratio: 16/10;
}
.article-meta {
  font-size: .8rem;
}
.before-after>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.before-after figure {
  margin: 0;
}
.before-after img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.before-after figcaption {
  padding: 10px;
  background: #e8dccb;
  text-align: center;
}
.cookie-notice {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: var(--cream);
  border: 1px solid var(--sand);
  z-index: 80;
  max-width: 440px;
  padding: 24px;
  box-shadow: 0 5px 30px #172a3a33;
}
.cookie-notice p {
  font-size: .85rem;
  margin-bottom: 16px;
}
.cookie-notice a {
  text-decoration: underline;
}
.cookie-notice .button {
  font-size: .8rem;
  padding: 10px 18px;
}
.visible {
  animation: fade-up .65s ease-out both;
}
@keyframes fade-up {
  from {
    opacity: .3;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width:1600px) {
  .hero-logo {
    right: calc((100vw - 1380px)/2);
    width: 520px;
  }
}
@media (max-width:1100px) {
  .shell {
    width: calc(100% - 56px);
  }
  .desktop-nav {
    gap: 14px;
    font-size: .72rem;
  }
  .header-tagline {
    margin-left: 26px;
    padding-left: 22px;
  }
  .header-actions {
    gap: 10px;
  }
  .hero-content {
    padding-top: 65px;
  }
  .hero {
    height: 570px;
  }
  .hero h1,.hero h2 {
    max-width: 640px;
    font-size: 3.5rem;
  }
  .hero-logo {
    right: -8%;
    width: 50%;
    opacity: .26;
  }
  .custom-grid {
    gap: 45px;
  }
  .footer-grid {
    gap: 28px;
  }
  .filter-selects {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .location-info {
    padding: 34px 25px;
  }
  .product-detail {
    gap: 35px;
  }
  .values>div {
    padding: 0 18px;
    gap: 14px;
  }
  .topbar {
    padding-inline: 28px;
  }
  .mega-links {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:900px) {
  .desktop-nav,.header-tagline,.header-phone {
    display: none;
  }
  .mobile-menu-button {
    display: inline-flex;
  }
  .header-main {
    height: 86px;
  }
  .brand img {
    width: 66px;
    height: 66px;
  }
  .brand strong {
    font-size: 1rem;
  }
  .topbar {
    justify-content: center;
    font-size: .67rem;
  }
  .topbar>a {
    display: none;
  }
  .mobile-dialog {
    position: fixed;
    inset: 0 0 0 auto;
    margin: 0;
    width: 390px;
    height: 100dvh;
    max-height: 100dvh;
    padding: 25px;
  }
  .mobile-dialog nav {
    display: flex;
    flex-direction: column;
    margin: 25px 0;
  }
  .mobile-dialog nav>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    font-size: .9rem;
  }
  .hero h1,.hero h2 {
    font-size: 3.3rem;
    max-width: 580px;
  }
  .hero-logo {
    right: -14%;
    width: 60%;
    opacity: .18;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 30px;
  }
  .values>div {
    border: 0;
    padding: 0;
  }
  .values p {
    font-size: .85rem;
  }
  .needs-grid {
    gap: 14px;
  }
  .need {
    padding: 24px 18px;
  }
  .need h3 {
    font-size: 1.35rem;
  }
  .spaces-grid {
    grid-template-columns: 1fr 1fr;
  }
  .space-tile:first-child {
    grid-column: 1/-1;
    min-height: 300px;
  }
  .space-tile {
    min-height: 260px;
  }
  .cards-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .custom-grid {
    grid-template-columns: .8fr 1.2fr;
    gap: 32px;
  }
  .custom-mark {
    padding: 22px 14px;
  }
  .custom-mark small {
    font-size: .6rem;
  }
  .custom-grid h2 {
    font-size: 2rem;
  }
  .custom-grid p {
    font-size: .875rem;
  }
  .process {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 28px;
  }
  .about-home {
    gap: 30px;
  }
  .footer-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
  }
  .about-page {
    gap: 35px;
  }
  .custom-options {
    grid-template-columns: 1fr;
  }
  .custom-options>div {
    padding: 28px;
  }
  .product-detail {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .detail-intro h1 {
    font-size: 2rem;
  }
  .specs>div {
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }
  .gallery-empty {
    min-height: 350px;
    padding: 25px;
  }
  .contact-cta {
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
  .location {
    grid-template-columns: 42% 58%;
  }
  .location-info h2 {
    font-size: 2.4rem;
  }
  .section {
    padding-block: 65px;
  }
}
@media (max-width:640px) {
  html {
    scroll-padding-top: 95px;
  }
  .shell {
    width: calc(100% - 36px);
  }
  .section {
    padding-block: 52px;
  }
  .section-bottom {
    padding-bottom: 55px;
  }
  .topbar {
    padding: 8px 12px;
    font-size: .6rem;
    letter-spacing: .025em;
  }
  .brand {
    gap: 9px;
    font-size: .6rem;
  }
  .brand strong {
    font-size: .85rem;
    letter-spacing: .09em;
  }
  .header-main {
    height: 76px;
  }
  .brand img {
    width: 59px;
    height: 59px;
  }
  .header-actions {
    gap: 2px;
  }
  .hero {
    height: 600px;
  }
  .hero-content {
    padding-top: 52px;
  }
  .hero h1,.hero h2 {
    font-size: 2.65rem;
    line-height: 1.23;
    letter-spacing: -.03em;
  }
  .hero p {
    font-size: .84rem;
    margin: 24px 0 26px;
    max-width: 95%;
  }
  .hero-logo {
    width: 85%;
    right: -17%;
    top: 70%;
    opacity: .11;
  }
  .hero .button-row {
    align-items: stretch;
    flex-direction: column;
    max-width: 310px;
    gap: 12px;
  }
  .hero .button {
    padding: 13px 17px;
    font-size: .8rem;
  }
  .hero-controls {
    bottom: 24px;
  }
  .hero-line {
    display: none;
  }
  .hero-counter {
    font-size: 1.05rem;
  }
  .hero-counter>span:first-child {
    font-size: .75rem;
  }
  .arrows {
    gap: 5px;
  }
  .arrows button {
    width: 36px;
    height: 40px;
  }
  .dots {
    gap: 0;
  }
  .dots button {
    width: 27px;
  }
  .dots button:after {
    left: 10px;
  }
  .values {
    gap: 22px;
  }
  .values h3 {
    font-size: 1.13rem;
  }
  .values p {
    font-size: .8rem;
  }
  .section-head {
    display: block;
    margin-bottom: 28px;
  }
  .section-head .text-link {
    margin-top: 20px;
  }
  .section-head p {
    font-size: .875rem;
  }
  .eyebrow {
    font-size: .65rem;
    letter-spacing: .14em;
    margin-bottom: 13px;
  }
  .needs-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .need {
    padding: 22px 24px;
  }
  .need h3 {
    margin: 18px 0 10px;
    font-size: 1.45rem;
  }
  .need p {
    font-size: .82rem;
  }
  .need>svg {
    top: 22px;
  }
  .spaces-grid {
    gap: 12px;
  }
  .space-tile {
    padding: 22px 16px;
    min-height: 250px;
  }
  .space-tile:first-child {
    min-height: 280px;
  }
  .space-tile h3 {
    font-size: 1.7rem;
  }
  .space-tile .eyebrow {
    font-size: .55rem;
  }
  .space-tile .text-link {
    font-size: .75rem;
    gap: 7px;
  }
  .cards-grid {
    gap: 28px 14px;
  }
  .card-body {
    padding-top: 16px;
  }
  .card-body h3 {
    font-size: 1.13rem;
    line-height: 1.35;
  }
  .card-body p {
    font-size: .78rem;
  }
  .card-body .eyebrow {
    font-size: .56rem;
    letter-spacing: .08em;
  }
  .card-body .text-link {
    font-size: .75rem;
    gap: 7px;
  }
  .image-placeholder {
    padding: 12px;
    gap: 9px;
  }
  .image-placeholder span {
    font-size: .9rem;
    letter-spacing: .08em;
  }
  .image-placeholder small {
    font-size: .63rem;
    line-height: 1.5;
  }
  .card-open {
    width: 33px;
    height: 33px;
    right: 8px;
    bottom: 8px;
  }
  .empty-state {
    padding: 36px 22px;
  }
  .empty-state h3 {
    font-size: 1.55rem;
  }
  .empty-state p {
    font-size: .85rem;
  }
  .custom-section {
    padding: 45px 0;
  }
  .custom-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .custom-mark {
    max-width: 350px;
    width: 100%;
    margin: auto;
  }
  .custom-mark img {
    width: 65%;
  }
  .custom-mark small {
    font-size: .6rem;
  }
  .custom-grid h2 {
    font-size: 2rem;
  }
  .custom-tags {
    gap: 8px;
  }
  .custom-tags span {
    font-size: .75rem;
    padding: 5px 10px;
  }
  .services-list {
    grid-template-columns: 1fr;
  }
  .services-list>a {
    padding: 20px 0;
    gap: 20px;
  }
  .services-list h3 {
    font-size: 1.3rem;
  }
  .carousel .card {
    flex-basis: 85%;
  }
  .process {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 24px;
  }
  .process-step {
    position: relative;
    padding-left: 60px;
    padding-top: 18px;
  }
  .process-step>span {
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 2rem;
  }
  .process-step h3 {
    margin: 0 0 12px;
    font-size: 1.2rem;
  }
  .process-step p {
    font-size: .85rem;
  }
  .process-note {
    font-size: .8rem;
  }
  .about-home {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .about-home p {
    font-size: .9rem;
  }
  .location {
    grid-template-columns: 1fr;
  }
  .location-info {
    padding: 32px 26px;
  }
  .location-info h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .location-map {
    min-height: 310px;
  }
  .location-map iframe {
    min-height: 330px;
  }
  .map-empty {
    padding: 40px 22px;
    min-height: 310px;
  }
  .footer {
    padding-top: 35px;
    padding-bottom: 82px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 22px;
  }
  .footer-grid>div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid img {
    width: 86px;
    height: 86px;
    float: left;
    margin: 0 20px 15px 0;
  }
  .footer-grid h3 {
    padding-top: 12px;
    font-size: .78rem;
  }
  .footer-grid p {
    font-size: .8rem;
  }
  .footer-grid h4 {
    font-size: .8rem;
    margin-bottom: 16px;
  }
  .footer-grid>div>a {
    font-size: .78rem;
    margin-bottom: 10px;
  }
  .footer-grid>div:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: .65rem;
    gap: 12px;
    margin-top: 28px;
  }
  .footer-bottom>span:last-child {
    display: none;
  }
  .zalo-float {
    display: none;
  }
  .mobile-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    background: var(--wood);
    padding-bottom: env(safe-area-inset-bottom);
    color: white;
    border-top: 1px solid #85684a;
  }
  .mobile-contact>a {
    padding: 17px 8px;
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    font-size: .8rem;
    letter-spacing: .05em;
  }
  .mobile-contact>a+ a {
    background: var(--navy);
  }
  .page-intro {
    padding: 22px 0 35px;
  }
  .page-intro h1 {
    font-size: 2.35rem;
  }
  .page-intro p {
    font-size: .9rem;
  }
  .breadcrumb {
    font-size: .65rem;
    padding-block: 17px;
  }
  .breadcrumb .slash {
    padding-inline: 7px;
  }
  .catalogue-filters {
    padding: 20px 16px;
  }
  .filter-selects {
    grid-template-columns: 1fr 1fr;
    gap: 15px 12px;
  }
  .filter-selects label:last-child {
    grid-column: 1/-1;
  }
  .filter-selects select {
    font-size: .8rem;
    padding: 11px 8px;
  }
  .filter-search input {
    font-size: 1rem;
  }
  .contact-cta {
    padding: 32px 24px;
    margin-top: 40px;
    gap: 25px;
  }
  .contact-cta h2 {
    font-size: 2rem;
  }
  .contact-cta p {
    font-size: .85rem;
    margin-top: 16px;
  }
  .contact-cta .button {
    width: 100%;
  }
  .about-page {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .about-logo {
    max-width: 380px;
    margin: auto;
  }
  .prose h2 {
    font-size: 1.75rem;
    margin-top: 28px;
  }
  .prose p,.prose li {
    font-size: .9rem;
  }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 10px;
  }
  .detail-intro h1 {
    font-size: 2.3rem;
  }
  .detail-summary {
    font-size: .9rem;
  }
  .detail-intro>.button {
    width: 100%;
  }
  .gallery-empty {
    min-height: 320px;
  }
  .gallery-empty h3 {
    font-size: 2rem;
  }
  .specs>div {
    grid-template-columns: 115px 1fr;
  }
  .lightbox {
    padding: 16px;
  }
  .lightbox .dialog-top {
    margin-bottom: 12px;
  }
  .lightbox-controls .button {
    padding: 10px;
    font-size: .75rem;
    gap: 8px;
  }
  .lightbox-image {
    height: calc(100% - 135px);
  }
  .content-detail {
    margin: 20px auto;
  }
  .detail-prose {
    margin-block: 32px;
  }
  .before-after>div {
    gap: 12px;
  }
  .before-after h2 {
    font-size: 1.7rem;
  }
  .search-dialog {
    padding: 24px 18px;
  }
  .search-form {
    flex-direction: column;
  }
  .search-form input {
    width: 100%;
    font-size: 1rem;
  }
  .search-dialog .dialog-top h2 {
    font-size: 1.6rem;
  }
  .cookie-notice {
    left: 12px;
    right: 12px;
    bottom: 80px;
    padding: 20px;
  }
  .search-dialog p {
    font-size: .85rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .hero-slide {
    transition: none;
  }
  .card-image:hover img,.space-tile:hover img,.need:hover,.button:hover {
    transform: none;
  }
}
main img[data-loading] {
  transition: filter .45s ease,transform .6s ease,opacity .4s ease;
}
main img[data-loading="true"] {
  filter: blur(6px);
}
main img[data-loading="false"] {
  filter: blur(0);
}
@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;
}
@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-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;
    }
  }
}

