/* Jayco Joinery: home */
body.gallery-open {
  overflow: hidden;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 660px;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: url("../assets/hero.jpg") center / cover no-repeat;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgb(15 11 8 / 94%), rgb(15 11 8 / 78%) 34%, rgb(17 12 8 / 28%) 75%),
    linear-gradient(180deg, rgb(15 11 8 / 50%), transparent 35%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 150px;
}

.hero-title {
  font-size: 53px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

.hero-title .line-1 {
  color: #fff;
}

.hero-title .line-2 {
  color: #d0b199;
}

.hero-script {
  margin-top: 14px;
  color: #b58c64;
  font-family: var(--script);
  font-size: 45px;
  line-height: 1;
}

.hero-desc {
  max-width: 440px;
  margin-top: 20px;
  color: rgb(255 255 255 / 82%);
  font-size: 15px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.feature-wrap {
  position: relative;
  z-index: 20;
  margin-top: -60px;
}

.feature-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 17px 0;
  border: 1px solid rgb(157 129 91 / 12%);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 18px 45px rgb(41 31 20 / 12%);
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 4px 12px;
  border-right: 1px solid var(--line);
}

.feature-item:last-child {
  border-right: 0;
}

.feature-icon {
  flex-shrink: 0;
  color: var(--gold);
}

.feature-icon .icon {
  width: 27px;
  height: 27px;
}

.feature-txt {
  min-width: 0;
}

.feature-txt h2 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.feature-txt p {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.5;
}

.services {
  position: relative;
  padding: 88px 0 76px;
  background:
    radial-gradient(ellipse at 100% 0%, rgb(203 178 141 / 16%), transparent 55%),
    linear-gradient(180deg, #f5f0e8, #eee7dc);
}

.services-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 54px;
  margin-bottom: 38px;
}

.services-heading h2 {
  color: #30271f;
  font-size: clamp(34px, 3.8vw, 49px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.services-heading h2 em {
  color: var(--gold);
  font-weight: 400;
}

.services-heading > p {
  max-width: 390px;
  padding-bottom: 5px;
  color: #766b5d;
  font-size: 13px;
  line-height: 1.85;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0d5c5;
  border-radius: 6px;
  background: #fcfaf6;
  box-shadow: 0 5px 15px rgb(72 48 24 / 3%);
  transition:
    transform 400ms var(--ease),
    box-shadow 400ms ease,
    border-color 300ms ease;
}

.service-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-img {
  position: relative;
  aspect-ratio: 1.46;
  overflow: hidden;
  background: #d8cebe;
}

.service-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 8%), transparent 35%, rgb(19 15 10 / 65%));
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.service-number {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgb(255 255 255 / 40%);
  border-radius: 50%;
  background: rgb(34 26 17 / 30%);
  color: #fff;
  font-family: var(--serif);
  font-size: 12px;
  backdrop-filter: blur(5px);
}

.service-image-label {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  color: #f2e9dc;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-body {
  flex: 1;
  padding: 23px 22px 25px;
}

.service-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-title-row h3 {
  min-width: 0;
  color: #362a1e;
  font-size: clamp(18px, 1.75vw, 23px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.service-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 33px;
  height: 33px;
  border: 1px solid #ddcbb1;
  border-radius: 50%;
  color: var(--gold);
  transition: background-color 300ms ease, color 300ms ease;
}

.service-arrow .icon {
  width: 17px;
  height: 17px;
  transition: transform 300ms ease;
}

.service-body > p {
  margin-top: 12px;
  padding-right: 10px;
  color: #817363;
  font-size: 11px;
  line-height: 1.8;
}

.service-card:focus-within {
  border-color: #aa855b;
  box-shadow: 0 12px 30px rgb(72 48 24 / 10%);
}

.services-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 35px;
  padding-top: 26px;
  border-top: 1px solid #d8cab5;
}

.services-bottom p {
  color: #81715e;
  font-size: 12px;
}

.services-bottom strong {
  color: #574331;
  font-weight: 500;
}

.about {
  background: #0e0f0c;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  min-height: 480px;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 48px clamp(28px, 4vw, 64px);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.about-content .eyebrow {
  color: #b58d60;
  font-size: 11px;
  font-weight: 400;
}

.about-content h2 {
  color: #faf9f6;
  font-family: Georgia, serif;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 400;
  line-height: 1.1;
}

.about-desc {
  max-width: 36ch;
  margin-top: 20px;
  color: #bcbcbc;
  font-size: 14px;
  line-height: 1.6;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid rgb(195 161 123 / 15%);
}

.stat-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 7px;
  row-gap: 8px;
  min-width: 0;
}

