/* Services page UED July 2026 */



.service__page {
  --ink: #1a1815;
  /* near-black, warm */
  --steel: #3a3d42;
  /* steel grey */
  --steel-2: #6b6f76;
  --paper: #f4f1ec;
  /* warm off-white */
  --paper-2: #e9e4db;
  --line: #cfc8bc;
  --walnut: #6e4a2f;
  /* wood accent */
  --walnut-2: #8a5c38;
  --white: #fbfaf7;
}

.service__page,
.service__page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html:has(.service__page) {
  scroll-behavior: smooth
}

.service__page {
  /* font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.service__page h1,
.service__page h2,
.service__page h3,
.service__page .serif {
  font-family: 'Trajan', 'Trajan Pro Regular', 'Cinzel', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .025em;
  line-height: 1.22;
}

.service__page .eyebrow {
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--steel-2);
}

.service__page .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.service__page a {
  color: inherit;
  text-decoration: none;
}

.service__page .brand {
  font-family: 'Trajan Pro', 'Trajan Pro Regular', 'Cinzel', serif;
  font-size: 19px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ---------- HERO ---------- */
.service__page .hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background-color: #1a1c1f;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service__page .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.service__page .hero-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
  max-width: 760px;
}

.service__page .hero .eyebrow {
  color: rgba(255, 255, 255, .72);
}

.service__page .hero h1 {
  font-family: 'Trajan Pro', 'Trajan Pro Regular', 'Cinzel', Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(33px, 4.6vw, 60px);
  line-height: 1.12;
  letter-spacing: .02em;
  margin: 18px 0 24px;
  /* Character scaling: 100% vertical height, 100% horizontal width */
}

.service__page .hero p {
  /* font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
  font-size: 16px;
  max-width: 560px;
  color: rgba(255, 255, 255, .86);
  font-weight: 300;
  letter-spacing: .005em;
}

.service__page .hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.service__page .btn {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: .25s;
  border: 1px solid transparent;
  cursor: pointer;
}

.service__page .btn-solid {
  background: var(--white);
  color: var(--ink);
}

.service__page .btn-solid:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.service__page a.btn-ghost {
  border-color: rgba(255, 255, 255, .55);
  color: var(--white);
}

.service__page .btn-ghost:hover {
  background: var(--white);
  color: var(--ink);
}

/* ---------- INTRO ---------- */
.service__page .intro {
  padding: 110px 0 40px;
  text-align: center;
}

.service__page .intro h2 {
  font-size: clamp(24px, 3vw, 37px);
  line-height: 1.34;
  max-width: 940px;
  margin: 20px auto 0;
  font-weight: 400;
}

.service__page .intro .lead {
  max-width: 680px;
  margin: 26px auto 0;
  color: var(--steel);
  font-size: 17px;
  font-weight: 300;
}

.service__page .rule {
  width: 52px;
  height: 1px;
  background: var(--walnut);
  margin: 34px auto 0;
}

/* ---------- SERVICES ---------- */
.service__page .services {
  padding: 80px 0 40px;
}

.service__page .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 48px;
}

.service__page .svc {
  background: var(--paper);
  padding: 46px 38px;
  transition: .3s;
}

.service__page .svc:hover {
  background: var(--white);
}

.service__page .svc .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: var(--walnut);
  letter-spacing: .1em;
}

.service__page .svc h3 {
  font-size: 26px;
  margin: 14px 0 12px;
  font-weight: 500;
}

.service__page .svc p {
  font-size: 15px;
  color: var(--steel);
  font-weight: 300;
}



/* ---------- PROCESS ---------- */
.service__page .process {
  background: var(--ink);
  color: var(--paper);
  padding: 104px 0;
  margin-top: 80px;
}

.service__page .process .eyebrow {
  color: var(--walnut-2);
}

.service__page .process h2 {
  font-size: clamp(30px, 3.6vw, 45px);
  margin-top: 14px;
  font-weight: 300;
  max-width: 640px;
}

