:root {
  --bg: #faf8f5;
  --bg-elevated: #ffffff;
  --surface: #f3f0ea;
  --text: #1a1816;
  --text-muted: #45423d;
  --accent: #9a7f62;
  --accent-soft: #e5ddd2;
  --brand-navy: #12253d;
  --brand-gold: #a88442;
  --border: #e8e4dc;
  --radius: 10px;
  --shadow: 0 12px 40px rgba(44, 42, 38, 0.06);
  --font-display: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --header-h: 2.85rem;
  --space-section-y: clamp(2rem, 4.5vw, 3.25rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.62;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#main {
  flex: 1 0 auto;
  scroll-margin-top: var(--header-h);
}

@media (max-width: 1023px) {
  #main {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-visual img,
.service-card__media img {
  height: 100%;
}

a {
  color: #7a5f45;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.75rem;
  z-index: 100;
  padding: 0.5rem 1rem;
  background: var(--text);
  color: var(--bg);
  font-weight: 600;
  border-radius: 6px;
}

.skip-link:focus {
  left: 0.75rem;
  outline: none;
}

.wrap {
  width: min(1080px, calc(100% - 2 * clamp(1rem, 4vw, 1.75rem)));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  min-height: 0;
  padding-block: 0.35rem;
  display: flex;
  align-items: center;
  background: rgba(250, 248, 245, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  overflow-anchor: none;
}

body.nav-drawer-open .site-header {
  z-index: 2600;
}

body.nav-drawer-open #main {
  pointer-events: none;
  user-select: none;
}

body.nav-drawer-open .wa-float {
  pointer-events: auto;
}

@media (max-width: 1023px) {
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(250, 248, 245, 0.99);
  }
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 0.5rem;
  width: 100%;
  max-width: min(1080px, 100%);
  margin-inline: auto;
  padding-inline: clamp(0.75rem, 2.5vw, 1.35rem);
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .site-header .wrap {
    flex-wrap: nowrap;
    column-gap: 0.5rem;
  }

  .site-header .logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .site-header .logo-link {
    min-width: 0;
  }

  .site-header .nav-toggle {
    flex-shrink: 0;
  }
}

@media (min-width: 1024px) {
  .site-header .wrap {
    flex-wrap: nowrap;
    row-gap: 0;
  }
}

.logo {
  flex-shrink: 0;
  line-height: 1;
  margin-left: -0.2rem;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  text-decoration: none;
}

.logo-link:hover {
  text-decoration: none;
  color: inherit;
}

.logo-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 6px;
}

.logo-link > .logo-mark__img {
  flex-shrink: 0;
  align-self: center;
  display: block;
  max-height: 2.15rem;
  width: auto;
  max-width: 2.65rem;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.05rem;
  line-height: 1;
  min-width: 0;
}

.logo-title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2.5vw, 1.32rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--brand-navy);
}

.logo-sub {
  font-family: var(--font-display);
  font-size: 0.46rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--brand-gold);
}

@media (min-width: 768px) {
  .logo-link > .logo-mark__img {
    max-height: 2.25rem;
    max-width: 2.85rem;
  }

  .logo-title {
    font-size: 1.22rem;
  }

  .logo-sub {
    font-size: 0.46rem;
    letter-spacing: 0.21em;
  }
}

@media (max-width: 380px) {
  .logo-link {
    gap: 0.35rem;
  }

  .logo-sub {
    letter-spacing: 0.16em;
  }
}

.nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-elevated);
  cursor: pointer;
  color: var(--text);
  position: relative;
  z-index: 120;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-toggle-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 18px;
}

.nav-toggle-icon span {
  display: block;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}

.nav-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .nav-desktop {
    display: block;
    flex: 1;
    min-width: 0;
  }
}

.nav-desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem clamp(0.5rem, 1.5vw, 1.1rem);
  justify-content: flex-end;
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .nav-desktop ul {
    gap: 0.35rem 0.55rem;
  }

  .nav-desktop a {
    font-size: 0.86rem;
    letter-spacing: 0.01em;
  }
}

.nav-desktop a {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  padding-block: 0.15rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.02em;
  opacity: 0.82;
}

.nav-desktop a:hover {
  color: var(--text);
  opacity: 1;
  text-decoration: none;
}