.stat-item .icon {
  width: 23px;
  height: 23px;
  color: #b38b5b;
}

.stat-item strong {
  color: #f5f5f5;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.stat-item > span {
  grid-column: 1 / -1;
  color: #dededb;
  font-size: clamp(8px, .75vw, 11px);
  line-height: 1.3;
  white-space: nowrap;
}

.about-btn {
  min-height: 38px;
  margin-top: 30px;
  padding: 9px 25px;
  border-radius: 1px;
  background: #9c784f;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
}

.about-btn .icon {
  display: none;
}

.about-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.about-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  text-align: center;
}

.why-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--gold);
}

.why-item h3,
.process-grid h3 {
  margin-bottom: 9px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.why-item p,
.process-grid p {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.75;
}

.process {
  border-top: 1px solid var(--line);
  background: var(--cream-deep);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  text-align: center;
}

.process-grid li > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border: 1px solid #c9b69b;
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 22px;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 59fr) minmax(0, 41fr);
  border-block: 1px solid rgb(187 143 81 / 35%);
  background: #100f0c;
  color: #fff;
}

.projects-panel {
  min-width: 0;
  border-right: 3px solid #e5ded1;
}

.project-hero {
  position: relative;
  isolation: isolate;
  min-height: 270px;
  overflow: hidden;
  background: #15130f;
  touch-action: pan-y;
}

.project-images,
.project-slide,
.project-shade {
  position: absolute;
  inset: 0;
}

.project-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgb(9 10 8 / 92%), rgb(9 10 8 / 70%) 30%, transparent 85%),
    linear-gradient(0deg, rgb(8 8 6 / 45%), transparent 50%);
  pointer-events: none;
}

.showcase-brand {
  display: none;
}

.project-copy {
  position: relative;
  z-index: 2;
  padding: 36px 24px 65px 4.8vw;
}

.showcase-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #edb36d;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.showcase-eyebrow::before {
  content: "";
  flex: 0 0 30px;
  height: 1px;
  background: #edb36d;
}

.project-copy h2 {
  margin-top: 15px;
  font-family: Georgia, serif;
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 400;
  line-height: 1.05;
}

.project-copy > p,
.project-rule {
  display: none;
}

.project-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  border-top: 3px solid #e5ded1;
  background: #e5ded1;
}

.project-category {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.4;
  overflow: hidden;
  border: 0;
  background: #191712;
  color: #fff;
  text-align: left;
}

.project-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.project-category::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(9 9 7 / 93%), transparent 70%);
}

.project-category span {
  position: absolute;
  left: 20px;
  bottom: 16px;
  z-index: 1;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.1;
}

.testimonial-panel {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 36px 3.5vw 30px 4vw;
  background-color: #20170f;
  background-image:
    linear-gradient(90deg, rgb(10 9 7 / 68%), rgb(10 9 7 / 38%)),
    var(--wood-texture);
  background-size: cover;
  background-position: center;
  touch-action: pan-y;
}

.testimonial-content {
  width: 100%;
  min-width: 0;
}

