.companies-hero {
  position: relative;
  margin-top: 110px;
  min-height: 430px;


  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}


.companies-hero {
  position: relative;
  margin-top: 110px;
  min-height: 500px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-image 1s ease-in-out;
}

.companies-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.97) 0%,
    rgba(255,255,255,0.9) 32%,
    rgba(255,255,255,0.15) 55%
  );
  z-index: 1;
}


.companies-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 430px;
  display: flex;
  align-items: center;
}

.companies-hero-inner {
  min-height: 430px;
  display: flex;
  align-items: center;
}

.companies-hero-content {
  max-width: 560px;
}

.companies-hero-content span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #b98203;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.companies-hero-content span::before {
  content: "";
  width: 42px;
  height: 3px;
  background: #b98203;
  border-radius: 20px;
}

.companies-hero-content h1 {
  font-size: 48px;
  line-height: 1.08;
  margin: 0 0 18px;
  color: #102f3a;
}

.companies-hero-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #526b6b;
  margin-bottom: 28px;
}

.companies-hero-btn {
  display: inline-block;
  background: #B98203;
  color: #fff;
  padding: 15px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
}

.hero-feature-section {
  position: relative;
  margin-top: -20px;
  padding-bottom: 70px;
  z-index: 5;
}

.hero-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}

.hero-feature-card {
  position: relative;
  background: #ffffff;
  padding: 34px 30px 30px;
  border-radius: 4px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.08);
  min-height: 185px;
  overflow: hidden;
}

.hero-feature-icon {
  width: 70px;
  height: 58px;
  background: linear-gradient(135deg, #08796f, #14b8a6);
  border-radius: 0 0 26px 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
}

.hero-feature-number {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 36px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.04);
}

.hero-feature-card h4 {
  font-size: 17px;
  color: #102f3a;
  margin: 0 0 10px;
  font-weight: 800;
}

.hero-feature-card p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #6b7777;
  margin: 0;
}

@media (max-width: 900px) {
  .hero-feature-section {
    margin-top: 30px;
  }

  .hero-feature-grid {
    grid-template-columns: 1fr;
  }
}



.work-intro-section{
  background:#ffffff;
  padding:90px 0 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.work-intro-container{
  width:min(1280px, 92%);
  margin:0 auto;
}

.work-intro-title{
  margin:0 0 70px;
  font-size: 40px;
  line-height:1.02;
  font-weight:700;
  letter-spacing:-0.05em;
  color:#000;
  max-width:1050px;
  margin-left: 18%;
}

.work-intro-copy-row{
  display:grid;
  grid-template-columns:60px minmax(0, 860px);
  gap:22px;
  justify-content:center;
  align-items:flex-start;
  margin-bottom:95px;
   margin-left: 20%;
}

.work-intro-icon{
  width:34px;
  height:34px;
  color:#B98203;
  margin-top:7px;
  margin-left: 80%;
}

.work-intro-icon svg{
  width:100%;
  height:100%;
  display:block;
  margin-left: 80%;
}

.work-intro-text{
  margin:0;
  font-size: 18px;
  line-height:1.24;
  font-weight:400;
  letter-spacing:-0.035em;
  color:#000;
  max-width:860px;
   padding:0 70px; 
}

.work-intro-divider-wrap{
  width:100%;
}

.work-intro-label{
  display:block;
  margin-bottom:10px;
  font-size:25px;
  line-height:1;
  font-weight:600;
  letter-spacing:0.01em;
  color:#2FB12A;
  margin-top: 1%;
}

.work-intro-divider{
  width:100%;
  height:1px;
  background:#B98203;
}

@media (max-width: 900px){
  .work-intro-section{
    padding:70px 0 32px;
  }

  .work-intro-title{
    margin-bottom:50px;
  }

  .work-intro-copy-row{
    grid-template-columns:34px 1fr;
    gap:18px;
    margin-bottom:70px;
  }

  .work-intro-icon{
    width:26px;
    height:26px;
    margin-top:5px;
  }

  .work-intro-label{
    font-size:14px;
  }
}

@media (max-width: 600px){
  .work-intro-title{
    font-size:clamp(34px, 9vw, 54px);
    line-height:1.05;
    margin-bottom:38px;
  }

  .work-intro-copy-row{
    grid-template-columns:1fr;
    gap:14px;
    margin-bottom:50px;
  }

  .work-intro-icon{
    margin-top:0;
  }

  .work-intro-text{
    font-size:clamp(20px, 5vw, 26px);
    line-height:1.28;
  }
}

.work-showcase{
  background:#f4f4f4;
  padding:8px 0 80px;
 
}

.work-showcase-grid{
  width:calc(100% - 72px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  gap:28px;
}

.work-item{
  position:relative;
  display:block;
  overflow:hidden;
  background:#d9d9d9;
  text-decoration:none;
}

.work-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s ease, filter .4s ease;
}

.work-item::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(185, 130, 3, 0.88);
  opacity:0;
  transition:opacity .35s ease;
  z-index:1;
}