.service__page .steps {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.service__page .step {
  display: flex;
  gap: 26px;
  padding: 34px 30px 34px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.service__page .step:nth-child(odd) {
  padding-right: 56px;
}

.service__page .step .s-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  line-height: 1;
  color: var(--walnut-2);
  min-width: 56px;
}

.service__page .step h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 8px;
}

.service__page .step p {
  color: rgba(244, 241, 236, .72);
  font-size: 15px;
  font-weight: 300;
}



/* ---------- FINISHES ---------- */
.service__page .finishes {
  padding: 104px 0;
  text-align: center;
}

.service__page .finishes h2 {
  font-size: clamp(30px, 3.6vw, 45px);
  font-weight: 300;
  margin-top: 14px;
}

.service__page .finishes .lead {
  max-width: 620px;
  margin: 22px auto 0;
  color: var(--steel);
  font-weight: 300;
}

.service__page .swatches {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 16px;
  margin-top: 56px;
}

.service__page .swatch {
  min-width: 0;
}

.service__page .chip {
  display: block;
  aspect-ratio: 4/5;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .14);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
  background-size: cover;
  background-position: center;
}

.service__page .chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service__page .swatch label {
  display: block;
  margin-top: 12px;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--steel);
  line-height: 1.3;
}



/* ---------- DIFFERENCE ---------- */
.service__page .diff {
  background: var(--paper-2);
  padding: 104px 0;
}

.service__page .diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.service__page .diff-visual {
  aspect-ratio: 4/5;
  border: 1px solid var(--line);
  overflow: hidden; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service__page .diff h2 {
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 300;
  line-height: 1.2;
  margin-top: 14px;
}

.service__page .diff ul {
  list-style: none;
  margin-top: 30px;
}

.service__page .diff li {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.service__page .diff li h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.service__page .diff li p {
  color: var(--steel);
  font-size: 15px;
  font-weight: 300;
}



/* ---------- TRADE ---------- */
.service__page .trade {
  padding: 96px 0;
  text-align: center;
}

.service__page .trade-card {
  border: 1px solid var(--line);
  padding: 64px 40px;
}

.service__page .trade h2 {
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 300;
}

.service__page .trade p {
  max-width: 560px;
  margin: 18px auto 0;
  color: var(--steel);
  font-weight: 300;
}

/* ---------- CTA ---------- */
.service__page .cta {
  color: var(--white);
  padding: 120px 0;
  text-align: center;
  position: relative;
  background-color: #141518;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
}

.service__page .cta::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
}

.service__page .cta-inner {
  position: relative;
  z-index: 2;
}

.service__page .cta h2 {
  font-size: clamp(35px, 4.6vw, 58px);
  font-weight: 300;
  line-height: 1.08;
}

.service__page .cta p {
  max-width: 520px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, .82);
  font-weight: 300;
}

.service__page .cta-actions {
  margin-top: 38px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.service__page .cta .phone {
  margin-top: 30px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  letter-spacing: .04em;
}

/* ---------- FOOTER ---------- */

.service__page section {
  scroll-margin-top: 90px;
}


@media(max-width:860px) {
  .service__page .diff-grid {
    grid-template-columns: 1fr;
    gap: 40px
  } 
  .service__page .svc-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:900px) {
  .service__page .swatches {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px
  }
}


@media screen and (max-width:767px) {
  .service__page .wrap { 
      padding-inline:20px;
  }
    .service__page .services {
      padding: 40px 0 0px;
  }
  .service__page .process { 
      padding: 50px 0;
      margin-top: 0;
  }
  .service__page .finishes, .service__page .trade-card {
      padding: 40px 20px; 
  }
  .service__page .diff { 
      padding: 40px 0;
  } 
  .service__page .trade 
  {
      padding: 0px 0; 
  }
  .service__page .cta { 
    padding: 60px 0; 
  }
  
}

@media(max-width:760px) {
  .service__page .steps {
    grid-template-columns: 1fr
  }

  .service__page .step {
    padding-right: 0 !important
  }
}



@media(max-width:560px) {
  .service__page .swatches {
    grid-template-columns: repeat(3, 1fr)
  }
  
}

@media(max-width:380px) {
  .service__page .swatches {
    grid-template-columns: repeat(2, 1fr)
  }
}