@font-face {
  font-family: "Panigale";
  src:
    url("./Font/Panigale-Font/Panigale-Regular.woff2") format("woff2"),
    url("./Font/Panigale-Font/Panigale-Regular.woff") format("woff"),
    url("./Font/Panigale-Font/Panigale-Regular.ttf") format("truetype"),
    local("Panigale"),
    local("Panigale Regular"),
    url("./Font/Panigale-Font/panigale.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Panigale";
  src:
    url("./Font/Panigale-Font/Panigale-Medium.woff2") format("woff2"),
    url("./Font/Panigale-Font/Panigale-Medium.woff") format("woff"),
    url("./Font/Panigale-Font/Panigale-Medium.ttf") format("truetype"),
    local("Panigale Medium"),
    url("./Font/Panigale-Font/panigale.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Panigale";
  src:
    url("./Font/Panigale-Font/Panigale-SemiBold.woff2") format("woff2"),
    url("./Font/Panigale-Font/Panigale-SemiBold.woff") format("woff"),
    url("./Font/Panigale-Font/Panigale-SemiBold.ttf") format("truetype"),
    local("Panigale SemiBold"),
    local("Panigale Semibold"),
    url("./Font/Panigale-Font/panigale.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("./Font/avenir-similar-fonts/Metropolis/Metropolis-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("./Font/avenir-similar-fonts/Metropolis/Metropolis-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("./Font/avenir-similar-fonts/Metropolis/Metropolis-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("./Font/avenir-similar-fonts/Metropolis/Metropolis-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src:
    url("./Font/Barlow_Condensed/BarlowCondensed-Regular.woff2") format("woff2"),
    url("./Font/Barlow_Condensed/BarlowCondensed-Regular.woff") format("woff"),
    url("./Font/Barlow_Condensed/BarlowCondensed-Regular.ttf") format("truetype"),
    local("Barlow Condensed"),
    local("BarlowCondensed-Regular");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MuseoModerno";
  src:
    url("./Font/museomoderno/MuseoModerno-Regular.ttf") format("truetype"),
    local("MuseoModerno Regular"),
    local("MuseoModerno");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MuseoModerno";
  src:
    url("./Font/museomoderno/MuseoModerno-Bold.ttf") format("truetype"),
    local("MuseoModerno Bold");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src:
    url("./Font/Barlow_Condensed/BarlowCondensed-Medium.woff2") format("woff2"),
    url("./Font/Barlow_Condensed/BarlowCondensed-Medium.woff") format("woff"),
    url("./Font/Barlow_Condensed/BarlowCondensed-Medium.ttf") format("truetype"),
    local("Barlow Condensed Medium"),
    local("BarlowCondensed-Medium");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src:
    url("./Font/Barlow_Condensed/BarlowCondensed-SemiBold.woff2") format("woff2"),
    url("./Font/Barlow_Condensed/BarlowCondensed-SemiBold.woff") format("woff"),
    url("./Font/Barlow_Condensed/BarlowCondensed-SemiBold.ttf") format("truetype"),
    local("Barlow Condensed SemiBold"),
    local("BarlowCondensed-SemiBold");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src:
    url("./Font/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype"),
    local("Bebas Neue"),
    local("BebasNeue-Regular");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src:
    url("./Font/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype"),
    local("Bebas Neue"),
    local("BebasNeue-Regular");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Opacity only — never put `transform` on `body` for page-in, or `position: fixed`
   children of body attach to body and scroll with the page (e.g. WhatsApp FAB). */
@keyframes stratus-page-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

:root {
  /* Large display / hero + exclusions from Metropolis headings */
  --display-font: "Panigale", serif;
  /* Display headings site-wide */
  --heading-font: "Bebas Neue", "Metropolis", sans-serif;
  --body-font: "Barlow Condensed", sans-serif;
  --primary: #d6bfa8;
  --primary-light: #e5d3c2;
  /* Home “Our Services” band + home page canvas (index.html) */
  --home-services-surface: #efe4da;
  --primary-dark: #cbb29a;
  --accent-gold: #c6a87d;
  --accent-brown: #8c6e54;
  --text-dark: #1a1a1a;
  --text-muted: #5a4636;
  --bg-light: #f5f3ef;
  --gray: #a8a29e;
  --navbar-color: #553d32;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 32px;
  --space-lg: 64px;
  --space-xl: 120px;
  --hero-nav-max-width: 980px;
  --hero-nav-padding-desktop: 8px 12px 8px 16px;
  --hero-nav-padding-mobile: 10px 12px;
  --hero-nav-surface: rgba(103, 92, 86, 0.58);
  --hero-nav-brand: #5b4033;
  --hero-nav-cta: #5b4033;
  /* Base copy scale — inherited by paragraphs and most UI text */
  --site-body-size: 18px;
  --site-body-line-height: 1.65;
  --paper-theme: radial-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
    repeating-linear-gradient(
      45deg,
      rgba(90, 70, 54, 0.07) 0px,
      rgba(90, 70, 54, 0.07) 1px,
      transparent 1px,
      transparent 6px
    ),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(90, 70, 54, 0.1));
}

html {
  background-color: var(--primary-light);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
}

* {
  box-sizing: border-box;
}

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

a,
button,
[role="button"],
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(198, 168, 125, 0.25);
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  font-family: var(--body-font);
  font-size: var(--site-body-size);
  line-height: var(--site-body-line-height);
  letter-spacing: 0.3px;
  color: #fff;
}

.top-hero-page,
.home-page {
  max-width: 100%;
  overflow-x: clip;
}

.about-page {
  background: #ffffff;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  /* Fade page content only — not the site chrome header (avoids navbar seam lines during load) */
  body {
    animation: none;
    opacity: 1;
  }

  body > section,
  body > footer {
    animation: stratus-page-in 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  html.stratus-exit-prep body {
    animation: none;
    opacity: 1;
    transform: none;
  }

  html.stratus-exit-prep body > section,
  html.stratus-exit-prep body > footer {
    animation: none;
    opacity: 1;
  }

  html.stratus-exit-prep body.stratus-is-leaving {
    opacity: 0;
    /* no transform — keeps fixed UI (e.g. WhatsApp) viewport-anchored during exit */
    transition: opacity 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  }

  html.stratus-exit-prep body.stratus-is-leaving > section,
  html.stratus-exit-prep body.stratus-is-leaving > footer {
    opacity: 0;
    transition: opacity 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

/* Faster first paint for below-the-fold sections */
.top-hero-page body > section:not(:first-of-type),
.top-hero-page body > footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px;
}

.brand-story-section,
.founder-note-section,
.about-section,
.about-visual-section,
.services-section,
.projects-section,
.gallary-section,
.latest-article-section,
.testimonials-section,
.contact-section {
  background-image: var(--paper-theme);
  background-size: 4px 4px, 8px 8px, 100% 100%;
  background-blend-mode: multiply, soft-light, normal;
}

h1,
h2,
h3 {
  font-family: var(--heading-font);
  letter-spacing: 1px;
}

h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin: 0;
}

h2 {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--heading-font);
  letter-spacing: 1px;
}

h5 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  font-family: var(--heading-font);
  letter-spacing: 1px;
}

h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  font-family: var(--heading-font);
  letter-spacing: 1px;
}

/* Hero H1s — Bebas Neue */
.home-page .hero-content h1,
.top-hero-page .page-hero-content h1,
.hero .hero-content h1,
.about-hero-content h1,
.contact-hero-content h1,
.services-hero-content h1,
.architecture-hero-content h1 {
  font-family: var(--heading-font);
}

.hero {
  min-height: 110vh;
  display: flex;
  flex-direction: column;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  width: 100%;
  max-width: 100%;
  padding: var(--space-sm) var(--space-lg);
  background-color: var(--navbar-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-leading {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  flex: 0 1 auto;
  min-width: 0;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar .brand {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--hero-nav-brand);
  border: none;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: 30px;
  height: auto;
  object-fit: contain;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.nav-toggle,
.nav-backdrop {
  display: none;
}

.nav-toggle {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
}

.nav-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.nav-toggle-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
}

.nav-toggle-bar {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background: currentColor;
  transform-origin: center;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}

.navbar.is-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar.is-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.navbar.is-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
  .nav-toggle-bar {
    transition: none;
  }
}

body.nav-menu-open {
  overflow: hidden;
}

button {
  padding: 14px 28px;
  border-radius: 8px;
  background: var(--navbar-color);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.btn-primary:hover {
  filter: brightness(1.08);
}

.hero-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--space-lg);
}

/* Home page — page background matches “A complete approach…” services band */
html:has(body.home-page),
body.home-page {
  background-color: var(--home-services-surface);
}

/* Home page hero + nav redesign */
.home-page .hero {
  position: relative;
  min-height: 100vh;
  padding: 0 22px 0;
  overflow: hidden;
  background-color: #2a1f18;
}

.home-page .home-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero-video {
    display: none;
  }

  .home-page .hero {
    background-image: none;
  }
}

/* Home page — triptych banner (first section) */
.home-page .home-banner-section {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding:
    clamp(112px, 9.5vw, 148px)
    0.5rem
    clamp(16px, 2.5vw, 32px);
  min-height: calc(min(74vh, 820px) + clamp(152px, 12vw, 212px));
  overflow: visible;
}

.home-page .home-banner-stage {
  position: relative;
  --home-banner-width: 980px;
  --home-banner-height: 477px;
  --home-banner-gap: clamp(40px, 5vw, 68px);
  --home-banner-logo-width: 118%;
  width: min(100%, var(--home-banner-width));
  margin: 0 auto;
}

.home-page .home-banner-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--home-banner-gap);
  width: 100%;
  height: var(--home-banner-height);
  min-height: var(--home-banner-height);
  max-height: var(--home-banner-height);
}

.home-page .home-banner-panel {
  position: relative;
  height: var(--home-banner-height);
  min-height: var(--home-banner-height);
  max-height: var(--home-banner-height);
  overflow: hidden;
  background-color: #f2f2f2;
}

.home-page .home-banner-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-page .home-banner-panel--center img {
  filter: grayscale(100%) contrast(1.08);
}

.home-page .home-banner-panel--center img.home-banner-center-com {
  position: absolute;
  left: 50%;
  bottom: clamp(6px, 2vw, 14px);
  transform: translateX(-50%);
  width: auto;
  max-width: min(98%, 420px);
  height: auto;
  max-height: min(42%, 120px);
  object-fit: contain;
  object-position: center bottom;
  z-index: 2;
  pointer-events: none;
  filter: none;
}

.home-page .home-banner-panel--cycle img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}

.home-page .home-banner-panel--cycle img.is-active {
  opacity: 1;
}

.home-page .home-banner-logo {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: clamp(44px, 7.5vw, 88px);
  z-index: 2;
  width: var(--home-banner-logo-width, 96%);
  max-width: none;
  height: auto;
  display: block;
  pointer-events: none;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
}

@media (max-width: 900px) {
  .home-page .home-banner-section {
    padding:
      clamp(96px, 16vw, 116px)
      max(0.5rem, env(safe-area-inset-right, 0px))
      clamp(10px, 2.5vw, 16px)
      max(0.5rem, env(safe-area-inset-left, 0px));
    min-height: calc(clamp(180px, 34vw, 290px) + clamp(108px, 16vw, 130px));
  }

  .home-page .home-banner-stage {
    --home-banner-width: min(100%, 760px);
    --home-banner-height: clamp(154px, 39vw, 272px);
    --home-banner-gap: clamp(8px, 2.3vw, 14px);
    --home-banner-logo-width: clamp(280px, 78vw, 610px);
    width: var(--home-banner-width);
    margin-top: clamp(8px, 2.2vw, 14px);
  }

  .home-page .home-banner-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--home-banner-gap);
    width: 100%;
    height: var(--home-banner-height);
    min-height: var(--home-banner-height);
    max-height: var(--home-banner-height);
  }

  .home-page .home-banner-panel {
    height: var(--home-banner-height);
    min-height: var(--home-banner-height);
    max-height: var(--home-banner-height);
  }

  .home-page .home-banner-panel--cycle img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s ease;
  }

  .home-page .home-banner-panel--cycle img.is-active {
    opacity: 1;
  }

  .home-page .home-banner-panel--center img.home-banner-center-com {
    display: block;
    bottom: clamp(4px, 1.2vw, 10px);
    max-width: min(92%, 150px);
    max-height: min(42%, 56px);
  }

  .home-page .home-banner-logo {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: clamp(26px, 5.5vw, 42px);
    z-index: 2;
    width: var(--home-banner-logo-width, 92%);
    max-width: none;
    height: auto;
    margin-inline: auto;
    pointer-events: none;
    object-fit: contain;
    object-position: center bottom;
    transform: translateX(-50%);
  }
}

/* Home triptych — large / ultra-wide displays only (keeps 980×477 ratio; unchanged ≤900px and typical desktop <1680px) */
@media (min-width: 1680px) {
  .home-page .home-banner-section {
    --home-banner-width: min(1220px, 72vw);
    --home-banner-height: calc(var(--home-banner-width) * 477 / 980);
    min-height: calc(
      var(--home-banner-height) + clamp(112px, 9.5vw, 148px) + clamp(40px, 5.5vh, 96px) + clamp(16px, 2.5vw, 32px)
    );
  }

  .home-page .home-banner-stage {
    --home-banner-width: min(1220px, 72vw);
    --home-banner-height: calc(var(--home-banner-width) * 477 / 980);
    --home-banner-gap: clamp(44px, 4.5vw, 72px);
  }
}

@media (min-width: 2200px) {
  .home-page .home-banner-section {
    --home-banner-width: min(1480px, 74vw);
    --home-banner-height: calc(var(--home-banner-width) * 477 / 980);
    min-height: calc(
      var(--home-banner-height) + clamp(112px, 9.5vw, 148px) + clamp(48px, 6vh, 112px) + clamp(16px, 2.5vw, 32px)
    );
  }

  .home-page .home-banner-stage {
    --home-banner-width: min(1480px, 74vw);
    --home-banner-height: calc(var(--home-banner-width) * 477 / 980);
    --home-banner-gap: clamp(48px, 4.2vw, 80px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-banner-panel--cycle img {
    transition: none;
  }
}

.home-page .navbar,
.top-hero-page .navbar {
  position: relative;
  z-index: 5;
  max-width: var(--hero-nav-max-width);
  margin: 28px auto 0;
  padding: var(--hero-nav-padding-desktop);
  border-radius: 999px;
  background: var(--hero-nav-surface);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 24px rgba(26, 18, 14, 0.12);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}

.top-hero-page .top-corner-logo,
.home-page .top-corner-logo {
  display: none;
}

.home-corner-logo {
  position: absolute;
  top: 34px;
  left: 30px;
  z-index: 6;
  display: inline-flex;
  text-decoration: none;
}

.home-corner-logo-img {
  width: 112px;
  height: auto;
  display: block;
}

.home-page .brand-logo {
  width: 26px;
}

@media (min-width: 769px) {
  .home-page .nav-right {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    justify-content: flex-end;
    gap: 22px;
  }
}

.home-page .nav-links {
  gap: 24px;
}

.home-page .nav-links a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
  color: #fff;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 9px 10px 9px 20px;
  border-radius: 999px;
  background: var(--hero-nav-cta);
  border: none;
  box-shadow: none;
  transition: filter 0.2s ease;
}

.hero-contact-btn:hover,
.hero-contact-btn:focus-visible {
  filter: brightness(1.08);
}

.hero-contact-btn-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  color: #3e2e26;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.home-page .hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  padding: 0 22px 0;
}

.hero-content-bottom {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  padding-bottom: 0;
}

.hero-content-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 18px;
  margin-left: 52px;
}

.hero-start-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #3e2a1f;
  font-size: 15px;
}

.hero-content-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.home-page .hero-content h1 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #fff;
  font-size: clamp(72px, 12.6vw, 170px);
  letter-spacing: 0.02em;
  line-height: 0.82;
}

/* Home: faster first paint — below-fold sections defer layout until near the viewport */
body.home-page .home-about-redesign,
body.home-page .home-services-redesign,
body.home-page .home-process-section,
body.home-page .home-why-section,
body.home-page .home-faq-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}

.home-about-redesign {
  background: #ffffff;
  color: #4a3c31;
  padding: clamp(44px, 6.5vw, 72px) 0.5rem;
}

.home-about-redesign-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.home-about-redesign-layout {
  display: grid;
  grid-template-columns: minmax(240px, 380px) minmax(240px, 440px);
  gap: clamp(36px, 5vw, 60px);
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
}

.home-about-redesign-content {
  width: 100%;
  max-width: 380px;
}

.home-about-redesign-tag {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #4a372d;
  background: transparent;
}

.home-about-redesign .home-about-redesign-tag::before {
  width: 14px;
  height: 14px;
  border-radius: 0;
  background-color: transparent;
  background-image: url("./Font/New_images/Arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.home-about-redesign-content h2 {
  margin: 0 0 16px;
  font-family: var(--heading-font);
  font-size: clamp(44px, 4.3vw, 58px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #4a3c31;
}

.home-about-redesign-copy {
  margin: 0;
  max-width: 44ch;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #4a3c31;
}

.home-about-redesign-media {
  justify-self: end;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 420px;
  height: auto;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 20px;
}

.home-about-redesign-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-services-redesign {
  background: #ffffff;
  color: #4a3c31;
  padding: 64px clamp(28px, 5vw, 72px) 64px;
}

.home-services-redesign-inner {
  max-width: 1062px;
  margin: 0 auto;
  text-align: center;
}

.home-services-redesign-tag {
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  padding: 8px 16px 8px 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #4a3c31;
  background: #eaddcf;
}

.home-services-redesign h2 {
  margin: 0 auto 40px;
  width: 100%;
  max-width: none;
  font-family: var(--heading-font);
  font-size: clamp(16px, 2.65vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #4a3c31;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-services-redesign-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.home-services-redesign-card {
  margin: 0;
}

.home-services-redesign-card-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1062 / 615;
  border-radius: 32px;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
}

.home-services-redesign-card-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 280ms ease;
}

.home-services-redesign-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(32, 22, 16, 0.45) 0%, rgba(24, 16, 12, 0.62) 100%);
  z-index: 1;
}

