/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap");

/* Hoàng Sa homepage — Warm Editorial Luxury */
.hs-home {
  --hs-ivory: #f8f5ef;
  --hs-paper: #fffdf9;
  --hs-espresso: #30241e;
  --hs-ink: #40352f;
  --hs-muted: #786b63;
  --hs-accent: #c66f3d;
  --hs-accent-dark: #9d4f29;
  --hs-line: rgba(71, 52, 42, 0.14);
  --hs-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  background: var(--hs-ivory);
  color: var(--hs-ink);
  overflow: hidden;
}

.hs-home h1,
.hs-home h2,
.hs-home h3,
.hs-home .hs-home-metric strong {
  color: var(--hs-espresso);
  font-family: var(--hs-serif);
  font-style: normal;
  letter-spacing: -0.025em;
  text-transform: none;
}

.hs-home h1 {
  color: #fff;
  font-size: clamp(3.35rem, 5.4vw, 5.8rem);
  font-weight: 600;
  line-height: 0.94;
  margin: 0 0 24px;
  max-width: 850px;
  text-wrap: balance;
}

.hs-home h2 {
  font-size: clamp(2.6rem, 4.1vw, 4.55rem);
  font-weight: 600;
  line-height: 1.02;
  margin: 0 0 22px;
  text-wrap: balance;
}

.hs-home h3 {
  font-size: clamp(1.85rem, 2.3vw, 2.45rem);
  font-weight: 600;
  line-height: 1.05;
}