.nav-panel {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: #faf8f5;
  background: rgba(250, 248, 245, 0.99);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 1.25rem 1.5rem calc(2rem + env(safe-area-inset-bottom, 0px));
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.25s ease, visibility 0.25s, opacity 0.2s ease;
  z-index: 2500;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid var(--border);
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
}

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

@media (min-width: 1024px) {
  .nav-panel {
    display: none;
  }
}

.nav-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-panel a {
  display: block;
  padding: 0.95rem 0;
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(154, 127, 98, 0.25);
}

.nav-panel a:hover {
  color: var(--accent);
  text-decoration: none;
}

/* Sections */
.section {
  padding: var(--space-section-y) 0;
}

.section--surface {
  background: var(--surface);
}

.section-head {
  max-width: 38rem;
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.03em;
}

.section-head p {
  margin: 0;
  color: var(--text-muted);
  font-weight: 400;
}

.section-brand-kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.section-eyebrow {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #7a5f45;
  margin: 0 0 0.4rem;
}

/* Hero */
.hero {
  padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(1.25rem, 2.5vw, 1.75rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2.25rem);
  align-items: center;
}

@media (min-width: 880px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2rem, 4vw, 2.75rem);
  }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.6vw, 3.1rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1rem;
  color: var(--text);
  letter-spacing: -0.035em;
}

.hero-lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  font-weight: 400;
  max-width: 36ch;
  margin: 0 0 1.35rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn-primary {
  background: var(--text);
  color: var(--bg);
}

.btn-primary:hover {
  background: #0f0e0d;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid #c9c2b6;
}

.btn-ghost:hover {
  background: var(--surface);
  text-decoration: none;
}

.btn:disabled {
  opacity: 0.68;
  cursor: not-allowed;
  pointer-events: none;
}

.hero-visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  background: var(--surface);
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 999px;
}

.hero-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.section-head--split {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: none;
  margin-bottom: clamp(1.1rem, 2.5vw, 1.5rem);
}

@media (min-width: 720px) {
  .section-head--split {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 2rem;
  }

  .section-head--split .section-head-main {
    max-width: 36rem;
  }
}

.section-head--split .btn {
  flex-shrink: 0;
}

.home-work-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}

@media (max-width: 639px) {
  .home-work-feature {
    grid-column: span 2;
    aspect-ratio: 16 / 10;
    min-height: 200px;
  }
}

@media (min-width: 640px) {
  .home-work-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, minmax(108px, 13vw));
    max-height: none;
  }

  .home-work-feature {
    grid-column: 1 / span 6;
    grid-row: 1 / span 3;
    aspect-ratio: auto;
    min-height: 0;
  }

  .home-work-tile:not(.home-work-feature) {
    grid-column: span 3;
    aspect-ratio: auto;
    min-height: 0;
  }
}

.home-work-tile {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  background: #e8e4dc;
  min-height: 0;
  box-shadow: 0 4px 20px rgba(44, 42, 38, 0.06);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
}

.home-work-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(26, 24, 22, 0.55) 0%, transparent 48%);
  opacity: 0.45;
  transition: opacity 0.25s ease;
}

.home-work-tile:hover::before,
.home-work-tile:focus-within::before {
  opacity: 0.75;
}

@media (max-width: 639px) {
  .home-work-tile:not(.home-work-feature) {
    aspect-ratio: 4 / 3;
  }
}

.home-work-tile:hover {
  text-decoration: none;
  color: inherit;
}

.home-work-tile img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
  transform: scale(1.06);
}

.home-work-tile:hover img,
.home-work-tile:focus-within img {
  transform: scale(1.09);
}

.home-work-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(26, 24, 22, 0.45), transparent 55%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.home-work-tile:hover::after,
.home-work-tile:focus-within::after {
  opacity: 1;
}

.home-work-label {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.55rem;
  z-index: 3;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.home-work-tile:hover .home-work-label,
.home-work-tile:focus-within .home-work-label {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none) {
  .home-work-label {
    opacity: 1;
    transform: translateY(0);
  }

  .home-work-tile::before {
    opacity: 0.72;
  }
}

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

/* About */
.about-grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: stretch;
}