.home-services-redesign-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: clamp(16px, 4vw, 28px);
  max-width: 95%;
  text-align: center;
  font-family: "Barlow Condensed", var(--heading-font);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #ffffff;
  text-wrap: balance;
}

.home-services-redesign-card-link:hover img,
.home-services-redesign-card-link:focus-visible img {
  transform: scale(1.06);
}

.home-process-section {
  background-image: url("./photos/Mungo/e738450881bcaf543d02154aa9ed886aa15eec5e.png");
  background-color: #2a1f1c;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #f1e7dc;
  padding: 62px clamp(28px, 4vw, 64px) 66px;
}

.home-process-inner {
  max-width: 1240px;
  margin: 0 auto;
  --home-process-gap-x: 24px;
}

/* Header spans row 1; rule row 2; six cards in rows 3–4 */
.home-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px var(--home-process-gap-x);
}

.home-process-header {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.home-process-rule {
  grid-column: 1 / -1;
  box-sizing: border-box;
  margin: clamp(10px, 2.5vw, 16px) 0 clamp(14px, 3vw, 20px);
  height: 0;
  border: 0;
  border-top: 1px solid rgba(241, 231, 220, 0.28);
  align-self: stretch;
}

.home-process-header h2 {
  margin: 0;
  font-family: var(--body-font);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.96;
  transform: none;
  width: 100%;
}

.home-process-header p {
  margin: 0;
  width: 100%;
  max-width: 36rem;
  text-align: center;
  font-size: clamp(14px, 1.35vw + 0.55rem, 19px);
  line-height: 1.3;
  color: rgba(241, 231, 220, 0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* The Process — calm ease-out, no snap (shared with scroll + hover) */
.home-process-card {
  --home-process-ease: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition:
    box-shadow 0.55s var(--home-process-ease),
    background-color 0.55s var(--home-process-ease);
}

.home-process-card:hover {
  background-color: rgba(255, 255, 255, 0.055);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
}

@media (prefers-reduced-motion: no-preference) {
  .home-process-section--observe .home-process-card {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition:
      opacity 0.85s var(--home-process-ease) calc(var(--process-reveal-i, 0) * 45ms),
      transform 0.85s var(--home-process-ease) calc(var(--process-reveal-i, 0) * 45ms),
      box-shadow 0.55s var(--home-process-ease),
      background-color 0.55s var(--home-process-ease);
  }

  .home-process-section--observe .home-process-card.home-process-card--visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .home-process-card:hover img {
    transform: scale3d(1.038, 1.038, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-process-card,
  .home-process-card img {
    transition: none;
  }

  .home-process-card:hover {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: none;
  }
}

@media (min-width: 769px) {
  .home-process-header {
    grid-column: 1 / -1;
    grid-row: 1;
    align-self: center;
  }

  .home-process-rule {
    grid-row: 2;
    margin: clamp(12px, 2vw, 20px) 0 clamp(18px, 2.5vw, 28px);
  }

  /* Six cards in two rows below full-width rule */
  .home-process-grid > .home-process-card:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .home-process-grid > .home-process-card:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }

  .home-process-grid > .home-process-card:nth-child(5) {
    grid-column: 3;
    grid-row: 3;
  }

  .home-process-grid > .home-process-card:nth-child(6) {
    grid-column: 1;
    grid-row: 4;
  }

  .home-process-grid > .home-process-card:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }

  .home-process-grid > .home-process-card:nth-child(8) {
    grid-column: 3;
    grid-row: 4;
  }
}

.home-process-card img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin-bottom: 10px;
  transform-origin: center center;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-process-card h3 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1;
  font-weight: 500;
}

.home-process-card p {
  margin: 0;
  max-width: 28ch;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(241, 231, 220, 0.78);
}

.home-why-section {
  background: #ffffff;
  color: #4a3c31;
  padding: 44px clamp(34px, 4.8vw, 86px) 48px;
}

.home-why-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.95fr);
  gap: 26px;
  align-items: start;
}

.home-why-tag {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(74, 58, 49, 0.22);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1;
}

.home-why-left h2 {
  margin: 0 0 14px;
  max-width: 16ch;
  font-family: var(--body-font);
  font-size: clamp(28px, 3.1vw, 40px);
  font-weight: 500;
  line-height: 1.07;
}

.home-why-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 410px;
}

.home-why-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.2;
}

.home-why-list li::before {
  content: counter(step);
  counter-increment: step;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(74, 58, 49, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
}

.home-why-list {
  counter-reset: step;
}

.home-why-right img {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.home-each-project-section {
  /* Matches first slide image so first paint matches active card (no placeholder flash) */
  --home-each-project-photo: url("./Public/about/our_ongoing.jpg");
  background-image:
    linear-gradient(105deg, rgba(32, 22, 16, 0.72) 0%, rgba(32, 22, 16, 0.38) 42%, rgba(32, 22, 16, 0.22) 100%),
    var(--home-each-project-photo);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.home-each-project-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 54px clamp(28px, 4vw, 72px);
  display: flex;
  justify-content: flex-end;
}

.home-each-project-column {
  width: min(640px, 100%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.home-each-project-overlay {
  width: 100%;
  min-width: 0;
}

.home-each-project-panel {
  width: 100%;
  min-width: 0;
  padding: clamp(22px, 3vw, 32px) clamp(20px, 3vw, 28px) clamp(18px, 2.5vw, 24px);
  border-radius: 20px;
  background: rgba(24, 16, 12, 0.42);
  border: 1px solid rgba(255, 248, 240, 0.12);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  color: #f5ebe2;
}

.home-each-project-header {
  margin: 0;
  padding: 0;
  min-width: 0;
  text-align: left;
}

.home-each-project-eyebrow {
  margin: 0 0 10px;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 235, 226, 0.72);
}

.home-each-project-section h2.home-each-project-heading {
  margin: 0;
  max-width: none;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(30px, 2.7vw, 40px);
  line-height: 1.08;
  letter-spacing: 0.085em;
  color: #f5ebe2;
}

.home-each-project-heading-line {
  display: block;
}

.home-each-project-progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(10px, 2vw, 16px);
  margin-bottom: 16px;
}

.home-each-project-edge {
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(245, 235, 226, 0.95);
  min-width: 1.75em;
  text-align: center;
}

.home-each-project-rail {
  position: relative;
  min-width: 0;
  padding-top: 10px;
  padding-bottom: 6px;
}

.home-each-project-rail-line {
  position: relative;
  height: 2px;
  border-radius: 999px;
  background: rgba(245, 235, 226, 0.22);
  overflow: hidden;
}

.home-each-project-rail-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  border-radius: inherit;
  background: rgba(245, 235, 226, 0.88);
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-each-project-rail-steps {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
}

.home-each-project-rail-steps button {
  pointer-events: auto;
  position: relative;
  top: -5px;
  width: 28px;
  height: 28px;
  margin: 0 -6px;
  border-radius: 50%;
  border: 1px solid rgba(245, 235, 226, 0.35);
  background: rgba(20, 14, 10, 0.55);
  color: rgba(245, 235, 226, 0.55);
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.home-each-project-rail-steps button:hover {
  color: rgba(245, 235, 226, 0.92);
  border-color: rgba(245, 235, 226, 0.55);
}

.home-each-project-rail-steps button.is-active {
  color: #1a120e;
  background: #f3eee7;
  border-color: #f3eee7;
  transform: scale(1.05);
}

/* Middle stops: plain dots on the rail — numbers only at start (01) and end (05) */
.home-each-project-rail-steps button.home-each-project-step-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  margin: 0 -2px;
  top: 1px;
  font-size: 0;
  color: transparent;
  border-color: rgba(245, 235, 226, 0.38);
  background: rgba(20, 14, 10, 0.45);
}

.home-each-project-rail-steps button.home-each-project-step-dot:hover {
  border-color: rgba(245, 235, 226, 0.55);
  background: rgba(20, 14, 10, 0.55);
}

.home-each-project-rail-steps button.home-each-project-step-dot.is-active {
  color: transparent;
  background: #f3eee7;
  border-color: #f3eee7;
  transform: scale(1.25);
}

.home-each-project-card {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 38%);
  gap: 16px;
  align-items: center;
  padding: 16px 16px 16px 18px;
  border-radius: 14px;
  background: rgba(255, 248, 240, 0.06);
  border: 1px solid rgba(255, 248, 240, 0.1);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.home-each-project-card.is-active {
  display: grid;
  opacity: 1;
  transform: translateY(0);
}

.home-each-project-list {
  min-height: 132px;
}

.home-each-project-card h3 {
  margin: 0 0 8px;
  font-family: var(--body-font);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fffaf4;
}

.home-each-project-card p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(245, 235, 226, 0.88);
  max-width: 28ch;
}

.home-each-project-view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 14px;
  background: #f3eee7;
  color: #402d22;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.home-each-project-view:hover {
  background: #fff;
  color: #2a1d16;
}

.home-each-project-card img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.home-each-project-controls {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.home-each-project-controls button {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(245, 235, 226, 0.45);
  background: rgba(255, 248, 240, 0.1);
  color: #f5ebe2;
  padding: 0;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.home-each-project-controls button:hover {
  background: rgba(255, 248, 240, 0.2);
  border-color: rgba(245, 235, 226, 0.65);
}

.home-faq-section {
  background: #ffffff;
  padding: 50px clamp(28px, 4vw, 64px);
}

.home-faq-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 420px) minmax(320px, 1fr);
  gap: clamp(30px, 5vw, 90px);
  align-items: start;
}

.home-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  color: #4a372d;
  background: #eaddcf;
  border: 1px solid rgba(74, 58, 49, 0.12);
}

.home-faq-eyebrow::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("./Font/New_images/Arrow.png") center / contain no-repeat;
  flex-shrink: 0;
}

.home-faq-intro h2 {
  margin: 0 0 20px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 0.95;
  color: #352720;
}

.home-faq-copy {
  margin: 0 0 26px;
  max-width: 34ch;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(53, 39, 32, 0.82);
}

.home-faq-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 999px;
  background: #4a372d;
  color: #efe4dc;
  padding: 9px 14px;
  font-size: 14px;
}

.home-faq-cta span {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(239, 228, 220, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-faq-accordion {
  display: grid;
  gap: 8px;
}

.home-faq-item {
  border-radius: 8px;
  background: rgba(245, 237, 231, 0.52);
  overflow: hidden;
}

.home-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: #3d2e25;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}

.home-faq-icon {
  flex-shrink: 0;
  font-size: 24px;
  line-height: 1;
}

.home-faq-answer {
  padding: 0 20px 18px;
}

.home-faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(61, 46, 37, 0.78);
  max-width: 62ch;
}

.footer-quote-strip {
  background: #E5D3C2;
  border-top: 1px solid rgba(63, 46, 37, 0.25);
  padding: 22px 20px 26px;
  text-align: center;
}

.footer-quote-strip p {
  margin: 0 auto;
  max-width: min(22em, 92vw);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-synthesis: none;
  font-size: clamp(28px, 3.2vw, 52px);
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #3f2e25;
}

.footer-quote-strip :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--display-font);
}

@media (max-width: 740px) {
  .home-each-project-rail-steps button {
    width: 26px;
    height: 26px;
    font-size: 9px;
    margin: 0 -8px;
  }

  .home-each-project-rail-steps button.home-each-project-step-dot {
    width: 9px;
    height: 9px;
    min-width: 9px;
    margin: 0 -3px;
    top: 2px;
  }
}

/* Inner pages hero + navbar redesign — only the site chrome header (not <header> inside sections) */
/* Site chrome only — home uses a second <header class="hero"> for the banner */
.top-hero-page > header:not(.hero) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}

.top-corner-logo {
  position: absolute;
  top: 34px;
  left: 30px;
  z-index: 6;
  display: none;
  text-decoration: none;
}

.top-corner-logo-img {
  width: 112px;
  height: auto;
  display: block;
}

.top-hero-page .brand-logo {
  width: 26px;
}

@media (min-width: 769px) {
  .top-hero-page .nav-right {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    justify-content: flex-end;
    gap: 22px;
  }
}

.top-hero-page .nav-links {
  gap: 24px;
}

.top-hero-page .nav-links a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.top-hero-page .page-hero {
  position: relative;
  min-height: 100vh;
  padding: 0 22px 0;
  box-sizing: border-box;
}

.top-hero-page .page-hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 0 22px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.top-hero-page .page-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.top-hero-page .page-hero-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.top-hero-page .page-hero-content h1 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #fff;
  font-size: clamp(72px, 12.6vw, 170px);
  letter-spacing: 0.02em;
  line-height: 0.82;
}

.top-hero-page .about-hero .page-hero-content .about-hero-title {
  font-family: var(--heading-font);
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  max-width: none;
  font-size: clamp(36px, 7.4vw, 110px);
  line-height: 0.95;
}

.top-hero-page .page-hero-content .contact-hero-lede {
  margin: 0;
  max-width: min(36rem, 92vw);
  font-family: var(--body-font);
  font-size: clamp(16px, 1.85vw, 19px);
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

/* Contact + legal (terms / privacy) — one-line hero title */
.top-hero-page .contact-hero.page-hero .page-hero-content h1,
.top-hero-page .legal-hero-compact .page-hero-content h1 {
  white-space: nowrap;
  max-width: none;
  line-height: 0.82;
  font-size: clamp(40px, 11vw, 150px);
}

.about-hero {
  min-height: 100vh;
  padding: 0 22px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./photos/Mungo/aboutbanner.jpg");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-hero-content {
  width: 100%;
  text-align: center;
  padding: var(--space-lg) var(--space-sm);
}

.about-hero-content h1 {
  margin: 0;
  color: #fff;
  white-space: nowrap;
}

.contact-hero {
  min-height: 100vh;
  padding: 0 22px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1a1512;
}

.contact-hero-video,
.contact-hero-image,
.page-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero-video,
  .page-hero-video {
    display: none;
  }

  .architecture-hero--project {
    background-image: url("./Gallary_image/contianer/5f607df988573267de310004e556017920e0340d.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.contact-hero-content {
  width: 100%;
  max-width: 720px;
  text-align: center;
  padding: var(--space-lg) var(--space-sm);
}

.contact-hero-content h1 {
  margin: 0 0 var(--space-sm);
  color: #fff;
  white-space: normal;
  line-height: 1.1;
}

.contact-hero-lede {
  margin: 0;
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
}

.contact-section {
  background: var(--primary-light);
  padding: 56px 24px 80px;
  color: var(--text-muted);
}

.contact-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.contact-intro {
  max-width: 560px;
  margin-bottom: 40px;
}

.contact-kicker {
  display: block;
  margin: 0 0 12px;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--accent-brown);
}

.contact-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 46px);
  color: var(--text-muted);
}

.contact-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 48px 64px;
  align-items: start;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-detail-block h3 {
  margin: 0 0 6px;
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 500;
  color: var(--text-muted);
}

.contact-detail-block p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.contact-detail-block a {
  color: var(--accent-brown);
  text-decoration: none;
  border-bottom: 1px solid rgba(140, 110, 84, 0.35);
}

.contact-detail-block a:hover {
  border-bottom-color: var(--accent-brown);
}

.contact-hours {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: var(--text-muted);
  opacity: 0.9;
}

.contact-optional {
  font-weight: 400;
  opacity: 0.75;
  font-size: 0.92em;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  max-width: 640px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-field--full {
  grid-column: 1 / -1;
}

.contact-field label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--text-muted);
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(90, 70, 54, 0.22);
  border-radius: 2px;
  background: #fff;
  color: var(--text-dark);
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.4;
}

.contact-field textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: 2px solid var(--accent-gold);
  outline-offset: 1px;
  border-color: rgba(140, 110, 84, 0.45);
}

.contact-form-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  min-height: 1.25em;
  font-size: 15px;
  line-height: 1.45;
  color: var(--text-muted);
}

.contact-submit {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 4px;
  padding-inline: 28px;
}

.nav-links a[aria-current="page"] {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 6px;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .contact-field--full {
    grid-column: 1;
  }

  .contact-submit {
    grid-column: 1;
    width: 100%;
    justify-self: stretch;
  }

  .contact-hero {
    min-height: min(94dvh, 820px);
    padding: 0 max(16px, env(safe-area-inset-left, 0px)) 0
      max(16px, env(safe-area-inset-right, 0px));
  }

  .top-hero-page .contact-hero.page-hero .page-hero-content h1,
  .top-hero-page .legal-hero-compact .page-hero-content h1 {
    font-size: clamp(32px, 9vw, 56px);
  }
}

