body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #222;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: url('../bamboo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  padding-top: 5.5rem;
}

header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
  padding-left: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-title {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #2e5d3a;
  letter-spacing: 0.5px;
  margin: 1.2rem 0 0.5rem 0;
  font-family: 'Inter', sans-serif;
  background: none;
  position: static;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  padding: 1.5rem 0 2.5rem 0;
  border-bottom: 1.5px solid #e0e0e0;
  background: #fff;
  position: sticky;
  top: 96px;
  z-index: 999;
}

nav a {
  color: #111;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 0.2s;
  padding: 0.2em 0.5em;
}

nav a:hover {
  color: #003366;
  border-bottom: 2px solid #003366;
}

.main-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem 4rem 1rem;
  background: none;
  flex: 1 0 auto;
  margin-top: 32px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
  margin: 0 0 2.5rem 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: #222;
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
}

.post-body, .content, section {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #222;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

section.section-divider {
  border-top: 1.5px solid #e0e0e0;
  margin-top: 5.5rem;
  padding-top: 4rem;
}

section:not(.section-divider) {
  margin-bottom: 2rem;
}

.principle-statement {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.2rem 0;
  color: #111;
}

label, .contact-form label, .contact-form p {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #222;
}

input, textarea, button {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #222;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
}

button {
  background: #888;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
button:hover {
  background: #333;
}

footer {
  text-align: center;
  color: #222;
  background: none;
  padding: 2rem 0 1rem 0;
  margin-top: 3rem;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  flex-shrink: 0;
}

html, body {
  height: 100%;
}

@media (max-width: 600px) {
  .main-content, .content {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  nav a {
    font-size: 1rem;
    gap: 1.2rem;
  }
  .site-title {
    font-size: 1.3rem;
  }
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin-bottom: 1.2rem;
}

.contact-form button {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.content ul li {
  margin-bottom: 2em;
}

.blog-post p, .blog-post ul {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5em;
}

.blog-post h2 {
  font-size: 1.35rem;
}

.post-subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-top: -1rem;
  margin-bottom: 2rem;
  text-align: center;
  font-style: italic;
}

.post-body h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

#philosophy h3 {
  font-size: 1.6rem;
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-weight: 700;
}

#philosophy h4 {
  font-size: 1.3rem;
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 700;
}

blockquote.investor-quote {
  border-left: 2px solid #e0e0e0;
  padding-left: 1.5rem;
  margin: 1em 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #333;
  font-style: italic;
}

blockquote.investor-quote cite {
  display: block;
  margin-top: 0.5em;
  font-style: normal;
  font-size: 1rem;
  color: #777;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.principle-list {
  list-style-type: disc;
  padding-left: 2.2rem;
  margin: 0;
}

.principle-list li {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 2.1;
  color: #222;
  margin-bottom: 0.5rem;
}

.principles-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.principle-card {
  padding: 1rem 1.5rem;
  border-left: 4px solid #2d2d2d;
  background-color: #f9f9f9;
}

.principle-card strong {
  font-weight: bold;
  font-size: 1.15em;
}

.principle-card span {
  color: #555;
}

.principles-section {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
}

.principles-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #2e5d3a;
}

.principles-list-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.principle-card {
  border-left: 4px solid #2e5d3a;
  padding: 1rem 1.25rem;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.principle-card strong {
  display: block;
  font-size: 1.25rem;
  color: #1a3e2e;
  margin-bottom: 0.5rem;
}

.principle-card p {
  margin: 0;
  font-size: 1.15rem;
  color: #444;
  line-height: 1.7;
}

.principles-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.principles-list {
  padding-left: 1.5rem;
  list-style-type: disc;
  column-count: 1 !important;
  display: block;
  width: 100%;
}

.principle {
  padding: 1rem 1.5rem;
  border-left: 4px solid #2d2d2d;
  background-color: #f9f9f9;
}

.principle strong {
  font-weight: bold;
  font-size: 1.15em;
}

.principle span {
  color: #555;
}

.about-section {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
}

.about-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #2e5d3a;
}

.about-section p {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1.5rem;
}

.about-subheading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #2e5d3a;
}

.principles-list {
  padding-left: 1.5rem;
  list-style-type: disc;
  column-count: 1 !important;
  display: block;
  width: 100%;
}

.principles-list li {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

.about-section strong {
  font-weight: 600;
  color: #1a3e2e;
}

.about-section em {
  font-style: italic;
  color: #555;
}

.philosophy-section {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
}

.philosophy-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #2e5d3a;
}

.highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a3e2e;
  background-color: #f0f4f1;
  border-left: 4px solid #2e5d3a;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 6px;
}

.philosophy-section h3 {
  font-size: 1.3rem;
  color: #1a3e2e;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
}

.philosophy-section p {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #444;
  padding-left: 1.25rem;
}

.philosophy-section ul {
  padding-left: 2rem;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
}

.philosophy-section li {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #444;
}

.investor-block {
  margin-top: 2rem;
}

.investor-block h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a3e2e;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
}

.investor-block blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 3px solid #ccc;
  color: #555;
  font-style: italic;
}

.blog-posts-section {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
}

