.hero {
    min-height: 90vh;
    padding: 6rem 2rem;
    display: flex;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url('/images/gosforth-backdrop.png') no-repeat center center/cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero img {
    width: clamp(140px, 25vw, 220px);
    max-width: 80%;
    margin-bottom: 4rem;

    opacity: 1;
    transform: translateY(40px);
    animation: riseIn 1.2 ease forwards;
}

.tagline {
    font-size: clamp(1rem, 4vw, 2rem);
    letter-spacing: 0.2em;    
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 1.2rem;
}



.main-logo {
    width: 250px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.content-wrapper {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    min-height: 100vh;

    /* was: padding: 40px 10% 100px; */
    padding: calc(40px + 72px) 10% 100px;

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-container {
    max-width: 900px;
    margin: 0 auto;
}

.section-lead {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d6a4f;
    margin: 20px 0 10px;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.feature-item p {
    font-size: 11pt;
    line-height: 1.8;
    color: #555;
}

.conclusion-block {
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.conclusion-block p {
    font-size: 11pt;
    font-style: italic;
    color: #2d6a4f;
}

.final-statement {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px;
    color: #000;
}

.learn-more-btn {
    display: inline-block;
    margin: 40px auto 0;
    padding: 15px 40px;
    border: 1px solid #2d6a4f;
    color: #2d6a4f;
    text-decoration: none;
    font-size: 10pt;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.4s;
}

.learn-more-btn:hover {
    background: #2d6a4f;
    color: white;
}
@media (max-width: 768px) {

  .hero {
    padding: 4rem 1.5rem;
    min-height: 80vh;
  }

  .content-wrapper {
    padding: calc(60px + 72px) 6%;
  }

  .section-lead {
    font-size: 1.5rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Quote mobile fixes */
  .quote-wrapper {
    max-width: 100%;
    text-align: left;
  }

  .quote-wrapper blockquote {
    text-align: left;
    font-size: 1rem;
  }

  .quote-mark {
    position: static;
    display: inline;
    font-size: 1.5rem;
    margin: 0 4px;
  }

  .quote-section cite {
    text-align: left;
  }
}
.single-column {
    max-width: 750px;
    margin: 0 auto 50px;
}

.single-column p {
    font-size: 11pt;
    line-height: 1.8;
    color: #2f5f8f;
    margin-bottom: 20px;
    text-align: left;    
}
@media (min-width: 768px) {
    .single-column p {
        text-align: justify;
        text-justify: inter-word;
    }
}
.button-center {
    text-align: center;
}
.section-subhead {
  color: #2d6a4f;
  font-weight: 700;
  font-size: 1.15rem;   /* slightly smaller than section-lead */
  text-align: center;
  margin: 28px 0 10px;
  text-transform: lowercase; 
}
.section-subhead + p {
  margin-top: 0;
}
.quote-section {
  margin: 100px auto 80px;
  text-align: center;
}

.quote-wrapper {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

.quote-wrapper blockquote {
  font-style: italic;
  font-size: 1rem;  
  line-height: 1.8;
  color: #2f5f8f;
  margin: 0;
  text-align: left;
}

/* Large decorative quote marks */
.quote-mark {
  font-size: 3rem;
  color: #2d6a4f;
  font-weight: 700;
  position: absolute;
}

.quote-mark.left {
  left: -35px;
  top: -5px;
}

.quote-mark.right {
  right: -35px;
  bottom: -5px;
}

/* Citation styling */
.quote-section cite {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  font-style: italic;
  color: #1d3557;
}
/* ===== Callout (shared) ===== */
.callout{
  margin: 40px auto 34px;
  max-width: 980px;
  padding: 0 6%;
}

.callout-title{
  margin: 0 0 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #2f5f8f; /* headline blue-ish, not black */
  text-align: left;
}

/* Table container */
.callout-table{
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

/* Rows */
.callout-table .row{
  display: grid;
  grid-template-columns: 0.9fr 2fr 1.6fr;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.callout-table .row:first-child{
  border-top: 0;
}

.callout-table .row.header{
  background: rgba(45,106,79,0.06); /* subtle green tint */
}

/* Cells */
.callout-table .cell{
  padding: 18px 18px;
  border-right: 1px solid rgba(0,0,0,0.12);
  color: #2f5f8f;
  line-height: 1.35;
}

.callout-table .cell:last-child{
  border-right: 0;
}

.callout-table .row.header .cell{
  font-weight: 800;
  color: #2f5f8f;
  font-size: 1.15rem;
}

.callout-table .cell.label{
  font-weight: 800;
  color: #2f5f8f;
}

.callout-table .cell.strong{
  font-weight: 800;
  color: #2d6a4f; /* green emphasis for Anthyra side */
}

/* Mobile: stack into cards (still clean) */
@media (max-width: 720px){
  .callout-title{
    text-align: center;
  }

  .callout-table .row.header{
    display: none;
  }

  /* Remove outer table border — cards provide their own framing */
  .callout-table{
    border: none;
    border-radius: 0;
    overflow: visible;
  }

  /* Each row becomes its own card */
  .callout-table .row{
    display: block;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    margin: 10px 0;
    overflow: hidden;
  }

  /* Feature label cell — card heading */
  .callout-table .row .cell:first-child{
    display: block;
    background: rgba(45,106,79,0.08);
    font-weight: 800;
    color: #2f5f8f;
    padding: 10px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
  }

  /* Value cells — two rows inside the card */
  .callout-table .cell{
    display: flex;
    align-items: baseline;
    gap: 8px;
    border-right: 0;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding: 10px 16px;
  }

  .callout-table .row .cell:nth-child(2){
    border-top: 0;
  }

  /* Prepend column label via data-label */
  .callout-table .cell[data-label]::before{
    content: attr(data-label) ":";
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    min-width: 80px;
    flex-shrink: 0;
  }

  .callout-table .cell[data-label="anthyra"]::before{
    color: #2d6a4f;
  }
}
/* ===== Callout Panel (About page value proposition) ===== */
.callout-panel {
  margin: 44px auto 30px;
  padding: 26px 26px 22px;
  max-width: 980px;

  border: 1px solid #e5e7eb;
  border-radius: 14px;

  /* subtle “tint” that still reads clean/white */
  background: rgba(45, 106, 79, 0.04);
}

.callout-title {
  margin: 0 0 18px;
  text-align: center;
  color: #2d6a4f;
  font-weight: 700;
  font-size: 1.15rem;
  text-transform: lowercase;
}

/* 2-up grid desktop, 1-up mobile */
.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}

.value-item {
  padding: 14px 14px 10px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
}

.value-label {
  margin: 0 0 8px;
  color: #2d6a4f;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: lowercase;
}

/* Inherit your base paragraph sizing/colors */
.value-item p {
  margin: 0;
  font-size: 11pt;
  line-height: 1.8;
  color: #2f5f8f;
  text-align: left;
}

/* Responsive */
@media (max-width: 768px) {
  .callout-panel {
    padding: 20px 16px 16px;
    margin: 34px auto 24px;
  }

  .value-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}