.testimonial-content > h2 {
  margin-top: 18px;
  font-family: Georgia, serif;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.testimonial-content > h2 span {
  color: #edb36d;
}

.testimonial-slides {
  min-height: 155px;
  margin-top: 20px;
}

.testimonial-slides blockquote {
  max-width: 36ch;
  color: #efefec;
  font-size: 13px;
  line-height: 1.7;
}

.testimonial-slides figcaption {
  margin-top: 14px;
  color: #d6c9b8;
  font-size: 10px;
  line-height: 1.5;
}

.review-stars {
  margin-top: 10px;
  color: #edb36d;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 5px;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.project-controls {
  position: absolute;
  right: 12px;
  bottom: 8px;
  left: 12px;
  z-index: 3;
  justify-content: center;
  margin: 0;
}

.carousel-dots {
  display: flex;
}

.carousel-dot {
  display: grid;
  place-items: center;
  width: 28px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
}

.carousel-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #a59a8a;
  border-radius: 50%;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.carousel-dot.is-active::before {
  background: #edb36d;
  border-color: #edb36d;
}

.carousel-toggle {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgb(211 173 121 / 25%);
  border-radius: 50%;
  background: rgb(0 0 0 / 20%);
  color: #e6c7a1;
}

.carousel-toggle .icon {
  width: 14px;
  height: 14px;
}

.project-controls .carousel-toggle {
  position: absolute;
  right: 0;
}

.consultation-strip {
  display: grid;
  grid-template-columns: minmax(0, 64fr) minmax(0, 36fr);
  border-bottom: 1px solid rgb(190 145 80 / 35%);
  background-color: #15120d;
  background-image:
    linear-gradient(rgb(9 8 6 / 65%), rgb(9 8 6 / 65%)),
    var(--wood-texture);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.consultation-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  padding: 28px 2vw 28px 4.8vw;
}

.consultation-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  min-height: 66px;
  padding: 0 14px;
  border-right: 1px solid rgb(190 158 103 / 50%);
}

.consultation-benefit:first-child {
  padding-left: 0;
}

.consultation-benefit:last-child {
  padding-right: 0;
  border-right: 0;
}

.consultation-benefit .icon {
  width: 42px;
  height: 42px;
  color: #efb96d;
  stroke-width: 1.3;
}

.consultation-benefit p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.55;
  text-transform: uppercase;
}

.consultation-cta {
  display: flex;
  align-items: center;
  padding: 27px 3vw;
  border-left: 1px solid rgb(190 145 80 / 35%);
  background: rgb(255 255 255 / 3%);
}

.consultation-cta h2 {
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.consultation-cta h2 span {
  color: #edb36d;
}

.consultation-cta p {
  margin-top: 8px;
  color: #e8e7e3;
  font-size: 11px;
  line-height: 1.6;
}

.consultation-button {
  margin-top: 14px;
  min-height: 36px;
  font-size: 10px;
}

.gallery-dialog {
  position: fixed;
  width: min(1000px, calc(100% - 32px));
  max-height: 88vh;
  max-height: 88dvh;
  margin: auto;
  padding: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #ad875d;
  border-radius: 6px;
  background: #151410;
  color: #fff;
}

.gallery-dialog::backdrop {
  background: rgb(0 0 0 / 82%);
}

.gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.gallery-head h2 {
  font-size: 28px;
}

.gallery-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #90734e;
  border-radius: 3px;
  background: transparent;
  color: #fff;
  font-size: 28px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding-top: 8px;
  color: #ddd7cf;
  font-size: 12px;
}

@media (hover: hover) and (pointer: fine) {
.service-card:hover {
    border-color: #c3a682;
    box-shadow: 0 18px 35px rgb(72 48 24 / 11%);
    transform: translateY(-6px);
  }

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

.service-card:hover .service-arrow {
    background: var(--gold);
    color: #fff;
  }

.service-card:hover .service-arrow .icon {
    transform: rotate(-35deg);
  }

.project-category:hover img {
    transform: scale(1.04);
  }
}

