:root {
  --bg: #f5f0e8;
  --bg-soft: #eee7dc;
  --bg-card: #fbf8f2;
  --text: #151515;
  --muted: #6f6a62;
  --line: rgba(21, 21, 21, .14);
  --dark: #0e0e0e;
  --taupe: #9b8f7f;
  --taupe-dark: #756b5f;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

h1,
h2,
h3,
h4,
.brand-serif {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
  font-weight: 500;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.navbar {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: .62rem 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  height: 62px;
  width: auto;
  display: block;
}

.nav-link {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--text);
  padding-left: .85rem !important;
  padding-right: .85rem !important;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--taupe-dark);
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
  padding-right: 0;
}

.btn-brand {
  background: var(--dark);
  color: var(--white);
  border-radius: 999px;
  padding: .95rem 1.5rem;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  border: 1px solid var(--dark);
}

.btn-brand:hover {
  background: transparent;
  color: var(--dark);
}

.btn-outline-brand {
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 999px;
  padding: .95rem 1.5rem;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.btn-outline-brand:hover {
  border-color: var(--dark);
  background: var(--dark);
  color: var(--white);
}

.section-padding {
  padding: 110px 0;
}

.bg-white-custom {
  background: var(--bg-card);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: var(--taupe-dark);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  margin-bottom: 1.15rem;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--taupe);
  display: inline-block;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 78px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.72), transparent 34%),
    radial-gradient(circle at 75% 14%, rgba(155,143,127,.18), transparent 30%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-logo {
  width: min(100%, 360px);
  height: auto;
  display: block;
  margin-bottom: 2.4rem;
}

.hero h1 {
  font-size: clamp(3.1rem, 7.4vw, 7rem);
  line-height: .92;
  margin-bottom: 2rem;
}

.hero-lead {
  max-width: 690px;
  font-size: 1.08rem;
}

.hero-img-wrap {
  position: relative;
}

.hero-img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  box-shadow: 0 30px 90px rgba(0,0,0,.11);
  filter: saturate(.88);
}

.hero-card {
  position: absolute;
  left: -42px;
  bottom: 38px;
  background: rgba(245, 240, 232, .92);
  backdrop-filter: blur(14px);
  padding: 1.7rem 1.9rem;
  max-width: 285px;
  border: 1px solid rgba(21, 21, 21, .08);
  box-shadow: 0 22px 56px rgba(0,0,0,.08);
}

.hero-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: .6rem;
  letter-spacing: -.025em;
}

.hero-card span {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
}

.image-tile {
  position: relative;
  overflow: hidden;
  background: var(--bg-soft);
}

.image-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
  filter: saturate(.88);
}

.image-tile:hover img {
  transform: scale(1.04);
}

.tile-tall {
  height: 680px;
}

.tile-medium {
  height: 430px;
}

.tile-small {
  height: 320px;
}

.services-intro {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 4rem;
}

.service-zigzag {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(260px, 38%) 1fr;
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: stretch;
  padding: clamp(1.4rem, 3vw, 2.3rem);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.42);
  position: relative;
  overflow: hidden;
}

.service-row::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(155,143,127,.08);
  right: -130px;
  top: -140px;
  pointer-events: none;
}

.service-row:nth-child(even) {
  grid-template-columns: 1fr minmax(260px, 38%);
}

.service-row:nth-child(even) .service-image-box {
  order: 2;
}

.service-row:nth-child(even) .service-content {
  order: 1;
  text-align: right;
}

.service-row:nth-child(even) .service-content p {
  margin-left: auto;
}

.service-image-box {
  min-height: 315px;
  background:
    linear-gradient(135deg, rgba(14, 14, 14, .68), rgba(14, 14, 14, .18)),
    var(--service-bg);
  background-size: cover;
  background-position: var(--service-pos, center);
  color: var(--white);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, .12);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.6rem;
}

.service-image-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.16), transparent 32%),
    linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.34));
  pointer-events: none;
  z-index: 0;
}

.service-image-box > * {
  position: relative;
  z-index: 1;
}

.service-icon-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.service-count {
  color: rgba(255,255,255,.78);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}

.service-icon {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #f5f0e8;
  font-size: 1.85rem;
  flex: 0 0 auto;
}

.service-mini-title {
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  max-width: 260px;
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}