.services-hero {
  min-height: 100vh;
  padding: 0 22px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./Font/updated_images/services_banner.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-hero-content {
  width: 100%;
  text-align: center;
  padding: var(--space-lg) var(--space-sm);
}

.services-hero-content h1 {
  margin: 0;
  color: #fff;
  white-space: nowrap;
}

.architecture-hero {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding: 0 22px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: clip;
  background-image: url("./Public/hero/BG.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.architecture-hero--architecture {
  background-image: url("./photos/PROJECTS/6c563f4e6262be778d9c242a760194b77730a2b9.png");
  background-position: center;
}

.architecture-hero--arch-intero {
  background-image: url("./Few_new_images/Banner_image.png");
  background-position: center;
}

.architecture-hero--project {
  background-color: #1a1512;
  background-image: none;
  background-position: center;
}

.architecture-hero--construction {
  background-image: url("./Font/updated_images/construction_banner.png");
}

.architecture-hero--interior {
  background-image: url("./Gargi/De%20Atelier_Cover%20Pic.jpeg");
  background-position: center;
}

.architecture-hero--gallery {
  background-image: url("./Font/updated_images/gallary_banner.png");
  background-position: center;
}

.architecture-hero--gallery .architecture-hero-content h1 {
  white-space: normal;
  max-width: 16em;
  margin-inline: auto;
  line-height: 1.12;
}

.architecture-hero-content {
  width: 100%;
  text-align: center;
  padding: var(--space-lg) var(--space-sm);
}

.architecture-hero-content h1 {
  margin: 0;
  color: #fff;
  white-space: nowrap;
}

/* Hero headlines — wider letter spacing on every page */
.hero-content h1,
.about-hero-content h1,
.contact-hero-content h1,
.services-hero-content h1,
.architecture-hero-content h1 {
  letter-spacing: 0.085em;
}

.interior-feature-section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 64px 24px 72px;
  background-color: #ffffff;
  background-image: none;
  overflow-x: clip;
}

.interior-feature-inner {
  max-width: 1120px;
  margin: 0 auto;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: center;
}

.interior-feature-copy {
  max-width: 520px;
  color: var(--text-muted);
}

.interior-feature-kicker {
  margin: 0 0 12px;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  color: rgba(90, 70, 54, 0.9);
}

.interior-feature-rule {
  width: 100%;
  max-width: 320px;
  height: 1px;
  margin-bottom: 22px;
  background: rgba(90, 70, 54, 0.35);
}

.interior-feature-copy h2 {
  margin: 0 0 14px;
  font-family: var(--heading-font);
  font-size: clamp(40px, 3.6vw, 56px);
  line-height: 0.95;
  font-weight: 600;
  color: #3e2e26;
  max-width: 420px;
}

.interior-feature-lede {
  margin: 0;
  max-width: 420px;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(90, 70, 54, 0.9);
}

.interior-feature-media {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.interior-feature-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Interior page — quote strip matches “Expert Design Solutions…” feature band */
.interior-page .footer-quote-strip {
  background-color: rgba(255, 248, 240, 0.95);
  background-image: var(--paper-theme);
  background-size: 4px 4px, 8px 8px, 100% 100%;
  background-blend-mode: multiply, soft-light, normal;
  border-top-color: rgba(63, 46, 37, 0.14);
}

/* Interior page — Design Stories & Studio Journal */
.interior-page .interior-journal-section {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: clamp(52px, 7vw, 96px) clamp(20px, 4vw, 48px) clamp(56px, 8vw, 96px);
  background-color: #5b453a;
  color: rgba(255, 248, 240, 0.96);
}

.interior-page .interior-journal-inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.interior-page .interior-journal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 40px);
  margin-bottom: clamp(32px, 4vw, 48px);
}

.interior-page .interior-journal-header-main {
  max-width: 620px;
  min-width: 0;
}

.interior-page .interior-journal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.interior-page .interior-journal-eyebrow-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  position: relative;
}

.interior-page .interior-journal-eyebrow-icon::after {
  content: "\21BB";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 248, 240, 0.95);
}

.interior-page .interior-journal-header h2 {
  margin: 0 0 clamp(14px, 2vw, 20px);
  font-family: var(--heading-font);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff8f0;
}

.interior-page .interior-journal-dek {
  margin: 0;
  font-family: var(--body-font);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
  color: rgba(255, 248, 240, 0.78);
  max-width: 520px;
}

.interior-page .interior-journal-see-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 248, 240, 0.92);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.interior-page .interior-journal-see-all:hover {
  color: #fff;
}

.interior-page .interior-journal-see-all-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.12);
}

.interior-page .interior-journal-see-all:focus-visible {
  outline: 2px solid rgba(255, 248, 240, 0.65);
  outline-offset: 4px;
  border-radius: 4px;
}

.interior-page .interior-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
}

.interior-page .interior-journal-card {
  margin: 0;
  min-width: 0;
}

.interior-page .interior-journal-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
  outline-offset: 4px;
}

.interior-page .interior-journal-card-link:focus-visible {
  outline: 2px solid rgba(255, 248, 240, 0.55);
}

.interior-page .interior-journal-card-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 5 / 6;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
}

.interior-page .interior-journal-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.interior-page .interior-journal-card-link:hover .interior-journal-card-media img {
  transform: scale(1.04);
}

.interior-page .interior-journal-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.95);
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  max-width: calc(100% - 28px);
}

.interior-page .interior-journal-card-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.35) 42%,
    transparent 68%
  );
}

.interior-page .interior-journal-card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 56px 20px 18px;
}

.interior-page .interior-journal-card-bottom time {
  display: block;
  margin: 0 0 8px;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 248, 240, 0.75);
}

.interior-page .interior-journal-card-bottom h3 {
  margin: 0;
  font-family: var(--body-font);
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 600;
  line-height: 1.3;
  color: #fff8f0;
}

.interior-page .interior-journal-card-arrow {
  position: absolute;
  right: 14px;
  bottom: 18px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 248, 240, 0.95);
  background: #3d2b20;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

@media (max-width: 900px) {
  .interior-feature-section {
    padding: 44px 20px 52px;
  }

  .interior-feature-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .interior-feature-copy h2 {
    max-width: none;
    line-height: 1.02;
  }

  .interior-feature-lede {
    max-width: none;
  }

  .interior-page .interior-journal-section {
    padding: 44px 20px 52px;
  }

  .interior-page .interior-journal-header {
    flex-direction: column;
    align-items: stretch;
  }

  .interior-page .interior-journal-see-all {
    margin-top: 0;
    align-self: flex-start;
  }

  .interior-page .interior-journal-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
}

.architecture-intro-section {
  width: 100%;
  box-sizing: border-box;
  padding: 84px 24px;
  background-color: #ffffff;
  background-image: none;
}

.architecture-intro-inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.architecture-intro-inner h2 {
  margin: 0 0 16px;
  font-family: var(--heading-font);
  font-size: clamp(34px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #3e2e26;
}

.architecture-intro-lede {
  margin: 0 auto 36px;
  max-width: 540px;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #5a4a40;
  text-align: center;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  color: #5a4a40;
}

.legal-content h2 {
  margin: 0 0 14px;
  text-align: center;
}

.legal-content .architecture-intro-lede {
  max-width: 760px;
  margin: 0 auto 26px;
}

.legal-meta {
  margin: 0 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(62, 46, 38, 0.86);
}

.legal-section {
  margin: 0 0 22px;
}

.legal-section h3 {
  margin: 0 0 8px;
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #3e2e26;
}

.legal-section p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.58;
}

.legal-section ul {
  margin: 0 0 8px;
  padding-left: 20px;
}

.legal-section li {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.58;
}

.architecture-intro-media {
  width: 100%;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
}

.architecture-intro-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .architecture-intro-section {
    padding: 64px 20px;
  }
}

/* Architecture page — Our Approach (layered images, flex + absolute stack) */
.architecture-approach-section {
  width: 100%;
  max-width: 100%;
  padding: 80px 0;
  background-color: #5b463d;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

/* architecture.html only — “Designing spaces that are both timeless and intelligent” band */
.architecture-page .architecture-approach-section {
  background-color: #5b453a;
  background-image: none;
}

@media (max-width: 768px) {
  .architecture-approach-section {
    padding: 80px 16px;
  }
}

.architecture-latest-section {
  width: 100%;
  box-sizing: border-box;
  padding: 84px 0 72px;
  background-color: #ffffff;
  background-image: none;
  color: var(--text-muted);
}

.architecture-latest-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

.architecture-latest-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 38px;
}

.architecture-latest-eyebrow {
  margin: 0 0 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #4a372d;
  background: rgba(255, 255, 255, 0.35);
}

.architecture-latest-header h2,
.architecture-latest-header h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: 38px;
  line-height: 1.05;
  font-weight: 600;
  color: #3e2e26;
}

.architecture-latest-header-right {
  margin: 0;
  align-self: center;
  max-width: 400px;
  font-family: var(--body-font);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
  color: rgba(62, 46, 38, 0.92);
}

.architecture-latest-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 56px;
  align-items: start;
}

.architecture-latest-card {
  min-width: 0;
}

.architecture-latest-media {
  position: relative;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  background: rgba(74, 55, 45, 0.12);
  transition: opacity 0.36s ease;
}

.architecture-latest-media.is-latest-fading {
  opacity: 0;
}

.architecture-latest-card--primary .architecture-latest-media {
  aspect-ratio: 820 / 360;
}

.architecture-latest-card--secondary .architecture-latest-media {
  aspect-ratio: 520 / 250;
  margin-top: 22px;
}

.architecture-latest-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.02);
}

.architecture-latest-media-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--body-font);
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.96);
  text-transform: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55), 0 8px 24px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  max-width: 92%;
  text-align: center;
  padding: 0 8px;
  box-sizing: border-box;
}

.architecture-latest-meta {
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  gap: clamp(12px, 2vw, 20px);
  margin-top: 16px;
  font-family: var(--body-font);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.35;
  color: rgba(62, 46, 38, 0.95);
}

.architecture-latest-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 24px 0 0;
}

.architecture-latest-arrow {
  width: 44px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(90, 70, 54, 0.35);
  background: transparent;
  color: rgba(90, 70, 54, 0.8);
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.architecture-latest-arrow:hover:not(:disabled) {
  background: rgba(90, 70, 54, 0.08);
  border-color: rgba(90, 70, 54, 0.5);
}

.architecture-latest-arrow:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.architecture-latest-progress {
  position: relative;
  width: 220px;
  height: 2px;
}

.architecture-latest-progress-track {
  position: absolute;
  inset: 0;
  background: rgba(90, 70, 54, 0.22);
}

.architecture-latest-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 16.666%;
  background: rgba(90, 70, 54, 0.7);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s ease;
  transform: translateX(0%);
  will-change: transform;
}

.architecture-latest-footer {
  display: none;
}

@media (max-width: 900px) {
  .architecture-latest-section {
    padding: 56px 0 44px;
  }

  .architecture-latest-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
  }

  .architecture-latest-header-right {
    margin-top: 0;
    align-self: stretch;
    max-width: 46rem;
  }

  .architecture-latest-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .architecture-latest-card--secondary .architecture-latest-media {
    margin-top: 0;
    aspect-ratio: 820 / 360;
  }
}

.architecture-approach-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 380px 0 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
}

.architecture-approach-copy {
  flex: 1;
  min-width: 0;
  max-width: 540px;
}

.architecture-approach-eyebrow {
  margin: 0 0 14px;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(245, 237, 227, 0.82);
}

.architecture-approach-copy h2 {
  margin: 0 0 20px;
  font-family: var(--heading-font);
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: #f5ede3;
}

.architecture-approach-body p {
  margin: 0 0 14px;
  max-width: 30rem;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(245, 237, 227, 0.88);
}

.architecture-approach-body p:last-child {
  margin-bottom: 0;
}

.architecture-page .architecture-approach-eyebrow,
.architecture-page .architecture-approach-copy h2,
.architecture-page .architecture-approach-body p {
  color: #c8bcb0;
}

.architecture-approach-visuals {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  margin: 0;
  overflow: hidden;
}

.arch-intero-page .architecture-approach-inner {
  padding-right: 600px;
}

.arch-intero-page .architecture-approach-visuals {
  width: 560px;
}

.arch-intero-page .arch-intero-projects-section {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(40px, 5vw, 64px) clamp(20px, 3.5vw, 40px) clamp(48px, 6vw, 72px);
  background: #ffffff;
  color: #3e2e26;
}

.arch-intero-page .arch-intero-projects-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.arch-intero-page .arch-intero-projects-title {
  margin: 0 0 clamp(22px, 3.5vw, 32px);
  font-family: var(--body-font);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  color: #6b2d26;
  letter-spacing: 0.01em;
}

.arch-intero-page .arch-intero-projects-card:not(:has(.arch-intero-projects-card-top)) {
  position: relative;
  aspect-ratio: 1.28;
  min-height: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #1a1410;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.arch-intero-page .arch-intero-projects-card:has(.arch-intero-projects-card-top) {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #1a1410;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.arch-intero-page .arch-intero-projects-card-top {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 1.28;
  min-height: 0;
}

.arch-intero-page .arch-intero-projects-card:not(:has(.arch-intero-projects-card-top)) .arch-intero-projects-card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: inherit;
}

.arch-intero-page .arch-intero-projects-card:has(.arch-intero-projects-card-top) .arch-intero-projects-card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: inherit;
}

.arch-intero-page .arch-intero-projects-card-hit:focus-visible {
  outline: none;
}

.arch-intero-page .arch-intero-projects-card-toggle {
  position: absolute;
  right: clamp(8px, 1.4vw, 12px);
  bottom: clamp(8px, 1.4vw, 12px);
  z-index: 4;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(38px, 5vw, 44px);
  height: clamp(38px, 5vw, 44px);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 252, 248, 0.92);
  color: #3e2e26;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(12, 8, 6, 0.22);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.arch-intero-page .arch-intero-projects-card-toggle:hover {
  background: #fff;
  border-color: rgba(90, 70, 54, 0.35);
}

.arch-intero-page .arch-intero-projects-card-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.arch-intero-page .arch-intero-projects-card-toggle-chevron {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}

.arch-intero-page .arch-intero-projects-card-toggle[aria-expanded="true"] .arch-intero-projects-card-toggle-chevron {
  transform: rotate(225deg) translateY(1px);
}

.arch-intero-page .arch-intero-projects-card-panel {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: clamp(10px, 1.6vw, 14px) clamp(10px, 1.6vw, 14px) clamp(12px, 2vw, 16px);
  background: #faf8f5;
  border-top: 1px solid rgba(90, 70, 54, 0.14);
}

.arch-intero-page .arch-intero-projects-card-panel[hidden] {
  display: none;
}

.arch-intero-page .arch-intero-projects-card-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(10px, 1.8vw, 16px);
  width: 100%;
  align-items: start;
}

.arch-intero-page .arch-intero-projects-card-panel-figure {
  margin: 0;
  min-width: 0;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f2ede8;
  display: block;
  padding: clamp(4px, 1vw, 8px);
  box-sizing: border-box;
}

.arch-intero-page .arch-intero-projects-card-panel-figure img {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 520px) {
  .arch-intero-page .arch-intero-projects-card-panel-grid {
    grid-template-columns: 1fr;
  }
}

.arch-intero-projects-card-panel-figure {
  cursor: zoom-in;
}

.arch-intero-projects-card-panel-figure img {
  cursor: zoom-in;
}

body.portfolio-panel-lightbox-open {
  overflow: hidden;
}

.portfolio-panel-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 28px);
  box-sizing: border-box;
}

.portfolio-panel-lightbox[hidden] {
  display: none !important;
}

.portfolio-panel-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 8, 6, 0.88);
}

.portfolio-panel-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(96vw, 1200px);
  max-height: min(96dvh, 920px);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.portfolio-panel-lightbox__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.portfolio-panel-lightbox__stage {
  margin: 0;
  width: 100%;
  max-height: calc(min(96dvh, 920px) - 56px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-panel-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(min(96dvh, 920px) - 56px);
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.portfolio-panel-lightbox__counter {
  margin: clamp(10px, 2vw, 14px) 0 0;
  font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 248, 240, 0.9);
  text-align: center;
}

.portfolio-panel-lightbox__close,
.portfolio-panel-lightbox__nav {
  position: absolute;
  z-index: 5;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 252, 248, 0.94);
  color: #3e2e26;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(12, 8, 6, 0.28);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.portfolio-panel-lightbox__close:hover,
.portfolio-panel-lightbox__nav:hover:not(:disabled) {
  background: #fff;
  border-color: rgba(90, 70, 54, 0.4);
}

.portfolio-panel-lightbox__close:focus-visible,
.portfolio-panel-lightbox__nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.portfolio-panel-lightbox__close {
  top: clamp(8px, 2vw, 16px);
  right: clamp(8px, 2vw, 16px);
  width: clamp(42px, 6vw, 48px);
  height: clamp(42px, 6vw, 48px);
  font-size: 1.65rem;
  line-height: 1;
}

.portfolio-panel-lightbox__nav {
  top: 50%;
  width: clamp(44px, 6.5vw, 52px);
  height: clamp(44px, 6.5vw, 52px);
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
}

.portfolio-panel-lightbox__nav--prev {
  left: clamp(4px, 1.5vw, 12px);
}

.portfolio-panel-lightbox__nav--next {
  right: clamp(4px, 1.5vw, 12px);
}

.portfolio-panel-lightbox__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (max-width: 520px) {
  .portfolio-panel-lightbox__nav--prev {
    left: max(4px, env(safe-area-inset-left, 0px));
  }

  .portfolio-panel-lightbox__nav--next {
    right: max(4px, env(safe-area-inset-right, 0px));
  }

  .portfolio-panel-lightbox__close {
    top: max(8px, env(safe-area-inset-top, 0px));
    right: max(8px, env(safe-area-inset-right, 0px));
  }
}

.arch-intero-page .arch-intero-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 18px);
  /* Prevent short cards from stretching to a tall neighbor’s height (avoids empty dark band). */
  align-items: start;
}

.arch-intero-page .arch-intero-projects-card:has(.arch-intero-projects-card-top):hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(26, 18, 14, 0.18);
}

.arch-intero-page .arch-intero-projects-card:not(:has(.arch-intero-projects-card-top)):hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(26, 18, 14, 0.18);
}

.arch-intero-page .arch-intero-projects-card:has(.arch-intero-projects-card-top):has(.arch-intero-projects-card-hit:focus-visible) {
  outline: 2px solid #3e2e26;
  outline-offset: 4px;
}

.arch-intero-page .arch-intero-projects-card:not(:has(.arch-intero-projects-card-top)):has(.arch-intero-projects-card-hit:focus-visible) {
  outline: 2px solid #3e2e26;
  outline-offset: 4px;
}

.arch-intero-page .arch-intero-projects-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
}

.arch-intero-page .arch-intero-projects-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.arch-intero-page .arch-intero-projects-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(12, 8, 6, 0.12) 0%,
    rgba(12, 8, 6, 0.35) 55%,
    rgba(12, 8, 6, 0.62) 100%
  );
  pointer-events: none;
}

.arch-intero-page .arch-intero-projects-feature {
  position: absolute;
  top: clamp(10px, 1.5vw, 14px);
  right: clamp(10px, 1.5vw, 14px);
  z-index: 3;
  max-width: min(92%, 14rem);
  padding: 6px 10px;
  border-radius: 8px;
  font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.65rem, 1.1vw, 0.72rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(22, 16, 12, 0.72);
  text-align: right;
  pointer-events: none;
}

