// <weight>: Use a value from 300 to 800
// <uniquifier>: Use a unique and descriptive class name
@import url('https://fonts.googleapis.com/css2?family=Platypi:wght@300;400;500;600;700;800&display=swap');

.platypi-title {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.fixed-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('images/backgroundbarrel2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

body {
  margin: 0;
  font-family: "Platypi", serif;
  color: #002f2f;
  background-color: #073b3a;
}
html {
  scroll-behavior: smooth;
}
/* Header */
.top-bar {
  display: block;
  height: 20px;
  background-color: #eeebe8; /* or use your specific light brown */
  width: 100%;
}
.header-container {
  width: 100%;
  z-index: 999;
  position: static;
}

.header-container.sticky {
  position: fixed;
  top: 0;
  background: #d3ccc4;
}

header {
  background-color: #d3ccc4;
  padding-top: 40px; /* for logo overlap */
}

.header-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; /* This is the key fix */
  padding: 60px 20px 24px 20px;
  position: relative;
}

.logo {
  position: absolute;
  top: 25px; /* adjust this to control how much it overlaps */
  left: 20px;
}

.brand {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  
  display: block;
}

.main-nav {
  position: absolute;
  top: 40px;
  right: 20px;
}

.main-nav a {
  
  text-decoration: none;
  color: #003838;
  font-weight: bold;
}



header nav a:hover,
header nav a.active {
  text-decoration: underline;
  color: #005f5f;
}

/* Layout */
.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
scroll-margin-top: 60px;
  padding: 80px 0;
}

.custom-scroll-section {
  scroll-margin-top: 240px;
}

.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.section-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.text-block {
  flex: 1 1 600px;
}

.section-content img {
  max-width: 100%;
  height: auto;
  flex: 1 1 500px;
}

/* Background image utility */
.has-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #f2efe9;
}

.has-bg-image-rep {
  background-repeat: repeat;
  background-position: center;
  color: #f2efe9;
}



/* Background image utility */
.has-bg-image-dark {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #073b3a;
  color: #f2efe9;
}

/* Dark section */
.dark-bg {
  background-color: #073b3a;
  color: #f2efe9;
}

.brown-bg {
  background-color: #d3ccc4;
  color: #002f2f;
}

.green-bg {
  background-color: #0c5d5b;
  color: #002f2f;
}

.b-bg {
  background-color: #eeebe8;
}

.brown-text {
  color: #f2efe9;
}

.light-text {
  color: #ccc4bb;
}

.lgreen-text {
  color: #a4c1b6;
  text-align: center;
}

.lgreenf-text {
  color: #a4c1b6;
  text-align: right;
}

.lgreenb-text {
  color: #a4c1b6;
  text-align: left;
}

.foot-text {
  font-size: 0.9rem;
  color: #a4c1b6;
  text-align: right;
}

.dark-text {
  color: #002f2f;
}


.top-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.p-block {
  flex: 1 1 500px;
}

/* Headings */
p {
  line-height: 1.6;
  font-size: 15px;
}
h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

header nav a {
  display: inline-block;
  margin: 0px 14px 10px 4px;
  font-size: 0.8rem;
}

