body {
  font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #f5f1eb;
  color: #2d241d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand strong {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

p {
  line-height: 1.8;
}

.display-3 {
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  line-height: 0.96;
}

.display-4 {
  font-size: clamp(2.6rem, 4.6vw, 4rem);
  line-height: 1;
}

.display-5 {
  font-size: clamp(2.15rem, 3.4vw, 3.15rem);
  line-height: 1.08;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

.page-hero {
  background: linear-gradient(180deg, #f8f4ee 0%, #f3ebdf 100%);
  padding-top: 7rem;
}

.quote-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 2.8rem 0;
  box-shadow: none;
}

.quote-text {
  font-size: clamp(1.6rem, 2.2vw, 2.05rem);
  line-height: 1.55;
  font-weight: 500;
  color: #4a382d;
}

.story-page {
  background: #fbf8f4;
}

.story-page,
.story-page p,
.story-page li,
.story-page blockquote {
  font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.story-page h1,
.story-page h2,
.story-page h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.story-page .page-hero {
  background: linear-gradient(180deg, #f8f4ee 0%, #f5efe7 100%);
}

.story-page .section-wood {
  background: linear-gradient(180deg, #f8f4ee, #f3ebdf);
}

.story-page .section-light {
  background: #fbf8f4;
}

.story-page .quote-panel {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 3.5rem 0;
}

.story-page .img-fluid {
  opacity: 0.96;
  filter: saturate(1.04) contrast(1.02);
}

.story-page .quote-text {
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #3f2d22;
}

.story-page .eyebrow {
  color: #8f6a56;
}

.story-page .story-article {
  max-width: 48rem;
}

.story-page .story-intro {
  font-size: 1.18rem;
  line-height: 1.8;
  color: #5a4337;
}

.story-page .story-article p {
  font-size: 1.04rem;
  line-height: 1.88;
  color: #5d4c41;
  margin-bottom: 1.6rem;
}

.story-page .story-article p:last-child {
  margin-bottom: 0;
}

.story-page .story-dropcap::first-letter {
  float: left;
  font-size: 4.1rem;
  line-height: 0.78;
  padding-right: 0.4rem;
  padding-top: 0.18rem;
  color: #8f6a56;
}

.quote-inline {
  font-size: 1.12rem;
  line-height: 1.7;
  font-style: italic;
}

.text-accent-light {
  color: #e8b27e !important;
}

.section-space {
  padding: 7rem 0;
}

.btn-accent {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b8733d;
  --bs-btn-border-color: #b8733d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7f4824;
  --bs-btn-hover-border-color: #7f4824;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7f4824;
  --bs-btn-active-border-color: #7f4824;
}

.btn {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-section {
  min-height: 100vh;
  position: relative;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(32, 18, 10, 0.05) 35%,
      rgba(32, 18, 10, 0.2) 100%
    ),
    url("images/acs.png") center/cover no-repeat;
  background-color: #8c766a;
  box-shadow: inset 0 -160px 120px -90px rgba(28, 18, 10, 0.22);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 18%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(245, 241, 235, 0.08) 35%,
    rgba(245, 241, 235, 0.28) 58%,
    #f8f4ee 100%
  );
  pointer-events: none;
  z-index: 1;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.08),
      transparent 22%
    ),
    linear-gradient(
      180deg,
      transparent,
      transparent 42%,
      rgba(26, 16, 10, 0.01)
    );
  pointer-events: none;
}

#mainNav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: transparent !important;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    padding 0.25s ease;
}

#mainNav.scrolled {
  background: rgba(25, 31, 27, 0.96) !important;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.12);
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  backdrop-filter: blur(12px);
}

.story-page #mainNav {
  background: rgba(25, 31, 27, 0.9) !important;
  backdrop-filter: blur(12px);
}

.navbar {
  z-index: 3;
  padding-top: 1.8rem;
}

.navbar-brand {
  line-height: 1;
}

.navbar-brand strong {
  font-size: 1.45rem;
  letter-spacing: 0.1em;
}

.navbar-brand small {
  margin-top: 0.2rem;
  font-size: 0.6rem;
  letter-spacing: 0.28em;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
}

.brand-mark span {
  position: absolute;
  background: #fff;
}

.brand-mark span:first-child {
  width: 1px;
  height: 26px;
  left: 9px;
  top: 3px;
}

.brand-mark span:last-child {
  width: 1px;
  height: 20px;
  right: 9px;
  bottom: 3px;
}