.arch-intero-page .arch-intero-projects-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: clamp(14px, 2.2vw, 20px) clamp(14px, 2vw, 18px);
  font-family: var(--body-font);
  font-size: clamp(0.9rem, 1.35vw, 1.05rem);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .arch-intero-page .arch-intero-projects-card:has(.arch-intero-projects-card-top):hover,
  .arch-intero-page .arch-intero-projects-card:not(:has(.arch-intero-projects-card-top)):hover {
    transform: none;
  }
}

@media (max-width: 720px) {
  .arch-intero-page .arch-intero-projects-grid {
    grid-template-columns: 1fr;
  }
}

.direct-project-page .direct-project-ongoing-section .arch-intero-projects-inner {
  max-width: 1040px;
}

.direct-project-page .direct-project-ongoing-section .arch-intero-projects-card {
  aspect-ratio: 1.45;
}

.direct-project-page .direct-project-ongoing-caption {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
}

.direct-project-page .direct-project-ongoing-name {
  display: block;
  margin-bottom: 2px;
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 600;
  line-height: 1.1;
}

.direct-project-page .direct-project-floorplans-section {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(32px, 4vw, 48px) clamp(20px, 3vw, 32px) clamp(40px, 5vw, 56px);
  background: #ffffff;
  color: #3e2e26;
}

.direct-project-page .direct-project-floorplans-inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.direct-project-page .direct-project-floorplans-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.direct-project-page .direct-project-floorplan-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.direct-project-page .direct-project-floorplan-title {
  margin: 0 0 clamp(6px, 1vw, 10px);
  font-family: var(--heading-font);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 600;
  line-height: 1.2;
  color: #6b2d26;
  text-align: center;
}

.direct-project-page .direct-project-floorplan-label {
  margin: 0 0 clamp(8px, 1.5vw, 12px);
  font-family: var(--body-font);
  font-size: clamp(0.88rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 1.3;
  color: rgba(62, 46, 38, 0.82);
  text-align: center;
}

.direct-project-page .direct-project-floorplan-media {
  width: 100%;
  border: 1px solid rgba(62, 46, 38, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: #f7f4f0;
  transition: opacity 0.36s ease;
}

.direct-project-page .direct-project-floorplan-media.is-floorplan-fading {
  opacity: 0;
}

.direct-project-page .direct-project-floorplan-media img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16 / 11;
  object-fit: contain;
  object-position: center;
  background: #f7f4f0;
}

.project-page .project-portfolio-section {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(32px, 4vw, 52px) clamp(20px, 3vw, 32px) clamp(40px, 5vw, 56px);
  background: #ffffff;
  color: #1a1a1a;
}

.project-page .project-portfolio-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.project-page .project-portfolio-title {
  margin: 0 0 clamp(20px, 3vw, 28px);
  max-width: 36rem;
  font-family: var(--body-font);
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  font-weight: 600;
  line-height: 1.25;
  color: #111;
  text-align: left;
  letter-spacing: -0.01em;
}

.project-page .project-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 22px);
  align-items: start;
}

.project-page .project-portfolio-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
  border-radius: 18px;
  overflow: visible;
  background: #1a1410;
}

.project-page .project-portfolio-card:has(.arch-intero-projects-card-panel:not([hidden])) {
  z-index: 4;
}

.project-page .project-portfolio-card-top {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 5 / 4;
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
}

.project-page .project-portfolio-card:has(.arch-intero-projects-card-panel:not([hidden])) .project-portfolio-card-top {
  border-radius: 18px 18px 0 0;
}

.project-page .project-portfolio-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: inherit;
}

.project-page .project-portfolio-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.project-page .project-portfolio-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(12, 8, 6, 0.12) 0%,
    rgba(12, 8, 6, 0.35) 55%,
    rgba(12, 8, 6, 0.62) 100%
  );
  pointer-events: none;
}

.project-page .project-portfolio-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: clamp(10px, 1.6vw, 16px) clamp(14px, 2vw, 18px);
  font-family: system-ui, "Segoe UI", "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.9rem, 1.35vw, 1.05rem);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.project-page .project-portfolio-section .arch-intero-projects-card-toggle {
  position: absolute;
  right: clamp(8px, 1.4vw, 12px);
  bottom: clamp(8px, 1.4vw, 12px);
  z-index: 4;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(38px, 5vw, 44px);
  height: clamp(38px, 5vw, 44px);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 252, 248, 0.92);
  color: #3e2e26;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(12, 8, 6, 0.22);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.project-page .project-portfolio-section .arch-intero-projects-card-toggle:hover {
  background: #fff;
  border-color: rgba(90, 70, 54, 0.35);
}

.project-page .project-portfolio-section .arch-intero-projects-card-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.project-page .project-portfolio-section .arch-intero-projects-card-toggle-chevron {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}

.project-page .project-portfolio-section .arch-intero-projects-card-toggle[aria-expanded="true"] .arch-intero-projects-card-toggle-chevron {
  transform: rotate(225deg) translateY(1px);
}

.project-page .project-portfolio-section .arch-intero-projects-card-panel {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: clamp(8px, 1.1vw, 12px);
  background: #faf8f5;
  border-top: 1px solid rgba(90, 70, 54, 0.14);
  border-radius: 0 0 18px 18px;
}

.project-page .project-portfolio-section .arch-intero-projects-card-panel[hidden] {
  display: none !important;
}

.project-page .project-portfolio-section .arch-intero-projects-card-panel:not([hidden]) {
  display: block;
}

.project-page .project-portfolio-section .arch-intero-projects-card-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: clamp(6px, 0.9vw, 10px);
  width: 100%;
}

.project-page .project-portfolio-section .arch-intero-projects-card-panel-figure {
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: clamp(88px, 12vw, 165px);
  border-radius: 10px;
  overflow: hidden;
  background: #e8e2dc;
  display: block;
  position: relative;
}

.project-page .project-portfolio-section .arch-intero-projects-card-panel-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .project-page .project-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .project-page .project-portfolio-grid {
    grid-template-columns: 1fr;
  }
}

/* Overlap unchanged: main 600px from left, side 400px at right → width 900 preserves ~100px overlap */
.architecture-approach-stack {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.architecture-approach-panel {
  overflow: hidden;
}

.architecture-approach-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.architecture-approach-panel--back {
  display: none;
}

.architecture-approach-panel--back img {
  object-position: center right;
}

.architecture-approach-panel--main {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}

.architecture-approach-panel--main img {
  object-position: center;
}

/* Requested alias selectors */
.approach-images {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.main-img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  border-radius: 0;
}

.side-img {
  display: none;
}

@media (max-width: 1024px) {
  .architecture-approach-inner {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0 clamp(16px, 4vw, 24px);
    gap: clamp(32px, 5vw, 48px);
  }

  .arch-intero-page .architecture-approach-inner {
    padding: 0 clamp(16px, 4vw, 24px);
  }

  .architecture-approach-copy {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .architecture-approach-eyebrow {
    letter-spacing: 0.22em;
  }

  .architecture-approach-copy h2 {
    font-size: clamp(28px, 7vw, 38px);
    line-height: 1.12;
  }

  .architecture-approach-body p {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  .architecture-approach-visuals {
    position: static;
    width: 100%;
    max-width: min(360px, 100%);
    height: auto;
    aspect-ratio: 4 / 5;
    min-height: 260px;
    max-height: min(520px, 78vw);
    margin-inline: auto;
    overflow: hidden;
    border-radius: clamp(16px, 4vw, 28px);
  }

  .arch-intero-page .architecture-approach-visuals {
    width: 100%;
    max-width: min(420px, 100%);
    height: auto;
    aspect-ratio: 4 / 5;
    min-height: 280px;
    max-height: min(560px, 82vw);
  }

  .architecture-approach-stack,
  .approach-images {
    max-width: 100%;
    height: 100%;
    min-height: 0;
  }

  .architecture-approach-panel--main,
  .main-img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
  }

  .main-img img {
    object-position: center;
  }
}

@media (min-width: 1025px) and (max-width: 1100px) {
  .architecture-approach-inner {
    padding-right: 340px;
  }

  .arch-intero-page .architecture-approach-inner {
    padding-right: 520px;
  }

  .arch-intero-page .architecture-approach-visuals {
    width: 480px;
  }
}

@media (max-width: 600px) {
  .architecture-approach-section {
    padding: clamp(48px, 12vw, 64px) 0 clamp(40px, 10vw, 56px);
  }

  .architecture-approach-inner {
    gap: 28px;
    padding: 0;
  }

  .arch-intero-page .architecture-approach-inner {
    padding: 0;
  }

  .architecture-approach-copy {
    padding-inline: max(16px, env(safe-area-inset-left, 0px))
      max(16px, env(safe-area-inset-right, 0px));
  }

  .architecture-approach-eyebrow {
    font-size: 12px;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
  }

  .architecture-approach-copy h2 {
    font-size: clamp(26px, 8.2vw, 32px);
    margin-bottom: 16px;
  }

  .architecture-approach-body p {
    font-size: 15px;
    line-height: 1.6;
    max-width: none;
  }

  .architecture-approach-visuals,
  .arch-intero-page .architecture-approach-visuals {
    width: 100%;
    max-width: none;
    min-height: 240px;
    max-height: none;
    aspect-ratio: 5 / 4;
    margin-inline: 0;
    border-radius: 0;
  }

  .architecture-approach-stack {
    max-width: 100%;
  }
}

.services-approach-section {
  background: var(--primary-light);
  padding: 48px 90px 72px;
}

.services-approach-card {
  max-width: 1040px;
  height: 380px;
  margin: 0 auto;
  display: flex;
  border-radius: 28px;
  overflow: hidden;
  background: #4f3b30;
}

.services-approach-image {
  flex: 0 0 50%;
  min-width: 0;
  height: 100%;
}

.services-approach-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-approach-content {
  flex: 0 0 50%;
  min-width: 0;
  padding: 36px 44px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services-approach-content p {
  margin: 0 0 26px;
  max-width: 430px;
  font-size: 18px;
  line-height: 1.5;
  color: #f4ece2;
}

.services-approach-content p + p {
  margin-bottom: 26px;
}

.services-approach-content .services-approach-extra {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(244, 236, 226, 0.92);
}

.services-approach-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #4a372d;
  border-radius: 999px;
  padding: 12px 42px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.services-feature-section {
  background: var(--primary-light);
  border-top: 0;
  padding: 0;
}

/* Services page: keep non-construction feature blocks white */
.services-page .services-feature-section {
  background: #ffffff;
}

.services-feature-section--dark {
  background: #5b453a;
}

/* Construction section stays dark */
.services-page .services-feature-section.services-feature-section--dark {
  background: #5b453a;
}

.services-page .services-cta-banner {
  background: #ffffff;
}

.services-feature-section--dark .services-feature-header span,
.services-feature-section--dark .services-feature-header h2,
.services-feature-section--dark .services-feature-left p,
.services-feature-section--dark .services-feature-link {
  color: #fff;
}

.services-feature-section--dark .services-feature-rule {
  background: rgba(255, 255, 255, 0.55);
}

.services-feature-section--dark .services-feature-inner {
  border-color: rgba(255, 255, 255, 0.4);
}

.services-feature-section--dark .services-feature-arrow {
  background: #fff;
  color: #4a372d;
}

.services-feature-inner {
  width: 100%;
  min-height: 440px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  border-bottom: 1px solid rgba(74, 55, 45, 0.5);
}

.services-feature-left {
  padding: 44px 72px 40px 80px;
}

.services-feature-right {
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 34px 28px 28px;
}

.services-feature-right img {
  width: auto;
  max-width: 100%;
  max-height: 360px;
  height: auto;
  display: block;
  margin-inline: auto;
}

.services-feature-header {
  display: flex;
  align-items: baseline;
  gap: 42px;
  margin-bottom: 20px;
}

.services-feature-header span {
  font-size: 18px;
  color: var(--text-muted);
}

.services-feature-header h2 {
  margin: 0;
  padding-left: clamp(12px, 1.4vw, 20px);
  font-family: var(--heading-font);
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
  color: var(--text-muted);
}

.services-feature-rule {
  width: 100%;
  height: 1px;
  background: rgba(74, 55, 45, 0.5);
}

.services-feature-left p {
  margin: 22px 0 0;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.45;
  color: var(--text-muted);
}

.services-feature-link {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(74, 55, 45, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--text-muted);
  font-size: 16px;
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
}

.services-feature-section--dark .services-feature-link {
  border-top-color: rgba(255, 255, 255, 0.35);
}

.services-feature-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #4a372d;
  color: #f5ede3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* Services page — hire CTA (tan field + dark rounded card + curved image) */
.services-cta-banner {
  padding: 48px 48px 64px;
  background: #e5d3c2;
  border-top: 0;
}

.services-feature-section:has(+ .services-cta-banner) .services-feature-inner {
  border-bottom: 0;
}

.latest-article-section:has(+ .services-cta-banner) .latest-article-divider {
  display: none;
}

.services-cta-banner-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.services-cta-banner-card {
  display: flex;
  align-items: stretch;
  gap: 28px;
  width: 100%;
  max-width: 1020px;
  height: 208px;
  min-height: 208px;
  background: #3e2b23;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(62, 43, 35, 0.22);
}

.services-cta-banner--architecture .services-cta-banner-card {
  height: 248px;
  min-height: 248px;
}

.services-cta-banner-visual {
  flex: 0 0 26%;
  min-width: 0;
  max-width: 300px;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.services-cta-banner-frame {
  width: 100%;
  min-height: 0;
  flex: 1;
  align-self: stretch;
  margin-right: 0;
  border-radius: 0 999px 999px 0;
  overflow: hidden;
  background: #3e2b23;
}

.services-cta-banner-frame img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  display: block;
}

.services-cta-banner-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 16px 48px 16px 0;
  position: relative;
  z-index: 0;
}

.services-cta-banner-title {
  margin: 0;
  max-width: 520px;
  font-family: var(--heading-font);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.02em;
  color: #fff;
  font-style: normal;
}

.services-cta-banner-title-line {
  display: block;
  margin-top: 0.12em;
}

.services-cta-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 28px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.services-cta-banner-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.services-cta-banner-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .services-cta-banner {
    padding: 20px 16px 28px;
  }

  /* Match desktop: horizontal pill card, image left with curved seam, copy right */
  .services-cta-banner-card {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 118px;
    border-radius: clamp(18px, 5vw, 32px);
    gap: 0;
  }

  .services-cta-banner--architecture .services-cta-banner-card {
    min-height: 132px;
  }

  .services-cta-banner-visual {
    flex: 0 0 33%;
    width: 33%;
    min-width: 76px;
    max-width: 40%;
    align-self: stretch;
    padding: 0;
    z-index: 1;
  }

  .services-cta-banner-frame {
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1;
    align-self: stretch;
    margin-right: 0;
    border-radius: 0 999px 999px 0;
  }

  .services-cta-banner-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .services-cta-banner-content {
    flex: 1;
    min-width: 0;
    padding: 6px 10px 6px 6px;
    gap: clamp(4px, 1.4vw, 8px);
    justify-content: center;
    align-items: flex-start;
  }

  .services-cta-banner-title {
    max-width: none;
    font-size: clamp(13px, 3vw, 19px);
    line-height: 1.08;
    letter-spacing: 0.01em;
  }

  .services-cta-banner-title-line {
    margin-top: 0.04em;
  }

  .services-cta-banner-btn {
    flex-shrink: 0;
    padding: 5px 10px;
    font-size: 7px;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 1100px) {
  .services-feature-inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .services-feature-left {
    padding: 34px 40px 40px;
  }

  .services-feature-right {
    border-left: 0;
    border-top: 0;
    padding: 24px 40px 36px;
  }

  .services-feature-header {
    gap: 30px;
    margin-bottom: 24px;
  }

  .services-feature-header span {
    font-size: 20px;
  }

  .services-feature-header h2 {
    font-size: 48px;
  }

  .services-feature-left p {
    margin: 28px 0;
    font-size: 24px;
  }

  .services-feature-link {
    margin-top: 24px;
    font-size: 22px;
  }
}

@media (max-width: 900px) {
  .services-approach-section {
    padding: 34px 20px 48px;
  }

  .services-approach-card {
    height: auto;
    flex-direction: column;
  }

  .services-approach-image {
    min-height: 220px;
    flex: 0 0 auto;
  }

  .services-approach-content {
    flex: 0 0 auto;
    padding: 26px 20px 30px;
  }

  .services-approach-content p {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .services-approach-content .services-approach-extra {
    font-size: 16px;
  }
}

.brand-story-section {
  background: #ffffff;
  background-image: none;
  padding: 58px 24px 66px;
}

.brand-story-header {
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
}

.brand-story-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  color: #4a372d;
  background: rgba(255, 255, 255, 0.28);
}

.brand-story-kicker::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("./Font/New_images/Arrow.png") center / contain no-repeat;
  flex-shrink: 0;
}

.home-about-redesign-tag,
.home-services-redesign-tag,
.home-why-tag,
.contact-kicker,
.interior-feature-kicker,
.architecture-latest-eyebrow,
.architecture-approach-eyebrow,
.teams-kicker,
.about-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-about-redesign-tag::before,
.home-services-redesign-tag::before,
.home-why-tag::before,
.contact-kicker::before,
.interior-feature-kicker::before,
.architecture-latest-eyebrow::before,
.architecture-approach-eyebrow::before,
.teams-kicker::before,
.about-tag::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("./Font/New_images/Arrow.png") center / contain no-repeat;
  flex-shrink: 0;
}

.home-about-redesign-tag > span[aria-hidden="true"],
.home-services-redesign-tag > span[aria-hidden="true"],
.home-why-tag > span[aria-hidden="true"] {
  display: none;
}

.brand-story-header h2 {
  margin: 0 0 10px;
  font-family: var(--heading-font);
  font-size: clamp(44px, 4.3vw, 58px);
  line-height: 1;
  font-weight: 600;
  color: var(--text-muted);
}