.work-item-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:28px 26px 26px;
  color:#000;
  z-index:2;
  opacity:0;
  transform:translateY(30px);
  transition:opacity .35s ease, transform .35s ease;
}

.work-item:hover::after{
  opacity:1;
}

.work-item:hover .work-item-overlay{
  opacity:1;
  transform:translateY(0);
}

.work-item:hover img{
  transform:scale(1.05);
}

.work-item-tag{
  display:block;
  margin-bottom:12px;
  font-size:12px;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:500;
}

.work-item-title{
  margin:0 0 14px;
  font-size:42px;
  line-height:.98;
  font-weight:400;
  letter-spacing:-0.04em;
}

.work-item-text{
  margin:0;
  max-width:85%;
  font-size:17px;
  line-height:1.35;
  font-weight:400;
}

/* row 1 */
.work-item-a{
  grid-column:1 / span 7;
  height:400px;
}

.work-item-b{
  grid-column:8 / span 5;
  height:400px;
}

/* row 2 */
/* number 3 reduced */
.work-item-c{
  grid-column:1 / span 5;
  height:400x;
}

/* number 4 increased */
.work-item-d{
  grid-column:6 / span 7;
  height:400px;
}

/* row 3 */
.work-item-e{
  grid-column:1 / span 7;
  height:400px;
}

.work-item-f{
  grid-column:8 / span 5;
  height:400px;
}

@media (max-width: 1200px){
  .work-showcase-grid{
    width:calc(100% - 40px);
    gap:20px;
  }

  .work-item-a,
  .work-item-b,
  .work-item-c,
  .work-item-d,
  .work-item-e,
  .work-item-f{
    height:380px;
  }

  .work-item-title{
    font-size:32px;
  }
}

@media (max-width: 768px){
  .work-showcase-grid{
    width:calc(100% - 24px);
    grid-template-columns:1fr;
    gap:16px;
  }

  .work-item-a,
  .work-item-b,
  .work-item-c,
  .work-item-d,
  .work-item-e,
  .work-item-f{
    grid-column:auto;
    height:300px;
  }

  .work-item-overlay{
    padding:20px 18px;
  }

  .work-item-title{
    font-size:24px;
  }

  .work-item-text{
    font-size:14px;
    max-width:100%;
  }
}

.section-line-wrap{
  width:calc(100% - 72px);
  margin:0 auto 28px;
  margin-top: 2%;
}

.section-line-label{
  display:block;
  font-size:25px;
  line-height:1;
  font-weight:600;
  color:#2FB12A;
  margin-bottom:8px;
  text-transform:uppercase;
  margin-top: 2%;
}

.section-line{
  width:100%;
  height:1px;
  background:#B98203;
}


.portfolio-display{
  background:#e8e6d9;
  padding:28px 0 80px;
  margin-top: -5%;
}

.portfolio-display-grid{
  width:calc(100% - 72px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  gap:28px;
}

.portfolio-card{
  position:relative;
  display:block;
  overflow:hidden;
  background:#d9d9d9;
  text-decoration:none;
}

.portfolio-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s ease, filter .4s ease;
}

.portfolio-card::after{
  content:"";
  position:absolute;
  inset:0;
 background: rgba(185, 130, 3, 0.88);
  opacity:0;
  transition:opacity .35s ease;
  z-index:1;
}

.portfolio-card-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:28px 26px 26px;
  color:#000;
  z-index:2;
  opacity:0;
  transform:translateY(30px);
  transition:opacity .35s ease, transform .35s ease;
}

.portfolio-card:hover::after{
  opacity:1;
}

.portfolio-card:hover .portfolio-card-overlay{
  opacity:1;
  transform:translateY(0);
}

.portfolio-card:hover img{
  transform:scale(1.05);
}

.portfolio-card-tag{
  display:block;
  margin-bottom:12px;
  font-size:12px;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:500;
}

.portfolio-card-heading{
  margin:0 0 14px;
  font-size:42px;
  line-height:.98;
  font-weight:400;
  letter-spacing:-0.04em;
}

.portfolio-card-copy{
  margin:0;
  max-width:85%;
  font-size:17px;
  line-height:1.35;
  font-weight:400;
}

/* row 1 */
.portfolio-card-one{
  grid-column:1 / span 5;
  height:400px;
}

.portfolio-card-two{
  grid-column:6 / span 7;
  height:400px;
}

/* row 2 */
.portfolio-card-three{
  grid-column:1 / span 7;
  height:400px;
}

.portfolio-card-four{
  grid-column:8 / span 5;
  height:400px;
}

/* row 3 */
.portfolio-card-five{
  grid-column:1 / span 5;
  height:465px;
}