@media (min-width: 921px) and (max-width: 1100px) {
.consultation-benefit { gap: 8px; padding-inline: 8px; }

.consultation-benefit .icon { width: 32px; height: 32px; }

.consultation-benefit p { font-size: 10px; }

.consultation-cta h2 { font-size: 19px; }

.testimonial-panel { padding-inline: 3vw; }

.testimonial-content > h2 { font-size: 29px; }
}

@media (max-width: 920px) {
.feature-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

.feature-item { border-right: 0; }

.services-heading {
    gap: 30px;
    grid-template-columns: 1.2fr .8fr;
  }

.services-grid { gap: 18px; }

.service-body { padding: 18px 16px 20px; }

.service-title-row { gap: 8px; }

.service-title-row h3 { font-size: 18px; }

.service-arrow { width: 28px; height: 28px; }

.about {
    padding-inline: 2.5%;
    background: #000;
  }

.about-grid {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
  }

.about-media {
    order: -1;
    width: 100%;
    aspect-ratio: 760 / 520;
  }

.about-content {
    align-items: stretch;
    padding: 34px 28px;
    background: #0e0f0c;
  }

.about-content h2 { font-size: clamp(32px, 6.5vw, 54px); }

.about-desc { max-width: 46ch; }

.about-stats {
    max-width: 520px;
    gap: 0;
    margin-top: 28px;
    padding-top: 24px;
  }

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-right: 1px solid rgb(255 255 255 / 17%);
    text-align: center;
  }

.stat-item:last-child { border-right: 0; }

.stat-item .icon { width: 28px; height: 28px; }

.stat-item strong { font-size: 27px; }

.stat-item > span { font-size: clamp(8px, 2.3vw, 12px); }

.about-btn {
    justify-content: center;
    min-height: 44px;
    margin-top: 28px;
  }

.about-btn .icon { display: block; }

.why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.showcase {
    display: block;
    border-top: 0;
  }

.projects-panel { border-right: 0; }

.project-hero {
    min-height: 0;
    aspect-ratio: 853 / 489;
  }

.project-shade {
    background:
      linear-gradient(90deg, rgb(8 9 7 / 94%), rgb(9 10 8 / 76%) 23%, rgb(9 10 8 / 20%) 53%, transparent 85%),
      linear-gradient(0deg, rgb(8 8 6 / 82%), transparent 50%);
  }

.showcase-brand {
    position: absolute;
    top: 14%;
    left: 6%;
    z-index: 2;
    display: block;
    width: 20%;
  }

.showcase-brand img { width: 100%; }

.project-copy {
    position: absolute;
    top: 37%;
    left: 6.5%;
    right: 5%;
    padding: 0;
  }

.showcase-eyebrow {
    gap: 12px;
    font-size: clamp(8px, 1.55vw, 13px);
    letter-spacing: .19em;
  }

.showcase-eyebrow::before { flex-basis: 30px; }

.project-copy h2 {
    margin-top: 10px;
    font-size: clamp(28px, 7vw, 62px);
    line-height: .97;
  }

.project-rule {
    display: block;
    width: 7%;
    height: 2px;
    margin-top: 18px;
    background: #edb36d;
  }

.project-copy > p {
    display: block;
    margin-top: 12px;
    color: #eceae6;
    font-family: Arial, sans-serif;
    font-size: clamp(10px, 2.1vw, 18px);
    line-height: 1.35;
  }

.project-cards {
    gap: 1.4%;
    padding: 1.4%;
    border-top: 1px solid rgb(190 145 80 / 35%);
    background: #100f0c;
  }

.project-category {
    aspect-ratio: 1.08;
    border-radius: 5px;
  }

.project-category span {
    left: 9%;
    bottom: 10%;
    font-size: clamp(14px, 3vw, 25px);
  }

.testimonial-panel {
    display: block;
    padding: clamp(26px, 4vw, 42px) 6.5% 24px;
    background-image:
      linear-gradient(90deg, rgb(5 6 4 / 20%), transparent 80%),
      var(--testimonial-mobile);
    background-size: cover;
    background-position: right center;
  }