.numbered-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.item {
  flex: 1 1 500px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.number {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

.lead {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}


::-moz-selection { /* Code for Firefox */
  color: #BDD2C9;
  background: #10786D;
}

::selection {
  color: #BDD2C9;
  background: #10786D;
}

.show-desktop {
  display: block;
}
.show-mobile {
  display: none;
}

.mobile-stamp {
  position: absolute;
  width: 240px; /* or whatever size works for your layout */
  z-index: 1;
  opacity: 0.0; /* optional for a subtle blend */
  pointer-events: none; /* ensures it doesn't interfere with touch/click */
  
  top: 5%;
  left: 10%;
}

.has-bg-switch {
  background-color: #eeebe8;
}
.has-bg-switch-rep {
  background-color: #d3ccc4;
}

/* Inline image: show on desktop only */
.background-image-inline {
  display: block;
  max-width: 100%;
  height: auto;
}

.mob-logo {
  display: none;
}

.space-block {

  padding-top: 68px;
  }
  
  
.email-link {
  color: #a4c1b6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.email-link:hover {
  color: #0c5d5b;
  text-decoration: underline;
}
  
/* Responsive */

@media (max-width: 1283px) {

 .has-bg-switch {
    background-image: var(--mobile-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
   .has-bg-switch-rep {
    background-image: var(--mobile-bg);
  background-repeat: repeat;
  background-position: center;
  }

  .background-image-inline {
    display: none;
  }

#who-we-are {
  position: relative;
  z-index: 2;
  overflow: visible; /* or hidden, depending on the effect you want */
  min-height: 300px; /* just for testing layout */
}
.mobile-stamp {
  position: absolute;
  width: 240px; /* or whatever size works for your layout */
  z-index: 1;
  opacity: 0.8; /* optional for a subtle blend */
  pointer-events: none; /* ensures it doesn't interfere with touch/click */
  
  top: 5%;
  left: 10%;
}

.main-nav {
  position: absolute;
  top: -8px;
  right: 20px;
}

 .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;
  }

.brown-text {
  color: #f2efe9;
}

.light-text {
  color: #ccc4bb;
}

.lgreenb-text {
  color: #a4c1b6;
  text-align: left;
}

.lgreenf-text {
  color: #a4c1b6;
  text-align: right;
}


.dark-text {
  color: #002f2f;
}


.top-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.p-block {
  flex: 1 1 500px;
}

/* Headings */
.foot-text {
  font-size: 0.9rem;
  color: #a4c1b6;
  text-align: right;
}

p {
  line-height: 1.6;
  font-size: 15px;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}



.numbered-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.item {
  flex: 1 1 500px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.number {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}

.lead {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
/* Headings */
 .text-block,
  .section-content img {
    flex: 1 1 100%;
  }

  .section-content {
    flex-direction: column;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
  }

 

  .container {
    padding: 10px 60px 10px;
  }
}


@media (max-width: 1160px) {



.section-content {
  gap: 20px;
}
/* Headings */


p {
  line-height: 1.6;
  font-size: 14px;
}
.foot-text {
  font-size: 0.7rem;
  color: #a4c1b6;
  text-align: center;
}

h1 {
  font-size: 2.0rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.numbered-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.item {
  flex: 1 1 500px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.number {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}

.lead {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

 header nav a {
  display: inline-block;
  margin: 10px 8px 10px 8px;
  font-size: 1.0rem;
}
/* Headings */

 #home {
    padding-top: 200px;
  }
.mob-logo {
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  display: block;
  height: 172px;
  background: #d3ccc4;
  z-index: 1;
}
.top-bar {
  display: none;
  background-color: #eeebe8; /* or use your specific light brown */
  width: 100%;
}
.brand {
  display: none;
}

.header-container {
    position: static; /* Let it scroll naturally at first */
	overflow: visible;
  } 
  .header-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
}

.logo {
  position: static;
  margin-bottom: 0px;
  top: 28px;
}

  header {
    flex-direction: column;
    align-items: flex-start;
	
  padding-top: 0px; /* for logo overlap */
  }

.main-nav {
  position: static;
}

  header nav {
  position: static;
  margin-top: 5px;
}

 
}
@media (max-width: 1145px) {
.numbered-list {
  gap: 8px;
}

.top-row {
  gap: 8px;
}
}

@media (max-width: 768px) {
.space-block {
  padding-top: 48px;
  }
  
  section {
  padding: 60px 0;
}

 .container {
    padding: 10px 40px 10px;
  }
  
  .section-content {
  gap: 10px;
}

/* Headings */


p {
  line-height: 1.6;
  font-size: 14px;
}
.foot-text {
  font-size: 0.7rem;
  color: #a4c1b6;
  text-align: center;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.numbered-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.item {
  flex: 1 1 500px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.number {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}

.lead {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

 header nav a {
  display: inline-block;
  margin: 10px 4px 10px 4px;
  font-size: 0.8rem;
}
/* Headings */

 
}

@media (max-width: 481px) {

.space-block {
  padding-top: 32px;
  }
  
  section {
  padding: 30px 0;
}

 .container {
    padding: 10px 30px 10px;
  }
  /* Headings */


p {
  line-height: 1.6;
  font-size: 14px;
}
.foot-text {
  font-size: 0.6rem;
  color: #a4c1b6;
  text-align: center;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h2 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
h3 {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.numbered-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}


.item {
  flex: 1 1 500px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.number {
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}

.lead {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

 header nav a {
  display: inline-block;
  margin: 10px 4px 10px 4px;
  font-size: 0.7rem;
}
/* Headings */

}


@media (max-width: 431px) {
h1 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.space-block {
  padding-top: 32px;
  }
  
  section {
  padding: 30px 0;
}

 .container {
    padding: 10px 30px 10px;
  }
  /* Headings */



 header nav a {
  display: inline-block;
  margin: 10px 2px 10px 2px;
  font-size: 0.6rem;
}
/* Headings */

}