.brand-story-header p {
  margin: 0 auto;
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.45;
  color: var(--text-muted);
  max-width: 44ch;
}

.brand-story-images {
  display: flex;
  justify-content: center;
  width: 100%;
}

.brand-story-image {
  width: 100%;
  max-width: 420px;
  height: auto;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 20px;
  margin-inline: auto;
}

.brand-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-story-section {
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(280px, 420px);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  justify-content: center;
  justify-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: clamp(24px, 4vw, 48px);
  padding-right: clamp(24px, 4vw, 48px);
}

.contact-page .brand-story-section {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
  padding: 56px 24px 72px;
  box-sizing: border-box;
  background-color: var(--primary-light);
  background-image: var(--paper-theme);
  background-size: 4px 4px, 8px 8px, 100% 100%;
  background-blend-mode: multiply, soft-light, normal;
  color: var(--text-muted);
}

.contact-page .brand-story-section .brand-story-header {
  margin: 0;
  max-width: none;
  width: auto;
  text-align: left;
}

.contact-page .brand-story-section .brand-story-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--accent-brown);
  background: transparent;
}

.contact-page .brand-story-section .brand-story-header h2 {
  text-align: left;
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: var(--text-muted);
}

.contact-page .brand-story-contact-prose {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.contact-page .brand-story-contact-prose p {
  margin: 0 0 1.25em;
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-muted);
  text-wrap: pretty;
}

.contact-page .brand-story-contact-prose p:last-child {
  margin-bottom: 0;
}

.founder-note-section {
  background: var(--primary-light);
  padding: 40px 32px 56px;
}

.founder-note-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 54px;
}

.founder-note-content {
  max-width: 390px;
  color: var(--text-muted);
}

.founder-note-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  color: #4a372d;
  background: rgba(255, 255, 255, 0.28);
}

.founder-note-kicker img {
  width: 14px;
  height: 14px;
  display: block;
}

.founder-note-content h2 {
  margin: 0 0 10px;
  font-family: var(--heading-font);
  font-size: 42px;
  line-height: 1.05;
  font-weight: 600;
  color: var(--text-muted);
}

.founder-note-content p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--text-muted);
}

.founder-note-image-placeholder {
  width: 100%;
  max-width: 480px;
  height: 332px;
  overflow: hidden;
  background: #4e392e;
}

.founder-note-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}

.teams-section {
  width: 100%;
  background: #e5d3c2;
  padding: 56px 0 64px;
  border-bottom: 0;
}

.teams-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

.teams-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #4a372d;
  background: rgba(255, 255, 255, 0.28);
}

.teams-copy h2 {
  margin: 0 0 12px;
  max-width: 620px;
  font-family: var(--heading-font);
  font-size: clamp(36px, 3.5vw, 52px);
  line-height: 1.08;
  font-weight: 600;
  color: #4a372d;
}

.teams-subcopy {
  margin: 0;
  max-width: 540px;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(74, 58, 49, 0.88);
}

.teams-grid-shell {
  width: 100%;
  max-width: none;
  margin-left: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 14px;
  margin: 0;
  padding: 0;
}

.teams-member-card {
  margin: 0;
}

.teams-grid-item {
  position: relative;
  aspect-ratio: 0.92 / 1;
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
  background: #5a4032;
}

.teams-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 240ms ease;
}

.teams-grid-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 16px 14px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.06) 25%,
    rgba(0, 0, 0, 0.45) 64%,
    rgba(0, 0, 0, 0.78) 100%
  );
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.teams-grid-overlay h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #f8efe6;
}

.teams-grid-overlay p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(248, 239, 230, 0.94);
}

.teams-member-card:hover .teams-grid-item img {
  transform: scale(1.04);
}

.teams-member-card:hover .teams-grid-overlay,
.teams-member-card:focus-within .teams-grid-overlay {
  opacity: 1;
  transform: translateY(0);
}

.team-hire-strip {
  max-width: 1040px;
  margin: 10px auto 0;
  height: 118px;
  background: #3f2d23;
  border-radius: 0 28px 0 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.team-hire-image {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -20px;
  flex: 0 0 auto;
}

.team-hire-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-hire-content {
  padding: 0 20px;
}

.team-hire-content h3 {
  margin: 0 0 8px;
  font-family: var(--heading-font);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  max-width: 520px;
}

.team-hire-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(169, 214, 239, 0.75);
  border-radius: 999px;
  padding: 6px 24px;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

/* Interior page tuning for the hire strip */
.interior-team-hire-wrap {
  background: var(--primary-light);
  background-image: var(--paper-theme);
  background-size: 4px 4px, 8px 8px, 100% 100%;
  background-blend-mode: multiply, soft-light, normal;
  padding: 18px 0 24px;
}

.interior-team-hire-strip {
  max-width: 1120px;
  height: 190px;
  margin: 34px auto 18px;
  border-radius: 28px;
  background: #4a2f22;
  overflow: hidden;
}

.interior-team-hire-strip .team-hire-image {
  width: 300px;
  height: 190px;
  border-radius: 28px 999px 999px 28px;
  margin-left: 0;
  overflow: hidden;
}

.interior-team-hire-strip .team-hire-content {
  padding: 24px 36px 22px 22px;
}

.interior-team-hire-strip .team-hire-content h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.22;
  max-width: 540px;
  color: #fff;
}

.interior-team-hire-strip .team-hire-btn {
  padding: 8px 34px;
  font-size: 12px;
  letter-spacing: 4px;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

@media (max-width: 1100px) {
  .founder-note-section {
    padding: 34px 72px 48px;
  }

  .founder-note-layout {
    gap: 36px;
  }

  .founder-note-image-placeholder {
    height: 300px;
  }

  .teams-section {
    padding: 52px 0 56px;
  }

  .teams-inner {
    gap: 24px;
  }

  .teams-grid-shell {
    max-width: 100%;
  }

  .teams-copy h2 {
    max-width: 620px;
    font-size: clamp(32px, 4vw, 44px);
  }

  .team-hire-strip {
    height: auto;
    padding: 16px 0;
  }

  .team-hire-content h3 {
    font-size: 42px;
  }
}

@media (max-width: 900px) {
  .founder-note-section {
    padding: 34px 20px 46px;
  }

  .founder-note-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .founder-note-content {
    max-width: 100%;
  }

  .founder-note-content h2 {
    font-size: 36px;
  }

  .founder-note-image-placeholder {
    max-width: 100%;
    height: 280px;
  }

  .teams-section {
    padding: 42px 0 46px;
  }

  .teams-inner {
    padding: 0 20px;
    gap: 20px;
  }

  .teams-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .team-hire-strip {
    border-radius: 0 24px 0 0;
    padding: 12px 0;
  }

  .team-hire-image {
    width: 190px;
    height: 190px;
    margin-left: -30px;
  }

  .team-hire-content h3 {
    font-size: 30px;
    max-width: 420px;
  }

  .team-hire-btn {
    letter-spacing: 4px;
  }
}

@media (max-width: 520px) {
  .teams-grid-shell {
    border-radius: 20px;
  }
}

.about-section {
  background: var(--primary-light);
  margin: 0;
  padding: 64px 24px 0;
}

.about-content-row {
  width: 953px;
  min-height: 169px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--text-muted);
}

.about-tag {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 8px;
  margin-bottom: 18px;
}

.about-title {
  margin: 0 0 14px;
  font-family: var(--body-font);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.3px;
  color: #4a372d;
  text-transform: uppercase;
}

.about-copy {
  margin: 0;
  max-width: 760px;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--text-muted);
}

.about-visual-section {
  background: var(--primary-light);
  margin: 0;
  padding: 36px 24px 64px;
  position: relative;
  z-index: 0;
}