@media (min-width: 860px) {
  .about-grid {
    grid-template-columns: 1.12fr 0.88fr;
    gap: clamp(1.5rem, 3vw, 2.25rem);
  }
}

.about-copy p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-weight: 400;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-aside {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.35rem;
  box-shadow: 0 8px 32px rgba(44, 42, 38, 0.05);
}

.about-aside h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
  color: var(--text);
}

.about-aside p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--text-muted);
  font-weight: 400;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.about-stats div {
  text-align: center;
}

.about-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  color: var(--text);
  line-height: 1.1;
}

.about-stats span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.about-quote {
  margin: clamp(1.5rem, 4vw, 2.25rem) 0 0;
  padding: 1.35rem 1.25rem;
  border-left: 3px solid var(--accent);
  background: var(--bg-elevated);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 0 2px 14px rgba(44, 42, 38, 0.04);
}

.about-quote p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
  color: var(--text);
}

.about-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.about-pillars {
  display: grid;
  gap: 0.75rem;
  margin-top: clamp(1.5rem, 3.5vw, 2rem);
}

@media (min-width: 640px) {
  .about-pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-pillar {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem 1rem;
  box-shadow: 0 2px 12px rgba(44, 42, 38, 0.04);
}

.about-pillar h3 {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--text);
  letter-spacing: -0.02em;
}

.about-pillar p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.52;
}