.service-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
}

.service-content h3 {
  font-size: clamp(2.45rem, 4.5vw, 5rem);
  line-height: 1.02;
  margin-bottom: 1.4rem;
}

.service-content p {
  max-width: 610px;
  font-size: 1.02rem;
  margin-bottom: 0;
}

.dark-section {
  background: var(--dark);
  color: var(--white);
}

.dark-section p {
  color: rgba(255,255,255,.68);
}

.dark-section .eyebrow {
  color: var(--taupe);
}

.process-item {
  border-top: 1px solid rgba(255,255,255,.18);
  padding: 2rem 0;
}

.process-item span {
  color: var(--taupe);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.process-item h3 {
  font-size: 2rem;
  margin-top: .75rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.gallery-item {
  overflow: hidden;
  background: var(--bg-soft);
  min-height: 260px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.85);
  transition: transform .7s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item.big {
  grid-column: span 6;
  min-height: 520px;
}

.gallery-item.wide {
  grid-column: span 8;
  min-height: 360px;
}

.gallery-item.small {
  grid-column: span 4;
  min-height: 360px;
}

.gallery-item.half {
  grid-column: span 6;
  min-height: 390px;
}

.contact-box {
  background: var(--white);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(0,0,0,.08);
}

.contact-link {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}

.contact-link:hover {
  color: var(--taupe-dark);
}

.form-control {
  border-radius: 0;
  border: 1px solid var(--line);
  background: transparent;
  padding: 1rem;
}

.form-control:focus {
  border-color: var(--dark);
  box-shadow: none;
  background: transparent;
}

footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0;
  color: var(--muted);
  font-size: .9rem;
}

.footer-logo {
  height: 52px;
  width: auto;
  display: block;
}

.process-section {
  position: relative;
  overflow: hidden;
}

.process-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  left: -240px;
  bottom: -260px;
  background: rgba(155, 143, 127, .12);
  pointer-events: none;
}

.process-sticky {
  position: sticky;
  top: 125px;
}

.process-photo-wrap {
  margin-top: 2.6rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
  background: #0e0e0e;
}

.process-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.10), transparent 34%),
    linear-gradient(to bottom, rgba(0,0,0,.04), rgba(0,0,0,.24));
  pointer-events: none;
}

.process-photo-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(.9) contrast(1.04);
  transition: transform .8s ease;
}

.process-photo-wrap:hover img {
  transform: scale(1.035);
}

@media (max-width: 991.98px) {
  .process-sticky {
    position: static;
  }

  .process-photo-wrap {
    margin-bottom: 2rem;
  }

  .process-photo-wrap img {
    height: 420px;
  }
}

@media (max-width: 575.98px) {
  .process-photo-wrap img {
    height: 340px;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 54px;
  }

  .nav-link {
    padding: .75rem 0 !important;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-img {
    height: 520px;
    margin-top: 3rem;
  }

  .hero-card {
    left: 20px;
    bottom: 20px;
  }

  .section-padding {
    padding: 80px 0;
  }

  .service-row,
  .service-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .service-row:nth-child(even) .service-image-box,
  .service-row:nth-child(even) .service-content {
    order: initial;
    text-align: left;
  }

  .service-row:nth-child(even) .service-content p {
    margin-left: 0;
  }

  .service-image-box {
    min-height: 270px;
  }

  .gallery-item.big,
  .gallery-item.wide,
  .gallery-item.small,
  .gallery-item.half {
    grid-column: span 12;
    min-height: 340px;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 46px;
  }

  .hero-logo {
    width: min(100%, 300px);
  }

  .hero-img {
    height: 420px;
  }

  .hero-card {
    position: static;
    margin-top: 1rem;
    max-width: 100%;
  }

  .tile-tall,
  .tile-medium,
  .tile-small {
    height: 330px;
  }

  .service-row {
    padding: 1rem;
  }

  .service-content h3 {
    font-size: 2.45rem;
  }

  .service-image-box {
    min-height: 245px;
  }

  .contact-link {
    flex-direction: column;
  }
}

.btn-brand {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
  transition: all .25s ease;
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--taupe-dark);
  border-color: var(--taupe-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .16);
}

.btn-brand:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

@media (max-width: 575.98px) {
  .hero-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}