.about-visual-container {
  width: 100%;
  max-width: 1140px;
  min-height: 0;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

@media (min-width: 1025px) {
  .about-visual-container {
    padding-left: min(85px, 7vw);
  }
}

.about-image-collage {
  width: 100%;
  max-width: 773px;
  aspect-ratio: 773 / 442;
  height: auto;
  min-height: 0;
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.about-image {
  background: var(--primary-dark);
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}

.image-one {
  width: 31.44%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.image-two {
  width: 31.17%;
  height: 100%;
  position: absolute;
  left: 34.41%;
  top: 0;
}

.image-three {
  width: 31.44%;
  height: 55.02%;
  position: absolute;
  left: 68.56%;
  top: 0;
  border-top-right-radius: 50px;
}

.image-three img {
  object-position: center 38%;
}

.about-metrics-column {
  width: min(327px, 32%);
  flex: 0 0 min(327px, 32%);
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.learn-about-btn {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid rgba(90, 70, 54, 0.65);
  border-radius: 999px;
  padding: 10px 34px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 72px;
}

.about-metrics {
  position: absolute;
  top: 70.59%;
  left: 71.93%;
  width: 23.93%;
  min-width: 0;
  display: flex;
  gap: clamp(8px, 2.85%, 22px);
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.metric-item h3 {
  margin: 0 0 6px;
  font-family: var(--body-font);
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--text-muted);
}

.metric-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: var(--text-muted);
}

@media (max-width: 1024px) {
  .navbar {
    padding: var(--space-sm) var(--space-md);
  }

  .nav-links {
    gap: var(--space-sm);
  }

  h1 {
    font-size: 56px;
  }

  .about-content-row {
    width: 100%;
    max-width: 953px;
    min-height: auto;
  }

  .about-title {
    font-size: 40px;
  }

  .about-visual-container {
    width: 100%;
    max-width: 1140px;
    height: auto;
    gap: 28px;
    padding-left: 0;
  }

  .about-image-collage {
    width: 66%;
    min-width: 0;
    max-width: 100%;
  }

  .about-metrics-column {
    width: 34%;
    height: auto;
    padding-top: 20px;
  }

  .about-metrics {
    position: static;
    width: auto;
    height: auto;
    gap: 20px;
    margin-top: 16px;
  }

  .metric-item h3 {
    font-size: 34px;
  }

  .metric-item p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  .navbar {
    position: relative;
    z-index: 200;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .navbar-leading {
    position: relative;
    z-index: 201;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: 0;
    flex-shrink: 0;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 198;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(26, 18, 14, 0.52);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.28s ease,
      visibility 0.28s ease;
  }

  .navbar.is-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .home-page .nav-right,
  .top-hero-page .nav-right {
    flex: none;
    width: min(300px, 86vw);
    max-width: min(300px, 86vw);
  }

  .nav-right {
    position: fixed;
    z-index: 199;
    top: 0;
    right: 0;
    width: min(300px, 86vw);
    max-width: min(300px, 86vw);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: calc(var(--space-sm) + env(safe-area-inset-top, 0px) + 52px)
      max(var(--space-md), env(safe-area-inset-right, 0px))
      max(var(--space-md), env(safe-area-inset-bottom, 0px)) var(--space-md);
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: var(--space-md);
    background: var(--navbar-color);
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.22);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar.is-open .nav-right {
    transform: translateX(0);
    pointer-events: auto;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
  }

  .nav-links a {
    display: block;
    padding: 10px 4px;
    font-size: 17px;
  }

  .nav-right .btn-primary {
    width: 100%;
    text-align: center;
    margin-top: auto;
  }

  @media (prefers-reduced-motion: reduce) {
    .nav-right,
    .nav-backdrop {
      transition: none;
    }
  }

  h1 {
    font-size: 42px;
  }

  .about-section {
    padding: 48px 20px 0;
  }

  .about-tag {
    letter-spacing: 5px;
    margin-bottom: 12px;
  }

  .about-title {
    font-size: 30px;
    line-height: 1.15;
  }

  .about-copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .about-visual-section {
    padding: 24px 20px 40px;
  }

  .about-visual-container {
    flex-direction: column;
    gap: 28px;
    padding-left: 0;
  }

  .about-image-collage {
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    aspect-ratio: unset;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    position: static;
  }

  .about-image-collage .about-metrics {
    grid-column: 1 / -1;
    margin-top: 8px;
  }

  .about-image {
    position: static;
    width: 100%;
    height: auto;
    min-height: 200px;
    aspect-ratio: 3 / 4;
    max-height: min(72vw, 360px);
  }

  .image-three {
    grid-column: span 2;
    border-top-right-radius: 24px;
    aspect-ratio: 16 / 9;
    max-height: min(56vw, 280px);
  }

  .image-three img {
    object-position: center 40%;
  }

  .about-metrics-column {
    width: 100%;
    padding-top: 0;
    position: relative;
    z-index: 1;
  }

  .learn-about-btn {
    margin-bottom: 28px;
    margin-top: 4px;
  }

  .about-metrics {
    position: static;
    width: 100%;
    margin-top: 0;
    justify-content: space-between;
    gap: 12px;
  }

  .metric-item h3 {
    font-size: 28px;
  }

  .metric-item p {
    font-size: 14px;
  }
}

.services-section {
  background: var(--primary-light);
  padding: 24px 24px 90px;
}

.services-grid {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.service-card {
  width: 388px;
  height: 388.27978515625px;
  border-radius: 34px 34px 0 0;
  overflow: hidden;
  position: relative;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(40, 27, 21, 0.35) 0%,
    rgba(40, 27, 21, 0.72) 70%,
    rgba(40, 27, 21, 0.82) 100%
  );
  color: #fff;
  padding: 34px 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.service-overlay h3 {
  margin: 0;
  font-family: var(--body-font);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  width: 152px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.4px;
  margin-top: 166px;
  transform: translateY(0) scale(1);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.service-overlay p,
.service-read-more {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.service-overlay p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.45;
  max-width: 320px;
  text-align: center;
}

.service-read-more {
  margin-top: 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-card:hover .service-overlay p,
.service-card:hover .service-read-more {
  opacity: 1;
  transform: translateY(0);
}

.service-card:hover .service-overlay h3 {
  transform: translateY(-10px) scale(0.96);
}

@media (max-width: 768px) {
  .services-section {
    padding: 20px 20px 56px;
  }

  .service-card {
    width: min(100%, 388px);
    height: 388px;
  }

  .service-overlay h3 {
    width: 152px;
    min-height: 56px;
    margin-top: 140px;
    font-size: 18px;
  }
}

.projects-section {
  background: var(--primary-light);
  padding: 20px 32px 64px;
}

.projects-header {
  text-align: center;
  margin-bottom: 22px;
}

.projects-header h2 {
  margin: 0;
  font-family: var(--body-font);
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.projects-tabs {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 64px;
}

.project-tab {
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: rgba(90, 70, 54, 0.58);
  font-family: var(--body-font);
  font-size: clamp(17px, 1.9vw, 21px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-radius: 0;
  text-transform: none;
  cursor: pointer;
}

.project-tab.is-active {
  color: var(--text-muted);
  border-bottom-color: var(--text-muted);
}

.projects-frame {
  width: 1320px;
  height: 283px;
  margin: 0 auto;
  padding: 2px;
  display: flex;
  gap: 20px;
}

.project-card {
  width: 426px;
  height: 279px;
  opacity: 1;
  overflow: hidden;
}

.project-card-link {
  display: block;
  width: 100%;
  height: 100%;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1600px) {
  .projects-frame {
    width: 100%;
    max-width: 1320px;
    height: auto;
    padding: 2px;
  }

  .project-card {
    width: calc((100% - 40px) / 3);
    height: auto;
    aspect-ratio: 426 / 279;
  }
}

@media (max-width: 900px) {
  .projects-frame {
    flex-wrap: wrap;
    height: auto;
    gap: 18px;
  }

  .project-card {
    width: 100%;
  }
}

.philosophy-section {
  background-image: url("./Font/New_images/Image.png");
  background-color: #E5D3C2;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 2 / 1;
  min-height: 0;
  padding: 56px 32px;
  display: flex;
  align-items: center;
}

/* Author `display` on .philosophy-section otherwise overrides HTML `hidden` */
.philosophy-section[hidden] {
  display: none !important;
}

.philosophy-layout {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.philosophy-cards {
  width: 100%;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, 252px);
  justify-content: center;
  gap: clamp(18px, 3vw, 56px);
}

.philosophy-card {
  width: 252px;
  height: 236px;
  border-radius: 18px;
  padding: 18px 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(223, 214, 206, 0.45) 0%,
    rgba(163, 152, 144, 0.22) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: #f3eee9;
  min-height: 236px;
}

.philosophy-card h3 {
  margin: 0 0 4px;
  font-size: clamp(42px, 3.1vw, 52px);
  line-height: 1;
  font-family: var(--body-font);
  font-weight: 700;
}

.philosophy-card h4 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-family: var(--body-font);
  font-weight: 500;
}

.philosophy-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.42;
  color: rgba(243, 238, 233, 0.92);
}

@media (max-width: 1400px) {
  .philosophy-section {
    padding: 52px 32px;
  }

  .philosophy-layout {
    max-width: 980px;
  }
}

@media (max-width: 900px) {
  .philosophy-section {
    padding: 40px 20px;
    aspect-ratio: auto;
    min-height: 360px;
    background-size: cover;
  }

  .philosophy-cards {
    max-width: 640px;
    grid-template-columns: repeat(2, minmax(0, 220px));
    gap: 12px;
  }

  .philosophy-card {
    width: 220px;
    height: 206px;
    min-height: 206px;
    padding: 14px 12px;
  }

  .philosophy-card h3 {
    font-size: clamp(30px, 5vw, 38px);
  }

  .philosophy-card h4 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .philosophy-card p {
    font-size: 15px;
    line-height: 1.35;
  }
}

@media (max-width: 768px) {
  .philosophy-section {
    min-height: 0;
    padding: 32px 16px 36px;
  }

  .philosophy-cards {
    grid-template-columns: 1fr;
    max-width: 252px;
    gap: 12px;
  }

  .philosophy-card {
    width: 252px;
    height: 200px;
    min-height: 0;
    padding: 12px;
  }

  .philosophy-card h3 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .philosophy-card h4 {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .philosophy-card p {
    font-size: 14px;
    line-height: 1.35;
  }
}

/* Interior page only — full-bleed philosophy band + split layout (does not affect about.html) */
.interior-page .philosophy-section--interior-wide {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  background-color: #2c1f18;
  background-image: url("./photos/Mungo/e738450881bcaf543d02154aa9ed886aa15eec5e.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: auto;
  min-height: clamp(440px, 52vw, 620px);
  padding: clamp(64px, 8vw, 104px) clamp(24px, 5vw, 56px);
  display: block;
}

.interior-page .philosophy-section--interior-wide .philosophy-layout--interior-split {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: block;
}

.interior-page .philosophy-section--interior-wide .philosophy-section-title {
  margin: 0 0 clamp(28px, 3.2vw, 40px);
  font-family: var(--body-font);
  font-size: clamp(42px, 4.3vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
  letter-spacing: 0.03em;
  text-align: center;
}

.interior-page .philosophy-section--interior-wide .philosophy-split-left {
  min-width: 0;
}

.interior-page .philosophy-section--interior-wide .philosophy-cards {
  width: 100%;
  max-width: 1040px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: clamp(24px, 3.4vw, 40px);
  margin-inline: auto;
}

.interior-page .philosophy-section--interior-wide .philosophy-card {
  width: auto;
  height: auto;
  min-height: clamp(170px, 18vw, 230px);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.08) 44%,
    rgba(30, 20, 14, 0.22) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(22px) saturate(165%);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  padding: clamp(24px, 2.8vw, 34px);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-backdrop-filter 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.interior-page .philosophy-section--interior-wide .philosophy-card:hover {
  transform: translateY(-8px) scale(1.01);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 44%,
    rgba(30, 20, 14, 0.2) 100%
  );
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(24px) saturate(175%);
  -webkit-backdrop-filter: blur(24px) saturate(175%);
}

.interior-page .philosophy-section--interior-wide .philosophy-card h3 {
  margin: 0 0 8px;
  font-size: clamp(34px, 3.1vw, 44px);
  line-height: 1;
  color: #ffffff;
}

.interior-page .philosophy-section--interior-wide .philosophy-card h4 {
  margin: 0 0 12px;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.1;
  color: #ffffff;
}

.interior-page .philosophy-section--interior-wide .philosophy-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.4;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .interior-page .philosophy-section--interior-wide .philosophy-card {
    background: linear-gradient(180deg, rgba(72, 52, 38, 0.88) 0%, rgba(48, 34, 24, 0.92) 100%);
  }
}

.interior-page .philosophy-section--interior-wide .philosophy-split-media {
  display: none;
}

.interior-page .philosophy-section--interior-wide .philosophy-split-media img {
  display: none;
}

@media (max-width: 900px) {
  .interior-page .philosophy-section--interior-wide {
    min-height: clamp(380px, 72vw, 560px);
    padding: clamp(46px, 8vw, 76px) clamp(18px, 5vw, 28px);
  }

  .interior-page .philosophy-section--interior-wide .philosophy-cards {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .interior-page .philosophy-section--interior-wide .philosophy-section-title {
    font-size: clamp(34px, 9vw, 48px);
  }

  .interior-page .philosophy-section--interior-wide .philosophy-cards {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .interior-page .philosophy-section--interior-wide .philosophy-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .interior-page .philosophy-section--interior-wide .philosophy-card {
    transition: none;
  }

  .interior-page .philosophy-section--interior-wide .philosophy-card:hover {
    transform: none;
  }
}

/* De Atelier — Ar Gargi De portfolio grid (de-atelier.html) */
.interior-page .de-atelier-gargi-portfolio {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 48px) clamp(56px, 7vw, 88px);
  overflow-x: clip;
  background: #ffffff;
  color: #1a1a1a;
}

.interior-page .de-atelier-gargi-portfolio__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.interior-page .de-atelier-gargi-portfolio__title {
  margin: 0 0 clamp(28px, 4vw, 40px);
  max-width: 42rem;
  font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  color: #111;
  text-align: left;
  letter-spacing: -0.01em;
}

.interior-page .de-atelier-gargi-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 22px);
  align-items: start;
}

.interior-page .de-atelier-gargi-portfolio__card {
  box-sizing: border-box;
  border-radius: 22px;
  color: inherit;
  outline-offset: 4px;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.interior-page .de-atelier-gargi-portfolio__card--image {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: visible;
  background: #1a1410;
}

.interior-page .de-atelier-gargi-portfolio__card--image:has(.arch-intero-projects-card-panel:not([hidden])) {
  z-index: 4;
}

.interior-page .de-atelier-gargi-portfolio__card-top {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 22px;
}

.interior-page .de-atelier-gargi-portfolio__card--image:has(.arch-intero-projects-card-panel:not([hidden])) .de-atelier-gargi-portfolio__card-top {
  border-radius: 22px 22px 0 0;
}

.interior-page .de-atelier-gargi-portfolio__card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: inherit;
}

.interior-page .de-atelier-gargi-portfolio__card--image:has(.de-atelier-gargi-portfolio__card-hit:focus-visible) {
  outline: 2px solid #3e2e26;
  outline-offset: 4px;
}

.interior-page .de-atelier-gargi-portfolio__card-hit:focus-visible {
  outline: none;
}

.interior-page .de-atelier-gargi-portfolio__card--image:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(26, 18, 14, 0.18);
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-toggle {
  position: absolute;
  right: clamp(8px, 1.4vw, 12px);
  bottom: clamp(8px, 1.4vw, 12px);
  z-index: 4;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(38px, 5vw, 44px);
  height: clamp(38px, 5vw, 44px);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 252, 248, 0.92);
  color: #3e2e26;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(12, 8, 6, 0.22);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-toggle:hover {
  background: #fff;
  border-color: rgba(90, 70, 54, 0.35);
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-toggle-chevron {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-toggle[aria-expanded="true"] .arch-intero-projects-card-toggle-chevron {
  transform: rotate(225deg) translateY(1px);
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-panel {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: clamp(8px, 1.1vw, 12px);
  background: #faf8f5;
  border-top: 1px solid rgba(90, 70, 54, 0.14);
  border-radius: 0 0 22px 22px;
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-panel[hidden] {
  display: none !important;
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-panel:not([hidden]) {
  display: block;
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: clamp(6px, 0.9vw, 10px);
  width: 100%;
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-panel-figure {
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: clamp(118px, 17vw, 220px);
  border-radius: 10px;
  overflow: hidden;
  background: #e8e2dc;
  display: block;
  position: relative;
}

.interior-page .de-atelier-gargi-portfolio .arch-intero-projects-card-panel-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  display: block;
  object-fit: cover;
  object-position: center;
}

.interior-page .de-atelier-gargi-portfolio__media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
}

.interior-page .de-atelier-gargi-portfolio__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.interior-page .de-atelier-gargi-portfolio__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(12, 8, 6, 0.12) 0%,
    rgba(12, 8, 6, 0.35) 55%,
    rgba(12, 8, 6, 0.62) 100%
  );
  pointer-events: none;
}

.interior-page .de-atelier-gargi-portfolio__feature {
  position: absolute;
  top: clamp(10px, 1.5vw, 14px);
  right: clamp(10px, 1.5vw, 14px);
  z-index: 3;
  max-width: min(92%, 14rem);
  padding: 6px 10px;
  border-radius: 8px;
  font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.65rem, 1.1vw, 0.72rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(22, 16, 12, 0.72);
  text-align: right;
  pointer-events: none;
}

.interior-page .de-atelier-gargi-portfolio__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: clamp(14px, 2.2vw, 20px) clamp(14px, 2vw, 18px);
  font-family: system-ui, "Segoe UI", "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.9rem, 1.35vw, 1.05rem);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.interior-page .de-atelier-gargi-portfolio__card--more {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  min-height: 0;
  overflow: hidden;
  padding: clamp(18px, 3.5vw, 28px);
  text-decoration: none;
  background:
    linear-gradient(168deg, rgba(255, 248, 240, 0.07) 0%, transparent 42%),
    linear-gradient(148deg, #5c483d 0%, #45362d 45%, #342a22 100%);
  border: 1px solid rgba(90, 70, 54, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 240, 0.1),
    0 1px 0 rgba(0, 0, 0, 0.1);
  transition:
    transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.32s ease,
    background 0.32s ease;
}

.interior-page .de-atelier-gargi-portfolio__card--more:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 168, 125, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 240, 0.14),
    0 18px 44px rgba(26, 18, 14, 0.2);
  background:
    linear-gradient(168deg, rgba(255, 248, 240, 0.1) 0%, transparent 45%),
    linear-gradient(148deg, #665245 0%, #4d3d33 48%, #3a2f28 100%);
}

.interior-page .de-atelier-gargi-portfolio__card--more:focus-visible {
  outline: 2px solid #3e2e26;
  outline-offset: 4px;
}

.interior-page .de-atelier-gargi-portfolio__more-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 13rem;
  text-align: center;
}

.interior-page .de-atelier-gargi-portfolio__more-stack::before {
  content: "";
  display: block;
  width: min(48%, 3.25rem);
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(214, 191, 168, 0.55) 20%,
    rgba(214, 191, 168, 0.75) 50%,
    rgba(214, 191, 168, 0.55) 80%,
    transparent
  );
}

.interior-page .de-atelier-gargi-portfolio__more-label {
  font-family: var(--heading-font);
  font-size: clamp(1.65rem, 3.8vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f5ebe2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.interior-page .de-atelier-gargi-portfolio__more-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-family: var(--body-font);
  font-size: clamp(0.82rem, 1.35vw, 0.98rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(241, 231, 220, 0.72);
  transition: color 0.28s ease;
}

.interior-page .de-atelier-gargi-portfolio__more-hint::after {
  content: "\2192";
  font-size: 0.95em;
  opacity: 0.85;
  transform: translateX(0);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.interior-page .de-atelier-gargi-portfolio__card--more:hover .de-atelier-gargi-portfolio__more-hint {
  color: rgba(255, 248, 240, 0.92);
}

.interior-page .de-atelier-gargi-portfolio__card--more:hover .de-atelier-gargi-portfolio__more-hint::after {
  transform: translateX(4px);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .interior-page .de-atelier-gargi-portfolio__card--image:hover,
  .interior-page .de-atelier-gargi-portfolio__card--more:hover,
  .interior-page .de-atelier-gargi-portfolio__card--more:focus-visible {
    transform: none;
  }

  .interior-page .de-atelier-gargi-portfolio__card--more,
  .interior-page .de-atelier-gargi-portfolio__more-hint,
  .interior-page .de-atelier-gargi-portfolio__more-hint::after {
    transition: none;
  }

  .interior-page .de-atelier-gargi-portfolio__card--more:hover .de-atelier-gargi-portfolio__more-hint::after {
    transform: none;
  }
}

@media (max-width: 900px) {
  .interior-page .de-atelier-gargi-portfolio__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .interior-page .de-atelier-gargi-portfolio__grid {
    grid-template-columns: 1fr;
  }
}

/* Interior page — stacked projects band (full-width, white) */
.interior-page .interior-portfolio-section {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: clamp(52px, 7vw, 88px) clamp(20px, 5vw, 48px) clamp(60px, 8vw, 96px);
  background-color: #ffffff;
  color: rgba(62, 46, 38, 0.95);
}

.interior-page .interior-portfolio-inner {
  width: 100%;
  max-width: 1836px;
  margin: 0 auto;
}

.interior-page .interior-portfolio-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  margin-bottom: clamp(36px, 5vw, 52px);
}

.interior-page .interior-portfolio-header-left {
  min-width: 0;
}

.interior-page .interior-portfolio-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(90, 70, 54, 0.88);
}

.interior-page .interior-portfolio-kicker-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(90, 70, 54, 0.22);
  position: relative;
}

.interior-page .interior-portfolio-kicker-icon::after {
  content: "\2197";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #3e2e26;
}

.interior-page .interior-portfolio-header h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.05;
  font-weight: 600;
  color: #3e2e26;
  letter-spacing: 0.02em;
}

.interior-page .interior-portfolio-lede {
  margin: 0;
  flex: 0 1 380px;
  align-self: flex-end;
  font-family: var(--body-font);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
  color: rgba(62, 46, 38, 0.82);
  text-align: right;
}

.interior-page .interior-portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.interior-page .interior-portfolio-item {
  margin: 0 0 clamp(40px, 5.5vw, 56px);
}

.interior-page .interior-portfolio-item:last-child {
  margin-bottom: 0;
}

.interior-page .interior-portfolio-media-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  outline-offset: 4px;
}

.interior-page .interior-portfolio-media-link:focus-visible {
  outline: 2px solid rgba(62, 46, 38, 0.45);
}

.interior-page .interior-portfolio-media {
  position: relative;
  width: 100%;
  max-width: 1836px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(90, 70, 54, 0.1);
  aspect-ratio: 1836 / 360;
  min-height: 0;
  box-shadow: 0 18px 44px rgba(62, 46, 38, 0.14);
}

.interior-page .interior-portfolio-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.interior-page .interior-portfolio-media-link:hover .interior-portfolio-media img {
  transform: scale(1.02);
}

.interior-page .interior-portfolio-link-badge {
  position: absolute;
  top: clamp(12px, 2vw, 20px);
  right: clamp(12px, 2vw, 20px);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 248, 240, 0.95);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.interior-page .interior-portfolio-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr) minmax(0, 1fr);
  gap: 8px 16px;
  margin-top: clamp(14px, 2vw, 20px);
  align-items: start;
  font-family: var(--body-font);
}

.interior-page .interior-portfolio-date {
  grid-column: 1;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(62, 46, 38, 0.55);
}

.interior-page .interior-portfolio-center {
  grid-column: 2;
  text-align: center;
  min-width: 0;
}

.interior-page .interior-portfolio-title {
  display: block;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 600;
  line-height: 1.25;
  color: #3e2e26;
}

.interior-page .interior-portfolio-place {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(62, 46, 38, 0.72);
}

@media (max-width: 820px) {
  .interior-page .interior-portfolio-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .interior-page .interior-portfolio-lede {
    flex: none;
    align-self: stretch;
    max-width: none;
    text-align: left;
  }

  .interior-page .interior-portfolio-meta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .interior-page .interior-portfolio-date {
    grid-column: 1;
    justify-self: center;
  }

  .interior-page .interior-portfolio-center {
    grid-column: 1;
  }
}

.gallary-section {
  /* Horizontal space between gallery tiles (within strip + between infinite-scroll segments) */
  --gallary-strip-gap: clamp(12px, 1.5vw, 22px);
  background: var(--primary-light);
  padding: 42px 0 clamp(56px, 6vw, 88px);
  max-width: 100%;
  overflow-x: clip;
}

/* Architecture page — bands match “Our Architecture: Designed for the Future” (sand + paper) */
.architecture-page .gallary-section,
.construction-page .gallary-section,
.interior-page .gallary-section,
.contact-page .gallary-section,
.architecture-page .services-cta-banner,
.construction-page .services-cta-banner,
.gallery-page .services-cta-banner,
.architecture-page .footer-quote-strip {
  background-color: #ffffff;
  background-image: none;
}

.architecture-page .gallary-section,
.construction-page .gallary-section,
.interior-page .gallary-section,
.contact-page .gallary-section {
  padding-bottom: clamp(48px, 5vw, 72px);
}

.architecture-page .footer-quote-strip {
  border-top-color: rgba(63, 46, 37, 0.18);
}

.gallary-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}

.gallary-header h2 {
  margin: 0 0 8px;
  font-family: var(--heading-font);
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 1.2px;
}

.gallary-header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-muted);
}

.gallary-scroll-viewport {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pinch-zoom;
  scrollbar-width: thin;
  scrollbar-color: rgba(90, 70, 54, 0.35) transparent;
}

/* Continuous autoplay uses scrollLeft steps — avoid smooth-scroll lag */
.gallary-scroll-viewport--infinite {
  scroll-behavior: auto;
}

.gallary-scroll-viewport--infinite.is-gallary-autoplay {
  cursor: default;
}

.gallary-scroll-viewport--infinite.is-gallary-autoplay:hover {
  cursor: grab;
}

.gallary-scroll-viewport--infinite.is-gallary-autoplay:active {
  cursor: grabbing;
}

@media (prefers-reduced-motion: reduce) {
  .gallary-scroll-viewport {
    scroll-behavior: auto;
  }
}

.gallary-grid {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: stretch;
  align-items: stretch;
  gap: var(--gallary-strip-gap, clamp(12px, 1.5vw, 22px));
  overflow: hidden;
}

/*
 * Default strip: four columns, ~102vw min width. Vertical wheel → scrollLeft in script.js.
 */
.gallary-scroll-viewport .gallary-grid {
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(4, minmax(max(220px, 25.5vw), 1fr));
  overflow: visible;
}

.gallary-infinite-track {
  display: flex;
  flex-direction: row;
  width: max-content;
  align-items: stretch;
  /* Without this, the last tile of a cloned strip touches the first tile of the next strip */
  gap: var(--gallary-strip-gap, clamp(12px, 1.5vw, 22px));
}

/* Same per-tile width as the non-infinite strip (~¼ viewport); do not oversize cells */
.gallary-scroll-viewport--infinite .gallary-infinite-track > .gallary-grid {
  flex: 0 0 auto;
  width: max-content;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(max(220px, 25.5vw), 25.5vw);
  max-width: none;
  overflow: visible;
  gap: var(--gallary-strip-gap, clamp(12px, 1.5vw, 22px));
}

.gallary-scroll-viewport--infinite .gallary-card {
  opacity: 1;
  transform: none;
  transition: none;
}

.gallary-scroll-viewport--infinite .gallary-card:nth-child(n) {
  transition-delay: 0s;
}

.gallary-card {
  width: 100%;
  height: 340px;
  opacity: 0;
  overflow: hidden;
  flex: 0 0 auto;
  transform: translateY(36px);
  transition: transform 0.65s ease, opacity 0.65s ease;
}

.gallary-card.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.gallary-card:nth-child(2) {
  transition-delay: 0.08s;
}

.gallary-card:nth-child(3) {
  transition-delay: 0.16s;
}

.gallary-card:nth-child(4) {
  transition-delay: 0.24s;
}

