Women Building Abroad

The Unwritten Rules of Building Abroad Field Manual

The Unwritten Rules of Building Abroad Field Manual

Regular price $49.00 USD
Regular price Sale price $49.00 USD
Sale Sold out
Shipping calculated at checkout.
Quantity

The Unwritten Rules of Building Abroad is a field manual for women navigating construction, property, and capital outside their home country.

It does not explain how to build.
It explains why things fail quietly—even when you follow the rules.

This manual documents the patterns most people are expected to learn through:

  • delay

  • overpayment

  • lost leverage

  • and “nothing technically went wrong” outcomes

Inside, you’ll find:

  • how power actually moves on job sites and in offices

  • why money shifts without receipts or explanations

  • how gender changes outcomes operationally, not morally

  • what “tests” look like when they’re disguised as help or patience

  • how early decisions quietly lock future leverage

This is not advice.
It is interpretive literacy.

You won’t leave with instructions.
You’ll leave seeing things earlier—and differently.


View full details
/* Flexbox layout for side-by-side content */ .product__info-wrapper { display: flex; /* Aligns children horizontally */ justify-content: space-between; /* Space between content */ align-items: flex-start; /* Aligns items to the top */ gap: 20px; /* Adds space between text and checkout box */ } /* Adjusts the width of the text container */ .product__info-container { flex: 1; /* Ensures the description area takes up available space */ margin-right: 20px; /* Space between description and checkout form */ } /* Adjusts the width of the checkout container */ .product__cart-form { flex: 0 0 300px; /* Sets the checkout form to a fixed width (e.g., 300px) */ max-width: 100%; /* Ensures the form doesn't overflow */ } /* Media query for responsive layout */ @media screen and (max-width: 750px) { .product__info-wrapper { flex-direction: column; /* Stacks elements vertically on smaller screens */ align-items: center; /* Centers content when stacked */ } .product__cart-form { width: 100%; /* Ensures the checkout form takes full width on smaller screens */ } }