.navbar-nav {
  width: 100%;
  gap: 3rem;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  padding: 0.5rem 0.75rem;
}

.navbar-dark .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 0.2rem;
  left: 0.5rem;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link:focus::after,
.navbar-dark .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.hero-grid {
  position: relative;
  z-index: 2;
}

.hero-copy {
  padding-top: 5rem;
}

.hero-copy h1 {
  font-size: clamp(4.5rem, 8.5vw, 8.5rem);
  line-height: 0.82;
  font-weight: 600;
  color: #fffef9;
  margin-bottom: 1.4rem;
  max-width: 7.8ch;
  text-shadow: 0 0.18rem 1.1rem rgba(28, 17, 10, 0.42);
}

.hero-copy .hero-subtitle {
  display: inline-block;
  font-size: 0.45em;
  font-weight: 600;
  line-height: 1.05;
}

.hero-copy .lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #fffaf3;
  max-width: 34rem;
  text-shadow: 0 1px 3px rgba(28, 17, 10, 0.16);
}

.hero-actions .btn {
  border-radius: 999px;
  font-weight: 700;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.hero-actions .btn-primary {
  background: #d7b79a;
  border-color: #d7b79a;
  color: #372317;
  box-shadow: 0 8px 24px rgba(215, 183, 154, 0.28);
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus {
  background: #c49d7d;
  border-color: #c49d7d;
  color: #372317;
}

.hero-actions .btn-outline-light {
  background: rgba(255, 250, 244, 0.08);
  border-color: rgba(255, 250, 244, 0.48);
  color: #fffaf4;
}

.hero-actions .btn-outline-light:hover,
.hero-actions .btn-outline-light:focus {
  background: #fffaf4;
  border-color: #fffaf4;
  color: #3d2a1a;
}

.hero-info-box {
  width: min(100%, 22rem);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(65, 44, 28, 0.14)
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 18px 45px rgba(31, 20, 10, 0.18);
  backdrop-filter: blur(10px);
  color: #fffdf9;
}

.hero-info-box .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 700;
  color: #f7e9dd;
  margin-bottom: 1rem;
}

.hero-info-box .hero-stat {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-stat-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-stat-grid div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-stat-grid div:last-child {
  border-bottom: 0;
}

.hero-stat-grid span {
  font-weight: 700;
  color: #f6d8c2;
}

.content-section {
  padding: 5rem 0;
}

.section-wood {
  background: linear-gradient(180deg, #f8f4ee, #efe6dd);
}

.section-sand {
  background: #f3ebdf;
}

.section-light {
  background: #fbf8f4;
}

.dark-section {
  background: linear-gradient(180deg, #3d2b21, #2d2118);
  color: #f6ecde;
}

.section-heading {
  margin-bottom: 3rem;
}

.section-heading h2,
.content-section h2 {
  font-size: clamp(2.6rem, 4.6vw, 4rem);
  line-height: 1;
  font-weight: 600;
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 700;
  color: #8f6a56;
  margin-bottom: 1.2rem;
}

.service-card,
.info-panel,
.contact-card,
.reason-card,
.process-card {
  background: #fff;
  border-radius: 1.4rem;
  padding: 2rem;
  box-shadow: 0 10px 35px rgba(42, 29, 18, 0.08);
}

.service-card {
  min-height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, #fffdfb, #f8f3ed);
  border: 1px solid #ede4db;
}

.service-card:hover,
.service-card:focus {
  transform: translateY(-6px);
  box-shadow: 0 16px 42px rgba(42, 29, 18, 0.12);
  color: inherit;
  text-decoration: none;
}

.service-card-label {
  display: inline-block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #a5826d;
  margin-bottom: 1rem;
}

.service-card-arrow {
  display: inline-block;
  margin-top: 1.3rem;
  font-weight: 700;
  color: #8f6a56;
}

.service-card h3 {
  font-size: 1.65rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.service-intro {
  max-width: 42rem;
  color: #6f5d50;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 2rem;
}

.service-list li {
  position: relative;
  padding-left: 1.5rem;
  color: #5d4e42;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #b88464;
}

.service-card p,
.info-panel p,
.contact-card p,
.reason-card p,
.process-card p {
  color: #625447;
}

.gallery-card {
  min-height: 280px;
  border-radius: 1.4rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(39, 23, 12, 0.58));
}

.gallery-card span {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 1;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.gallery-card-one {
  background-image:
    linear-gradient(180deg, rgba(67, 45, 29, 0.08), rgba(67, 45, 29, 0.2)),
    url("images/acs.png");
}

.gallery-card-two {
  background-image:
    linear-gradient(180deg, rgba(67, 45, 29, 0.08), rgba(67, 45, 29, 0.2)),
    url("images/acs.png");
  background-position: 45% center;
}

.gallery-card-three {
  background-image:
    linear-gradient(180deg, rgba(67, 45, 29, 0.08), rgba(67, 45, 29, 0.2)),
    url("images/acs.png");
  background-position: 65% center;
}

.info-panel {
  background: linear-gradient(180deg, #fffaf5, #f6ede4);
}

.reason-card .reason-icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #d9b79c, #b88464);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1.2rem;
}

.process-card {
  position: relative;
}

.process-card .process-number {
  display: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #4f3528;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.3rem;
}

.dark-section .contact-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.dark-section .contact-card p,
.dark-section .contact-card strong {
  color: #fffaf5;
}

.dark-section .btn-primary {
  background: #d7b79a;
  border-color: #d7b79a;
  color: #372317;
}

.dark-section .btn-primary:hover,
.dark-section .btn-primary:focus {
  background: #c49d7d;
  border-color: #c49d7d;
}

.contact-section {
  background: linear-gradient(
    135deg,
    rgba(38, 53, 45, 0.98),
    rgba(20, 29, 24, 0.99)
  );
}

.contact-lead {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.65);
}

.contact-placeholder .small {
  color: #e8b27e;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.contact-form {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.05);
}

.contact-form .form-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-form .form-control {
  min-height: 3.3rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.contact-form .form-select {
  min-height: 3.3rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

.contact-form .form-select option {
  color: #2d241d;
}

.contact-form textarea.form-control {
  min-height: auto;
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.contact-form .form-control:focus {
  border-bottom-color: #e8b27e;
}

.contact-form .form-select:focus {
  border-bottom-color: #e8b27e;
  box-shadow: none;
}

.contact-form .form-check-label {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.contact-form .form-check-input {
  border-color: rgba(255, 255, 255, 0.46);
}

.contact-form .invalid-feedback {
  color: #ffd7ba;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.service-page {
  background: #fbf8f4;
}

.service-page .page-hero h1 {
  overflow-wrap: anywhere;
}

.service-page .lead {
  color: #6a5547;
}

.service-page .card h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.service-page .service-detail-list li {
  padding-left: 0.25rem;
  margin-bottom: 0.55rem;
}

.service-page .service-detail-list li::marker {
  color: #b88464;
}

.service-page .accordion-button {
  font-weight: 700;
  color: #3f2d22;
}

.service-page .accordion-button:not(.collapsed) {
  background: #f6ede4;
  color: #3f2d22;
}

.service-page .accordion-button:focus {
  border-color: #d9b79c;
  box-shadow: 0 0 0 0.25rem rgba(184, 132, 100, 0.22);
}

.service-note {
  border-left: 4px solid #b88464;
  background: #fffaf5;
}

@media (max-width: 992px) {
  .section-space {
    padding: 5rem 0;
  }

  #mainNav {
    background: rgba(25, 31, 27, 0.9) !important;
    backdrop-filter: blur(12px);
  }

  #navbarContent {
    padding-top: 1.5rem;
  }

  .navbar-dark .navbar-nav .nav-link::after {
    display: none;
  }

  .navbar-nav {
    gap: 1.2rem;
    justify-content: center;
  }

  .hero-section {
    padding-bottom: 4rem;
  }

  .hero-copy {
    padding-top: 3rem;
    text-align: center;
  }

  .hero-copy h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-info-box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .container,
  .container-fluid {
    --bs-gutter-x: 2.25rem;
  }

  #mainNav .container-fluid {
    padding-right: 1.35rem !important;
    padding-left: 1.35rem !important;
  }

  .content-section {
    padding: 3.5rem 0;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .content-section h2 {
    font-size: 2.4rem;
    line-height: 1.05;
  }
}

:root {
  --wood: #b8733d;
  --wood-dark: #7f4824;
  --ink: #1d211e;
  --forest: #26352d;
  --paper: #f4f1eb;
  --line: rgba(29, 33, 30, 0.14);
}

.service-page {
  background: #fff;
  color: var(--ink);
}

.service-page #mainNav {
  background: rgba(25, 31, 27, 0.92) !important;
  backdrop-filter: blur(12px);
}

.service-page h1,
.service-page h2,
.service-page h3,
.service-page h4,
.service-page h5,
.service-page h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.service-page p {
  line-height: 1.8;
}

.service-page .section-space {
  padding: 7rem 0;
}

.service-page .service-masthead {
  padding-top: 7rem;
  background:
    linear-gradient(90deg, rgba(244, 241, 235, 0.98), rgba(244, 241, 235, 0.9)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 119px,
      rgba(29, 33, 30, 0.05) 120px
    );
  border-bottom: 1px solid var(--line);
}

.service-page .service-title {
  max-width: 920px;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
  line-height: 0.98;
}

.service-page .service-lead {
  max-width: 760px;
  color: #5f6561;
}

.service-page .content-section {
  padding: 7rem 0;
}

.service-page .bg-light-subtle,
.service-page .section-wood,
.service-page .section-sand {
  background: var(--paper) !important;
}

.service-page .section-light {
  background: #fff;
}

.service-page .text-accent,
.service-page .eyebrow.text-accent {
  color: var(--wood) !important;
}

.service-page .hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(18, 25, 21, 0.82) 0%,
      rgba(18, 25, 21, 0.58) 34%,
      rgba(18, 25, 21, 0.16) 68%,
      rgba(18, 25, 21, 0.12) 100%
    ),
    linear-gradient(0deg, rgba(18, 25, 21, 0.28), transparent 42%),
    url("images/acs.png");
  background-position: center center;
  background-size: cover;
}

.service-page .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12rem;
  background: linear-gradient(to top, rgba(10, 15, 12, 0.4), transparent);
  pointer-events: none;
}

.service-page .hero .container-fluid {
  z-index: 1;
  padding-top: 7rem;
  padding-bottom: 6rem;
}

.service-page .hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 980px;
  line-height: 0.86;
  text-shadow: 0 0.15rem 1.5rem rgba(0, 0, 0, 0.22);
}

.service-page .hero-title-small {
  display: block;
  margin-bottom: 0.3rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 600;
  line-height: 1;
}

.service-page .hero-title-large {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.5rem, 8.5vw, 8.5rem);
  font-weight: 600;
  line-height: 0.82;
}

