@charset "UTF-8";

/* ==========================================================================
   1. CSS RESET (Eric Meyer v2.0)
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   2. GLOBAL BOX SIZING & BASE STYLES
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

*, *:after, *:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  line-height: 1;
  color: #f7f0e8;
  background: white;
  font-family: Lato, sans-serif;
  font-size: 1.302084rem; /* ~20.83px */
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
  float: none;
  height: auto;
  margin: 0 auto;
  position: relative;
  min-width: 1440px;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

em {
  font-style: italic;
}

img, embed, object, video {
  max-width: 100%;
}

/* Form Element Resets */
textarea:focus, input:focus {
  outline: 0;
}

input {
  border-width: 0;
}

/* ==========================================================================
   3. UTILITY CLASSES & HELPERS
   ========================================================================== */
.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* ie 6/7 */
}

.displace {
  left: -5000px;
  position: absolute;
}

sup {
  font-size: 58.3%;
  vertical-align: text-top;
}

sub {
  font-size: 58.3%;
  vertical-align: text-bottom;
}

.no-space-between-inline-blocks {
  letter-spacing: -0.31em; /*webkit*/
  word-spacing: -0.43em; /*IE < 8 && gecko*/
}

.no-space-between-inline-blocks > * {
  letter-spacing: normal;
  word-spacing: normal;
}

/* ==========================================================================
   4. LAYOUT CONTAINERS & GRIDS
   ========================================================================== */
.l-constrained {
  margin: 0 auto;
  padding: 0 74px 0 304px;
  position: relative;
  width: 1440px;
}

.l-constrained-2 {
  margin: 0 auto;
  padding: 0 42px 0 536px;
  position: relative;
  width: 1440px;
}

.row {
  left: 0;
  padding: 15px 0 21px;
  position: relative; /* CHANGE: Use relative positioning to occupy space */
  top: 0;            /* CHANGE: Reset top offset */
  width: 100%;
  background: #192333;
}

.row-3, .row-5 {
  margin: 0 auto;
  position: relative;
}

.col {
  float: left;
  margin: 54px 0 0 63px;
  position: relative;
  width: 506px;
}

/* ==========================================================================
   5. TYPOGRAPHY (HEADINGS & TEXT)
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}

.title, .title-2, .title-3, .title-4, .title-copy {
  font-family: 'Playfair Display', serif;
}

.title {
  color: #0f1b32;
  font-size: 5.208334rem;
  line-height: 75.61895px;
}

.title-copy {
  color: #d6a849;
  font-size: 2.864584rem;
  text-align: center;
}

.title-2 {
  margin: 195px 0 0;
  color: #0f1b32;
  font-size: 3.893781rem;
  line-height: 72.7512px;
}

.title-3 {
  margin: 0 0 0 723px;
  font-size: 4.12393rem;
}

.title-4 {
  font-size: 3.932943rem;
  text-align: center;
}

.header {
  float: left;
  margin: 143px 0 0;
  width: 460px;
  font-family: 'Playfair Display', serif;
  font-size: 4.6875rem;
  line-height: 79.16666px;
}

.header-2 {
  float: left;
  width: 286px;
  color: #d6a849;
  font-family: 'Playfair Display', serif;
  font-size: 3.125rem;
  line-height: 64.24502px;
}

.paragraph, .paragraph-copy, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: #000000;
}

.paragraph {
  margin: 31px 0 0 3px;
  width: 630px;
  font-size: 1.5625rem;
  line-height: 29.16667px;
  text-align: justify;
}

.paragraph-copy {
  margin: 31px 0 0 3px;
  width: 594px;
  font-size: 1.041667rem;
  line-height: 25px;
}

.text-style { line-height: 25px; }
.text-style-2 { line-height: 29px; }

/* ==========================================================================
   6. NAVIGATION & HEADER
   ========================================================================== */
.layer-1 {
  float: left;
  margin: 0 101px 0 0;
}

.toolbar {
  float: left;
  margin: 26px 0 0;
  position: relative;
  width: 551px;
}

.col-2 {
  float: left;
  margin: 19px 46px 0 0;
  position: relative;
  width: 341px;
}

.nav {
  left: 9.5px;
  margin: 0 auto;
  position: relative;
  width: auto !important; /* Fix wrapping */
}

.nav-list {
  position: relative;
  list-style: none;
}

.nav-list li {
  float: left;
  margin: 0 40px 0 0 !important;
}

.nav-list li:last-child {
  margin-right: 0;
}

.nav-list a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* Nav Typography */
.nav-item-1, .nav-item-1-2, .nav-item-1-3 {
  color: #f7f5ef;
  font-family: Nunito, sans-serif;
  font-size: 1.149779rem;
  position: relative;
  display: inline-block;
}

/* Active State Underline */
.nav-list li.active a {
  position: relative;
  padding-bottom: 6px;
}

.nav-list li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #d5a749;
  border-radius: 2px;
}

.nav-underline, .line {
  display: none !important;
}

/* Mobile Toggle (Hamburger) */
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 10px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #ffffff;
  margin: 6px 0;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ==========================================================================
   7. BUTTONS & UI ELEMENTS
   ========================================================================== */
.contact-us {
  float: left;
  min-height: 57px;
  width: 164px;
  border-radius: 5px;
  background: #d5a749;
  color: #0f1b32;
  font-family: Nunito, sans-serif;
  font-size: 1.149779rem;
  font-weight: bold;
  line-height: 57px;
  text-align: center;
}

