:root {
  --rg-gold: #a88b3a;
  --rg-gold-dark: #8d742d;
  --rg-red: #c41a20;
  --rg-text: #222222;
  --rg-border: #e6e6e6;
}

body {
  background-color: #f6f1e8;
}

.navbar-rg {
  background: #ffffff;
  min-height: 95px;
  border-bottom: 2px solid #1f2430;
}

.navbar-rg .nav-link {
  font-size: .82rem;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-rg .nav-link:hover {
  color: var(--rg-gold);
}

.active-link {
  color: var(--rg-gold)!important;
  position: relative;
}

.active-link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(196,26,32);
}

.btn, button, input[type="button"], input[type="submit"], input[type="reset"] {
  border-radius: 0;
}

.btn-rg-gold {
  background-color: var(--rg-gold);
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.btn-rg-gold:hover {
  background-color: var(--rg-gold-dark);
  color: #fff;
}

.hero-rg {
  position: relative;
  min-height: clamp(520px, 65vh, 780px);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-index {
  background-image: url('../../assets/img/general/hero-main.jpg');
}

.hero-residential {
  background-image: url('../../assets/img/services/hero-r.jpg');
}

.hero-commercial {
  background-image: url('../../assets/img/services/hero-c.jpg');
}

.hero-institutional {
  background-image: url('../../assets/img/services/hero-i.jpg');
}

.hero-projects {
  background-image: url('../../assets/img/general/hero-pro.jpg');
}

.hero-planning {
  background-image: url('../../assets/img//services/hero-p.jpg');
}

.hero-services {
  background-image: url('../../assets/img/general/hero-services.jpg');
}

.hero-insights {
  background-image: url('../../assets/img/general/hero-insights.jpg');
}

.hero-about {
  background-image: url('../../assets/img/general/hero-about.jpg');
}

.hero-rg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
}

.hero-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-line {
  display: inline-block;
  white-space: nowrap;
}

.hero-subtext {
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  margin-bottom: 2rem;
}

.hero-underline {
  width: 70px;
  height: 4px;
  background: var(--rg-red);
  margin: 1.25rem 0;
  border-radius: 2px;
}

.hero-cta {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-cta .btn {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 991.98px) {
  .hero-rg {
    min-height: 600px;
  }
}

@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .hero-rg {
    min-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .hero-content h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .hero-line {
    white-space: normal;
  }
}

@media (max-width: 767.98px) {
  .hero-cta {
    justify-content: center;
  }
}

.stats-section {
  padding: 30px 0;
  background: #f8f8f6;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

.stat-icon {
  color: var(--rg-red);
  font-size: 2.8rem;
}

.stat-heading {
  font-size: clamp(1.9rem, 2.5vw, 2.3rem);
  letter-spacing: 0.35px;
}

.stat-description {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  color: #3c3c3c;
  max-width: 240px;
  margin: 0 auto;
  line-height: 1.6;
}

.stat-divider {
  border-left: 1px solid #e3e3e3;
}

.explore-topics-section {
  background: #f6f1e8;
  padding-top: 70px;
  padding-bottom: 70px;
}

.explore-topics-section.border-top {
  border-top: 1px solid #d2cbc0;
}

.explore-topics-underline {
  width: 90px;
  height: 3px;
  background: #c62828;
  border-radius: 2px;
}

.explore-topics-grid .topic-card {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e6e1d6;
  min-height: 220px;
  padding: 2.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  text-align: center;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.explore-topics-grid .topic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.topic-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0;
}

.topic-description {
  font-size: 0.95rem;
  color: #4b4b4b;
  margin: 0;
  line-height: 1.5;
}

.what-we-do-section {
  background: #ffffff;
}

.section-heading-underline {
  width: 68px;
  height: 4px;
  background: var(--rg-red);
  margin: 0.75rem auto 0;
  border-radius: 2px;
}

.section-heading-underline-left {
  margin: 0.75rem 0 0;
}

.mission-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 15px;
}

.title-divider {
  width: 80px;
  height: 4px;
  background: #b31b1b;
  margin: 0 auto;
}

.service-card {
  border: 1px solid #efe7dd;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 28px 45px rgba(0, 0, 0, 0.08);
}

.service-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #f6f1e8;
}

.service-content {
  display: flex;
  flex-direction: column;
  padding: 28px;
  gap: 0.35rem;
  text-align: left;
}

.service-icon {
  display: none;
}

.service-card h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0f0f0f;
  margin: 0;
  letter-spacing: 0.01em;
}

.service-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #3f3f3f;
  margin: 0;
  max-width: 320px;
}

@media (max-width: 1199px) {
  .service-card h3 {
    font-size: 1.45rem;
  }
}