.blog-posts-section h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #2e5d3a;
}

.blog-posts-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.blog-posts-list li {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  padding-left: 1rem;
  border-left: 4px solid #2e5d3a;
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 6px;
  color: #1a3e2e;
  transition: background 0.3s;
}

.blog-posts-list li:hover {
  background-color: #f1f6f3;
}

.contact-section {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
}

.contact-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2e5d3a;
  margin-bottom: 1rem;
}

.contact-section p {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #1a3e2e;
  font-size: 1.05rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  background-color: #f9f9f9;
  box-sizing: border-box;
  transition: border 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2e5d3a;
  outline: none;
  background-color: #fff;
}

.contact-form textarea {
  height: 150px;
  resize: vertical;
}

.contact-form button {
  background-color: #2e5d3a;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.5px;
}

.contact-form button:hover {
  background-color: #244d2c;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.2rem 1.5rem;
  font-family: 'Inter', sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
}

.site-logo {
  height: 40px;
  width: auto;
  margin-right: 1.2rem;
  display: block;
  vertical-align: middle;
  object-fit: contain;
}

.nav-links {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-left: 0;
}

.nav-links a {
  text-decoration: none;
  font-size: 1.18rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 2.5px;
  transition: color 0.3s ease;
  padding: 0 0.2rem;
}

.nav-links a:hover {
  color: #2e5d3a;
  border-bottom: 2px solid #2e5d3a;
}

.nav-toggle {
  background-color: transparent;
  color: #2e5d3a;
  border: 1px solid #2e5d3a;
  border-radius: 6px;
  padding: 0.5rem;
  font-size: 2rem;
  cursor: pointer;
  margin-left: auto;
  display: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
}

.nav-toggle:hover {
  background-color: #e6f0ec;
}

@media (max-width: 900px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.5rem;
  }
  .site-title {
    text-align: left;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    margin-right: 1.2rem;
  }
  .nav-links {
    gap: 1.2rem;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .site-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
    min-height: 56px;
  }
  .site-logo {
    height: 36px;
    margin-right: 0.7rem;
  }
  .site-title {
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
    white-space: nowrap;
    flex-shrink: 1;
    text-align: left;
  }
  .nav-toggle {
    display: block;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2e5d3a;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    width: 100vw;
    margin: 0;
    padding: 1.2rem 0 1.2rem 0;
    display: none;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    border-radius: 0 0 12px 12px;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    font-size: 1.1rem;
    padding: 0.7rem 0;
    width: 100vw;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s, color 0.2s;
    border-radius: 0;
    color: #fff;
  }
  .nav-links a:last-child {
    border-bottom: none;
  }
}

body, html, main, .main-content {
  overflow: visible !important;
}

.lang-switcher {
  position: absolute;
  top: 1.2rem;
  right: 2.2rem;
  z-index: 100;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
}

.lang-btn {
  color: #2e5d3a;
  text-decoration: none;
  font-weight: bold;
  padding: 0.2rem 0.7rem;
  border-radius: 5px;
  transition: background 0.2s, color 0.2s;
}

.lang-btn:hover {
  background: #e6f0ec;
  color: #17422a;
}

.blog-post {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
}

section[id] {
  scroll-margin-top: 90px;
}

.hero-statement {
  font-family: 'Inter', sans-serif;
  font-size: 2.0rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  color: #222;
  max-width: 900px;
  margin: 0 auto;
  text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.substack-style {
  max-width: 700px;
  margin: 3.5rem auto 4rem auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
  padding: 3.5rem 2.2rem 3rem 2.2rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.18rem;
  line-height: 1.85;
  color: #232323;
}

.substack-style h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  letter-spacing: -0.01em;
  color: #181818;
  text-align: left;
}

.substack-style .post-subtitle {
  font-size: 1.25rem;
  color: #666;
  margin-top: -0.7rem;
  margin-bottom: 2.2rem;
  text-align: left;
  font-style: italic;
}

.substack-style h2 {
  font-size: 1.45rem;
  font-weight: 700;
  margin-top: 2.8rem;
  margin-bottom: 1.1rem;
  color: #1a3e2e;
  letter-spacing: -0.01em;
}

.substack-style h3 {
  font-size: 1.18rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  color: #2e5d3a;
}

.substack-style p {
  margin-bottom: 1.6em;
  color: #232323;
}

.substack-style ul {
  margin: 1.2em 0 1.6em 2.2em;
  padding: 0;
  font-size: 1.13rem;
}

.substack-style li {
  margin-bottom: 0.7em;
  line-height: 1.7;
}

.substack-style blockquote {
  border-left: 4px solid #e0e0e0;
  background: #f7f7f7;
  color: #444;
  font-style: italic;
  margin: 1.8em 0 1.8em 0;
  padding: 1.1em 1.5em;
  font-size: 1.13rem;
  border-radius: 0 8px 8px 0;
}

.substack-style .highlight {
  font-size: 1.22rem;
  font-weight: 600;
  color: #1a3e2e;
  background: #f4f6f8;
  border-left: 4px solid #2e5d3a;
  padding: 1.1em 1.5em;
  margin-bottom: 2.2em;
  border-radius: 0 8px 8px 0;
} 