.gallary-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1920px) {
  .gallary-grid {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallary-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: auto;
    aspect-ratio: 3 / 2;
    max-height: min(42vh, 360px);
  }
}

@media (max-width: 900px) {
  .gallary-section {
    padding: 34px 0 clamp(44px, 5vw, 56px);
  }

  .gallary-header {
    margin-bottom: 14px;
    padding: 0;
  }

  .gallary-header h2 {
    font-size: 30px;
  }

  .gallary-header p {
    font-size: 15px;
  }

  /* Single row of four tiles; smaller columns on narrow screens */
  .gallary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallary-card {
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 3 / 2;
    max-height: min(40vh, 340px);
  }
}

/* Gallery page (gallary.html) — projects showcase */
.gallery-projects-showcase {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(56px, 6vw, 84px) clamp(20px, 6vw, 72px) clamp(48px, 5vw, 64px);
  background: rgba(255, 248, 240, 0.95);
}

.gallery-projects-showcase-inner {
  max-width: min(100%, 1080px);
  margin: 0 auto;
}

.gallery-projects-showcase-inner h2 {
  margin: 0 0 clamp(20px, 2.4vw, 28px);
  text-align: center;
  color: #3e2e26;
  font-size: clamp(20px, 1.8vw, 30px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-projects-showcase-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: stretch;
  background: #cfbba5;
  min-height: clamp(420px, 44vw, 520px);
  overflow: hidden;
}

.gallery-projects-showcase-feature {
  margin: 0;
  position: relative;
  min-height: 0;
  height: 100%;
}

.gallery-projects-showcase-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.gallery-projects-showcase-feature-meta {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: #f5eee6;
}

.gallery-projects-showcase-label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.84;
}

.gallery-projects-showcase-name {
  margin: 2px 0 0;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1;
  letter-spacing: 0.06em;
}

.gallery-projects-showcase-collage {
  margin: 0;
  padding: clamp(30px, 4vw, 44px) clamp(22px, 3.2vw, 38px);
}

.gallery-projects-showcase-collage h3 {
  margin: 0 0 clamp(16px, 2vw, 24px);
  text-align: center;
  color: #5d4639;
  font-size: clamp(22px, 2.2vw, 32px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gallery-projects-showcase-collage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(8px, 0.9vw, 10px);
}

.gallery-projects-showcase-collage-grid img {
  width: 100%;
  height: clamp(120px, 11.8vw, 152px);
  object-fit: cover;
  display: block;
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.gallery-projects-showcase-collage-grid img:last-child {
  grid-column: 1 / -1;
  height: clamp(88px, 8.6vw, 118px);
}

.gallery-projects-showcase img.is-showcase-fading {
  opacity: 0;
  transform: scale(1.015);
}

.gallery-projects-showcase-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 34px);
  margin-top: clamp(16px, 2.3vw, 24px);
}

.gallery-projects-showcase-arrow {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(62, 46, 38, 0.35);
  border-radius: 999px;
  background: transparent;
  color: #3e2e26;
  font-size: 17px;
  line-height: 1;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.gallery-projects-showcase-arrow:disabled {
  opacity: 0.55;
}

.gallery-projects-showcase-progress {
  width: clamp(92px, 12vw, 132px);
  height: 2px;
  background: rgba(62, 46, 38, 0.18);
  position: relative;
}

.gallery-projects-showcase-progress::after {
  content: "";
  position: absolute;
  left: var(--showcase-progress-left, 30%);
  width: 40%;
  top: 0;
  bottom: 0;
  background: #5a4636;
}

/* Gallery projects: desktop tuning to match showcase mockup */
@media (min-width: 1200px) {
  .gallery-projects-showcase {
    padding-top: 48px;
    padding-bottom: 30px;
  }

  .gallery-projects-showcase-inner {
    max-width: 980px;
  }

  .gallery-projects-showcase-inner h2 {
    margin-bottom: 18px;
    font-size: 32px;
    letter-spacing: 0.1em;
  }

  .gallery-projects-showcase-frame {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
  }

  .gallery-projects-showcase-feature {
    min-height: 0;
    height: 100%;
  }

  .gallery-projects-showcase-feature-meta {
    left: 12px;
    bottom: 10px;
  }

  .gallery-projects-showcase-collage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 20px 12px;
  }

  .gallery-projects-showcase-collage h3 {
    margin-bottom: 10px;
    font-size: 46px;
    letter-spacing: 0.05em;
  }

  .gallery-projects-showcase-collage-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    gap: 8px;
  }

  .gallery-projects-showcase-collage-grid img {
    width: 100%;
    height: 220px;
  }

  .gallery-projects-showcase-collage-grid img:last-child {
    width: 100%;
    height: 134px;
  }

  .gallery-projects-showcase-controls {
    margin-top: 12px;
  }
}

@media (max-width: 900px) {
  .gallery-projects-showcase {
    padding: 36px 16px 36px;
  }

  .gallery-projects-showcase-inner {
    max-width: 100%;
  }

  .gallery-projects-showcase-inner h2 {
    font-size: clamp(18px, 4.8vw, 24px);
    margin-bottom: 14px;
  }

  .gallery-projects-showcase-frame {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gallery-projects-showcase-feature {
    min-height: clamp(240px, 62vw, 360px);
  }

  .gallery-projects-showcase-collage {
    padding: 18px 14px 16px;
  }

  .gallery-projects-showcase-collage h3 {
    margin-bottom: 12px;
    font-size: clamp(18px, 4vw, 24px);
  }

  .gallery-projects-showcase-collage-grid img {
    height: clamp(110px, 28vw, 160px);
  }

  .gallery-projects-showcase-collage-grid img:last-child {
    height: clamp(96px, 24vw, 132px);
  }
}

/* Gallery page (gallary.html) — category tabs + 3×3 grid */
.gallery-page-section {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(40px, 6vw, 72px) clamp(36px, 8vw, 96px) clamp(48px, 7vw, 80px);
  background: #e5d3c2;
}

.gallery-page-inner {
  max-width: min(100%, 1280px);
  margin: 0 auto;
}

.gallery-page-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 48px);
  margin-bottom: clamp(28px, 4vw, 40px);
}

.gallery-page-tab {
  margin: 0;
  padding: 0 0 6px;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  font-family: var(--body-font);
  font-size: clamp(17px, 1.5vw, 19px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(62, 46, 38, 0.55);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.gallery-page-tab:hover {
  color: rgba(62, 46, 38, 0.88);
}

.gallery-page-tab.is-active {
  color: #3e2e26;
  border-bottom-color: #3e2e26;
}

.gallery-page-tab:focus-visible {
  outline: 2px solid #3e2e26;
  outline-offset: 4px;
}

.gallery-page-panels {
  width: 100%;
}

.gallery-page-panel[hidden] {
  display: none;
}

.gallery-page-grid {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 22px);
  width: 100%;
  overflow: visible;
}

.gallery-page-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(14px, 2.2vw, 22px);
  width: 100%;
}

.gallery-page-row--end {
  justify-content: flex-end;
}

.gallery-page-row--start {
  justify-content: flex-start;
}

.gallery-page-item {
  margin: 0;
  width: min(400px, 100%);
  max-width: 100%;
  flex: 0 1 auto;
  aspect-ratio: 400 / 240;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}

.gallery-page-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .gallery-page-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    justify-items: center;
  }

  .gallery-page-row--end,
  .gallery-page-row--start {
    justify-content: stretch;
  }
}

@media (max-width: 480px) {
  .gallery-page-row {
    grid-template-columns: 1fr;
  }

  .gallery-page-tabs {
    gap: 16px 24px;
  }
}

@media (min-width: 1200px) {
  .gallery-page-item {
    width: 400px;
    height: 240px;
    aspect-ratio: unset;
  }
}

.latest-article-section {
  background: var(--primary-light);
  padding: 44px 32px 56px;
}

.latest-article-section .container {
  max-width: 1080px;
  margin: 0 auto;
}

.latest-article-header {
  text-align: center;
  margin-bottom: 24px;
}

.latest-article-header h2 {
  margin: 0 0 8px;
  font-family: var(--heading-font);
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--text-muted);
}

.latest-article-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-muted);
}

.latest-article-grid {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.latest-article-divider {
  width: 100%;
  height: 1px;
  background: rgba(90, 70, 54, 0.65);
  margin: 60px 0 0;
  opacity: 0.6;
}

.latest-article-image-wrap {
  width: 330px;
  height: 244px;
  max-width: 100%;
  overflow: hidden;
}

.latest-article-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.latest-article-card p {
  margin: 14px 0 20px;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(90, 70, 54, 0.8);
}

.latest-article-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.latest-article-link:hover {
  opacity: 0.75;
}

@media (max-width: 1200px) {
  .latest-article-section {
    padding: 44px 64px 58px;
  }

  .latest-article-grid {
    gap: 20px;
  }

  .latest-article-image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 330 / 244;
  }

  .latest-article-divider {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .latest-article-section {
    padding: 42px 20px 56px;
  }

  .latest-article-header h2 {
    font-size: 34px;
  }

  .latest-article-header p {
    font-size: 16px;
  }

  .latest-article-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .latest-article-divider {
    width: 100%;
    margin-top: 24px;
  }
}

.testimonials-section {
  background: var(--primary-light);
  padding: 50px 90px 78px;
}

.testimonials-section--interior {
  border-top: 1px solid rgba(44, 31, 25, 0.1);
}

/* Interior page — featured testimonial (light band, single quote + nav) */
.testimonials-section.testimonials-section--interior {
  background: rgba(255, 248, 240, 0.95);
  border-top: none;
  padding: clamp(48px, 6vw, 76px) clamp(20px, 4vw, 48px) clamp(52px, 7vw, 84px);
}

.testimonials-section--interior .interior-testimonials-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.testimonials-section--interior .interior-testimonials-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 36px);
  margin-bottom: clamp(28px, 4vw, 40px);
}

.testimonials-section--interior .interior-testimonials-top-left {
  min-width: 0;
  max-width: 560px;
}

.testimonials-section--interior .interior-testimonials-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.95);
  background: #4d3a31;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.testimonials-section--interior .interior-testimonials-badge-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
}

.testimonials-section--interior .interior-testimonials-badge-icon::after {
  content: "\201C";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 248, 240, 0.95);
}

.testimonials-section--interior .interior-testimonials-top h2 {
  margin: 0 0 10px;
  font-family: var(--heading-font);
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #4d3a31;
}

.testimonials-section--interior .interior-testimonials-sub {
  margin: 0;
  font-family: var(--body-font);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.55;
  color: rgba(77, 58, 49, 0.78);
}

.testimonials-section--interior .interior-testimonials-see-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-top: 36px;
  padding: 12px 22px 12px 14px;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff8f0;
  text-decoration: none;
  background: #4d3a31;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 28px rgba(77, 58, 49, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}

.testimonials-section--interior .interior-testimonials-see-all:hover {
  background: #3f3028;
}

.testimonials-section--interior .interior-testimonials-see-all-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff8f0;
}

.testimonials-section--interior .interior-testimonials-see-all-icon img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.testimonials-section--interior .interior-testimonials-see-all:focus-visible {
  outline: 2px solid #4d3a31;
  outline-offset: 3px;
}

.testimonials-section--interior .interior-testimonials-body {
  position: relative;
}

.testimonials-section--interior .interior-testimonials-quote-block {
  position: relative;
  max-width: 720px;
}

.testimonials-section--interior .interior-testimonials-quote-mark {
  display: block;
  margin: 0 0 4px;
  font-family: var(--heading-font);
  font-size: clamp(72px, 10vw, 120px);
  line-height: 0.85;
  font-weight: 600;
  color: rgba(77, 58, 49, 0.12);
  user-select: none;
  pointer-events: none;
}

.testimonials-section--interior .interior-testimonials-blockquote {
  margin: -0.35em 0 0;
  padding: 0;
  border: 0;
}

.testimonials-section--interior .interior-testimonials-quote {
  margin: 0 0 clamp(16px, 2vw, 22px);
  font-family: var(--heading-font);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.28;
  font-weight: 600;
  color: #4d3a31;
}

.testimonials-section--interior .interior-testimonials-context {
  margin: 0;
  font-family: var(--body-font);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.6;
  color: rgba(77, 58, 49, 0.72);
  max-width: 620px;
}

.testimonials-section--interior .interior-testimonials-nav {
  display: flex;
  gap: 12px;
  margin-top: clamp(28px, 4vw, 40px);
}

.testimonials-section--interior .interior-testimonials-nav-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.testimonials-section--interior .interior-testimonials-nav-btn img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.testimonials-section--interior .interior-testimonials-nav-btn:hover {
  opacity: 0.88;
  transform: scale(1.04);
}

.testimonials-section--interior .interior-testimonials-nav-btn:focus-visible {
  outline: 2px solid #4d3a31;
  outline-offset: 2px;
}

@media (max-width: 820px) {
  .testimonials-section--interior .interior-testimonials-top {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonials-section--interior .interior-testimonials-see-all {
    margin-top: 0;
    align-self: flex-start;
  }

  .testimonials-section--interior .interior-testimonials-top-left {
    max-width: none;
  }
}

.testimonials-header {
  text-align: center;
  margin-bottom: 24px;
}

.testimonials-header h2 {
  margin: 0 0 8px;
  font-family: var(--heading-font);
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--text-muted);
}

.testimonials-header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(90, 70, 54, 0.85);
}

/* De Atelier page — simple 3-card testimonial layout */
.interior-page .testimonials-section--interior-cards {
  background: #ffffff;
  padding: clamp(64px, 8vw, 104px) clamp(22px, 5vw, 56px) clamp(72px, 9vw, 118px);
}

.interior-page .testimonials-section--interior-cards .testimonials-header {
  margin-bottom: clamp(30px, 4vw, 44px);
}

.interior-page .testimonials-section--interior-cards .testimonials-header h2 {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: clamp(38px, 4vw, 56px);
}

.interior-page .testimonials-section--interior-cards .testimonials-grid {
  max-width: 1140px;
  gap: clamp(20px, 2.4vw, 30px);
}

