/* TigerSoft concept: warm paper, graphite and the orange from the supplied logo. */
html { scroll-behavior: smooth; }
body { background: #f6f1ea; }

header {
  border-top: 4px solid #e96720 !important;
  background: rgba(255, 252, 247, .97) !important;
  box-shadow: 0 12px 32px rgba(32, 39, 35, .08);
}
header > div:first-child { padding-top: 16px !important; padding-bottom: 5px !important; }
.header-logo { width: 222px; }
.main-nav { border-top-color: #e5d9cc !important; }
.main-nav a { transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: #e96720 !important; }

#top {
  background: #f6f1ea !important;
  color: #202723 !important;
  overflow: hidden;
}
#top > div:first-child { gap: clamp(24px, 4vw, 58px) !important; }
#top > div:first-child > div:first-child {
  flex: 1 1 500px !important;
  padding-top: clamp(72px, 8vw, 108px) !important;
  padding-bottom: clamp(60px, 7vw, 94px) !important;
}
#top h1 {
  color: #202723 !important;
  font-size: clamp(44px, 5.2vw, 70px) !important;
  line-height: 1.02 !important;
}
#top h1 span { color: #e96720 !important; }
#top p { color: #5e655f !important; max-width: 34ch !important; }
#top > div:first-child > div:last-child {
  flex: 1 1 360px !important;
  min-height: 520px !important;
  margin: 42px 0 !important;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(32, 39, 35, .18);
}
#top > div:first-child > div:last-child > div:nth-child(-n+2) { inset: 0 !important; }
#top > div:first-child > div:last-child > div:first-child {
  filter: grayscale(.4) sepia(.6) saturate(1.3) brightness(1.16) hue-rotate(-12deg);
  background-position: 58% center !important;
}
#top > div:first-child > div:last-child > div:nth-child(2) {
  background: linear-gradient(160deg, rgba(32, 39, 35, .02), rgba(32, 39, 35, .1) 55%, rgba(233, 103, 32, .26)) !important;
}
.hero-service-card {
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 30px;
  right: 30px;
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: rgba(255, 252, 247, .95);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .15);
}
.hero-service-card__eyebrow {
  font-family: 'Martian Mono', monospace;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #e96720;
}
.hero-service-card strong { max-width: 17ch; font-size: clamp(23px, 2.3vw, 31px); line-height: 1.08; letter-spacing: -.03em; }
.hero-service-card__detail { font-size: 13px; color: #5e655f; }
#top .hv4, #top .hv5 {
  border-radius: 12px;
  transition: transform .2s, box-shadow .2s, background .2s;
}
#top .hv4 { box-shadow: 0 12px 28px rgba(233, 103, 32, .23); }
#top .hv4:hover { background: #d45416 !important; color: #fff !important; transform: translateY(-2px); }
#top .hv5 { color: #202723 !important; border-color: #cbbdad !important; }
#top .hv5 span[style*="color: #D8DED6"] { color: #5e655f !important; }
#top .hv5:hover { background: #fff !important; border-color: #e96720 !important; transform: translateY(-2px); }

.trust-strip {
  max-width: 1132px;
  margin: 0 auto;
  padding: 0 0 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.trust-strip > div {
  padding: 18px 22px;
  border-top: 2px solid #e96720;
  background: #fffaf4;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.trust-strip strong { font-size: 18px; letter-spacing: -.02em; }
.trust-strip span { font-size: 13px; color: #5e655f; }

#about { border-top: 0 !important; }
#about > div { padding-top: clamp(68px, 8vw, 112px) !important; }
#about > div > div > div {
  border-top: 1px solid rgba(255, 255, 255, .25);
  padding-top: 24px;
}
#tariffs { background: #202723 !important; }
#tariffs .hv7 {
  border-radius: 20px;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .08);
}
#tariffs .hv7:hover { border-color: #ffaa70 !important; }
#tariffs button[data-open-modal] { border-radius: 10px; transition: background .2s, transform .2s; }
#tariffs button[data-open-modal]:hover { background: #d45416 !important; transform: translateY(-2px); }