.service-page .hero-lead {
  max-width: 650px;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  color: rgba(255, 255, 255, 0.9) !important;
}

.service-page .scroll-cue {
  position: absolute;
  z-index: 2;
  left: max(1rem, 3vw);
  bottom: 2rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.service-page .trust-value {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  color: var(--ink);
}

.service-page .service-card,
.service-page .process-card,
.service-page .reason-card,
.service-page .info-panel {
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.service-page .service-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.service-page .service-card:hover,
.service-page .service-card:focus-within {
  transform: translateY(-0.45rem);
  border-color: rgba(184, 115, 61, 0.45);
  box-shadow: 0 1.5rem 3.5rem rgba(29, 33, 30, 0.1);
}

.service-page .service-card-label {
  color: rgba(29, 33, 30, 0.42);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.service-page .service-card h3 {
  font-size: 1.75rem;
  line-height: 1.12;
  font-weight: 600;
}

.service-page .service-card p,
.service-page .reason-card p,
.service-page .process-card p,
.service-page .info-panel p {
  color: #6c757d;
}

.service-page .service-detail-list li::marker,
.service-page .service-list-item i {
  color: var(--wood);
}

.service-page .difference-section {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(184, 115, 61, 0.18),
      transparent 32%
    ),
    var(--forest);
}

.service-page .value-card {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.035);
}

.service-page .value-card > span {
  display: inline-block;
  margin-bottom: 2rem;
  color: #e8b27e;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
}

.service-page .value-card p,
.service-page .difference-section p {
  color: rgba(255, 255, 255, 0.72);
}

.service-page .process-card .process-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  background: var(--forest);
}