@media (max-width: 1199px) {
  .service-content {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .service-image {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767px) {
  .service-content {
    padding: 18px;
  }
}

.project-col {
  flex: 0 0 25%;
  max-width: 25%;
}

.project-col .card {
  border: 1px solid #e5e5e5;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.project-col .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.project-col img {
  height: 220px;
  object-fit: cover;
}

.project-col .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-indicators {
  margin-bottom: 0;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bdbdbd;
}

.carousel-indicators .active {
  background-color: #c62828;
}

@media (max-width: 991px) {
  .project-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .project-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.insights-section {
  background: #f6f1e8;
}

.discuss-section {
  background: #ffffff;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.discuss-slim-wrapper {
  background: #f5f0e7;
  border: 1px solid #d9c9b7;
  border-radius: 0;
  padding: 1.75rem 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
}

.discuss-content {
  margin: 0;
  max-width: 640px;
}

.discuss-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.95rem, 2.8vw, 2.85rem);
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #1c1c1c;
}

.discuss-content p {
  margin: 0;
  color: #424242;
  line-height: 1.6;
  font-family: Inter, sans-serif;
}

.discuss-icon-color {
  color: var(--rg-red);
}

.discuss-btn {
  font-size: 0.9rem;
  letter-spacing: 0.25rem;
  padding: 0.75rem 1.9rem;
}

.btn-rg-red {
  background-color: #c41a20;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-rg-red:hover {
  background-color: #9f1517;
}

.site-footer {
  background: #0b0b0b;
  color: rgba(255, 255, 255, 0.85);
}

.site-footer h6 {
  letter-spacing: 0.35em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
}

.footer-caption {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-link-list a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: color 0.2s ease;
  position: relative;
}

.footer-link-list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: var(--rg-red);
  transition: width 0.2s ease;
}

.footer-link-list a:hover {
  color: var(--rg-red);
  text-decoration: none;
}

.footer-link-list a:hover::after {
  width: 100%;
}

.footer-office p {
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.view-map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.footer-bottom-links span {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .discuss-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .btn-rg-red {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-bottom {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-bottom-links {
    justify-content: center;
  }
}

.inquiry-form-shell {
  max-width: 900px;
  width: 100%;
}

.story-panel {
  background: #fff;
  border: 1px solid #ece7df;
  border-radius: 0;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.story-image {
  position: relative;
  min-height: 420px;
  height: 100%;
}

.story-image-fill {
  position: absolute;
  inset: 0;
  background: url('../../assets/img/general/new-york.jpg') center/cover no-repeat;
  filter: saturate(1.05);
}

.story-text-frame {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2.5rem;
}

.story-text-outer {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(196, 26, 32, 0.2);
  padding: 0.75rem;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
}

.story-text-inner {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem 2.25rem;
  max-width: 420px;
}

.story-text-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #c41a20;
  margin-bottom: 0.85rem;
}

.story-text-inner p {
  margin-bottom: 0.9rem;
  color: #423a33;
  font-family: Inter, sans-serif;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .story-text-frame {
    padding: 2rem;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .story-text-outer {
    width: 100%;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.18);
  }
}

@media (max-width: 991.98px) {
  .story-text-inner {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .story-text-frame {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .story-text-inner {
    padding: 1.5rem 1.75rem;
  }
}

.team-section {
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}

.principal-card {
  border: 1px solid #ece7df;
  background: #fff;
  padding: 2rem 2rem 2rem 1px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
  gap: 1.25rem;
}

.principal-card-body {
  flex: 1;
  padding-left: 2rem;
}

.team-section-subtitle {
  font-size: 1rem;
  color: #4c4c4c;
  line-height: 1.7;
  max-width: 520px;
}

.principal-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.1rem, 2.6vw, 2.35rem);
  margin-bottom: 0.25rem;
  color: #1f1f1f;
}

.principal-bio {
  color: #4b3f34;
  line-height: 1.75;
}

.team-card {
  border: 1px solid #ece7df;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.team-card .ratio {
  margin-bottom: 0.75rem;
}

.team-name {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin: 0 0 1px;
}

.team-role {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  color: #5b5b5b;
  margin-top: 0;
}

.team-card .ratio {
  width: 100%;
}

.team-card-img, .principal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-card .ratio {
  border-radius: 0;
}

.team-grid .col {
  display: flex;
}

.team-grid {
  --bs-gutter-x: 1px;
  --bs-gutter-y: 1px;
}

.approach-steps-row {
  justify-content: space-between;
}

.approach-step-col {
  flex: 1 1 16.6667%;
  max-width: 16.6667%;
}

@media (max-width: 1199.98px) {
  .approach-step-col {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 991.98px) {
  .approach-step-col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .approach-step-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.project-walkthrough-section {
  margin-top: 60px;
  margin-bottom: 50px;
}

.project-walkthrough-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 2.6vw, 2.8rem);
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.project-walkthrough-subtitle {
  font-family: Inter, sans-serif;
  margin: 0 auto;
  max-width: 760px;
  color: #3c3c3c;
  line-height: 1.6;
  font-size: 1rem;
}

.project-walkthrough-video-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.project-presentation-section {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}

.project-presentation-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}

.project-presentation-subtitle {
  font-family: Inter, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 760px;
  margin: 0 auto;
  color: #343434;
  padding: 0 1rem;
}

.project-presentation-video-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 48px auto 0;
}