.chip, .lead-form input, .lead-form textarea, .lead-form button, .modal-dialog, .modal-dialog input, .modal-dialog textarea, .modal-dialog button {
  border-radius: 10px;
}
.chip.is-active { background: #e96720 !important; border-color: #e96720 !important; }
#form, #clients, #faq { scroll-margin-top: 140px; }
#clients .clients-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) 24px;
}
.clients-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(28px, 4vw, 48px);
}
.clients-heading h2, .reviews-heading h3 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.clients-heading > p {
  max-width: 520px;
  margin: 0;
  color: #5e655f;
  font-size: 17px;
  line-height: 1.55;
}
.clients-eyebrow {
  margin-bottom: 13px;
  font-family: 'Martian Mono', monospace;
  color: #e96720;
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.clients-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.clients-logo-grid > div {
  min-height: 138px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d7c9ba;
  border-radius: 16px;
}
.clients-logo-grid img { max-width: 100%; max-height: 70px; height: auto; object-fit: contain; }
.reviews-heading {
  margin: clamp(64px, 8vw, 104px) 0 32px;
  max-width: 700px;
}
.reviews-heading h3 { font-size: clamp(27px, 3.2vw, 40px); }
.client-reviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.client-review {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d7c9ba;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(32, 39, 35, .055);
}
.client-review__header {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}
.client-review__logo {
  width: 112px;
  height: 84px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f1ea;
  border-radius: 12px;
}
.client-review__logo--dark { background: #202723; }
.client-review__logo img { max-width: 100%; max-height: 70px; width: auto; height: auto; object-fit: contain; }
.client-review__monogram {
  color: #e96720;
  font-family: 'Martian Mono', monospace;
  font-size: 25px;
  font-weight: 500;
}
.client-review h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.client-review__header p {
  margin: 7px 0 0;
  color: #697086;
  font-size: 13px;
  line-height: 1.35;
}
.client-review blockquote {
  position: relative;
  margin: 26px 0 28px;
  padding: 24px 0 0;
  color: #3e4641;
  font-size: 15px;
  line-height: 1.65;
  border-top: 1px solid #e5d9cc;
}
.client-review blockquote::before {
  content: '“';
  position: absolute;
  top: 12px;
  right: 0;
  color: rgba(233, 103, 32, .22);
  font-family: Georgia, serif;
  font-size: 66px;
  line-height: 1;
}
.client-review__author {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid #e5d9cc;
}
.client-review__author strong { font-size: 14px; line-height: 1.35; }
.client-review__author span { color: #697086; font-size: 12.5px; line-height: 1.4; }
#faq .faq-item { transition: background .2s; }
#faq .faq-item:hover, #faq .faq-item.is-open { background: rgba(233, 103, 32, .055); }
footer { border-top: 4px solid #e96720; }

@media (max-width: 900px) {
  #top > div:first-child > div:first-child { flex-basis: 100% !important; padding-bottom: 0 !important; }
  #top > div:first-child > div:last-child { flex-basis: 100% !important; min-height: 330px !important; margin: 0 0 36px !important; }
  .trust-strip { padding: 0 24px 32px; }
  .clients-heading { align-items: start; flex-direction: column; }
  .clients-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  header > div:first-child { padding-top: 12px !important; padding-bottom: 7px !important; }
  .header-logo { width: 180px; }
  #top > div:first-child > div:first-child { padding-top: 54px !important; padding-bottom: 0 !important; }
  #top h1 { font-size: clamp(40px, 10vw, 54px) !important; }
  #top > div:first-child > div:last-child { min-height: 280px !important; border-radius: 18px; }
  .hero-service-card { top: 16px; left: 16px; right: 16px; padding: 15px 18px; gap: 8px; }
  .hero-service-card strong { font-size: 21px; }
  .hero-service-card__detail { font-size: 11px; }
  #top .hv4, #top .hv5 { max-width: 100%; }
  .trust-strip { grid-template-columns: 1fr; gap: 8px; }
  .trust-strip > div { padding: 12px 18px; }
  .client-reviews { grid-template-columns: 1fr; }
  .clients-logo-grid > div { min-height: 112px; padding: 22px 18px; }
  .reviews-heading { margin-top: 56px; }
  .client-review__header { grid-template-columns: 88px minmax(0, 1fr); gap: 16px; }
  .client-review__logo { width: 88px; height: 72px; }
  .client-review__logo img { max-height: 58px; }
}