.service-page .area-section {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(
      90deg,
      rgba(244, 241, 235, 0.96),
      rgba(244, 241, 235, 0.82)
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 119px,
      rgba(29, 33, 30, 0.05) 120px
    );
}

.service-page .accordion-item {
  border-color: var(--line);
}

.service-page .accordion-button {
  border-radius: 0;
}

.work-overview-page .service-masthead {
  min-height: 0;
}

.work-overview-page .overview-card {
  border: 1px solid var(--line);
  box-shadow: 0 1rem 2.5rem rgba(29, 33, 30, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.work-overview-page .overview-card:hover,
.work-overview-page .overview-card:focus-within {
  transform: translateY(-0.35rem);
  border-color: rgba(184, 115, 61, 0.45);
  box-shadow: 0 1.5rem 3.5rem rgba(29, 33, 30, 0.1);
}

.work-overview-page .work-list {
  background: #fff;
}

.work-overview-page .work-list-item {
  min-height: 5rem;
  color: var(--ink);
  font-weight: 600;
}

.work-overview-page .work-list-item i {
  flex: 0 0 auto;
  color: var(--wood);
}

.about-page .about-portrait {
  border: 0;
  background: transparent;
}

.about-page .about-copy {
  max-width: 48rem;
}

.about-page .about-copy h3 {
  margin-top: 2.25rem;
  margin-bottom: 1rem;
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
}

.about-page .about-copy h3:first-child {
  margin-top: 0;
}

.about-page .about-copy p {
  color: #5f6561;
}

@media (max-width: 991.98px) {
  .service-page .section-space {
    padding: 5rem 0;
  }

  .service-page .content-section {
    padding: 5rem 0;
  }

  .service-page .hero {
    min-height: 900px;
    align-items: flex-start !important;
    background-image:
      linear-gradient(
        90deg,
        rgba(18, 25, 21, 0.84),
        rgba(18, 25, 21, 0.28)
      ),
      linear-gradient(0deg, rgba(18, 25, 21, 0.35), transparent 45%),
      url("images/acs.png");
    background-position: 62% center;
  }

  .service-page .hero .container-fluid {
    padding-top: 12rem;
  }
}

@media (max-width: 575.98px) {
  .service-page .hero {
    min-height: 780px;
    background-position: 67% center;
  }

  .service-page .hero-title-small {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .service-page .hero-title-large {
    font-size: clamp(4rem, 17vw, 5.6rem);
  }

  .service-page .scroll-cue span {
    display: none;
  }

  .service-page .service-card,
  .service-page .process-card,
  .service-page .value-card {
    padding: 1.75rem !important;
  }
}

.home-page .hero-grid {
  width: 100%;
}

.home-page .hero-copy h1 {
  max-width: 12ch;
}

.home-page .hero-copy .lead {
  max-width: 36rem;
}

.home-page .hero-actions .btn {
  border-radius: 0;
}

.home-page .scroll-cue {
  position: absolute;
  z-index: 2;
  left: max(1rem, 3vw);
  bottom: 2rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.home-page .service-list-item i {
  color: var(--wood);
}

.home-page .difference-section {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(184, 115, 61, 0.18),
      transparent 32%
    ),
    var(--forest);
}

.home-page .difference-section p {
  color: rgba(255, 255, 255, 0.72);
}

.home-page .trust-value {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
}

.home-page .value-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-page .value-card > span {
  color: #e8b27e;
  font-weight: 700;
}

.home-page .value-card p {
  color: rgba(255, 255, 255, 0.72);
}

.home-page .process-card .process-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  background: var(--forest);
}

.home-page .area-section {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(
      90deg,
      rgba(244, 241, 235, 0.96),
      rgba(244, 241, 235, 0.82)
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 119px,
      rgba(29, 33, 30, 0.05) 120px
    );
}

@media (max-width: 575.98px) {
  .home-page .hero-section {
    min-height: 90svh;
    align-items: flex-end !important;
    background-image: url("images/acs.png");
    background-position: 60% center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
  }

  .home-page .hero-section::before,
  .home-page .hero-section::after {
    display: none;
  }

  .home-page .hero-section .container-fluid {
    padding-top: 7rem;
    padding-bottom: 2.75rem;
  }

  .home-page .hero-copy {
    padding-top: 0;
    text-align: left;
  }

  .home-page .hero-copy h1 {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: clamp(2.9rem, 11.5vw, 4rem);
    white-space: nowrap;
    text-shadow: 0 0.16rem 1rem rgba(0, 0, 0, 0.42);
  }

  .home-page .hero-copy .hero-subtitle {
    font-size: 0.45em;
  }

  .home-page .hero-copy .lead {
    max-width: 22rem;
    margin-right: 0;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.55;
    text-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.34);
  }

  .home-page .hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    max-width: 22rem;
    justify-content: stretch;
  }

  .home-page .hero-actions .btn {
    min-height: 3.05rem;
    padding: 0.7rem 0.65rem !important;
    border-radius: 0 !important;
    font-size: 0.95rem;
    line-height: 1.1;
    white-space: normal;
  }

  .home-page .scroll-cue {
    display: none !important;
  }
}