.testimonial-content > h2 {
    margin-top: 16px;
    font-size: clamp(30px, 5.75vw, 50px);
  }

.testimonial-slides {
    width: min(60%, 470px);
    min-height: 140px;
    margin-top: 18px;
  }

.testimonial-slides blockquote {
    font-size: clamp(12px, 2.1vw, 18px);
    line-height: 1.5;
  }

.testimonial-slides figcaption {
    font-size: clamp(10px, 1.65vw, 14px);
  }

.review-stars { margin-top: 10px; }

.consultation-strip {
    display: block;
    background: #100f0c;
  }

.consultation-benefits {
    padding: 26px 12px;
    border-bottom: 1px solid rgb(190 145 80 / 35%);
  }

.consultation-benefit,
.consultation-benefit:first-child,
.consultation-benefit:last-child {
    flex-direction: column;
    justify-content: flex-start;
    gap: 13px;
    min-height: 90px;
    padding: 0 8px;
    text-align: center;
  }

.consultation-benefit .icon {
    width: clamp(30px, 5.8vw, 50px);
    height: clamp(30px, 5.8vw, 50px);
  }

.consultation-benefit p {
    font-size: clamp(9px, 1.8vw, 15px);
  }

.consultation-cta {
    min-height: 190px;
    padding: 28px 6%;
    border-left: 0;
    background:
      linear-gradient(90deg, rgb(0 0 0 / 10%), transparent 80%),
      var(--consultation-mobile) right center / cover no-repeat;
  }

.consultation-cta h2 {
    font-size: clamp(23px, 4.1vw, 36px);
  }

.consultation-cta p {
    font-size: clamp(11px, 2vw, 17px);
  }

.consultation-button { display: none; }
}

@media (max-width: 767px) {
.gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
.hero { min-height: auto; }

.hero-bg { background-image: url("../assets/mobile-hero-bg.png"); }

.hero-content { padding-top: 145px; padding-bottom: 225px; }

.hero-title {
    font-size: clamp(32px, 9.4vw, 46px);
    line-height: 1.1;
  }

.hero-title .line-1 {
    margin-bottom: 10px;
    color: #d0b199;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .14em;
  }

.hero-script { margin-top: 14px; font-size: 27px; }

.hero-desc { max-width: 340px; font-size: 13px; }

.hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    margin-top: 26px;
  }

.hero-actions .btn {
    justify-content: flex-start;
    width: min(270px, 100%);
    padding: 13px 16px;
    font-size: 10px;
  }

.hero-actions .btn-ico,
.hero-actions .btn-arrow {
    display: block;
    width: 16px;
    height: 16px;
  }

.hero-actions .btn-arrow { margin-left: auto; }

.feature-wrap {
    margin-top: -165px;
    isolation: isolate;
  }

.feature-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -20px;
    right: -18px;
    left: -18px;
    z-index: -1;
    background: linear-gradient(to top, #0d0907, #0b0805 48%, transparent);
  }

.feature-bar {
    display: block;
    padding: 6px 18px;
    border-color: rgb(176 136 81 / 15%);
    border-radius: 14px;
    background: #17110d;
  }

.feature-item {
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgb(255 255 255 / 9%);
  }

.feature-item:last-child { border-bottom: 0; }

.feature-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(255 255 255 / 6%);
  }

.feature-icon .icon { width: 19px; height: 19px; }

.feature-txt h2 {
    color: #c39b71;
    font-size: 11px;
    letter-spacing: .035em;
    text-transform: uppercase;
  }

.feature-txt p {
    color: #c2b6a7;
    font-size: 11px;
  }

.services {
    padding: 58px 0 48px;
  }

.services-heading {
    display: block;
    margin-bottom: 26px;
  }

.services-heading .eyebrow {
    gap: 8px;
    margin-bottom: 13px;
    font-size: 8px;
    letter-spacing: .1em;
  }