/* Inner page hero */
.page-hero {
  padding: clamp(1.75rem, 4vw, 2.5rem) 0;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.page-hero + .section {
  padding-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  letter-spacing: -0.03em;
  color: var(--text);
}

.page-hero .page-lead {
  margin: 0;
  max-width: 42rem;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.nav-desktop a[aria-current="page"],
.nav-panel a[aria-current="page"] {
  opacity: 1;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Home — explore section (rich blocks after hero) */
.section.home-explore {
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
  border-top: 1px solid var(--border);
}

.home-explore-intro {
  max-width: 46rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.home-explore-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.home-explore-block {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: 0 8px 36px rgba(44, 42, 38, 0.07);
  text-align: left;
}

@media (min-width: 880px) {
  .home-explore-block {
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
  }

  .home-explore-block:nth-child(even) {
    flex-direction: row-reverse;
  }

  .home-explore-block__visual {
    flex: 0 0 44%;
    max-width: 520px;
    min-height: 280px;
  }

  .home-explore-block__text {
    flex: 1 1 auto;
    min-width: 0;
    padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.5rem);
  }
}

.home-explore-block__visual {
  position: relative;
  min-height: 220px;
  background-color: #e8e4dc;
  background-size: cover;
  background-position: center;
}

.home-explore-block__visual--about {
  background-image: linear-gradient(135deg, rgba(26, 24, 22, 0.12), rgba(26, 24, 22, 0.38)),
    url("../images/gallery/gallery-12.png");
}

.home-explore-block__visual--services {
  background-image: linear-gradient(135deg, rgba(26, 24, 22, 0.12), rgba(26, 24, 22, 0.38)),
    url("../images/gallery/gallery-17.png");
}

.home-explore-block__visual--process {
  background-image: linear-gradient(135deg, rgba(26, 24, 22, 0.12), rgba(26, 24, 22, 0.38)),
    url("../images/gallery/gallery-08.png");
}

.home-explore-block__visual--gallery {
  background-image: linear-gradient(135deg, rgba(26, 24, 22, 0.12), rgba(26, 24, 22, 0.38)),
    url("../images/gallery/gallery-15.png");
}

.home-explore-block__visual--contact {
  background-image: linear-gradient(135deg, rgba(26, 24, 22, 0.12), rgba(26, 24, 22, 0.38)),
    url("../images/home/home-hero-foyer-stairs.png");
}

.home-explore-block__text {
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.15rem, 3vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.home-explore-kicker {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.home-explore-block__text h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text);
}

.home-explore-summary {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.58;
  color: var(--text-muted);
}

.home-explore-list {
  margin: 0.35rem 0 0.85rem;
  padding-left: 1.15rem;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.home-explore-list li {
  margin: 0.4rem 0;
}

.home-explore-list li strong {
  color: var(--text);
  font-weight: 600;
}

.home-explore-block .btn-primary {
  align-self: flex-start;
  margin-top: 0.25rem;
}

@media (prefers-reduced-motion: no-preference) {
  .home-explore-block {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
  }

  .home-explore-block:hover {
    box-shadow: 0 14px 44px rgba(44, 42, 38, 0.1);
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-explore-block:hover {
    box-shadow: 0 8px 36px rgba(44, 42, 38, 0.07);
    transform: none;
  }
}

/* Services with media */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.service-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(44, 42, 38, 0.045);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.service-card__media {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 16 / 10;
  background: var(--surface);
  overflow: hidden;
}

.service-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.service-card:hover .service-card__media img {
  transform: scale(1.03);
}

.service-card__body {
  padding: 1.1rem 1.1rem 1.2rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 0;
}

.service-card__body h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.service-card__body p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--text-muted);
  font-weight: 400;
  flex: 1 1 auto;
  line-height: 1.55;
}

.service-expand {
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--border);
}

.service-expand summary {
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #7a5f45;
  list-style: none;
  user-select: none;
}

.service-expand summary::-webkit-details-marker {
  display: none;
}

.service-expand summary .service-expand-label::after {
  content: " +";
  font-weight: 700;
  opacity: 0.65;
}

.service-expand[open] summary .service-expand-label::after {
  content: " \2212";
}

.service-expand ul {
  margin: 0.65rem 0 0;
  padding-left: 1.05rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.service-expand li {
  margin-bottom: 0.35rem;
}

.service-expand li:last-child {
  margin-bottom: 0;
}

/* Process */
.process-grid {
  display: grid;
  gap: 0.75rem;
  align-items: stretch;
}

@media (min-width: 720px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.process-step {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.1rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(44, 42, 38, 0.04);
}

.process-step-num {
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1;
  color: #a89884;
  margin: 0 0 0.35rem;
}

.process-step h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 0.4rem;
  color: var(--text);
  letter-spacing: -0.02em;
}

.process-step p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--text-muted);
  font-weight: 400;
  flex: 1 1 auto;
}

/* Gallery — uniform portfolio grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

@media (min-width: 560px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 880px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}

.gallery figure,
.gallery .gallery-item {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.gallery-thumb {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  cursor: zoom-in;
  background: transparent;
  line-height: 0;
  position: relative;
}

.gallery-thumb:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
  display: block;
}

.gallery figure:hover img,
.gallery .gallery-item:hover img,
.gallery-thumb:hover img {
  transform: scale(1.03);
}

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

/* Gallery lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right))
    max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 24, 22, 0.88);
  cursor: pointer;
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  max-width: min(96vw, 1400px);
  max-height: min(92vh, 900px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.lightbox-img-wrap {
  position: relative;
  width: 100%;
  max-height: min(85vh, 860px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  overflow: hidden;
  background: #0f0e0d;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.lightbox-img-wrap img {
  max-width: 100%;
  max-height: min(85vh, 860px);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.lightbox-caption {
  margin: 0;
  max-width: 42rem;
  text-align: center;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
}

.lightbox-close {
  position: absolute;
  top: max(0.5rem, env(safe-area-inset-top));
  right: max(0.5rem, env(safe-area-inset-right));
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.22);
}

.lightbox-prev {
  left: max(0.35rem, env(safe-area-inset-left));
}

.lightbox-next {
  right: max(0.35rem, env(safe-area-inset-right));
}

@media (max-width: 639px) {
  .lightbox-nav {
    top: auto;
    bottom: max(0.35rem, env(safe-area-inset-bottom));
    transform: none;
  }

  .lightbox-prev {
    left: 33%;
    margin-left: -2.5rem;
  }

  .lightbox-next {
    right: 33%;
    margin-right: -2.5rem;
  }
}

/* Contact */
.contact-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.35rem 1.4rem;
  box-shadow: 0 2px 14px rgba(44, 42, 38, 0.045);
}

.contact-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.85rem;
  color: var(--text);
}

.section--contact {
  padding-top: clamp(1.5rem, 3.5vw, 2.25rem);
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.contact-page__intro {
  max-width: 40rem;
  margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
}

.contact-page__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.contact-page__subtitle {
  margin: 0;
  font-size: 1.02rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.contact-page__grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

@media (min-width: 920px) {
  .contact-page__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    gap: clamp(1.5rem, 3.5vw, 2.5rem);
  }
}

.contact-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.15rem;
}