.hs-home p {
  color: var(--hs-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hs-home .section-content > .row,
.hs-home > .section > .section-content > .row {
  max-width: 1240px;
}

.hs-home .button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.045em;
  min-height: 46px;
  padding: 0 25px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hs-home .button:hover {
  transform: translateY(-2px);
}

.hs-home .button:focus-visible,
.hs-home a:focus-visible {
  outline: 3px solid rgba(198, 111, 61, 0.45);
  outline-offset: 4px;
}

.hs-home .button.primary {
  background-color: var(--hs-accent);
  border-color: var(--hs-accent);
}

.hs-home .button.primary:hover {
  background-color: var(--hs-accent-dark);
  border-color: var(--hs-accent-dark);
}

.hs-home-eyebrow {
  color: var(--hs-accent) !important;
  font-size: 0.76rem !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 20px !important;
  text-transform: uppercase;
}

.hs-home-hero-wrap {
  background: var(--hs-espresso);
}

.hs-home-hero .bg {
  filter: saturate(0.8) contrast(1.03);
}

.hs-home-hero .overlay {
  background: linear-gradient(90deg, rgba(34, 23, 18, 0.9) 0%, rgba(45, 29, 22, 0.68) 48%, rgba(48, 31, 22, 0.12) 100%) !important;
}

.hs-home-hero-copy {
  max-width: 760px !important;
}

.hs-home-hero-copy .hs-home-eyebrow {
  color: #efb18c !important;
}

.hs-home-hero-lead {
  color: rgba(255, 255, 255, 0.83) !important;
  font-size: 1.12rem !important;
  line-height: 1.75 !important;
  margin: 0 0 32px !important;
  max-width: 680px;
}

.hs-home-hero-copy .button.white.is-outline {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}

.hs-home-metrics-section {
  background: transparent;
  overflow: visible;
  position: relative;
  z-index: 3;
}

.hs-home-metrics {
  background: var(--hs-paper);
  border: 1px solid var(--hs-line);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(50, 35, 27, 0.12);
  margin-top: -66px !important;
  max-width: 1180px !important;
  overflow: hidden;
}

.hs-home-metrics > .col {
  padding: 0;
}

.hs-home-metric {
  align-items: center;
  border-right: 1px solid var(--hs-line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 142px;
  padding: 24px 18px;
}

.hs-home-metrics > .col:last-child .hs-home-metric {
  border-right: 0;
}

.hs-home-metric strong {
  color: var(--hs-accent);
  display: block;
  font-size: clamp(2.75rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 0.9;
}

.hs-home-metric sup {
  font-size: 0.42em;
  top: -0.9em;
}

.hs-home-metric span {
  color: var(--hs-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-top: 14px;
  text-transform: uppercase;
}

.hs-home-section-intro {
  max-width: 780px;
}

.hs-home-section-intro > :last-child {
  margin-bottom: 0;
}

.hs-home-text-link {
  color: var(--hs-accent) !important;
  margin-top: 26px;
}

.hs-home-services-grid {
  display: flex;
  margin-top: 50px;
}

.hs-home-services-grid > .col {
  display: flex;
}

.hs-home-service-card {
  background: var(--hs-paper);
  border: 1px solid var(--hs-line);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(48, 36, 30, 0.05);
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  transition: box-shadow 220ms ease, transform 220ms ease;
  width: 100%;
}

.hs-home-service-card:hover {
  box-shadow: 0 22px 46px rgba(48, 36, 30, 0.12);
  transform: translateY(-7px);
}

.hs-home-service-card .box-image {
  border-radius: 0;
  margin-bottom: 26px;
}

.hs-home-service-card .box-text {
  padding: 0 28px;
}

.hs-home-card-index {
  color: var(--hs-accent);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.hs-home-service-card h3 {
  margin-bottom: 13px;
}

.hs-home-service-card p {
  font-size: 0.96rem;
  line-height: 1.7;
  margin-bottom: 22px;
}

.hs-home-card-link {
  color: var(--hs-accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hs-home-story {
  background: var(--hs-espresso);
  color: #fff;
}

.hs-home-story .row {
  max-width: none !important;
}

.hs-home .hs-home-story .row > .hs-home-story-heading,
.hs-home .hs-home-story .row > .hs-home-story-copy {
  min-height: 520px;
  padding: 90px max(6vw, 55px) !important;
}

.hs-home-story-heading {
  align-items: center;
  background: #392a23;
  display: flex;
}

.hs-home-story h2 {
  color: #fff;
}

.hs-home-story-copy {
  align-items: center;
  display: flex;
}

.hs-home-story-copy p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 750px;
}

.hs-home-promises {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.hs-home-promises span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 17px;
  text-transform: uppercase;
}

.hs-home-projects {
  background: var(--hs-paper);
}

.hs-home-project-grid .post-item .col-inner {
  background: transparent;
}

.hs-home-project-grid .box {
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
}

.hs-home-project-grid .box-image {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
}

.hs-home-project-grid .box-image img {
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hs-home-project-grid .box:hover .box-image img {
  transform: scale(1.045);
}

.hs-home-project-grid .box-text {
  background: rgba(255, 253, 249, 0.94);
  border-radius: 10px;
  bottom: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
  padding: 15px 18px;
  right: auto;
}

.hs-home-project-grid .post-title {
  color: var(--hs-espresso);
  font-family: var(--hs-serif);
  font-size: 1.38rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.hs-home-process {
  background: #eee7dd;
}

.hs-home-process-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.hs-home-process-grid article {
  border-left: 1px solid rgba(74, 53, 41, 0.18);
  border-top: 1px solid rgba(74, 53, 41, 0.18);
  min-height: 220px;
  padding: 32px 34px 28px;
}

.hs-home-process-grid article:nth-child(-n + 2) {
  border-top: 0;
}

.hs-home-process-grid article span {
  color: var(--hs-accent);
  display: block;
  font-family: var(--hs-serif);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hs-home-process-grid h3 {
  font-size: 1.75rem;
  margin-bottom: 12px;
}

.hs-home-process-grid p {
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0;
}

.hs-home-partners {
  background: var(--hs-paper);
}

.hs-home-partner-grid {
  border-bottom: 1px solid var(--hs-line);
  border-right: 1px solid var(--hs-line);
  margin-top: 48px !important;
}

.hs-home-partner-grid > .col {
  align-items: center;
  border-left: 1px solid var(--hs-line);
  border-top: 1px solid var(--hs-line);
  display: flex;
  justify-content: center;
  min-height: 150px;
  padding: 25px !important;
}

.hs-home-partner-grid img {
  filter: grayscale(1);
  max-height: 58px;
  max-width: 175px;
  opacity: 0.66;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.hs-home-partner-grid .col:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}

.hs-home-final-cta {
  background: var(--hs-espresso);
  border-radius: 22px;
  overflow: hidden;
  padding: 78px max(6vw, 45px);
  position: relative;
}

.hs-home-final-cta::before {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: 360px;
  position: absolute;
  right: -110px;
  top: -180px;
  width: 360px;
}

.hs-home-final-cta h2 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.hs-home-final-cta > p:not(.hs-home-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 auto 28px;
  max-width: 720px;
}

.hs-home-final-cta .button {
  margin-top: 8px;
}

.hs-home .hs-home-final-cta .button.white.is-outline {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
}

.hs-home .hs-home-final-cta .button.white.is-outline:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--hs-espresso) !important;
}

@media (max-width: 849px) {
  .hs-home h1 {
    font-size: clamp(3rem, 8vw, 4.5rem);
  }

  .hs-home-hero .overlay {
    background: linear-gradient(90deg, rgba(34, 23, 18, 0.88), rgba(45, 29, 22, 0.5)) !important;
  }

  .hs-home-metrics {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .hs-home-metric {
    min-height: 128px;
  }

  .hs-home-services-grid {
    row-gap: 28px;
  }

  .hs-home .hs-home-story .row > .hs-home-story-heading,
  .hs-home .hs-home-story .row > .hs-home-story-copy {
    min-height: 0;
    padding: 70px 42px !important;
  }

  .hs-home .hs-home-story .row > .hs-home-story-copy {
    padding-top: 0 !important;
  }
}

@media (max-width: 549px) {
  .hs-home h1 {
    font-size: clamp(2.55rem, 12vw, 3.35rem);
    line-height: 0.98;
  }

  .hs-home h2 {
    font-size: clamp(2.25rem, 10vw, 3.15rem);
  }

  .hs-home h3 {
    font-size: 1.9rem;
  }

  .hs-home p {
    font-size: 0.98rem;
  }

  .hs-home-hero-copy {
    padding: 0 8px;
  }

  .hs-home-hero-lead {
    font-size: 1rem !important;
  }

  .hs-home-hero-copy .button {
    margin-left: 3px;
    margin-right: 3px;
    padding: 0 18px;
  }

  .hs-home-metrics {
    border-radius: 14px;
    margin-left: 16px !important;
    margin-right: 16px !important;
    margin-top: -46px !important;
  }

  .hs-home-metrics > .col:nth-child(odd) .hs-home-metric {
    border-right: 1px solid var(--hs-line);
  }

  .hs-home-metrics > .col:nth-child(even) .hs-home-metric {
    border-right: 0;
  }

  .hs-home-metrics > .col:nth-child(-n + 2) .hs-home-metric {
    border-bottom: 1px solid var(--hs-line);
  }

  .hs-home-metric {
    min-height: 112px;
    padding: 18px 8px;
  }

  .hs-home-metric strong {
    font-size: 2.65rem;
  }

  .hs-home-metric span {
    font-size: 0.59rem;
    letter-spacing: 0.07em;
  }

  .hs-home-services-grid {
    display: block;
  }

  .hs-home-service-card {
    margin-bottom: 25px;
    width: 100%;
  }

  .hs-home-service-card .box-text {
    padding: 0 23px;
  }

  .hs-home .hs-home-story .row > .hs-home-story-heading,
  .hs-home .hs-home-story .row > .hs-home-story-copy {
    padding: 58px 28px !important;
  }

  .hs-home .hs-home-story .row > .hs-home-story-copy {
    padding-top: 0 !important;
  }

  .hs-home-promises {
    align-items: flex-start;
    flex-direction: column;
  }

  .hs-home-project-grid .box-text {
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
  }

  .hs-home-process-grid {
    grid-template-columns: 1fr;
  }

  .hs-home-process-grid article,
  .hs-home-process-grid article:nth-child(-n + 2) {
    border-left: 0;
    border-top: 1px solid rgba(74, 53, 41, 0.18);
    min-height: 0;
    padding: 27px 0;
  }

  .hs-home-process-grid article:first-child {
    border-top: 0;
  }

  .hs-home-partner-grid > .col {
    min-height: 115px;
    padding: 18px !important;
  }

  .hs-home-partner-grid img {
    max-height: 45px;
    max-width: 125px;
  }

  .hs-home-final-cta {
    border-radius: 16px;
    padding: 55px 22px;
  }

  .hs-home-final-cta .button {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-home *,
  .hs-home *::before,
  .hs-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Warm editorial inner pages: Projects, About and Services. */
.hs-inner {
  --hs-ivory: #f8f5ef;
  --hs-paper: #fffdf8;
  --hs-espresso: #30241e;
  --hs-coffee: #4a3529;
  --hs-copper: #a4673f;
  --hs-sand: #dcc8b0;
  --hs-muted: #75665e;
  --hs-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  background: var(--hs-ivory);
  color: var(--hs-coffee);
  overflow: hidden;
}

.hs-inner h1,
.hs-inner h2,
.hs-inner h3,
.hs-inner .hs-inner-metric strong,
.hs-inner .hs-services-number {
  color: var(--hs-espresso);
  font-family: var(--hs-serif);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.hs-inner h1 {
  font-size: clamp(58px, 7vw, 96px);
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 900px;
}

.hs-inner h2 {
  font-size: clamp(39px, 4.2vw, 62px);
  line-height: 1;
  margin-bottom: 20px;
}

.hs-inner h3 {
  font-size: clamp(27px, 2.5vw, 36px);
  line-height: 1.08;
}

.hs-inner p,
.hs-inner li {
  color: var(--hs-muted);
  font-size: 17px;
  line-height: 1.75;
}

.hs-inner .section-content > .row,
.hs-inner > .section > .section-content > .row {
  max-width: 1180px;
}

.hs-inner .button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 27px;
  text-transform: uppercase;
}

.hs-inner .button.primary {
  background: var(--hs-copper);
  border-color: var(--hs-copper);
}

.hs-inner .button:hover {
  box-shadow: 0 12px 28px rgba(48, 36, 30, 0.15);
  transform: translateY(-2px);
}

.hs-inner .button:focus-visible,
.hs-inner a:focus-visible {
  outline: 3px solid var(--hs-sand);
  outline-offset: 4px;
}

.hs-inner-eyebrow {
  color: var(--hs-copper);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hs-inner-hero {
  background: var(--hs-espresso);
  min-height: 620px;
}

.hs-inner-hero .bg {
  filter: saturate(0.82) contrast(1.02);
}

.hs-inner-hero .overlay {
  background: linear-gradient(90deg, rgba(29, 21, 17, 0.91) 0%, rgba(39, 28, 23, 0.64) 55%, rgba(39, 28, 23, 0.25) 100%) !important;
}

.hs-inner-hero-copy {
  max-width: 790px;
}

.hs-inner-hero h1,
.hs-inner-hero p {
  color: #fffdf8;
}

.hs-inner-hero p {
  font-size: 19px;
  max-width: 670px;
}

.hs-inner-section-intro {
  margin: 0 auto 45px;
  max-width: 760px;
}

.hs-inner-section-intro > :last-child {
  margin-bottom: 0;
}

.hs-inner-post-grid .box {
  background: transparent;
}

.hs-inner-post-grid .box-image {
  border-radius: 14px;
  box-shadow: 0 20px 42px rgba(48, 36, 30, 0.12);
  overflow: hidden;
}

.hs-inner-post-grid .box-image img {
  transition: transform 0.6s ease;
}

.hs-inner-post-grid .box:hover .box-image img {
  transform: scale(1.04);
}

.hs-inner-post-grid .box-text {
  padding: 20px 4px 8px;
}

.hs-inner-post-grid .post-title {
  color: var(--hs-espresso);
  font-family: var(--hs-serif);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.08;
}

.hs-inner-post-grid .is-divider {
  background: var(--hs-copper);
  height: 1px;
  margin-top: 14px;
  width: 38px;
}

.hs-projects-products,
.hs-about-values-section,
.hs-about-proof-section,
.hs-services-reasons-section,
.hs-services-process-section {
  background: #eee6db;
}

.hs-projects-principles {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.hs-projects-principle {
  background: var(--hs-paper);
  min-height: 270px;
  padding: 46px 38px;
}

.hs-projects-principle h3::before {
  color: var(--hs-copper);
  content: "0" counter(hs-principle);
  counter-increment: hs-principle;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 35px;
}

.hs-projects-principles {
  counter-reset: hs-principle;
}

.hs-about-story-row {
  align-items: stretch;
}

.hs-inner .hs-about-story-row > .col {
  padding: 0 !important;
}

.hs-about-story-row > .col > .col-inner {
  height: 100%;
}

.hs-about-story-image .img,
.hs-about-story-image .img-inner,
.hs-about-story-image img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.hs-inner .hs-about-story-row > .col:nth-child(2) {
  background: var(--hs-espresso);
}

.hs-inner .hs-about-story-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 70px 64px !important;
}

.hs-about-story-copy h2,
.hs-about-story-copy p,
.hs-about-story-copy .hs-inner-eyebrow {
  color: #fffdf8;
}

.hs-about-story-copy p {
  color: rgba(255, 253, 248, 0.72);
}

.hs-about-direction {
  align-items: stretch;
}

.hs-inner .hs-about-direction > .hs-about-direction-panel {
  padding: 58px 50px !important;
}

.hs-about-direction-panel {
  background: var(--hs-paper);
  border-top: 3px solid var(--hs-copper);
}

.hs-about-direction-panel.hs-about-mission {
  background: #e7d8c7;
}

.hs-about-proof {
  align-items: stretch;
}

.hs-inner-metric {
  border-left: 1px solid rgba(74, 53, 41, 0.18);
  padding: 12px 30px;
  text-align: center;
}

.hs-about-proof > .col:first-child .hs-inner-metric {
  border-left: 0;
}

.hs-inner-metric strong {
  display: block;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
}

.hs-inner-metric sup {
  color: var(--hs-copper);
  font-size: 0.5em;
}

.hs-inner-metric span {
  color: var(--hs-muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 12px;
  text-transform: uppercase;
}

.hs-about-values {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hs-about-value {
  background: var(--hs-paper);
  border-radius: 12px;
  min-height: 250px;
  padding: 38px 28px;
}

.hs-about-value::before {
  background: var(--hs-copper);
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 34px;
  width: 42px;
}

.hs-about-capabilities {
  align-items: stretch;
}

.hs-about-capability {
  height: 100%;
}

.hs-about-capability .img,
.hs-about-capability .img-inner,
.hs-about-capability img {
  border-radius: 12px;
  height: 270px;
  object-fit: cover;
}

.hs-about-capability h3 {
  margin-top: 24px;
}

.hs-inner-partner-grid {
  align-items: stretch;
}

.hs-inner-partner-grid > .col {
  align-items: center;
  background: var(--hs-paper);
  border: 1px solid rgba(74, 53, 41, 0.09);
  display: flex;
  justify-content: center;
  min-height: 130px;
  padding: 24px !important;
}

.hs-inner-partner-grid img {
  filter: grayscale(1);
  max-height: 52px;
  max-width: 145px;
  opacity: 0.72;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.hs-inner-partner-grid .col:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.hs-services-detail-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1180px;
}

.hs-inner .hs-services-detail-row > .col {
  flex-basis: auto;
  max-width: none;
  padding: 0 !important;
  width: auto;
}

.hs-services-detail-image .img,
.hs-services-detail-image .img-inner,
.hs-services-detail-image img {
  border-radius: 14px;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.hs-inner .hs-services-detail-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px !important;
}

.hs-services-detail-copy ul {
  list-style: none;
  margin: 26px 0;
}

.hs-services-detail-copy li {
  border-top: 1px solid rgba(74, 53, 41, 0.14);
  padding: 12px 0 12px 24px;
  position: relative;
}

.hs-services-detail-copy li::before {
  color: var(--hs-copper);
  content: "—";
  left: 0;
  position: absolute;
}

.hs-services-number {
  color: var(--hs-copper);
  display: block;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 22px;
}

.hs-services-detail-alt > .col:first-child {
  order: 2;
}

.hs-services-detail-alt > .col:nth-child(2) {
  order: 1;
}

.hs-services-reasons {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hs-services-reason {
  background: var(--hs-paper);
  border-radius: 12px;
  padding: 36px 28px;
}

.hs-services-reason h3 {
  font-size: 27px;
}

.hs-services-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hs-services-step {
  border-left: 1px solid rgba(74, 53, 41, 0.2);
  min-height: 230px;
  padding: 24px 28px;
}

.hs-services-step:first-child {
  border-left: 0;
}

.hs-services-step span {
  color: var(--hs-copper);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 34px;
}

.hs-inner-final-cta-section {
  background: var(--hs-ivory);
}

.hs-inner-final-cta {
  background: var(--hs-espresso);
  border-radius: 18px;
  padding: 76px 50px;
  text-align: center;
}

.hs-inner-final-cta h2,
.hs-inner-final-cta p {
  color: #fffdf8;
}

.hs-inner-final-cta p {
  color: rgba(255, 253, 248, 0.7);
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.hs-inner .hs-inner-final-cta .button.white.is-outline {
  background: transparent !important;
  border-color: rgba(255, 253, 248, 0.7) !important;
  color: #fffdf8 !important;
}

@media (max-width: 849px) {
  .hs-inner-hero {
    min-height: 540px;
  }

  .hs-projects-principles,
  .hs-about-values,
  .hs-services-reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-services-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-inner .hs-about-story-copy,
  .hs-inner .hs-services-detail-copy {
    padding: 48px 36px !important;
  }

  .hs-services-detail-image .img,
  .hs-services-detail-image .img-inner,
  .hs-services-detail-image img {
    min-height: 430px;
  }
}

@media (max-width: 549px) {
  .hs-inner h1 {
    font-size: clamp(40px, 13vw, 50px);
  }

  .hs-inner h2 {
    font-size: 37px;
  }

  .hs-inner-hero {
    min-height: 510px;
  }

  .hs-inner-hero p {
    font-size: 17px;
  }

  .hs-projects-principles,
  .hs-about-values,
  .hs-services-detail-row,
  .hs-services-reasons,
  .hs-services-process {
    grid-template-columns: 1fr;
  }

  .hs-projects-principle,
  .hs-about-value {
    min-height: 0;
  }

  .hs-about-story-image .img,
  .hs-about-story-image .img-inner,
  .hs-about-story-image img,
  .hs-services-detail-image .img,
  .hs-services-detail-image .img-inner,
  .hs-services-detail-image img {
    min-height: 340px;
  }

  .hs-inner .hs-about-story-copy,
  .hs-inner .hs-about-direction > .hs-about-direction-panel,
  .hs-inner .hs-services-detail-copy {
    padding: 40px 26px !important;
  }

  .hs-services-detail-alt > .col:first-child,
  .hs-services-detail-alt > .col:nth-child(2) {
    order: 0;
  }

  .hs-inner-metric {
    border-left: 0;
    border-top: 1px solid rgba(74, 53, 41, 0.18);
    padding: 26px 10px;
  }

  .hs-about-proof > .col:first-child .hs-inner-metric {
    border-top: 0;
  }

  .hs-services-step,
  .hs-services-step:first-child {
    border-left: 0;
    border-top: 1px solid rgba(74, 53, 41, 0.2);
    min-height: 0;
    padding: 28px 0;
  }

  .hs-services-step:first-child {
    border-top: 0;
  }

  .hs-inner-final-cta {
    border-radius: 14px;
    padding: 55px 22px;
  }

  .hs-inner-final-cta .button {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-inner *,
  .hs-inner *::before,
  .hs-inner *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Concise inner pages: original content, elevated by presentation. */
.hs-legacy-inner {
  --hs-ivory: #f8f5ef;
  --hs-paper: #fffdf8;
  --hs-espresso: #30241e;
  --hs-coffee: #4a3529;
  --hs-copper: #a4673f;
  --hs-sand: #dcc8b0;
  --hs-muted: #75665e;
  --hs-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  background: var(--hs-ivory);
  color: var(--hs-coffee);
  overflow: hidden;
}

.hs-legacy-inner h1,
.hs-legacy-inner h2,
.hs-legacy-inner h3,
.hs-legacy-inner h4,
.hs-legacy-inner .section-title-main {
  color: var(--hs-espresso);
  font-family: var(--hs-serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

.hs-legacy-inner h1,
.hs-legacy-inner .hs-legacy-page-title .section-title-main {
  font-size: clamp(58px, 6.5vw, 88px);
  line-height: 0.96;
}

.hs-legacy-inner h2,
.hs-legacy-inner .section-title-main {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
}

.hs-legacy-inner h3 {
  font-size: clamp(27px, 2.4vw, 35px);
  line-height: 1.08;
}

.hs-legacy-inner p {
  color: var(--hs-muted);
  font-size: 16px;
  line-height: 1.75;
}

.hs-legacy-inner .section-title {
  border: 0;
  justify-content: center;
  margin-bottom: 50px;
}

.hs-legacy-inner .section-title::before {
  background: var(--hs-copper);
  content: "";
  height: 2px;
  margin-right: 18px;
  width: 36px;
}

.hs-legacy-inner .section-title b {
  display: none;
}

.hs-legacy-inner .section-title-main {
  border: 0;
}

.hs-legacy-inner .button {
  align-items: center;
  background: var(--hs-copper);
  border-color: var(--hs-copper);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 28px;
}

.hs-legacy-projects-section,
.hs-legacy-about-intro,
.hs-legacy-services-section {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}

.hs-legacy-projects-section .row,
.hs-legacy-about .section > .section-content > .row,
.hs-legacy-services-section > .section-content > .row {
  max-width: 1180px;
}

.hs-legacy-inner .post-item {
  border-radius: 14px;
  overflow: hidden;
}

.hs-legacy-projects .post-item .box-image,
.hs-legacy-about .post-item .box-image {
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(48, 36, 30, 0.12);
  overflow: hidden;
}

.hs-legacy-projects .post-item img,
.hs-legacy-about .post-item img {
  transition: transform 0.55s ease;
}

.hs-legacy-projects .post-item:hover img,
.hs-legacy-about .post-item:hover img {
  transform: scale(1.04);
}

.hs-legacy-projects .post-item .box-text,
.hs-legacy-about .post-item .box-text {
  background: rgba(255, 253, 248, 0.93);
  border-radius: 4px;
  color: var(--hs-espresso);
}

.hs-legacy-projects .post-title,
.hs-legacy-about .post-title {
  font-family: var(--hs-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
}

.hs-legacy-projects .badge {
  display: none;
}

.hs-legacy-about-intro {
  background: var(--hs-paper);
}

.hs-legacy-about-intro .row:first-of-type {
  align-items: center;
}

.hs-legacy-about-intro .img-inner {
  border-radius: 14px;
  box-shadow: 0 24px 48px rgba(48, 36, 30, 0.14);
  overflow: hidden;
}

.hs-legacy-about-intro h3 {
  margin-top: 30px;
}

.hs-legacy-about-intro .row.dashed {
  background: #eee6db;
  border-radius: 14px;
  margin-top: 60px;
  padding: 16px;
}

.hs-legacy-about-intro .row.dashed > .col {
  border-color: rgba(74, 53, 41, 0.13);
  padding: 34px !important;
}

.hs-legacy-about-fields {
  background: #30241e;
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}

.hs-legacy-about-fields .section-bg {
  background: #30241e;
}

.hs-legacy-about-fields .section-title-main,
.hs-legacy-about-fields h3 {
  color: #fffdf8;
}

.hs-legacy-about-fields .section-title::before {
  background: var(--hs-sand);
}

.hs-legacy-about-fields .pdl-imb-linhvuchoatdong {
  background: rgba(255, 253, 248, 0.07);
  border: 1px solid rgba(255, 253, 248, 0.13);
  border-radius: 14px;
  height: 100%;
  overflow: hidden;
}

.hs-legacy-about-fields .box-text {
  padding: 30px;
}

.hs-legacy-about-fields p {
  color: rgba(255, 253, 248, 0.68);
}

.hs-legacy-about-partners {
  background: #eee6db;
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

.hs-legacy-about-partners .row > .col {
  align-items: center;
  background: var(--hs-paper);
  display: flex;
  justify-content: center;
  min-height: 125px;
  padding: 24px !important;
}

.hs-legacy-about-partners img {
  filter: grayscale(1);
  max-height: 50px;
  opacity: 0.75;
}

.hs-legacy-services-section {
  background: var(--hs-ivory);
}

.hs-legacy-service-row {
  background: var(--hs-paper);
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(48, 36, 30, 0.1);
  margin-bottom: 55px;
  overflow: hidden;
}

.hs-legacy-service-row > .col {
  padding: 0 !important;
}

.hs-legacy-service-row > .col > .col-inner {
  padding: 58px;
}

.hs-legacy-service-row .flickity-slider,
.hs-legacy-service-row .ux-slider,
.hs-legacy-service-row .img,
.hs-legacy-service-row .img-inner,
.hs-legacy-service-row img {
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.hs-legacy-service-row .flickity-page-dots,
.hs-legacy-service-row .flickity-button {
  display: none;
}

.hs-legacy-service-build {
  background: var(--hs-espresso) !important;
}

.hs-legacy-service-build h2,
.hs-legacy-service-build p {
  color: #fffdf8;
}

.hs-legacy-service-build p {
  color: rgba(255, 253, 248, 0.7);
}

@media (max-width: 849px) {
  .hs-legacy-projects-section,
  .hs-legacy-about-intro,
  .hs-legacy-services-section {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }

  .hs-legacy-service-row > .col > .col-inner {
    padding: 40px;
  }
}

@media (max-width: 549px) {
  .hs-legacy-inner h1,
  .hs-legacy-inner .hs-legacy-page-title .section-title-main {
    font-size: clamp(40px, 12vw, 48px);
  }

  .hs-legacy-inner .section-title {
    margin-bottom: 34px;
  }

  .hs-legacy-inner .section-title::before {
    display: none;
  }

  .hs-legacy-about-intro .row.dashed {
    margin-left: 0;
    margin-right: 0;
  }

  .hs-legacy-about-intro .row.dashed > .col {
    padding: 26px !important;
  }

  .hs-legacy-service-row > .col > .col-inner {
    padding: 32px 26px;
  }

  .hs-legacy-service-row .flickity-slider,
  .hs-legacy-service-row .ux-slider,
  .hs-legacy-service-row .img,
  .hs-legacy-service-row .img-inner,
  .hs-legacy-service-row img {
    min-height: 300px;
  }
}