.services-heading h2 {
    font-size: clamp(28px, 7.4vw, 39px);
    line-height: 1.19;
    letter-spacing: -.04em;
  }

.services-heading > p {
    max-width: 45ch;
    margin-top: 16px;
    padding: 0;
    font-size: 11px;
    line-height: 1.85;
  }

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

.service-card {
    border-radius: 5px;
  }

.service-img {
    aspect-ratio: 1.04;
  }

.service-number {
    top: 9px;
    left: 9px;
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

.service-image-label {
    right: 10px;
    bottom: 10px;
    left: 10px;
    font-size: 7px;
    line-height: 1.5;
    letter-spacing: .07em;
  }

.service-body {
    padding: 14px 11px 16px;
  }

.service-title-row {
    align-items: flex-start;
    gap: 6px;
  }

.service-title-row h3 {
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: -.035em;
  }

.service-arrow {
    width: 24px;
    height: 24px;
    margin-top: 1px;
  }

.service-arrow .icon {
    width: 13px;
    height: 13px;
  }

.service-body > p {
    margin-top: 10px;
    padding: 0;
    font-size: 9px;
    line-height: 1.75;
  }

.services-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-top: 25px;
    padding-top: 22px;
    text-align: center;
  }

.services-bottom p {
    font-size: 10px;
  }

.services-bottom .btn {
    width: 100%;
    min-height: 46px;
    font-size: 10px;
  }

.about-content {
    padding: 30px 20px;
  }

.about-content .eyebrow {
    font-size: 10px;
  }

.about-content h2 {
    font-size: clamp(29px, 8vw, 42px);
  }

.about-desc {
    font-size: 13px;
  }

.stat-item {
    gap: 7px;
  }

.stat-item strong {
    font-size: 23px;
  }

.stat-item .icon {
    width: 25px;
    height: 25px;
  }

.why-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 5px 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    text-align: left;
  }

.why-item {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 3px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }

.why-item:last-child { border-bottom: 0; }

.why-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    width: 45px;
    height: 45px;
    margin: 0;
  }

.why-icon .icon {
    width: 21px;
    height: 21px;
  }

.why-item h3 {
    grid-column: 2;
    margin: 0;
    font-size: 12px;
  }

.why-item p {
    grid-column: 2;
    font-size: 11px;
  }

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

.process-grid h3 { font-size: 12px; }

.process-grid p { font-size: 11px; }

.project-copy {
    top: 34%;
  }

.project-copy h2 {
    margin-top: 8px;
  }

.project-rule {
    margin-top: 12px;
  }

.project-copy > p {
    margin-top: 8px;
  }

.project-controls {
    bottom: 2px;
  }

.project-controls .carousel-dot {
    height: 28px;
    width: 24px;
  }

.project-controls .carousel-toggle {
    width: 28px;
    height: 28px;
  }

.testimonial-slides {
    width: 80%;
    min-height: 150px;
  }

.testimonial-content > h2 {
    font-size: clamp(28px, 7.5vw, 38px);
  }
}

@media (max-width: 360px) {
.service-title-row h3 { font-size: 15px; }

.service-arrow { width: 21px; height: 21px; }

.service-body { padding-inline: 9px; }

.project-copy { top: 32%; }

.project-copy h2 { font-size: 26px; }

.project-copy > p { font-size: 9px; }

.project-rule { margin-top: 8px; }

.showcase-eyebrow { font-size: 7px; gap: 8px; }

.showcase-eyebrow::before { flex-basis: 20px; }

.testimonial-slides { width: 100%; }

.gallery-grid {
    grid-template-columns: 1fr;
  }

.gallery-dialog {
    padding: 18px;
  }
}

/* Home typography: consistent hierarchy without altering section composition. */
.hero-desc,.about-description{font-size:16px}
@media(max-width:767px){.hero-title{font-size:clamp(30px,8vw,44px)}.hero-desc{font-size:16px}.section-title{font-size:clamp(28px,6.5vw,36px)}}