.contact-quick__btn {
  flex: 1 1 148px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: 0 2px 10px rgba(44, 42, 38, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.contact-quick__btn:hover {
  text-decoration: none;
  color: var(--text);
  border-color: #c9c2b6;
  box-shadow: 0 8px 24px rgba(44, 42, 38, 0.08);
}

.contact-quick__btn-label {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-quick__btn-meta {
  font-size: 0.9rem;
  font-weight: 600;
  word-break: break-word;
}

.contact-quick__btn--wa {
  border-color: rgba(37, 211, 102, 0.35);
  background: linear-gradient(180deg, #f3fcf6 0%, var(--bg-elevated) 100%);
}

.contact-quick__btn--wa:hover {
  border-color: rgba(37, 211, 102, 0.55);
}

.contact-quick__btn--call {
  background: linear-gradient(180deg, #faf9f7 0%, var(--bg-elevated) 100%);
}

.contact-quick__btn--mail .contact-quick__btn-meta {
  font-size: 0.82rem;
  font-weight: 600;
}

.contact-detail-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.15rem 1.2rem 1.2rem;
  box-shadow: 0 4px 22px rgba(44, 42, 38, 0.05);
}

.contact-detail-card__heading {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 0.85rem;
}

.contact-dl {
  margin: 0;
}

.contact-dl__row {
  display: grid;
  gap: 0.25rem 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}

@media (min-width: 520px) {
  .contact-dl__row {
    grid-template-columns: 8.5rem 1fr;
    align-items: baseline;
  }
}

.contact-dl__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-dl__row:first-of-type {
  padding-top: 0;
}

.contact-dl dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-dl dd {
  margin: 0;
  font-size: 0.98rem;
  color: var(--text);
  line-height: 1.5;
}

.contact-location {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: 0 8px 32px rgba(44, 42, 38, 0.07);
}

.contact-location__title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 1.15rem 1.2rem 0.25rem;
  color: var(--text);
}

.contact-location__lead {
  margin: 0;
  padding: 0 1.2rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a5f45;
}

.contact-location__address {
  margin: 0;
  padding: 0 1.2rem 1rem;
  font-size: 0.98rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}

.contact-location__map {
  background: #e8e6e1;
}

.map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 200px;
  border-radius: 0;
  overflow: hidden;
  border: none;
  background: var(--surface);
  box-shadow: none;
}

.map-embed--contact {
  aspect-ratio: 16 / 11;
  min-height: 220px;
}

.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-location__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  padding: 1rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg-elevated) 100%);
}

.contact-location__actions .btn {
  flex: 1 1 auto;
  min-width: 0;
}

@media (min-width: 480px) {
  .contact-location__actions .btn {
    flex: 0 1 auto;
  }
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 1rem;
  color: var(--text);
}

.contact-list li:last-child {
  border-bottom: none;
}

.contact-list strong {
  display: block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  opacity: 0.72;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/* Footer — compact bar */
.site-footer {
  margin-top: auto;
  padding: 0.55rem 0 calc(0.55rem + 3.75rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--border);
  background: rgba(243, 240, 234, 0.95);
}

.site-footer .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 1rem;
  text-align: left;
}

.site-footer p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.45rem;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}

.footer-links a {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  opacity: 0.82;
}

.footer-links a:hover {
  color: var(--text);
  opacity: 1;
  text-decoration: underline;
}

.footer-sep {
  display: inline-block;
  margin: 0 0.2rem;
  font-size: 0.7rem;
  color: #c9c2b6;
  user-select: none;
  opacity: 0.95;
}

/* WhatsApp floating button */
.wa-float {
  position: fixed;
  right: max(0.75rem, env(safe-area-inset-right, 0px));
  bottom: max(0.85rem, calc(0.5rem + env(safe-area-inset-bottom, 0px)));
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.wa-float:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
  text-decoration: none;
  color: #fff;
}

.wa-float:focus-visible {
  outline: 3px solid var(--text);
  outline-offset: 3px;
}