.portfolio-card-six{
  grid-column:6 / span 7;
  height:465px;
}

.portfolio-divider-wrap{
  width:calc(100% - 72px);
  margin:28px auto 0;
}

.portfolio-divider-line{
  width:100%;
  height:1px;
  background:#B98203;
}

.portfolio-divider-label{
  display:block;
  margin-top:8px;
  font-size:25px;
  line-height:1;
  font-weight:600;
  color:#2FB12A;
  text-transform:uppercase;
  margin-top: 2%;
}

@media (max-width:1200px){
  .portfolio-display-grid{
    width:calc(100% - 40px);
    gap:20px;
  }

  .portfolio-card-one,
  .portfolio-card-two,
  .portfolio-card-three,
  .portfolio-card-four,
  .portfolio-card-five,
  .portfolio-card-six{
    height:380px;
  }

  .portfolio-card-heading{
    font-size:32px;
  }

  .portfolio-divider-wrap{
    width:calc(100% - 40px);
  }
}

@media (max-width:768px){
  .portfolio-display-grid{
    width:calc(100% - 24px);
    grid-template-columns:1fr;
    gap:16px;
  }

  .portfolio-card-one,
  .portfolio-card-two,
  .portfolio-card-three,
  .portfolio-card-four,
  .portfolio-card-five,
  .portfolio-card-six{
    grid-column:auto;
    height:300px;
  }

  .portfolio-card-overlay{
    padding:20px 18px;
  }

  .portfolio-card-heading{
    font-size:24px;
  }

  .portfolio-card-copy{
    font-size:14px;
    max-width:100%;
  }

  .portfolio-divider-wrap{
    width:calc(100% - 24px);
    margin:20px auto 0;
  }
}

.hero{
  background:#f3efe3;
  padding:20px 20px 40px;
}

.hero-contact-heading{
  max-width:1200px;
  margin:40px auto 0;
  text-align:center;
}

.hero-contact-title{
  margin:0;
  font-family:"Arial Rounded MT Bold","Trebuchet MS",sans-serif;
  font-size:clamp(48px, 8vw, 110px);
  line-height:1;
  font-weight:900;
  text-transform:lowercase;
  letter-spacing:-0.03em;
}

.hero-contact-dark{
  color:#5b0054;
}

.hero-contact-orange{
  color:#B98203;
  margin-left:10px;
}


.work-item{
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

.work-item img{
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.work-item-overlay{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.88),
    rgba(0,0,0,0.35),
    transparent
  );
  color: #fff;
}

.work-item-title{
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff;
}

.work-item-text{
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
}

.work-item-tag{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.portfolio-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.portfolio-card-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.88),
    rgba(0,0,0,0.35),
    transparent
  );
  color: #fff;
}

.portfolio-card-heading {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff;
}

.portfolio-card-copy {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
}

.portfolio-card-tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff;
}



.cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #08796f 0%, #062f3a 100%);
  color: #fff;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #fff;
}

.cta p {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.cta-inner > div:last-child {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta .btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta .btn-black {
  background: #ffffff;
  color: #08796f;
  border: 2px solid #ffffff;
}

.cta .btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.75);
}

.cta .btn:hover {
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta h2 {
    font-size: 30px;
  }
}



@media (max-width: 768px) {
  .container {
    width: 92%;
  }

  .companies-hero {
    margin-top: 80px;
    min-height: 220px !important;
  }

  .companies-hero-inner {
    min-height: 220px !important;
    padding: 0 !important;
    align-items: center;
  }

  .companies-hero-content {
    max-width: 100%;
  }

  .companies-hero-content span {
    font-size: 11px;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
  }

  .companies-hero-content span::before {
    width: 28px;
  }

  .companies-hero-content h1 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .companies-hero-btn {
    padding: 11px 20px;
    font-size: 12px;
  }
}


@media (max-width: 768px) {
  .work-intro-section {
    padding: 55px 0 35px;
  }

  .work-intro-title {
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 35px;
    max-width: 100%;
    text-align: left;
  }

  .work-intro-copy-row {
    grid-template-columns: 32px 1fr;
    gap: 14px;
    margin-left: 0;
    margin-bottom: 55px;
    justify-content: start;
  }

  .work-intro-icon,
  .work-intro-icon svg {
    width: 26px;
    height: 26px;
    margin-left: 0;
  }

  .work-intro-text {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0;
    padding: 0;
    max-width: 100%;
  }

  .work-intro-label {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .work-intro-title {
    font-size: 32px;
  }

  .work-intro-copy-row {
    grid-template-columns: 1fr;
  }

  .work-intro-icon {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .companies-hero-overlay {
    background: rgba(255, 255, 255, 0.52) !important;
    width: 100%;
  }

  .companies-hero {
    background-position: center !important;
  }
}