.button, .button-3, .button-5, .button-7 {
  border: 3px solid #0f1b32;
  border-radius: 6.5px;
  color: #0f1b32;
  text-align: center;
  font-weight: 900;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.button {
  margin: 61px 0 0 3px;
  min-height: 72px;
  padding: 0 21px;
  position: relative;
  width: 284px;
  font-size: 1.377293rem;
  line-height: 72px;
}

.button-3 {
  margin: 56px 0 0;
  min-height: 71px;
  padding: 0 77px;
  position: relative;
  width: 281px;
  font-family: Nunito, sans-serif;
  font-size: 1.361455rem;
  line-height: 71px;
}

.button-5 {
  left: 109.5px;
  margin: 65px auto 0;
  min-height: 70px;
  padding: 0 81px;
  position: relative;
  width: 287px;
  border: none; /* Override default border */
  border-radius: 5px;
  background: #d6a849;
  font-size: 1.402612rem;
  line-height: 70px;
}

.button-7 {
  margin: 42px 0 0 723px;
  min-height: 75px;
  padding: 0 82px;
  position: relative;
  width: 298px;
  border-color: #f7f0e8;
  color: #f7f0e8; /* Assume text is light for this one based on context */
  font-family: Nunito, sans-serif;
  font-size: 1.443449rem;
  line-height: 75px;
}

/* Hover States */
.button:hover, .button-3:hover, .button-5:hover, .button-7:hover,
.contact-us:hover, .rectangle-holder-2:hover {
  opacity: 0.92;
}

/* ==========================================================================
   8. PAGE SECTIONS (HOME)
   ========================================================================== */

/* --- Hero Section --- */
.background {
  min-height: auto;
  position: relative;
  z-index: 0;
  background: #f7f5ef center 0;
  background-position: center top;
  background-size: cover;
}

.image {
  height: 819px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 222;
}

.hero-pic {
  left: 50%;
  margin-left: -720px;
  top: 0;
  position: absolute;
  z-index: 1;
}

.text-2 {
  left: 50%;
  position: absolute;
  top: 280px;
  width: 656px;
  margin-left: -119px;
}

/* --- "What We Offer" Section --- */
.group-2 {
  margin: 0 auto;
  position: relative;
  z-index: 182;
}

.design {
  height: 477px;
  overflow: hidden;
  position: relative;
  background: #0f1b32;
}

.text-3 {
  margin: -409px auto 0;
  padding: 0 120px;
  position: relative;
  width: 1440px;
}

.row-4 {
  left: 19px;
  margin: 86px auto 0;
  position: relative;
  width: 1162px;
}

.col-5 {
  float: left;
  position: relative;
  width: 627px;
}

.col-6 {
  float: right;
  margin: 2px 0 0 -26px;
  position: relative;
  width: 561px;
}

.section, .section-2 {
  position: relative;
  width: 513px;
}

.section { margin: 0 0 0 20px; }

.number, .number-2 {
  font-family: Nunito, sans-serif;
  font-size: 2.083333rem;
  text-align: right;
}

.line-2, .line-3 {
  display: block;
  margin: 18px auto 0;
}

.paragraph-2, .paragraph-4 {
  margin: 18px auto 0;
  font-family: Nunito, sans-serif;
  font-size: 1.562499rem;
  line-height: 1.2;
  text-align: right;
  color: white;
}

.paragraph-2 { left: 12px; width: 475px; }
.paragraph-4 { width: 500px; }

.layer-5 {
  display: block;
  left: 35px;
  margin: 205px auto 0;
  position: relative;
}

.section-line {
  display: block;
  height: 2px;
  margin: 18px auto 0;
  background-color: #d6a849;
}

/* --- "Welcome" Section --- */
.group-3 {
  margin: 187px auto 0;
  padding: 83px 47px 65px;
  position: relative;
  width: 1222px;
  z-index: 168;
  background: #0f1b32;
}

.text-4 {
  left: 18.5px;
  margin: 0 auto;
  position: relative;
  width: 1091px;
}

.line-4 {
  float: left;
  height: 494px;
  margin: 0 0 0 59px;
  width: 3px;
  background-color: #f7f0e8;
}

.paragraph-5 {
  width: 455px;
  font-family: Nunito, sans-serif;
  letter-spacing: -0.02em;
  line-height: 29.16666px;
  color: white;
}

/* --- "Why We Exist" Section --- */
.image-2 {
  margin: 109px auto 0;
  overflow: hidden;
  padding: 295px 0 101px;
  position: relative;
  width: 100%;
  z-index: 150;
  background: url(images/why_we.jpg) no-repeat center 0;
  background-size: cover;
}

.story {
  margin: 109px auto 0;
  overflow: hidden;
  padding: 295px 0 101px;
  position: relative;
  width: 100%;
  z-index: 150;
  background: url(images/forest.png) no-repeat center 0;
  background-size: cover;
}

.text-5 {
  margin: 0 auto;
  position: relative;
  width: 1440px;
}

.text-6 {
  margin: 21px 0 0 723px;
  width: 486px;
  line-height: 29.16667px;
}

/* --- "Mission" / Layer 4 Section --- */
.group-7 {
  margin: -146px auto 0;
  overflow: hidden;
  position: relative;
  z-index: 76;
}

.layer-4-holder {
  overflow: hidden;
  padding: 223px 0 76px;
  position: relative;
  width: 100%;
  z-index: 83;
  background: url(images/layer_4.png) no-repeat center 0;
  background-size: cover;
}

.rectangle-holder {
  margin: 0 auto;
  padding: 54px 0 58px;
  position: relative;
  width: 1220px;
  background: #0f1b32;
}

.text-7 {
  margin: 0 auto;
  position: relative;
  width: 1023px;
}

.paragraph-6 {
  float: right;
  margin: 2px 0 0;
  width: 636px;
  font-size: 1.5625rem;
  line-height: 37.5px;
  color: white;
}

.image-3 {
  height: 960px;
  margin: -320px 0 0;
  position: relative;
  width: 100%;
  z-index: 76;
}

.hero-pic-2 {
  left: 0;
  position: absolute;
  top: 347px;
  width: 100%;
}

.coffee-cup-table-against-sky-sunset {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* --- "Join" Section --- */
.design-2 {
  height: 567px;
  margin: -31px auto 0;
  padding: 169px 0 192px;
  position: relative;
  z-index: 98;
  background: url(images/join.jpg) no-repeat center 0;
  background-size: cover;
}

.text-8 {
  margin: 0 auto;
  position: relative;
  width: 1440px;
}

.join-pill {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 2px solid #ffffff;
  border-radius: 60px;
}

.join-pill input {
  flex: 1;
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  padding: 18px 24px;
  border: none;
}

.join-pill input::placeholder {
  color: #cfcfcf;
}

.join-pill button {
  background: #d5a749;
  color: #0f1b32;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 42px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}

/* --- Misc/Footer Elements --- */
.section-3 {
  margin: 47px auto 0;
  min-height: 88px;
  padding: 11px 13px 11px 43px;
  position: relative;
  width: 783px;
  border: 3px solid #f7f0e8;
  border-radius: 44.25px;
}

.paragraph-7 {
  float: left;
  margin: 23px 0 0;
}

.rectangle-holder-2 {
  float: right;
  margin: 0 3px 0 0;
  padding: 20px 0 21px;
  position: relative;
  width: 219px;
  border-radius: 30.01px;
  background: #d6a849;
  cursor: pointer;
}

.arrow {
  float: right;
  height: 66px;
  position: relative;
  width: 66px;
  border-radius: 5px;
  background: #f7f0e8;
}

.arrow-2 {
  left: 50%;
  position: absolute;
  top: 17px;
  margin-left: -16px;
}

.arrow-3 {
  left: 50%;
  position: absolute;
  top: 19px;
  margin-left: -3px;
}

/* ==========================================================================
   9. ABOUT & RESOURCES PAGES (SPECIFIC OVERRIDES)
   ========================================================================== */

/* Header Fix for About Page */
.ws-header .row {
  position: relative;
  top: 0;
  left: 0;
}

/* About hero image framing */
.ws-hero .ws-left img {
  object-position: center top;
}

/* Vision section */
.ws-vision-inner {
  width: 1440px;
  margin: 0 auto;
  padding: 80px 0 40px;
  background: #f7f5ef;
}

.ws-vision-box {
  background: #0f1b32;
  padding: 56px 120px;
  display: flex;
  align-items: center;
  gap: 70px;
}

.ws-vision-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  color: #d6a849;
  min-width: 300px;
}

.ws-vision-box p {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(247,240,232,0.95);
  max-width: 820px;
}


  .ws-wrap { width: 1440px; margin: 0 auto; }
  .ws-hero { position: relative; height: 820px; }
  .ws-hero .ws-left { position:absolute; left:0; top:0; width: 720px; height:820px; overflow:hidden; }
  .ws-hero .ws-right { position:absolute; right:0; top:0; width: 720px; height:820px; padding: 180px 120px 0 80px; background:#f7f5ef; }
  .ws-h1 { font-family:'Playfair Display', serif; font-size: 84px; color:#0f1b32; line-height: 0.95; }
  .ws-p { font-family: Lato, sans-serif; font-size: 20px; color:#000; line-height: 1.6; margin-top: 20px; max-width: 100%; }
  .ws-p b { color:#0f1b32; }

  .ws-band { background:#0f1b32; color:#f7f0e8; padding: 86px 0; }
  .ws-band h2 { font-family:'Playfair Display', serif; font-size: 56px; color:#d6a849; }
  .ws-band .ws-band-grid { display:flex; gap: 70px; align-items:flex-start; padding: 0 120px; width:1440px; margin:0 auto; }
  .ws-band .ws-band-text { width: 560px; }
  .ws-band .ws-band-text p { font-family: Nunito, sans-serif; font-size: 20px; line-height:1.6; color:rgba(247,240,232,.92); margin-top: 16px; }
  .ws-band .ws-band-img { width: 560px; height: 320px; overflow:hidden; }

  .ws-values { padding: 120px 0; }
  .ws-values h2 { font-family:'Playfair Display', serif; font-size: 64px; color:#0f1b32; text-align:center; line-height:1.1; }
  .ws-cards { display:flex; flex-wrap:wrap; gap: 40px; justify-content:center; margin-top: 70px; width:1440px; margin-left:auto; margin-right:auto; }
  .ws-card { width: 520px; min-height: 190px; background:#0f1b32; padding: 28px 32px; }
  .ws-card h3 { font-family:'Playfair Display', serif; font-size: 36px; color:#d6a849; margin-bottom: 10px; }
  .ws-card p { font-family: Nunito, sans-serif; font-size: 18px; color:rgba(247,240,232,.92); line-height:1.55; width: 80%; }

  .ws-story { height: 760px; position: relative; background: url('images/forest.png') no-repeat center top; background-size: cover; }
  .ws-story:before { content:""; position:absolute; inset:0; background: rgba(0,0,0,.45); }
  .ws-story .ws-story-box { position:relative; width: 720px; margin: 0 auto; padding-top: 140px; text-align:center; color:#f7f0e8; }
  .ws-story h2 { font-family:'Playfair Display', serif; font-size: 70px; color:#f7f0e8; margin-bottom: 18px; }
  .ws-story p { font-family: Nunito, sans-serif; font-size: 18px; line-height:1.65; color:rgba(247,240,232,.92); }
  .ws-btn-outline { display:inline-block; margin-top: 26px; border:3px solid rgba(247,240,232,.92); padding: 18px 44px; font-family: Nunito, sans-serif; font-weight: 800; color:#f7f0e8; text-decoration:none; }

  .ws-vision { background:#0f1b32; padding: 72px 0; }
  .ws-vision .ws-vision-grid { display:flex; align-items:center; gap: 70px; padding: 0 120px; width:1440px; margin:0 auto; }
  .ws-vision h2 { font-family:'Playfair Display', serif; font-size: 56px; color:#d6a849; width: 320px; }
  .ws-vision p { font-family: Nunito, sans-serif; font-size: 20px; line-height:1.6; color:rgba(247,240,232,.92); max-width: 820px; }

  .ws-commit { padding: 120px 0 100px; text-align:center; width:1440px; margin:0 auto; }
  .ws-commit h2 { font-family:'Playfair Display', serif; font-size: 56px; color:#0f1b32; }
  .ws-commit p { font-family: Lato, sans-serif; font-size: 20px; line-height:1.7; color:#000; max-width: 980px; margin: 18px auto 0; }

  .ws-footimg { height: 420px; background: url('images/footer.jpg') no-repeat center; background-size: cover; filter: grayscale(1); }


/* ==========================================================================
   10. MEDIA QUERIES (RESPONSIVE)
   ========================================================================== */

/* --- Tablet / Medium Screens (Max 1200px) --- */
@media (max-width: 1200px) {
  body { min-width: 0; }

  /* Containers */
  .l-constrained-2,
  .text-3,
  .text-5,
  .text-8,
  .l-constrained {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* --- Tablet / Small Laptop (Max 1024px) --- */
@media (max-width: 1024px) {
  .ws-vision-inner {
    width: 100%;
    padding: 60px 0 40px;
  }

  .ws-vision-box {
    padding: 48px 60px;
    gap: 40px;
  }

  .ws-vision-box h2 {
    font-size: 44px;
    min-width: auto;
  }

  .ws-vision-box p {
    font-size: 18px;
    max-width: 100%;
  }
}

/* --- Mobile / Tablet Portrait (Max 768px) --- */
@media (max-width: 768px) {
  body { min-width: 0; }

  /* Navigation & Header */
  .menu-toggle { display: inline-block; }
  .nav-wrap { display: none; width: 100%; margin-top: 10px; }
  .nav-wrap.open { display: block; }
  .nav-wrap.open .nav {
    width: 100%;
    background: rgba(15, 27, 50, 0.98);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 14px 10px;
    left: auto;
  }
  .nav-list { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .nav-list a { display: inline-block; padding: 10px 14px; }
  .nav-list li.active a::after { bottom: -2px; height: 3px; }

  /* Layout Resets */
  .row { position: relative; top: 0; }
  .l-constrained-2 { width: 100%; padding: 0 16px; display: flex; flex-direction: column; align-items: center; }
  .layer-1 { float: none; margin: 0; }
  .toolbar { float: none; width: 100%; margin: 12px 0 0; display: flex; flex-direction: column; align-items: center; gap: 12px; }
  .col-2 { float: none; width: auto; margin: 0; }
  .contact-us { float: none; width: 220px; min-height: 52px; line-height: 52px; }

  /* Hero */
  .image { height: auto; position: relative; padding-bottom: 28px; }
  .hero-pic { position: relative; left: auto; top: auto; margin-left: 0; width: 100%; height: auto; display: block; }
  .text-2 { position: relative; left: auto; top: auto; margin: 18px auto 0; width: auto; padding: 0 16px 10px; }
  .title { font-size: 3rem; line-height: 1.05; }
  .paragraph, .paragraph-copy { width: auto; text-align: left; }
  .button { width: auto; max-width: 360px; }

  /* What We Offer */
  .row-4, .offer-grid { width: 100%; margin: 0; }
  .offer-grid { display: flex; flex-direction: column; align-items: center; gap: 48px; padding: 0 20px; }
  .col-5, .col-6 { float: none; width: 100%; margin: 0; }
  .section, .section-2 { width: 100%; margin-top: 30px; text-align: center; }
  .number, .number-2 { text-align: center; font-size: 1.8rem; }
  .section-line { margin: 14px auto 0; max-width: 200px; }
  .paragraph-2, .paragraph-4 { width: 100%; margin: 16px auto 0; text-align: center; font-size: 1.1rem; line-height: 1.5; }
  .layer-5 { width: 100%; max-width: 320px; height: auto; margin: 20px auto 0; display: block; left: 0; }
  .title-2 { margin-top: 20px; text-align: center; font-size: 2.2rem; line-height: 1.2; }
  .paragraph-3 { width: 100%; margin: 20px auto 0; text-align: center; font-size: 1.05rem; }
  .button-3 { margin: 28px auto 0; }

  /* Welcome Block */
  .group-3 { width: auto; margin: 70px 16px 0; padding: 48px 16px; }
  .text-4 { width: auto; left: 0; }
  .header { float: none; width: auto; margin: 0; text-align: center; font-size: 3rem; line-height: 1.1; }
  .line-4 { float: none; width: 100%; height: 3px; margin: 22px 0; }
  .col { float: none; width: auto; margin: 0; }
  .paragraph-5 { width: auto; }
  .button-5 { left: 0; margin: 28px auto 0; width: auto; max-width: 320px; }

  /* Why We Exist */
  .image-2 { padding: 140px 0 80px; }
  .title-3 { margin: 0; text-align: center; font-size: 3rem; }
  .text-6 { margin: 16px auto 0; width: auto; max-width: 560px; text-align: center; }
  .button-7 { margin: 26px auto 0; width: auto; max-width: 320px; }

  /* Mission */
  .rectangle-holder { width: auto; margin: 0 16px; padding: 34px 16px; }
  .text-7 { width: auto; }
  .header-2 { float: none; width: auto; text-align: center; }
  .paragraph-6 { float: none; width: auto; margin: 14px 0 0; text-align: center; font-size: 1.1rem; line-height: 1.6; }
  .image-3 { height: auto; margin: 0; }
  .hero-pic-2,
  .coffee-cup-table-against-sky-sunset { position: relative; top: auto; left: auto; }

  /* Join */
  .design-2 { height: auto; padding: 90px 16px 110px; margin: 0; }
  .title-4 { font-size: 2.6rem; }
  .join-pill { max-width: 100%; padding: 12px; }
  .join-pill input { font-size: 16px; padding: 14px 16px; }
  .join-pill button { font-size: 16px; padding: 14px 26px; }

  /* About & Resources Overrides */
  .ws-wrap, .ws-container, .ws-band .ws-band-grid, .ws-vision .ws-vision-grid, .ws-cards, .ws-commit {
    width: 100% !important; padding-left: 16px !important; padding-right: 16px !important;
  }
  .ws-hero { height: auto !important; }
  .ws-hero .ws-left, .ws-hero .ws-right {
    position: relative !important; width: 100% !important; height: auto !important;
    left: auto !important; right: auto !important; top: auto !important;
  }
  .ws-hero .ws-right { padding: 44px 16px 60px !important; }
  .ws-h1 { font-size: 3rem !important; }
  .ws-p { font-size: 18px !important; }
  .ws-band .ws-band-grid, .ws-vision .ws-vision-grid {
    flex-direction: column !important; gap: 24px !important; align-items: stretch !important;
  }
  .ws-band .ws-band-text, .ws-band .ws-band-img { width: 100% !important; height: auto !important; }
  .ws-values { padding: 70px 0 !important; }
  .ws-values h2 { font-size: 2.4rem !important; }
  .ws-card { width: 100% !important; max-width: 620px !important; }
  .ws-story { height: auto !important; }
  .ws-story .ws-story-box { width: auto !important; padding: 80px 16px !important; }
  .ws-footimg { height: 260px !important; }
  .ws-page { padding: 120px 0 80px !important; }
  .ws-title { font-size: 3rem !important; }

  /* Vision Box Mobile */
  .ws-vision-box { flex-direction: column; align-items: flex-start; padding: 40px 28px; }
  .ws-vision-box h2 { font-size: 36px; }
  .ws-vision-box p { font-size: 17px; line-height: 1.65; }

/* =========================================
     FORCE CENTER ALIGNMENT (Cleaner Mobile Look)
     Paste this INSIDE @media (max-width: 768px)
     ========================================= */
  
  /* 1. Center Text for Main Page & About Page Headings/Paragraphs */
  .title, 
  .title-2, 
  .title-3, 
  .title-4, 
  .header, 
  .header-2, 
  .paragraph, 
  .paragraph-copy, 
  .paragraph-5,
  .ws-h1, 
  .ws-p,
  .ws-band h2,
  .ws-band .ws-band-text p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 2. Fix the Vision Box (About Page) */
  /* Previously aligned left, now we force it to center items */
  .ws-vision-box {
    align-items: center !important; /* Centers flex items */
    text-align: center !important;  /* Centers text inside */
  }
  
  .ws-vision-box h2,
  .ws-vision-box p {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

}


/* =========================================================
   MOBILE RESPONSIVE OVERRIDES (Max Width: 768px)
   Replaces your existing mobile block
   ========================================================= */

@media (max-width: 768px) {
  body { min-width: 0; }

  /* 1. RESET ALL POSITIONING & FLOATS (Fixes the "shift to right" issue) */
  .row,
  .row-4,
  .text-2,
  .text-4,
  .paragraph-2,
  .layer-5,
  .hero-pic,
  .hero-pic-2,
  .button-5,
  .col-6 {
    left: 0 !important;       /* Resets desktop offsets like left: 19px */
    top: 0 !important;
    right: 0 !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 2. FORCE CENTER ALIGNMENT FOR ALL TEXT */
  .title, .title-2, .title-3, .title-4, 
  .header, .header-2, 
  .paragraph, .paragraph-copy, 
  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6,
  .number, .number-2,
  .text-6,
  .ws-h1, .ws-p, .ws-band h2, .ws-band .ws-band-text p,
  .section, .section-2 {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 3. LAYOUT CONTAINERS - STACK VERTICALLY */
  .l-constrained-2,
  .offer-grid,
  .text-3,
  .text-5,
  .text-8,
  .group-3,
  .layer-1,
  .toolbar,
  .col-2,
  .col-5,
  .col-6,
  .col,
  .ws-vision-box,
  .ws-band-grid {
    
    padding-left: 16px !important; /* Safety padding */
    padding-right: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }

  /* 4. SPECIFIC ELEMENT FIXES */
  
  /* Navigation */
  .nav-wrap { display: none; width: 100%; margin-top: 10px; }
  .nav-wrap.open { display: block; }
  .nav-wrap.open .nav {
    width: 100%;
    background: rgba(15, 27, 50, 0.98);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 14px 10px;
    left: auto;
  }
  .nav-list { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .menu-toggle { display: inline-block; }
  .contact-us { width: 220px; min-height: 52px; line-height: 52px; margin-top: 10px; }

  /* Hero */
  .image { height: auto; padding-bottom: 28px; }
  .title { font-size: 3rem; line-height: 1.1; margin-top: 20px; }
  .text-2 { position: relative; width: 100%; padding: 0 16px; margin-top: 20px; }
  .button { width: 100%; max-width: 360px; margin: 30px auto 0; }

  /* What We Offer / Icons */
  .row-4 { margin-top: 0; }
  /*.section, .section-2 { margin-top: 40px; }*/
  .section-line { margin: 15px auto; }
  .layer-5 { max-width: 300px; height: auto; margin: 30px auto 0; display: block; }
  .title-2 { margin-top: 50px; font-size: 2.4rem; line-height: 1.2; }
  .button-3 { margin: 30px auto 0; }

  /* Welcome Block */
  .group-3 { margin-top: 60px; padding: 40px 16px; }
  .line-4 { width: 80%; height: 2px; margin: 20px auto; background-color: #f7f0e8; }
  .button-5 { width: 100%; max-width: 320px; margin: 30px auto 0; }

  /* Why We Exist */
  .image-2 { padding: 100px 0 80px; }
  .title-3 { font-size: 3rem; margin: 0; }
  .button-7 { margin: 30px auto 0; width: 100%; max-width: 320px; }

  /* Mission */
  .rectangle-holder { width: 100%; margin: 0; padding: 40px 16px; }
  .image-3 { height: auto; margin: 0; }

  /* Join */
  .design-2 { height: auto; padding: 80px 16px 100px; margin: 0; }
  .title-4 { font-size: 2.6rem; }
  .join-pill { max-width: 100%; padding: 12px; }
  .join-pill input { font-size: 16px; padding: 14px 16px; }
  .join-pill button { font-size: 16px; padding: 14px 26px; }

  /* About Page Overrides */
  .ws-hero { height: auto !important; }
  .ws-hero .ws-left, .ws-hero .ws-right { position: relative !important; width: 100% !important; height: auto !important; padding: 0 !important; }
  .ws-hero .ws-right { padding: 40px 16px 60px !important; }
  .ws-h1 { font-size: 3rem !important; margin-bottom: 20px; }
  .ws-band .ws-band-img { height: 300px !important; margin-top: 30px; }
  .ws-values h2 { font-size: 2.4rem !important; }
  .ws-card { width: 100% !important; margin-bottom: 20px; }
  .ws-story .ws-story-box { width: 100% !important; padding: 60px 16px !important; }
  .ws-footimg { height: 260px !important; }
}

/* --- Small Mobile (Max 480px) --- */
@media (max-width: 480px) {
  .join-pill { flex-direction: column; align-items: stretch; gap: 12px; border-radius: 28px; }
  .join-pill button { width: 100%; border-radius: 22px; }

  .ws-vision-box { padding: 32px 22px; }
  .ws-vision-box h2 { font-size: 32px; }
  .ws-vision-box p { font-size: 16px; }
}


/* =========================================================
   TINY SCREENS (iPhone SE, Foldable Cover Screens)
   Width < 360px
   ========================================================= */
@media (max-width: 359px) {
  
  /* Reduce side padding so content has more room */
  .l-constrained-2,
  .ws-wrap, 
  .ws-container,
  .offer-grid,
  .group-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Shrink huge titles slightly so they don't wrap awkwardly */
  .title,
  .ws-h1,
  .header {
    font-size: 2.4rem !important; /* Down from 3rem */
  }

  .title-2, 
  .title-3,
  .ws-title {
    font-size: 2rem !important;
  }
  
  /* Ensure buttons fit */
  .button, 
  .button-3, 
  .button-5, 
  .button-7,
  .join-pill button {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem; /* Slightly smaller text */
  }
}


/* =========================================================
   TABLET & LAPTOP FIX (For iPad Pro, Air, Surface, Nest Hub)
   Range: 769px to 1439px
   ========================================================= */

@media (max-width: 1439px) {
  /* 1. Unlock the fixed 1440px width */
  .ws-wrap,
  .ws-band .ws-band-grid,
  .ws-vision .ws-vision-grid,
  .ws-cards,
  .ws-commit,
  .ws-values,
  .ws-vision-inner {
    width: 100% !important;
    max-width: 100%;
    padding-left: 30px; /* Add breathing room */
    padding-right: 30px;
  }

  /* 2. Fix the Hero Split (prevent overlap) */
  .ws-hero .ws-left,
  .ws-hero .ws-right {
    width: 50% !important; /* Switch from 720px to 50% */
  }
  
  /* Reduce hero padding so text fits in narrower column */
  .ws-hero .ws-right {
    padding: 140px 40px 0 40px; 
  }

  /* 3. Fix the Image/Text Band split */
  .ws-band .ws-band-text,
  .ws-band .ws-band-img {
    width: 48%; /* Fit side by side with gap */
  }
  
  .ws-band .ws-band-grid,
  .ws-vision .ws-vision-grid {
    gap: 4%; /* Use fluid gap */
    padding: 0 30px;
  }
}








/* =========================================================
   RESOURCES PAGE
   ========================================================= */

/* ---------- HERO ---------- */



.res-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  line-height: 1.08;
  color: #d6a849;

  width: 360px;      /* tighter like draft */
  margin: 0;
}

.res-hero p {
  font-family: Nunito, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(247,240,232,.92);

  max-width: 460px;  /* key fix */
  margin: 0;
}
/* ---------- GUIDES ---------- */
.res-guides {
  background:#0f1b32;
  padding:120px 0;
  text-align:center;
}

.res-guides h2 {
  font-family:'Playfair Display', serif;
  font-size:56px;
  color:#d6a849;
}

.res-sub {
  margin-top:16px;
  font-size:18px;
  color:rgba(247,240,232,.85);
}

.res-guide-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  width:1440px;
  margin:80px auto 0;
}

.res-guide img {
  width:100%;
 
  object-fit:cover;
}

.res-guide h3 {
  margin:30px;
  font-size:20px;
  color:#fff;
}

.res-guide p {
  font-size: 16px;
  color: rgba(247,240,232,.85);
  width: 70%;
  text-align: center;
  margin-left: 50px;
}

/* ---------- TOOLS ---------- */
.res-tools {
  background:#fff;
  padding:120px 0;
  text-align:center;
}

.res-tools h2 {
  font-family:'Playfair Display', serif;
  font-size:56px;
  color:#0f1b32;
}

.res-tools-grid {
  width:55%;
  margin:70px auto 0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
}

.res-tool {
  background:#0f1b32;
  padding:50px;
  text-align:left;
}

.res-tool h3 {
  font-family:'Playfair Display', serif;
  font-size:32px;
  color:#d6a849;
}

.res-tool span {
  display:block;
  margin-top:30px;
  font-size:14px;
  color:#fff;
}

/* ---------- ARTICLES ---------- */
.res-articles {
  background:#d9d9d9;
  padding:140px 0 130px;
  text-align:center;
}

.res-articles h2 {
  font-family:'Playfair Display', serif;
  font-size:56px;
}

.res-articles-grid {
  width:1440px;
  margin:70px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

.res-articles article {
  text-align:left;
}

.res-articles h3 {
  font-size:18px;
  font-weight: bold;
}

.res-articles p {
  font-size:14px;
  line-height:1.6;
  color:black;
}

.res-articles a {
  font-size:14px;
  color:#000;
}

/* ---------- SIGNUP ---------- */
.res-signup {
  background:#0f1b32;
  padding:120px 0;
  text-align:center;
}


.res-signup h2 {
  font-family:'Playfair Display', serif;
  font-size:56px;
  color:#d6a849;
}

.res-form {
  margin:40px auto 0;
  width:780px;
  display:flex;
  border:2px solid #fff;
  border-radius:60px;
}

.res-form input {
  flex:1;
  background:none;
  color:#fff;
  padding:18px 30px;
  font-size:18px;
}

.res-form button {
  background:#d6a849;
  border:none;
  padding:0 50px;
  border-radius:60px;
  font-weight:bold;
}

/* ---------- FOOTER TEXT ---------- */
.res-footer-text {
  text-align:center;
  padding:80px 20px;
  font-size:16px;
  color:#000;
}

.res-hero {
  background:#fff;
  padding: 120px 0 88px; /* extra bottom for overlap */
  
}

.res-hero-inner {
  width:60%;
  max-width: 1440px;
  margin:0 auto;
  background:#0f1b32;
  padding:90px 120px;
  display:flex;
  gap:70px;
  position: relative;
  z-index: 5;
}





/* ---------- RESPONSIVE ---------- */
@media(max-width:768px){
  .res-hero-inner,
  .res-guide-grid,
  .res-tools-grid,
  .res-articles-grid{
    width:100%;
    padding:0 16px;
    grid-template-columns:1fr;
  }

  .res-hero-inner{flex-direction:column;}
  .res-form{width:100%;flex-direction:column;}
  .res-form button{width:100%;}
}


@media (max-width: 1439px) {
  /* ... existing styles for 1439px ... */

  /* Resources Page Specific Adjustments */
  .res-hero-inner,
  .res-guide-grid,
  .res-articles-grid {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  /* Reduce inner padding on the hero for smaller screens */
  .res-hero-inner {
    padding: 70px 60px;
    gap: 40px;
  }
  
  .res-guide-grid {
    gap: 20px;
  }
}



@media (max-width: 768px) {
  
  /* 1. Universal Layout Fixes for Resources Page */
  .res-hero-inner,
  .res-guide-grid,
  .res-tools-grid,
  .res-articles-grid {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: 1fr !important; /* Stack grids */
  }

  /* 2. Hero Section (res-hero) */
  .res-hero {
    padding: 40px 0 60px !important; /* Smaller top/bottom padding */
  }
  .res-hero-inner {
    flex-direction: column !important; /* Stack text/image vertically */
    padding: 30px 20px !important;
    gap: 20px !important;
  }
  
  /* Text & Title Adjustments */
  .res-hero h1 {
    font-size: 2.4rem !important;
    width: 100% !important;
    text-align: center !important;
  }
  .res-hero p {
    font-size: 16px !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  
  /* 3. Guides Section (res-guides) */
  .res-guides {
    padding: 60px 0 !important;
  }
  .res-guides h2 {
    font-size: 2.6rem !important;
  }
  .res-guide-grid {
    margin-top: 40px !important;
  }
  .res-guide p {
    margin: 0 auto 30px !important; /* Center paragraph */
    width: 90% !important;
  }

  /* 4. Tools Section (res-tools) */
  .res-tools {
    padding: 60px 0 !important;
  }
  .res-tools h2 {
    font-size: 2.6rem !important;
  }
  .res-tools-grid {
    width: 100% !important; /* Use full width */
    margin-top: 40px !important;
    grid-template-columns: 1fr !important;
  }
  .res-tool {
    text-align: center !important; /* Center text in tool box */
  }
  .res-tool span {
    margin-left: auto;
    margin-right: auto;
  }

  /* 5. Articles Section (res-articles) */
  .res-articles {
    padding: 70px 0 60px !important;
  }
  .res-articles h2 {
    font-size: 2.6rem !important;
  }
  .res-articles-grid {
    margin-top: 40px !important;
  }
  .res-articles article {
    margin-bottom: 20px;
  }

  /* 6. Signup Section (res-signup) */
  .res-signup {
    padding: 60px 0 !important;
  }
  .res-signup h2 {
    font-size: 2.4rem !important;
  }
  .res-form {
    flex-direction: column !important; /* Stack email input and button */
    border-radius: 10px !important;
    width: 100% !important;
    max-width: 400px;
    margin-top: 20px !important;
    border: none !important; /* Remove border from parent */
  }
  .res-form input {
    border: 2px solid #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 16px 20px;
  }
  .res-form button {
    width: 100% !important;
    padding: 16px 50px !important;
    border-radius: 8px !important;
  }

}



/* =========================================================
   RESOURCES PAGE ONLY — RESPONSIVE PACK (NO DESKTOP CHANGES)
   Scope: body.page-resources
   Paste at END of style.css
   ========================================================= */

/* --------- Tablet / Small Laptop (<= 1200px) --------- */
@media (max-width: 1200px) {
  .page-resources .res-hero-inner {
    width: calc(100% - 60px) !important;
    padding: 70px 60px !important;
    gap: 40px !important;
  }

  .page-resources .res-guide-grid,
  .page-resources .res-articles-grid {
    width: calc(100% - 60px) !important;
  }

  .page-resources .res-tools-grid {
    width: calc(100% - 60px) !important;
    max-width: 980px;
  }
}

/* --------- Mobile / Tablet Portrait (<= 768px) --------- */
@media (max-width: 768px) {
  /* HERO: remove desktop absolute math ONLY for resources hero image */
  .page-resources .hero-pic {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  /* HERO: keep the “card” feel but stack nicely */
  .page-resources .res-hero {
    background: #f7f5ef;
    padding: 0 0 60px !important;
  }

  .page-resources .res-hero-inner {
    width: calc(100% - 32px) !important;
    margin: -40px auto 0 !important; /* slight overlap like draft */
    padding: 34px 20px !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .page-resources .res-hero h1 {
    width: 100% !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    text-align: center;
  }

  .page-resources .res-hero p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    text-align: center;
  }

  /* GUIDES */
  .page-resources .res-guides {
    padding: 70px 0 !important;
  }

  .page-resources .res-guide-grid {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    margin-top: 44px !important;
  }

  .page-resources .res-guide p {
    width: 100% !important;
    margin: 0 auto !important;
    margin-left: 0 !important; /* kills desktop 50px shift */
    text-align: center !important;
  }

  /* TOOLS */
  .page-resources .res-tools {
    padding: 70px 0 !important;
  }

  .page-resources .res-tools-grid {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    margin-top: 40px !important;
  }

  .page-resources .res-tool {
    text-align: center !important;
    padding: 38px 22px !important;
  }

  /* ARTICLES */
  .page-resources .res-articles {
    padding: 80px 0 70px !important;
  }

  .page-resources .res-articles-grid {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    margin-top: 40px !important;
  }

  .page-resources .res-articles article {
    text-align: left !important;
  }

  /* SIGNUP */
  .page-resources .res-signup {
    padding: 70px 0 !important;
  }

  .page-resources .res-form {
    width: calc(100% - 32px) !important;
    max-width: 520px;
    flex-direction: column !important;
    gap: 12px;
    padding: 12px;
    border-radius: 18px !important;
  }

  .page-resources .res-form input {
    border: 2px solid #fff;
    border-radius: 12px;
  }

  .page-resources .res-form button {
    width: 100% !important;
    padding: 16px 0 !important;
    border-radius: 12px !important;
  }
}

/* --------- Small Phones (<= 480px) --------- */
@media (max-width: 480px) {
  .page-resources .res-hero-inner {
    margin-top: -28px !important;
    padding: 28px 16px !important;
  }

  .page-resources .res-hero h1 {
    font-size: 30px !important;
  }

  .page-resources .res-guides h2,
  .page-resources .res-tools h2,
  .page-resources .res-articles h2,
  .page-resources .res-signup h2 {
    font-size: 34px !important;
    line-height: 1.15;
  }
}