/* Homepage hero — cinematic full-bleed (Option B) */
.page-home .hero.hero--home.hero--cinematic {
  padding: 0;
  margin: 0;
  overflow-x: clip;
  background: transparent;
}

.page-home .hero.hero--home.hero--cinematic::after {
  display: none;
}

.hero-cinematic__bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  min-height: clamp(380px, 58vh, 640px);
  background-color: #231f1d;
  background-image: linear-gradient(
      105deg,
      rgba(26, 24, 22, 0.8) 0%,
      rgba(26, 24, 22, 0.45) 40%,
      rgba(26, 24, 22, 0.14) 100%
    ),
    url("../images/home/home-hero-kitchen-vanity.png");
  background-size: cover, cover;
  background-position: center, center 40%;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(44, 42, 38, 0.2);
}

.page-home .hero-cinematic__inner {
  min-height: clamp(380px, 58vh, 640px);
  display: flex;
  align-items: center;
  padding-top: clamp(1.5rem, 4vw, 2.75rem);
  padding-bottom: clamp(1.5rem, 4vw, 2.75rem);
}

.hero-cinematic__copy {
  max-width: 38rem;
}

@media (max-width: 720px) {
  .page-home .hero.hero--home.hero--cinematic {
    overflow-x: hidden;
  }

  .hero-cinematic__bg {
    min-height: clamp(420px, 72vh, 720px);
    background-image: linear-gradient(
        165deg,
        rgba(26, 24, 22, 0.94) 0%,
        rgba(26, 24, 22, 0.82) 40%,
        rgba(26, 24, 22, 0.5) 68%,
        rgba(26, 24, 22, 0.22) 100%
      ),
      url("../images/home/home-hero-kitchen-vanity.png");
    background-size: cover, cover;
    background-position: center, center 36%;
  }

  .page-home .hero-cinematic__inner {
    min-height: clamp(420px, 72vh, 720px);
    align-items: center;
    padding-top: clamp(1.25rem, 5vw, 2rem);
    padding-bottom: clamp(1.25rem, 5vw, 2rem);
  }

  .hero-cinematic__copy {
    max-width: none;
    width: 100%;
    padding: 1rem 1.1rem 1.15rem;
    border-radius: 14px;
    background: rgba(26, 24, 22, 0.45);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  }

  .page-home .hero.hero--cinematic .hero-lead {
    max-width: none;
  }

  .page-home .hero .wrap--hero {
    width: calc(100% - 2 * clamp(0.75rem, 4vw, 1rem));
  }
}

.page-home .hero .wrap--hero {
  width: min(1280px, calc(100% - 2 * clamp(0.65rem, 3vw, 1.25rem)));
}

.page-home .hero.hero--cinematic .hero-badge {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}

.page-home .hero.hero--cinematic .hero-badge::before {
  background: #fff;
  opacity: 0.85;
}

.page-home .hero.hero--cinematic h1 {
  color: #fff;
  text-wrap: balance;
}

.page-home .hero.hero--cinematic .hero-lead {
  color: rgba(255, 255, 255, 0.92);
  max-width: 42ch;
}

.page-home .hero.hero--cinematic .hero-cta .btn-primary {
  background: #fff;
  color: var(--text);
}

.page-home .hero.hero--cinematic .hero-cta .btn-primary:hover {
  background: #f5f0ea;
  color: var(--text);
  text-decoration: none;
}

.page-home .hero.hero--cinematic .hero-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.page-home .hero.hero--cinematic .hero-cta .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 520px) {
  .page-home .hero.hero--cinematic .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .page-home .hero.hero--cinematic .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

.page-home .home-work {
  background: linear-gradient(180deg, var(--bg) 0%, #faf8f6 40%, var(--bg) 100%);
  padding-top: clamp(1.5rem, 3.2vw, 2.25rem);
}

.page-home .home-work .section-eyebrow {
  display: inline-block;
  padding-left: 0.75rem;
  border-left: 3px solid var(--accent);
}

.page-home .section.home-explore {
  border-top: none;
  box-shadow: inset 0 1px 0 var(--border);
  background-color: var(--surface);
  background-image: radial-gradient(circle at 1px 1px, rgba(154, 127, 98, 0.065) 1px, transparent 0);
  background-size: 22px 22px;
}