.interior-page .testimonials-section--interior-cards .testimonial-card {
  position: relative;
  min-height: 380px;
  border-radius: 22px;
  padding: 34px 28px 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(140% 90% at 50% 0%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, #6d4d3d 0%, #5a3f33 100%);
  box-shadow:
    0 20px 44px rgba(60, 40, 30, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.interior-page .testimonials-section--interior-cards .testimonial-avatar {
  width: 108px;
  height: 108px;
  margin-bottom: 18px;
  border: 3px solid rgba(255, 255, 255, 0.28);
}

.interior-page .testimonials-section--interior-cards .testimonial-card h3 {
  margin-bottom: 12px;
  font-size: clamp(28px, 2.3vw, 36px);
}

.interior-page .testimonials-section--interior-cards .testimonial-card p {
  font-size: 16px;
  line-height: 1.62;
}

.testimonials-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  background: #644738;
  border-radius: 14px;
  padding: 28px 24px 30px;
  text-align: center;
  min-height: 390px;
}

.testimonial-avatar {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
}

.testimonial-card h3 {
  margin: 0 0 10px;
  font-family: var(--body-font);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #f6eee5;
}

.testimonial-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(246, 238, 229, 0.75);
}

@media (max-width: 1100px) {
  .testimonials-section {
    padding: 44px 40px 62px;
  }

  .testimonials-grid {
    max-width: 760px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .testimonial-card {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .testimonials-section {
    padding: 40px 20px 54px;
  }

  .testimonials-header h2 {
    font-size: 36px;
  }

  .testimonial-card h3 {
    font-size: 24px;
  }
}

.site-footer {
  background: #684a3b;
  color: #f6eee5;
}

.footer-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 28px 24px 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 42px;
}

.footer-nav a {
  color: #f6eee5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
}

.footer-nav a:focus-visible {
  outline: 2px solid #a9d6ef;
  outline-offset: 3px;
}

.footer-social a:focus-visible {
  outline: 2px solid #a9d6ef;
  outline-offset: 2px;
}

.footer-logo {
  width: 180px;
  height: auto;
  display: block;
}

.footer-divider {
  height: 1px;
  background: rgba(246, 238, 229, 0.45);
}

.footer-middle {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  gap: 22px;
  padding-top: 18px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(169, 214, 239, 0.55);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-social-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-v2 {
  background: #67493b;
  color: #e8dbcc;
  overflow: hidden;
}

.footer-v2-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 42px 28px 18px;
  position: relative;
}

.footer-v2-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) 0.5fr 0.6fr minmax(320px, 1.1fr);
  gap: 26px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.footer-v2-logo-link {
  display: inline-flex;
  text-decoration: none;
  margin-bottom: 12px;
}

.footer-v2-logo {
  width: 160px;
  height: auto;
  display: block;
}

.footer-v2-brand p {
  margin: 0 0 16px;
  max-width: 360px;
  font-size: 16px;
  line-height: 1.35;
  color: rgba(232, 219, 204, 0.92);
}

.footer-v2-social {
  display: flex;
  gap: 8px;
}

.footer-v2-social a {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(232, 219, 204, 0.48);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-v2-links h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #f2e8dc;
}

.footer-v2-links a {
  display: block;
  text-decoration: none;
  color: rgba(232, 219, 204, 0.9);
  font-size: 17px;
  line-height: 1.8;
}

.footer-v2-subscribe {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.footer-v2-subscribe input {
  box-sizing: border-box;
  width: min(100%, 300px);
  min-width: 250px;
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(232, 219, 204, 0.6);
  background: transparent;
  color: #f2e8dc;
  padding: 0 18px;
  font-size: 16px;
  outline: none;
}

.footer-v2-subscribe input::placeholder {
  color: rgba(232, 219, 204, 0.82);
}

.footer-v2-subscribe button {
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: none;
  background: #bcb3aa;
  color: #473226;
  font-size: 15px;
  font-weight: 600;
}

.footer-v2-wordmark {
  margin: 26px 0 8px;
  text-align: center;
  font-family: "MuseoModerno", var(--display-font);
  font-size: clamp(84px, 15vw, 250px);
  line-height: 0.9;
  letter-spacing: 0.06em;
  color: rgba(232, 219, 204, 0.16);
  position: relative;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

.footer-v2-wordmark-image {
  display: block;
  width: min(100%, 1040px);
  margin: 22px auto 6px;
  opacity: 0.62;
  user-select: none;
  pointer-events: none;
}

.footer-v2-bottom {
  margin-top: -8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.footer-v2-bottom p {
  margin: 0;
  font-size: 15px;
  color: rgba(232, 219, 204, 0.84);
}

/* WhatsApp FAB: injected as last child of <html> (see script.js) + viewport-fixed, so it never
   scrolls with <body> during page-in / exit animations. */
@keyframes stratus-wa-attention {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 8px 26px rgba(15, 48, 26, 0.36),
      0 0 0 0 rgba(37, 211, 102, 0.35);
  }

  50% {
    transform: translateY(-6px) scale(1.08);
    box-shadow:
      0 16px 42px rgba(37, 211, 102, 0.45),
      0 0 0 10px rgba(37, 211, 102, 0);
  }
}

.stratus-whatsapp-float {
  position: fixed;
  /* Above section stacks; stay below mobile drawer/backdrop (≈198+) */
  z-index: 160;
  bottom: max(18px, calc(env(safe-area-inset-bottom, 0px) + 14px));
  right: max(18px, calc(env(safe-area-inset-right, 0px) + 14px));
  top: auto;
  left: auto;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  padding: 0;
  margin: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  box-shadow: 0 8px 26px rgba(15, 48, 26, 0.36);
  animation: stratus-wa-attention 2.6s ease-in-out infinite;
  will-change: transform;
}

.stratus-whatsapp-float:hover,
.stratus-whatsapp-float:focus-visible {
  animation-play-state: paused;
  transform: translateY(-5px) scale(1.1);
  box-shadow:
    0 14px 38px rgba(37, 211, 102, 0.5),
    0 0 0 6px rgba(37, 211, 102, 0.15);
  color: #fff;
}

.stratus-whatsapp-float:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.stratus-whatsapp-float__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stratus-whatsapp-float__icon svg {
  display: block;
  width: 28px;
  height: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .stratus-whatsapp-float {
    animation: none;
    will-change: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .stratus-whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 34px rgba(15, 48, 26, 0.45);
  }
}

@media print {
  .stratus-whatsapp-float {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .footer-v2-inner {
    padding: 34px 20px 18px;
  }

  .footer-v2-top {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-items: center;
    text-align: center;
  }

  .footer-v2-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-v2-logo-link {
    margin-inline: auto;
  }

  .footer-v2-social {
    justify-content: center;
  }

  .footer-v2-links {
    text-align: center;
    width: 100%;
  }

  .footer-v2-links a {
    text-align: center;
  }

  .footer-v2-subscribe {
    justify-self: center;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .footer-v2-top {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
    text-align: center;
  }

  .footer-v2-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-v2-logo-link {
    margin-inline: auto;
  }

  .footer-v2-brand p {
    max-width: 100%;
    font-size: 17px;
    margin-inline: auto;
  }

  .footer-v2-social {
    justify-content: center;
  }

  .footer-v2-links {
    text-align: center;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }

  .footer-v2-links h3 {
    text-align: center;
  }

  .footer-v2-links a {
    text-align: center;
  }

  .footer-v2-subscribe {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    justify-self: center;
  }

  .footer-v2-subscribe input {
    width: min(100%, 320px);
    min-width: 0;
    max-width: 100%;
    text-align: center;
  }

  .footer-v2-wordmark {
    margin: 16px 0 6px;
    font-size: clamp(56px, 21vw, 110px);
  }

  .footer-v2-wordmark-image {
    margin: 14px auto 6px;
    width: min(100%, 96vw);
  }

  .footer-v2-bottom {
    margin-top: 2px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .footer-v2-bottom p {
    text-align: center;
  }
}

.footer-middle-divider {
  width: 1px;
  height: 46px;
  background: rgba(246, 238, 229, 0.6);
  justify-self: center;
}

.footer-note {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #f6eee5;
  text-align: right;
}

.footer-bottom {
  background: #55392c;
}

.footer-bottom-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  margin: 0;
  font-size: 16px;
  color: #f6eee5;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 110px;
}

.footer-legal a {
  text-decoration: none;
  color: #a9d6ef;
  font-size: 14px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .site-footer {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .footer-main {
    padding: 24px max(20px, env(safe-area-inset-left, 0px)) 20px
      max(20px, env(safe-area-inset-right, 0px));
  }

  .footer-top {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-bottom: 18px;
  }

  .footer-logo-link {
    order: -1;
    align-self: center;
    display: inline-flex;
    padding: 4px;
    margin-bottom: 2px;
  }

  .footer-logo {
    width: min(168px, 48vw);
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 8px;
    row-gap: 4px;
    max-width: 100%;
  }

  .footer-nav a {
    flex: 1 1 auto;
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    min-height: 44px;
    padding: 10px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(169, 214, 239, 0.15);
  }

  .footer-nav a:last-child:nth-child(odd) {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-middle {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
  }

  .footer-social {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .footer-social a {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .footer-social-icon {
    width: 22px;
    height: 22px;
  }

  .footer-middle-divider {
    display: none;
  }

  .footer-note {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    max-width: 36em;
    margin-inline: auto;
    padding: 0 4px;
  }

  .footer-bottom-inner {
    padding: 14px max(20px, env(safe-area-inset-left, 0px)) max(14px, env(safe-area-inset-bottom, 0px))
      max(20px, env(safe-area-inset-right, 0px));
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .footer-copy {
    font-size: 15px;
    line-height: 1.45;
    max-width: 100%;
  }

  .footer-legal {
    gap: 20px 28px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-legal a {
    letter-spacing: 4px;
    padding: 8px 4px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .footer-main {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .footer-nav a {
    min-width: 100%;
    max-width: 100%;
  }

  .footer-nav {
    flex-direction: column;
    gap: 2px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-legal a {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .latest-article-link {
    letter-spacing: 3px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .contact-hero-lede {
    font-size: 17px;
    padding-inline: 8px;
  }

  .architecture-approach-visuals,
  .arch-intero-page .architecture-approach-visuals {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    max-height: min(400px, 78vw);
    aspect-ratio: 4 / 5;
  }

  .architecture-approach-inner,
  .arch-intero-page .architecture-approach-inner {
    padding-inline: max(16px, env(safe-area-inset-left, 0px))
      max(16px, env(safe-area-inset-right, 0px));
  }

  .gallery-page-section {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }
}

/* ---------- Site-wide mobile refinements ---------- */

@media (max-width: 900px) {
  .brand-story-section {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }

  .contact-page .brand-story-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }

  .contact-page .brand-story-section .brand-story-header,
  .contact-page .brand-story-section .brand-story-header h2 {
    text-align: center;
  }

  .brand-story-header h2 {
    font-size: clamp(30px, 7.5vw, 44px);
    line-height: 1.05;
  }

  .brand-story-image {
    width: min(100%, 420px);
    height: auto;
    aspect-ratio: 3 / 4;
    margin-inline: auto;
  }

  .services-feature-left {
    padding: 26px max(20px, env(safe-area-inset-left, 0px)) 28px
      max(20px, env(safe-area-inset-right, 0px));
  }

  .services-feature-right {
    padding: 20px max(18px, env(safe-area-inset-left, 0px)) 24px
      max(18px, env(safe-area-inset-right, 0px));
  }

  .services-feature-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .services-feature-header h2 {
    font-size: clamp(30px, 7vw, 44px);
    line-height: 1.05;
  }

  .services-feature-left p {
    margin: 22px 0;
    font-size: 16px;
  }

  .services-feature-link {
    font-size: 17px;
  }

  .latest-article-section {
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }

  .testimonials-section {
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }

  .services-section,
  .about-section,
  .about-visual-section {
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }
}

@media (max-width: 768px) {
  .navbar {
    padding-left: max(var(--space-sm), env(safe-area-inset-left, 0px));
    padding-right: max(var(--space-sm), env(safe-area-inset-right, 0px));
  }

  .nav-right {
    padding-left: max(var(--space-md), env(safe-area-inset-left, 0px));
    padding-right: max(var(--space-md), env(safe-area-inset-right, 0px));
    padding-bottom: max(var(--space-md), env(safe-area-inset-bottom, 0px));
  }

  .nav-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 12px 6px;
  }

  .brand-logo {
    width: 32px;
    height: auto;
  }

  .hero {
    min-height: min(92dvh, 780px);
    background-position: center;
  }

  .hero-content {
    padding: var(--space-md) max(16px, env(safe-area-inset-left, 0px)) var(--space-lg)
      max(16px, env(safe-area-inset-right, 0px));
  }

  .hero-content h1 {
    font-size: clamp(28px, 8.5vw, 44px);
    line-height: 1.12;
    max-width: 22rem;
    margin-inline: auto;
  }

  .home-page .navbar,
  .top-hero-page .navbar {
    margin-top: 14px;
    padding: var(--hero-nav-padding-mobile);
    border-radius: 16px;
    background: var(--hero-nav-surface);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
  }

  .home-page .brand-logo {
    width: 32px;
  }

  .home-corner-logo {
    display: none;
  }

  .home-page .hero {
    min-height: min(68dvh, 560px);
    padding: 0 max(16px, env(safe-area-inset-left, 0px)) 0
      max(16px, env(safe-area-inset-right, 0px));
    overflow: hidden;
  }

  .home-page .hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 max(16px, env(safe-area-inset-left, 0px)) 0
      max(16px, env(safe-area-inset-right, 0px));
  }

  .hero-content-bottom {
    width: 100%;
    gap: 16px;
  }

  .hero-content-meta {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: 20px;
  }

  .hero-content-meta p {
    font-size: 14px;
    max-width: 22rem;
  }

  .home-page .nav-right .hero-contact-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    margin-top: auto;
  }

  .home-page .hero-content h1 {
    font-size: clamp(56px, 17vw, 112px);
    max-width: none;
    margin-inline: 0;
    line-height: 0.9;
  }

  .home-about-redesign {
    padding: 36px max(0.5rem, env(safe-area-inset-left, 0px)) 28px
      max(0.5rem, env(safe-area-inset-right, 0px));
  }

  .home-about-redesign-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    width: 100%;
  }

  .home-about-redesign-content {
    max-width: none;
  }

  .home-about-redesign-content h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .home-about-redesign-copy {
    max-width: none;
    font-size: 16px;
  }

  .home-about-redesign-media {
    width: min(100%, 420px);
    max-width: 420px;
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .home-services-redesign {
    padding: 40px max(20px, env(safe-area-inset-left, 0px)) 44px
      max(20px, env(safe-area-inset-right, 0px));
  }

  .home-services-redesign-inner {
    text-align: center;
  }

  .home-services-redesign h2 {
    max-width: none;
    font-size: clamp(14px, 3.4vw, 34px);
    margin-bottom: 28px;
    white-space: nowrap;
  }

  .home-services-redesign-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-services-redesign-card-link {
    border-radius: 22px;
  }

  .home-services-redesign-card h3 {
    font-size: clamp(26px, 7vw, 36px);
    padding: 20px 16px;
  }

  .home-process-section {
    padding: 44px max(20px, env(safe-area-inset-left, 0px)) 46px
      max(20px, env(safe-area-inset-right, 0px));
  }

  .home-process-inner {
    --home-process-gap-x: 0px;
  }

  .home-process-header {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    min-width: 0;
    overflow-x: visible;
    overflow-y: visible;
    text-align: center;
  }

  .home-process-header h2 {
    font-size: clamp(26px, 7vw, 50px);
    width: 100%;
    white-space: normal;
    transform: none;
    line-height: 1.05;
  }

  .home-process-header p {
    width: 100%;
    min-width: 0;
    text-align: center;
    font-size: clamp(13px, 2.9vw, 17px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-process-card img {
    height: 86px;
  }

  .home-process-card h3 {
    font-size: clamp(20px, 5.3vw, 28px);
  }

  .home-process-card p {
    font-size: 15px;
    max-width: none;
  }

  .home-why-section {
    padding: 32px max(22px, env(safe-area-inset-left, 0px)) 36px
      max(22px, env(safe-area-inset-right, 0px));
  }

  .home-why-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-why-left h2 {
    max-width: none;
    font-size: clamp(30px, 8.6vw, 44px);
  }

  .home-why-list {
    gap: 10px;
    max-width: none;
  }

  .home-why-list li {
    font-size: clamp(18px, 4.6vw, 24px);
  }

  .home-why-right img {
    max-width: 100%;
    border-radius: 12px;
  }

  .home-each-project-inner {
    padding: 34px max(20px, env(safe-area-inset-left, 0px)) 36px
      max(20px, env(safe-area-inset-right, 0px));
    justify-content: stretch;
  }

  .home-each-project-column {
    width: 100%;
    gap: 12px;
  }

  .home-each-project-panel {
    width: 100%;
    padding: 18px 16px 14px;
    border-radius: 14px;
  }

  .home-each-project-section h2.home-each-project-heading {
    font-size: clamp(26px, 7vw, 34px);
    max-width: none;
  }

  .home-each-project-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-each-project-list {
    max-height: none;
    overflow: visible;
  }

  .home-each-project-card img {
    height: 140px;
  }

  .home-faq-section {
    padding: 34px max(20px, env(safe-area-inset-left, 0px)) 36px
      max(20px, env(safe-area-inset-right, 0px));
  }

  .home-faq-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-faq-intro h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .home-faq-copy {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .home-faq-question {
    font-size: clamp(18px, 4.4vw, 22px);
    padding: 14px 14px;
  }

  .home-faq-answer {
    padding: 0 14px 14px;
  }

  .footer-quote-strip {
    padding: 18px max(20px, env(safe-area-inset-left, 0px)) 20px
      max(20px, env(safe-area-inset-right, 0px));
  }

  .footer-quote-strip p {
    max-width: min(18em, 94vw);
    font-size: clamp(22px, 5.5vw, 34px);
    line-height: 1.12;
  }

  .top-corner-logo {
    display: none;
  }

  .top-hero-page .brand-logo {
    width: 32px;
    height: auto;
  }

  .top-hero-page .page-hero {
    min-height: min(94dvh, 820px);
    padding: 0 max(16px, env(safe-area-inset-left, 0px)) 0
      max(16px, env(safe-area-inset-right, 0px));
  }

  .top-hero-page .page-hero-content {
    width: 100%;
    padding: 0 max(16px, env(safe-area-inset-left, 0px)) 0
      max(16px, env(safe-area-inset-right, 0px));
    gap: 12px;
  }

  .top-hero-page .page-hero-meta {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .top-hero-page .page-hero-meta p {
    font-size: 14px;
    max-width: 22rem;
    text-align: left;
  }

  .top-hero-page .page-hero-content h1 {
    font-size: clamp(52px, 16vw, 108px);
    line-height: 0.9;
  }

  /* Architecture / Construction / Interior / Gallery — keep bottom-aligned hero; scale type so long titles fit */
  .top-hero-page .architecture-hero.page-hero .page-hero-content {
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 0 max(16px, env(safe-area-inset-left, 0px))
      max(40px, calc(env(safe-area-inset-bottom, 0px) + 28px))
      max(16px, env(safe-area-inset-right, 0px));
  }

  .top-hero-page .architecture-hero.page-hero .page-hero-content h1 {
    font-size: clamp(38px, 10.2vw, 64px);
    line-height: 1.06;
    white-space: normal;
    max-width: min(100%, 96vw);
    margin-inline: auto;
    letter-spacing: 0.07em;
    overflow-wrap: break-word;
  }

  .top-hero-page .contact-hero.page-hero .page-hero-content h1,
  .top-hero-page .legal-hero-compact .page-hero-content h1 {
    font-size: clamp(36px, 12vw, 72px);
    white-space: nowrap;
    line-height: 0.9;
  }

  .top-hero-page .nav-right .hero-contact-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    margin-top: auto;
  }

  .about-hero,
  .services-hero,
  .architecture-hero {
    min-height: min(94dvh, 820px);
    padding: 0 max(16px, env(safe-area-inset-left, 0px)) 0
      max(16px, env(safe-area-inset-right, 0px));
    background-position: center;
  }

  .about-hero-content h1,
  .services-hero-content h1,
  .architecture-hero-content h1 {
    white-space: normal;
    font-size: clamp(26px, 7vw, 40px);
    line-height: 1.14;
    padding-inline: max(12px, env(safe-area-inset-left, 0px))
      max(12px, env(safe-area-inset-right, 0px));
  }

  .projects-section {
    padding: 16px max(16px, env(safe-area-inset-left, 0px)) 48px
      max(16px, env(safe-area-inset-right, 0px));
  }

  .projects-header h2 {
    font-size: clamp(22px, 5.2vw, 32px);
    letter-spacing: 1.4px;
  }

  .projects-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    max-width: 100%;
  }

  .project-tab {
    min-height: 44px;
    padding: 6px 2px 8px;
    font-size: clamp(16px, 4.2vw, 20px);
  }

  .architecture-intro-section {
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }

  .architecture-intro-media {
    height: clamp(200px, 52vw, 300px);
  }

  .architecture-intro-inner h2 {
    font-size: clamp(26px, 6vw, 34px);
  }

  .contact-section {
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }

  .btn-primary {
    min-height: 44px;
    padding-block: 12px;
  }

  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    font-size: 16px;
  }

  .footer-v2-subscribe input {
    font-size: 16px;
  }

  .footer-v2-subscribe button {
    min-height: 44px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .service-overlay p,
  .service-read-more {
    opacity: 1;
    transform: translateY(0);
  }

  .service-card .service-overlay h3 {
    transform: translateY(0) scale(1);
    margin-top: 120px;
  }
}

@media (max-width: 640px) {
  .architecture-latest-meta {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .architecture-latest-header h2,
  .architecture-latest-header h3 {
    font-size: clamp(24px, 6.5vw, 34px);
  }

  .architecture-latest-progress {
    width: min(200px, 72vw);
  }

  .architecture-latest-arrow {
    min-width: 44px;
    min-height: 44px;
  }
}
