    :root {
      --soil:      #3b2f1e;
      --bark:      #5c3f24;
      --clay:      #a0714a;
      --wheat:     #d4b483;
      --straw:     #ede5cc;
      --cream:     #faf6ee;
      --moss:      #5a6b3f;
      --fern:      #7a9356;
      --sage:      #b0c49a;
      --mist:      #e6ede0;
      --ink:       #2a1f10;
      --creek:     #4a7c8a;
      --forest:    #2a3d28;
      --eucalyptus:#84a98c;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      background: var(--cream);
      color: var(--ink);
      font-family: 'DM Sans', sans-serif;
      font-weight: 300;
      overflow-x: hidden;
    }

    /* ── GRAIN OVERLAY ── */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 9999;
      opacity: 0.5;
    }

    /* ── NAVIGATION ── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.4rem 3rem;
      background: #fff;
      transition: box-shadow 0.35s, padding 0.35s;
    }

    nav.scrolled {
      box-shadow: 0 1px 8px rgba(59,47,30,0.08);
      padding: 0.8rem 3rem;
    }

    .nav-logo {
      display: flex;
      align-items: center;
      text-decoration: none;
    }

    .nav-logo img {
      height: 40px;
      width: auto;
      transition: opacity 0.2s;
    }

    .nav-logo:hover img { opacity: 0.8; }

    .nav-links {
      display: flex;
      gap: 2.5rem;
      list-style: none;
    }

    .nav-links a {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--soil);
      text-decoration: none;
      opacity: 0.7;
      transition: opacity 0.2s;
    }

    .nav-links a:hover { opacity: 1; }

    /* ── HERO ── */
    .hero {
      height: 100vh;
      min-height: 700px;
      position: relative;
      display: flex;
      align-items: flex-end;
      background: #6b8c72;
      overflow: hidden;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      background-image: url('/hero.jpeg');
      background-size: cover;
      background-position: center 45%;
      animation: breathe 8s ease-in-out infinite alternate;
    }

    .hero-bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(20,35,20,0.45) 0%,
        rgba(20,35,20,0.25) 40%,
        rgba(20,35,20,0.55) 100%
      );
    }

    @keyframes breathe {
      from { filter: brightness(1); }
      to   { filter: brightness(1.08); }
    }

    /* Stylised tree silhouettes */
    .hero-trees {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 55%;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 400' preserveAspectRatio='none'%3E%3Cpath fill='%232a3d2e' d='M0,400L0,280 Q20,220 40,260 Q50,180 70,220 Q85,140 100,190 Q115,120 130,170 Q150,100 165,150 Q175,90 195,140 Q210,70 225,120 Q235,80 255,130 Q275,60 290,110 Q305,70 320,120 L340,400Z M340,400L340,300 Q360,240 375,280 Q390,200 405,250 Q420,170 440,210 Q455,150 470,190 Q480,130 500,180 Q520,110 535,160 Q550,90 570,140 L590,400Z M590,400L590,310 Q610,250 630,290 Q645,210 660,260 Q675,180 695,220 Q710,160 730,200 Q745,130 760,175 Q778,110 792,155 Q810,90 830,140 L850,400Z M850,400L850,290 Q870,230 890,270 Q905,190 920,235 Q938,160 955,200 Q968,140 985,185 Q1000,110 1018,160 Q1035,90 1050,140 Q1065,80 1085,135 L1100,400Z M1100,400L1100,300 Q1120,240 1140,280 Q1155,200 1170,245 Q1185,170 1200,215 Q1218,150 1235,190 Q1250,120 1268,165 Q1285,95 1305,145 Q1320,80 1340,130 Q1360,80 1380,125 L1440,400Z'/%3E%3C/svg%3E") no-repeat bottom;
      background-size: 100% 100%;
      opacity: 0.95;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 0 3rem 7rem 4rem;
      max-width: 780px;
    }

    .hero-eyebrow {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.72rem;
      font-weight: 400;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--sage);
      margin-bottom: 1.2rem;
      opacity: 0;
      animation: fadeUp 1s 0.3s forwards;
    }

    .hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(3.2rem, 7vw, 6rem);
      font-weight: 400;
      line-height: 1.08;
      color: var(--straw);
      margin-bottom: 1.8rem;
      opacity: 0;
      animation: fadeUp 1s 0.5s forwards;
    }

    .hero-title em {
      font-style: italic;
      color: var(--sage);
    }

    .hero-sub {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem;
      font-weight: 300;
      font-style: italic;
      color: var(--wheat);
      line-height: 1.65;
      max-width: 480px;
      opacity: 0;
      animation: fadeUp 1s 0.7s forwards;
    }

    .hero-scroll {
      position: absolute;
      bottom: 2.5rem;
      right: 3.5rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.6rem;
      opacity: 0;
      animation: fadeIn 1.5s 1.2s forwards;
    }

    .hero-scroll span {
      font-size: 0.65rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--wheat);
      opacity: 0.6;
      writing-mode: vertical-rl;
    }

    .scroll-line {
      width: 1px;
      height: 60px;
      background: linear-gradient(to bottom, transparent, var(--wheat));
      animation: scrollPulse 2s ease-in-out infinite;
    }

    @keyframes scrollPulse {
      0%, 100% { transform: scaleY(1); opacity: 0.5; }
      50% { transform: scaleY(1.3); opacity: 1; }
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }

    /* ── SECTION BASE ── */
    section { position: relative; }

    .section-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 3rem;
    }

    /* ── DIVIDER ── */
    .divider {
      display: flex;
      align-items: center;
      gap: 1.2rem;
      margin-bottom: 1.2rem;
    }

    .divider-line {
      flex: 1;
      height: 1px;
      background: var(--wheat);
      opacity: 0.4;
    }

    .divider-mark {
      font-size: 1.1rem;
      color: var(--clay);
      opacity: 0.7;
    }

    /* ── ABOUT / INTRO ── */
    .about {
      background: var(--cream);
      padding: 9rem 0 7rem;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1.4fr 1fr;
      gap: 5rem;
      align-items: start;
    }

    .about-label {
      font-size: 0.7rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 1.8rem;
    }

    .about-headline {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.2rem, 4vw, 3.4rem);
      font-weight: 500;
      line-height: 1.18;
      color: var(--soil);
    }

    .about-headline em {
      font-style: italic;
      color: var(--moss);
    }

    .about-stat-block {
      margin-top: 3.5rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem 1.5rem;
    }

    .about-stat {
      border-top: 1px solid var(--wheat);
      padding-top: 1rem;
    }

    .about-stat-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.4rem;
      font-weight: 400;
      color: var(--bark);
      line-height: 1;
    }

    .about-stat-label {
      font-size: 0.75rem;
      letter-spacing: 0.1em;
      color: var(--clay);
      margin-top: 0.4rem;
    }

    .about-text {
      padding-top: 3.5rem;
    }

    .about-text p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      margin-bottom: 1.8rem;
    }

    .about-text p:first-child::first-letter {
      float: left;
      font-family: 'Playfair Display', serif;
      font-size: 4.2rem;
      font-weight: 500;
      line-height: 0.82;
      color: var(--bark);
      margin-right: 0.12em;
      margin-top: 0.06em;
    }

    /* ── PHILOSOPHY BANNER ── */
    .philosophy {
      background: var(--cream);
      padding: 7rem 0;
      overflow: hidden;
    }

    .philosophy-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 3rem;
    }

    .philosophy-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }

    .philosophy-item {
      padding: 3rem 3.5rem 3rem 0;
      border-right: 1px solid rgba(212,180,131,0.2);
    }

    .philosophy-item:last-child {
      border-right: none;
      padding-right: 0;
      padding-left: 3rem;
    }

    .philosophy-item:nth-child(2) {
      padding-left: 3rem;
    }

    .philosophy-num {
      font-family: 'Playfair Display', serif;
      font-size: 3.5rem;
      font-weight: 400;
      color: rgba(90,107,63,0.2);
      line-height: 1;
      margin-bottom: 1.5rem;
    }

    .philosophy-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.35rem;
      font-style: italic;
      color: var(--moss);
      margin-bottom: 1rem;
    }

    .philosophy-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.05rem;
      font-weight: 300;
      line-height: 1.75;
      color: var(--soil);
    }

    /* ── REGENERATIVE GRAZING ── */
    .regen {
      background: var(--cream);
      padding: 9rem 0;
    }

    .regen-intro {
      display: grid;
      grid-template-columns: 1fr 1.5fr;
      gap: 6rem;
      align-items: start;
      margin-bottom: 7rem;
    }

    .regen-intro-left .section-label { margin-bottom: 1rem; }

    .regen-intro-left h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 400;
      line-height: 1.18;
      color: var(--soil);
      margin-bottom: 2rem;
    }

    .regen-intro-left h2 em { font-style: italic; color: var(--moss); }

    .regen-intro-right p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      margin-bottom: 1.4rem;
    }

    /* Exemplars */
    .regen-exemplars-label {
      font-size: 0.7rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--moss);
      margin-bottom: 2.5rem;
    }

    .regen-exemplars {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
      margin-bottom: 7rem;
    }

    .regen-exemplar {
      background: var(--cream);
      padding: 2.5rem 2rem 2.2rem;
      position: relative;
      overflow: hidden;
      transition: background 0.25s;
    }

    .regen-exemplar:hover { background: var(--forest); }

    .regen-exemplar:hover .regen-exemplar-name { color: var(--straw); }
    .regen-exemplar:hover .regen-exemplar-tag  { color: var(--sage); }
    .regen-exemplar:hover .regen-exemplar-text { color: var(--wheat); }
    .regen-exemplar:hover .regen-exemplar-text a { color: var(--sage); }

    .regen-exemplar::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
    }

    .regen-exemplar:nth-child(1)::after { background: var(--moss); }
    .regen-exemplar:nth-child(2)::after { background: var(--creek); }
    .regen-exemplar:nth-child(3)::after { background: var(--clay); }
    .regen-exemplar:nth-child(4)::after { background: var(--fern); }

    .regen-exemplar-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.25rem;
      font-weight: 400;
      font-style: italic;
      color: var(--moss);
      margin-bottom: 0.3rem;
      transition: color 0.25s;
    }

    .regen-exemplar-tag {
      font-size: 0.65rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 1.2rem;
      transition: color 0.25s;
    }

    .regen-exemplar-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.7;
      color: var(--soil);
      transition: color 0.25s;
    }

    /* Equipment */
    .regen-equipment {
      background: var(--mist);
      padding: 4rem;
      display: grid;
      grid-template-columns: 1fr 1.8fr;
      gap: 5rem;
      align-items: start;
    }

    .regen-equipment-left h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      font-weight: 400;
      font-style: italic;
      color: var(--soil);
      margin-bottom: 0.8rem;
      line-height: 1.3;
    }

    .regen-equipment-left p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.75;
      color: var(--clay);
    }

    .regen-equipment-right {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
    }

    .equip-item {
      background: var(--cream);
      padding: 1.5rem 1.5rem 1.4rem;
      border-top: 3px solid var(--wheat);
    }

    .equip-item-role {
      font-size: 0.62rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 0.5rem;
    }

    .equip-item-brand {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-weight: 500;
      color: var(--bark);
      margin-bottom: 0.3rem;
    }

    .equip-item-detail {
      font-size: 0.82rem;
      line-height: 1.55;
      color: var(--soil);
    }

    @media (max-width: 900px) {
      .regen-intro { grid-template-columns: 1fr; gap: 2.5rem; }
      .regen-exemplars { grid-template-columns: 1fr 1fr; }
      .regen-equipment { grid-template-columns: 1fr; gap: 2rem; padding: 2rem 1.5rem; }
      .regen-equipment-right { grid-template-columns: 1fr 1fr; }
    }

    /* ── ANIMALS ── */
    .animals {
      background: var(--mist);
      padding: 9rem 0;
    }

    .animals-header {
      text-align: center;
      margin-bottom: 5rem;
    }

    .section-label {
      font-size: 0.7rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 1rem;
    }

    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 400;
      color: var(--soil);
    }

    .section-title em {
      font-style: italic;
      color: var(--moss);
    }

    .animals-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 1.5rem;
    }

    .animal-card {
      background: var(--cream);
      border-radius: 2px;
      padding: 2.2rem 1.5rem 2rem;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: default;
    }

    .animal-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 40px rgba(59,47,30,0.12);
    }

    .animal-icon {
      font-size: 2.6rem;
      margin-bottom: 1rem;
      display: block;
      filter: grayscale(0.2);
    }

    .animal-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.05rem;
      font-style: italic;
      color: var(--bark);
      margin-bottom: 0.4rem;
    }

    .animal-role {
      font-size: 0.7rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--clay);
      opacity: 0.8;
    }

    /* ── LAND & BIODIVERSITY ── */
    .land {
      background: var(--cream);
      padding: 9rem 0;
    }

    .land-grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 7rem;
      align-items: center;
    }

    .land-visual {
      position: relative;
    }

    /* Pie chart for land use — CSS only */
    .land-chart {
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: conic-gradient(
        var(--moss)  0%  30%,
        var(--fern)  30% 90%,
        var(--wheat) 90% 95%,
        var(--clay)  95% 100%
      );
      margin: 0 auto 2.5rem;
      box-shadow: 0 12px 40px rgba(59,47,30,0.15);
      animation: spinIn 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }

    @keyframes spinIn {
      from { transform: scale(0.7) rotate(-180deg); opacity: 0; }
      to   { transform: scale(1) rotate(0deg); opacity: 1; }
    }

    .land-chart-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) translateY(-1.25rem);
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: var(--cream);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .land-chart-wrap {
      position: relative;
      width: 260px;
      margin: 0 auto;
    }

    .land-legend {
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
      max-width: 260px;
      margin: 0 auto;
    }

    .legend-item {
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }

    .legend-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      flex-shrink: 0;
    }

    .legend-text {
      font-size: 0.8rem;
      color: var(--soil);
    }

    .legend-pct {
      margin-left: auto;
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      font-weight: 400;
      color: var(--bark);
    }

    .land-content .section-label { margin-bottom: 1rem; }

    .land-content .section-title {
      margin-bottom: 2rem;
    }

    .land-content p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      margin-bottom: 1.5rem;
    }

    .land-quote {
      margin-top: 2.5rem;
      border-left: 3px solid var(--moss);
      padding-left: 1.5rem;
    }

    .land-quote blockquote {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
      font-style: italic;
      color: var(--moss);
      line-height: 1.6;
    }

    /* ── OFF-GRID ── */
    .offgrid {
      background: var(--mist);
      padding: 8rem 0;
    }

    .offgrid-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
    }

    .offgrid-cell {
      background: rgba(255,255,255,0.7);
      padding: 3rem 2.5rem;
      border: 1px solid rgba(90,107,63,0.15);
      transition: background 0.3s;
    }

    .offgrid-cell:hover { background: rgba(255,255,255,0.95); }

    .offgrid-icon {
      font-size: 2rem;
      margin-bottom: 1.2rem;
      display: block;
      filter: sepia(1) saturate(0.5);
    }

    .offgrid-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-style: italic;
      color: var(--wheat);
      margin-bottom: 0.8rem;
    }

    .offgrid-text {
      font-size: 0.9rem;
      line-height: 1.7;
      color: var(--sage);
      font-weight: 300;
    }

    /* ── CABIN ── */
    .cabin {
      background: var(--straw);
      padding: 9rem 0;
    }

    .cabin-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 7rem;
      align-items: center;
    }

    .cabin-text .section-label { margin-bottom: 1rem; }

    .cabin-text .section-title {
      margin-bottom: 2rem;
      font-size: clamp(2rem, 3.2vw, 2.6rem);
    }

    .cabin-text p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      margin-bottom: 1.5rem;
    }

    .cabin-cta {
      display: inline-flex;
      align-items: center;
      gap: 0.8rem;
      margin-top: 1rem;
      padding: 1rem 2rem;
      background: var(--soil);
      color: var(--straw);
      font-size: 0.78rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
    }

    .cabin-cta:hover {
      background: var(--moss);
      color: var(--cream);
    }

    .cabin-features {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
    }

    .cabin-feature {
      background: var(--cream);
      padding: 1.8rem 1.5rem;
      border-radius: 2px;
    }

    .cabin-feature-icon {
      font-size: 1.6rem;
      margin-bottom: 0.8rem;
      display: block;
    }

    .cabin-feature-title {
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      font-style: italic;
      color: var(--bark);
      margin-bottom: 0.4rem;
    }

    .cabin-feature-text {
      font-size: 0.85rem;
      line-height: 1.6;
      color: var(--clay);
    }

    /* ── CREEK / LOCATION ── */
    .location {
      background: var(--mist);
      padding: 8rem 0;
      text-align: center;
    }

    .location .section-label { color: var(--moss); margin-bottom: 1rem; }

    .location-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.2rem, 4vw, 3.2rem);
      font-weight: 400;
      font-style: italic;
      color: var(--soil);
      margin-bottom: 1.5rem;
    }

    .location-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      font-weight: 300;
      color: var(--bark);
      max-width: 580px;
      margin: 0 auto 3rem;
      line-height: 1.75;
    }

    .location-details {
      display: inline-flex;
      gap: 3rem;
      align-items: center;
      justify-content: center;
      border-top: 1px solid rgba(212,180,131,0.25);
      border-bottom: 1px solid rgba(212,180,131,0.25);
      padding: 1.5rem 3rem;
    }

    .location-detail {
      text-align: center;
    }

    .location-detail-val {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      font-weight: 400;
      color: var(--wheat);
    }

    .location-detail-key {
      font-size: 0.68rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--sage);
      margin-top: 0.3rem;
    }

    .location-sep {
      width: 1px;
      height: 40px;
      background: rgba(212,180,131,0.25);
    }

    /* ── FOOTER ── */
    footer {
      background: var(--ink);
      padding: 5rem 3rem 3rem;
    }

    .footer-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr 1fr;
      gap: 2.5rem;
      padding-bottom: 3rem;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .footer-brand-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      font-style: italic;
      color: var(--straw);
      margin-bottom: 0.5rem;
    }

    .footer-brand-sub {
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 1.5rem;
    }

    .footer-brand-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.75;
      color: rgba(237,229,204,0.55);
      max-width: 320px;
    }

    .footer-col-title {
      font-size: 0.68rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 1.5rem;
    }

    .footer-links {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
    }

    .footer-links a {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-style: italic;
      color: rgba(237,229,204,0.6);
      text-decoration: none;
      transition: color 0.2s;
    }

    .footer-links a:hover { color: var(--wheat); }

    .footer-bottom {
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer-copy {
      font-size: 0.72rem;
      color: rgba(237,229,204,0.3);
      letter-spacing: 0.08em;
    }

    .footer-custodians {
      font-family: 'Cormorant Garamond', serif;
      font-size: 0.88rem;
      font-style: italic;
      color: rgba(176,196,154,0.55);
      max-width: 400px;
      text-align: right;
      line-height: 1.5;
    }

    /* ── STAYS & VOLUNTEERING ── */
    .stays {
      background: var(--cream);
      padding: 9rem 0;
    }

    .stays-header {
      text-align: center;
      margin-bottom: 5rem;
    }

    .stays-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }

    .stay-card {
      border: 1px solid var(--wheat);
      padding: 3.5rem 3rem;
      position: relative;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .stay-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 50px rgba(59,47,30,0.1);
    }

    .stay-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
    }

    .stay-card.unyoked::before { background: var(--creek); }
    .stay-card.wwoof::before  { background: var(--moss); }

    .stay-card-badge {
      font-size: 0.65rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      padding: 0.35rem 0.8rem;
      border-radius: 1px;
      display: inline-block;
      margin-bottom: 1.8rem;
    }

    .stay-card.unyoked .stay-card-badge {
      background: rgba(74,124,138,0.1);
      color: var(--creek);
    }

    .stay-card.wwoof .stay-card-badge {
      background: rgba(90,107,63,0.1);
      color: var(--moss);
    }

    .stay-card-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.9rem;
      font-weight: 400;
      color: var(--soil);
      margin-bottom: 0.3rem;
      line-height: 1.2;
    }

    .stay-card-subtitle {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-style: italic;
      color: var(--clay);
      margin-bottom: 1.8rem;
    }

    .stay-card-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      margin-bottom: 1.5rem;
    }

    .stay-card-details {
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
      margin-bottom: 2.2rem;
      padding: 1.2rem 1.5rem;
      background: var(--mist);
      border-radius: 1px;
    }

    .stay-detail {
      display: flex;
      align-items: baseline;
      gap: 0.6rem;
      font-size: 0.85rem;
      color: var(--soil);
    }

    .stay-detail-icon { font-size: 0.9rem; }

    .stay-cta {
      display: inline-flex;
      align-items: center;
      gap: 0.8rem;
      padding: 1rem 2rem;
      font-size: 0.78rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
    }

    .stay-card.unyoked .stay-cta {
      background: var(--creek);
      color: var(--cream);
    }

    .stay-card.unyoked .stay-cta:hover {
      background: var(--soil);
    }

    .stay-card.wwoof .stay-cta {
      background: var(--moss);
      color: var(--cream);
    }

    .stay-card.wwoof .stay-cta:hover {
      background: var(--soil);
    }

    /* ── BACK PADDOCK ULTRA ── */
    .ultra {
      background: var(--ink);
      padding: 9rem 0;
      overflow: hidden;
      position: relative;
    }

    .ultra::before {
      content: 'MW';
      position: absolute;
      right: -2rem;
      top: 50%;
      transform: translateY(-50%);
      font-family: 'Playfair Display', serif;
      font-size: 28rem;
      font-weight: 700;
      color: rgba(255,255,255,0.025);
      line-height: 1;
      pointer-events: none;
      letter-spacing: -0.05em;
    }

    .ultra-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 3rem;
      position: relative;
      z-index: 1;
    }

    .ultra-layout {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 7rem;
      align-items: center;
    }

    .ultra-logo-block {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem;
    }

    .ultra-logo-svg {
      width: 100%;
      max-width: 340px;
    }

    .ultra-logo-svg svg {
      width: 100%;
      height: auto;
      fill: var(--straw);
    }

    .ultra-event-name {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--sage);
      margin-top: -0.5rem;
    }

    .ultra-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
      margin-top: 0.5rem;
    }

    .ultra-pill {
      font-size: 0.68rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 0.4rem 1rem;
      border: 1px solid rgba(212,180,131,0.3);
      color: var(--wheat);
      border-radius: 1px;
    }

    .ultra-winners-banner {
      text-align: center;
      padding: 2rem 2.5rem;
      background: rgba(212,180,131,0.08);
      border: 1px solid rgba(212,180,131,0.3);
      margin-bottom: 2.5rem;
    }

    .ultra-winners-banner-label {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.6rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--sage);
      margin-bottom: 0.8rem;
    }

    .ultra-winners-banner-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.3rem, 2.5vw, 1.9rem);
      font-weight: 400;
      font-style: italic;
      color: var(--straw);
      line-height: 1.3;
      margin-bottom: 0.6rem;
    }

    .ultra-winners-banner-names {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 300;
      color: var(--wheat);
      line-height: 1.6;
    }

    .ultra-winners-banner-sub {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.65rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(176,196,154,0.55);
      margin-top: 0.8rem;
    }

    .ultra-content .section-label {
      color: var(--sage);
      margin-bottom: 1rem;
    }

    .ultra-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 400;
      color: var(--straw);
      line-height: 1.15;
      margin-bottom: 2rem;
    }

    .ultra-title em {
      font-style: italic;
      color: var(--sage);
    }

    .ultra-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--wheat);
      margin-bottom: 1.4rem;
    }

    .ultra-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      margin: 2.5rem 0;
      border: 1px solid rgba(212,180,131,0.2);
    }

    .ultra-stat {
      padding: 1.5rem 1.8rem;
      border-right: 1px solid rgba(212,180,131,0.2);
      text-align: center;
    }

    .ultra-stat:last-child { border-right: none; }

    .ultra-stat-val {
      font-family: 'Playfair Display', serif;
      font-size: 1.8rem;
      font-weight: 400;
      color: var(--straw);
      line-height: 1;
      margin-bottom: 0.4rem;
    }

    .ultra-stat-key {
      font-size: 0.65rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--sage);
    }

    .ultra-cta {
      display: inline-flex;
      align-items: center;
      gap: 0.8rem;
      padding: 1rem 2.2rem;
      background: transparent;
      border: 1px solid var(--wheat);
      color: var(--wheat);
      font-size: 0.78rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.2s, color 0.2s, border-color 0.2s;
      margin-top: 0.5rem;
    }

    .ultra-cta:hover {
      background: var(--wheat);
      color: var(--ink);
      border-color: var(--wheat);
    }

    /* ── NATURAL SEQUENCE FARMING ── */
    .nsf {
      background: var(--mist);
      padding: 9rem 0;
    }

    .nsf-intro {
      display: grid;
      grid-template-columns: 1fr 1.6fr;
      gap: 6rem;
      align-items: start;
      margin-bottom: 6rem;
    }

    .nsf-intro-left .section-label { margin-bottom: 1rem; }

    .nsf-intro-left h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 400;
      line-height: 1.18;
      color: var(--soil);
      margin-bottom: 2rem;
    }

    .nsf-intro-left h2 em {
      font-style: italic;
      color: var(--moss);
    }

    .nsf-intro-right p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      margin-bottom: 1.4rem;
    }

    .nsf-contour-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      background: var(--moss);
      color: var(--cream);
      padding: 0.7rem 1.4rem;
      font-size: 0.75rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      border-radius: 1px;
      margin-top: 0.5rem;
    }

    .nsf-pillars-label {
      font-size: 0.7rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 2.5rem;
      text-align: center;
    }

    .nsf-pillars {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 2px;
    }

    .nsf-pillar {
      background: var(--cream);
      padding: 2.2rem 1.8rem 2rem;
      position: relative;
      overflow: hidden;
      transition: background 0.25s, transform 0.25s;
      cursor: default;
    }

    .nsf-pillar:hover {
      background: var(--moss);
      transform: translateY(-4px);
    }

    .nsf-pillar:hover .nsf-pillar-num,
    .nsf-pillar:hover .nsf-pillar-title,
    .nsf-pillar:hover .nsf-pillar-text { color: var(--straw); }

    .nsf-pillar:hover .nsf-pillar-title { color: var(--sage); }

    .nsf-pillar-num {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      font-weight: 400;
      color: var(--wheat);
      line-height: 1;
      margin-bottom: 1rem;
      transition: color 0.25s;
    }

    .nsf-pillar-title {
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      font-style: italic;
      color: var(--bark);
      margin-bottom: 0.8rem;
      line-height: 1.3;
      transition: color 0.25s;
    }

    .nsf-pillar-text {
      font-size: 0.82rem;
      line-height: 1.65;
      color: var(--clay);
      transition: color 0.25s;
    }

    .nsf-learn-more {
      margin-top: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.5rem;
      flex-wrap: wrap;
    }

    .nsf-learn-more p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.05rem;
      font-style: italic;
      color: var(--soil);
      opacity: 0.7;
    }

    .nsf-link {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.75rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--moss);
      text-decoration: none;
      border-bottom: 1px solid var(--moss);
      padding-bottom: 0.15rem;
      transition: color 0.2s, border-color 0.2s;
    }

    .nsf-link:hover { color: var(--bark); border-color: var(--bark); }

    @media (max-width: 900px) {
      .nsf-intro { grid-template-columns: 1fr; gap: 2.5rem; }
      .nsf-pillars { grid-template-columns: 1fr 1fr; }
      .nsf-pillar:last-child { grid-column: 1 / -1; }
    }

    .nsf-regen-partner {
      margin-top: 4rem;
      border-top: 1px solid rgba(212,180,131,0.2);
      padding-top: 3.5rem;
    }

    .nsf-regen-partner-inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 3rem;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(212,180,131,0.12);
      padding: 3rem 3.5rem;
    }

    @media (max-width: 900px) {
      .nsf-regen-partner-inner { flex-direction: column; padding: 2rem; }
    }

    /* ── REVEGETATION PARTNERS ── */
    .reveg-partners {
      background: var(--mist);
      padding: 8rem 0;
    }

    .reveg-partners-header {
      text-align: center;
      margin-bottom: 5rem;
    }

    .reveg-partners-header .section-label { color: var(--moss); margin-bottom: 1rem; }

    .reveg-partners-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      font-weight: 400;
      color: var(--soil);
      line-height: 1.2;
      margin-bottom: 1.2rem;
    }

    .reveg-partners-title em { font-style: italic; color: var(--moss); }

    .reveg-partners-sub {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 300;
      font-style: italic;
      color: var(--bark);
      max-width: 540px;
      margin: 0 auto;
      line-height: 1.7;
    }

    .reveg-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 3rem;
    }

    .reveg-card {
      background: #ffffff;
      border: 1px solid rgba(90,107,63,0.15);
      padding: 3rem 2.8rem 2.8rem;
      display: flex;
      flex-direction: column;
      transition: background 0.3s;
      text-decoration: none;
    }

    .reveg-card:hover { background: var(--cream); }

    .reveg-card-logo {
      height: 64px;
      display: flex;
      align-items: center;
      margin-bottom: 2rem;
    }

    .reveg-card-logo svg {
      max-height: 56px;
      width: auto;
    }

    .reveg-card-logo img {
      max-height: 56px;
      width: auto;
      filter: none;
      opacity: 0.85;
    }

    .reveg-card-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.25rem;
      font-weight: 400;
      color: var(--soil);
      margin-bottom: 0.4rem;
    }

    .reveg-card-type {
      font-size: 0.65rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 1.4rem;
    }

    .reveg-card-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.05rem;
      font-weight: 300;
      line-height: 1.75;
      color: var(--soil);
      flex: 1;
      margin-bottom: 1.8rem;
    }

    .reveg-card-link {
      font-size: 0.7rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--moss);
      display: flex;
      align-items: center;
      gap: 0.4rem;
      transition: color 0.2s;
    }

    .reveg-card:hover .reveg-card-link { color: var(--fern); }

    /* ── SIMPLE PARTNERS STRIP (bottom of page) ── */
    .partners {
      background: var(--straw);
      padding: 3.5rem 0;
      border-top: 1px solid var(--wheat);
      border-bottom: 1px solid var(--wheat);
    }

    .partners-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 3rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }

    .partners-label {
      font-size: 0.68rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--clay);
      white-space: nowrap;
      flex-shrink: 0;
    }

    .partners-divider {
      display: none;
    }

    .partners-links {
      display: flex;
      gap: 2.5rem 3rem;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    .partner-link {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      transition: opacity 0.2s;
    }

    .partner-link:hover { opacity: 0.7; }

    .partner-link-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.05rem;
      font-style: italic;
      color: var(--bark);
    }

    .partner-link-desc {
      font-size: 0.68rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--clay);
      margin-top: 0.2rem;
    }

    @media (max-width: 900px) {
      .reveg-cards { grid-template-columns: 1fr; padding: 0 1.5rem; }
      .reveg-partners-header div[style*="grid-template-columns"] { grid-template-columns: 1fr !important; max-width: 100% !important; }
      .partners-inner { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
      .partners-divider { display: none; }
    }

    /* ── INDIGENOUS HISTORY ── */
    .indigenous {
      background: var(--soil);
      padding: 9rem 0;
      position: relative;
      overflow: hidden;
    }

    .indigenous::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 5px;
      background: linear-gradient(90deg, var(--moss), var(--creek), var(--fern), var(--moss));
    }

    .always-was-banner {
      text-align: center;
      padding: 2.5rem 3rem;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(176,196,154,0.25);
      margin-bottom: 6rem;
    }

    .always-was-text {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.4rem, 3vw, 2.2rem);
      font-weight: 400;
      font-style: italic;
      color: var(--sage);
      letter-spacing: 0.05em;
    }

    .always-was-sub {
      font-size: 0.68rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: rgba(176,196,154,0.5);
      margin-top: 0.6rem;
    }

    .indigenous-grid {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 6rem;
      align-items: start;
      margin-bottom: 6rem;
    }

    .indigenous-intro-left .section-label { color: var(--sage); margin-bottom: 1rem; }

    .indigenous-intro-left h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 400;
      line-height: 1.18;
      color: var(--straw);
      margin-bottom: 1.5rem;
    }

    .indigenous-intro-left h2 em { font-style: italic; color: var(--sage); }

    .indigenous-timespan {
      display: inline-block;
      background: rgba(176,196,154,0.12);
      border: 1px solid rgba(176,196,154,0.3);
      padding: 0.6rem 1.2rem;
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-style: italic;
      color: var(--sage);
      margin-bottom: 2rem;
    }

    .indigenous-intro-right p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--wheat);
      margin-bottom: 1.4rem;
    }

    .indigenous-nations {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      margin-bottom: 6rem;
    }

    .nation-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(176,196,154,0.12);
      padding: 2.2rem 2rem;
      border-top: 3px solid var(--moss);
    }

    .nation-card:nth-child(2) { border-top-color: var(--fern); }
    .nation-card:nth-child(3) { border-top-color: var(--creek); }

    .nation-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.15rem;
      font-weight: 400;
      font-style: italic;
      color: var(--straw);
      margin-bottom: 0.3rem;
    }

    .nation-tag {
      font-size: 0.62rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--sage);
      margin-bottom: 1rem;
    }

    .nation-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.7;
      color: var(--wheat);
    }

    .indigenous-sites {
      margin-bottom: 6rem;
    }

    .indigenous-sites-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem;
      font-weight: 400;
      font-style: italic;
      color: var(--straw);
      margin-bottom: 3rem;
    }

    .sites-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3rem;
    }

    .site-card {
      border-top: 1px solid rgba(212,180,131,0.25);
      padding-top: 1.8rem;
    }

    .site-card-photo {
      width: 100%;
      aspect-ratio: 16/9;
      object-fit: cover;
      display: block;
      margin-bottom: 1.2rem;
      opacity: 0.85;
    }

    .site-name-en {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-weight: 400;
      color: var(--straw);
      margin-bottom: 0.2rem;
    }

    .site-name-traditional {
      font-family: 'Cormorant Garamond', serif;
      font-size: 0.95rem;
      font-style: italic;
      color: var(--sage);
      margin-bottom: 1rem;
    }

    .site-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.7;
      color: var(--wheat);
    }

    .smoking-ceremony {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(176,196,154,0.15);
      padding: 4rem;
      margin-bottom: 6rem;
    }

    .smoking-photo-slot {
      height: 380px;
    }

    .smoking-text h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      font-weight: 400;
      font-style: italic;
      color: var(--sage);
      margin-bottom: 1rem;
    }

    .smoking-text p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--wheat);
      margin-bottom: 1.2rem;
    }

    .treaty-panel {
      background: rgba(176,196,154,0.08);
      border-left: 4px solid var(--moss);
      padding: 3rem 3.5rem;
    }

    .treaty-panel h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      font-weight: 400;
      font-style: italic;
      color: var(--sage);
      margin-bottom: 1rem;
    }

    .treaty-panel p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--wheat);
      margin-bottom: 1.2rem;
    }

    .treaty-panel p:last-child { margin-bottom: 0; }

    @media (max-width: 900px) {
      .indigenous-grid { grid-template-columns: 1fr; gap: 2.5rem; }
      .indigenous-nations { grid-template-columns: 1fr; }
      .sites-grid { grid-template-columns: 1fr; gap: 2rem; }
      .smoking-ceremony { grid-template-columns: 1fr; padding: 2rem; }
      .smoking-photo-slot { height: 260px; }
      .treaty-panel { padding: 2rem; }
    }

    /* ── RESOURCES ── */
    .resources {
      background: var(--cream);
      padding: 9rem 0;
    }

    .resources-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.2rem;
    }

    .resource-card {
      background: var(--straw);
      border-radius: 2px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      transition: transform 0.25s, box-shadow 0.25s;
      user-select: none;
    }

    .resource-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 30px rgba(59,47,30,0.12);
    }

    .resource-card-type {
      padding: 0.4rem 0.9rem;
      font-size: 0.58rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 500;
    }

    .resource-card-type.book    { background: var(--moss);  color: var(--cream); }
    .resource-card-type.podcast { background: var(--creek); color: var(--cream); }
    .resource-card-type.video   { background: var(--bark);  color: var(--wheat); }

    .resource-card-body { flex: 1; display: flex; flex-direction: column; }

    /* Illustrated covers */
    .resource-cover {
      height: 155px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .reed-warbler-cover      { background: linear-gradient(135deg, #3a5c42 0%, #5a8060 50%, #7aa878 100%); }
    .fire-country-cover      { background: linear-gradient(135deg, #6b3020 0%, #a85030 50%, #d47040 100%); }
    .just-enough-cover       { background: linear-gradient(135deg, #1a2a3a 0%, #2a4050 50%, #3a5868 100%); }
    .holistic-cover          { background: linear-gradient(135deg, #3b2f1e 0%, #5c4530 50%, #7a6040 100%); }
    .eat-poop-cover          { background: linear-gradient(135deg, #4a5020 0%, #7a8030 50%, #a0a850 100%); }
    .landscapes-cover        { background: linear-gradient(135deg, #3a4a5c 0%, #5a6a7c 50%, #7a8a9c 100%); }
    .love-soil-cover         { background: linear-gradient(135deg, #5c3a20 0%, #8c5a30 50%, #b07848 100%); }
    .custodians-cover        { background: linear-gradient(135deg, #2a4020 0%, #4a6a38 50%, #6a8a58 100%); }
    .recreating-cover        { background: linear-gradient(135deg, #2a4830 0%, #4a7248 50%, #6a9460 100%); }
    .maslin-cover            { background: linear-gradient(135deg, #3a4a28 0%, #5a6e3a 50%, #7a9050 100%); }
    .rehydrate-australia-cover { background: linear-gradient(135deg, #1a3a4a 0%, #2a5a6a 50%, #4a8088 100%); }
    .regen-journey-cover     { background: linear-gradient(135deg, #2a4a3a 0%, #4a7a5a 50%, #6a9a7a 100%); }
    .regen-narration-cover   { background: linear-gradient(135deg, #1a3a50 0%, #2a5a70 50%, #3a7a90 100%); }
    .carbon-cowboys-cover    { background: linear-gradient(135deg, #3a2a10 0%, #6a4a20 50%, #9a7040 100%); }
    .rachels-farm-cover      { background: linear-gradient(135deg, #3a5030 0%, #5a7848 50%, #7a9868 100%); }
    .peter-andrews-cover     { background: linear-gradient(135deg, #3a3020 0%, #5a5030 50%, #7a6840 100%); }

    .cover-inner {
      padding: 1rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      justify-content: space-between;
    }

    .cover-title {
      font-family: 'Playfair Display', serif;
      font-size: 0.9rem;
      font-weight: 500;
      font-style: italic;
      color: rgba(255,255,255,0.95);
      line-height: 1.3;
      text-align: center;
    }

    .cover-bird { flex: 1; display: flex; align-items: center; justify-content: center; }
    .cover-bird svg { width: 40px; height: 40px; }

    .cover-author {
      font-size: 0.6rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.6);
    }

    .cover-click-hint {
      font-size: 0.55rem;
      letter-spacing: 0.1em;
      color: rgba(255,255,255,0.3);
      margin-top: 0.25rem;
      transition: color 0.2s;
    }

    .resource-card:hover .cover-click-hint { color: rgba(255,255,255,0.65); }

    /* Blurb panel — hidden by default */
    .resource-blurb {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      padding: 0 1.6rem;
      background: var(--forest);
    }

    .resource-blurb p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.7;
      color: var(--wheat);
      margin-bottom: 0.8rem;
    }

    .resource-blurb p:last-child { margin-bottom: 0; }

    .resource-card.blurb-open .resource-blurb {
      max-height: 600px;
      padding: 1.2rem;
    }

    .resource-card.blurb-open .cover-click-hint::after {
      content: ' (click to close)';
    }

    @media (max-width: 1100px) {
      .resources-grid { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 900px) {
      .resources-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
    }

    @media (max-width: 600px) {
      .resources-grid { grid-template-columns: 1fr; }
    }

    /* ── THE HOUSE ── */
    .house {
      background: var(--mist);
      padding: 9rem 0;
    }

    .house-grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 6rem;
      align-items: start;
      margin-bottom: 5rem;
    }

    .house-content .section-label { margin-bottom: 1rem; }

    .house-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 400;
      line-height: 1.18;
      color: var(--soil);
      margin-bottom: 1.8rem;
    }

    .house-title em { font-style: italic; color: var(--moss); }

    .house-content p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      margin-bottom: 1.4rem;
    }

    .house-architect {
      display: inline-flex;
      align-items: center;
      gap: 0.8rem;
      margin-top: 1rem;
      padding: 0.9rem 1.4rem;
      border: 1px solid var(--wheat);
      text-decoration: none;
      transition: background 0.2s;
    }

    .house-architect:hover { background: var(--wheat); }

    .house-architect-label {
      font-size: 0.62rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--clay);
    }

    .house-architect-name {
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      font-style: italic;
      color: var(--bark);
    }

    .house-photo-main {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
      display: block;
    }

    .house-photo-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
      margin-top: 0.5rem;
    }

    .house-photo-grid img {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
      display: block;
    }

    .house-photo-placeholder {
      width: 100%;
      aspect-ratio: 4/3;
      background: rgba(59,47,30,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .house-quote {
      border-left: 3px solid var(--moss);
      padding: 1.5rem 2rem;
      background: rgba(90,107,63,0.06);
      font-family: 'Playfair Display', serif;
      font-size: 1.15rem;
      font-style: italic;
      color: var(--moss);
      line-height: 1.6;
      margin-top: 2rem;
    }

    .house-quote cite {
      display: block;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.68rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--clay);
      font-style: normal;
      margin-top: 0.8rem;
    }

    @media (max-width: 900px) {
      .house-grid { grid-template-columns: 1fr; gap: 3rem; }
      .house-photo-grid { grid-template-columns: 1fr 1fr; }
    }

    /* ── ABOUT US ── */
    .about-us-section {
      background: var(--mist);
      padding: 8rem 0;
      position: relative;
    }

    .about-us-section::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent, var(--wheat), transparent);
      opacity: 0.5;
    }

    .about-us-header {
      margin-bottom: 4rem;
    }

    .about-us-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 400;
      color: var(--soil);
      line-height: 1.18;
      margin-bottom: 1.5rem;
    }

    .about-us-title em { font-style: italic; color: var(--moss); }

    .about-us-intro {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.22rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      max-width: 720px;
    }

    .about-us-profiles {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
    }

    .about-us-profile {}

    .about-us-profile-label {
      font-size: 0.65rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 0.6rem;
    }

    .about-us-profile-name {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.4rem, 2vw, 1.8rem);
      font-weight: 500;
      color: var(--soil);
      margin-bottom: 1.2rem;
      line-height: 1.2;
    }

    .about-us-profile-marker {
      width: 40px;
      height: 2px;
      background: var(--wheat);
      margin-bottom: 1.5rem;
    }

    .about-us-profile-body p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      margin-bottom: 1.2rem;
    }

    .about-us-profile-body p:last-child { margin-bottom: 0; }

    .about-us-profile-quote {
      border-left: 3px solid var(--moss);
      margin: 2rem 0 0;
      padding: 1.4rem 1.6rem;
      background: rgba(90,107,63,0.07);
    }

    .about-us-profile-quote p {
      font-family: 'Playfair Display', serif;
      font-size: 1.08rem;
      font-style: italic;
      font-weight: 400;
      color: var(--moss);
      line-height: 1.6;
      margin: 0;
    }

    .about-us-profile-body p.about-us-profile-link {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.68rem;
      font-weight: 400;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      line-height: 1.4;
      margin-top: 1.8rem;
      margin-bottom: 0;
    }

    .about-us-profile-link a {
      color: var(--clay);
      text-decoration: none;
      border-bottom: 1px solid var(--wheat);
      padding-bottom: 2px;
    }

    .about-us-profile-link a:hover {
      color: var(--bark);
      border-bottom-color: var(--clay);
    }

    .about-us-profile-body > p:first-child::first-letter {
      float: left;
      font-family: 'Playfair Display', serif;
      font-size: 3.2rem;
      font-weight: 500;
      line-height: 0.82;
      color: var(--bark);
      margin-right: 0.1em;
      margin-top: 0.06em;
    }

    @media (max-width: 900px) {
      .about-us-profiles {
        grid-template-columns: 1fr;
        gap: 3.5rem;
      }
      .about-us-section { padding: 6rem 0; }
    }

    /* ── CONTACT ── */
    .contact {
      background: var(--cream);
      padding: 9rem 0;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 7rem;
      align-items: start;
    }

    .contact-left .section-label { margin-bottom: 1rem; }

    .contact-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 400;
      color: var(--soil);
      line-height: 1.18;
      margin-bottom: 1.8rem;
    }

    .contact-title em { font-style: italic; color: var(--moss); }

    .contact-intro {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--soil);
      margin-bottom: 2.5rem;
    }

    .contact-details {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 1.4rem;
      padding: 1.6rem 0;
      border-top: 1px solid var(--wheat);
    }

    .contact-item:last-child { border-bottom: 1px solid var(--wheat); }

    .contact-item-icon {
      width: 40px;
      height: 40px;
      background: var(--mist);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
      margin-top: 0.1rem;
    }

    .contact-item-body {}

    .contact-item-label {
      font-size: 0.65rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--clay);
      margin-bottom: 0.3rem;
    }

    .contact-item-value {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-style: italic;
      color: var(--soil);
      text-decoration: none;
      transition: color 0.2s;
      display: block;
      line-height: 1.4;
    }

    a.contact-item-value:hover { color: var(--moss); }

    .contact-item-sub {
      font-size: 0.78rem;
      color: var(--clay);
      margin-top: 0.2rem;
    }

    .contact-map {
      position: relative;
      border-radius: 2px;
      overflow: hidden;
      background: var(--bark);
    }

    .contact-map iframe {
      width: 100%;
      height: 480px;
      border: none;
      display: block;
      filter: sepia(0.3) saturate(0.8);
    }

    .contact-map-overlay {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      background: linear-gradient(to top, rgba(59,47,30,0.85) 0%, transparent 100%);
      padding: 1.8rem 2rem;
      pointer-events: none;
    }

    .contact-map-label {
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      font-style: italic;
      color: var(--straw);
    }

    .contact-map-address {
      font-size: 0.75rem;
      letter-spacing: 0.08em;
      color: var(--wheat);
      margin-top: 0.3rem;
    }

    @media (max-width: 900px) {
      .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
      .contact-map iframe { height: 300px; }
    }

    /* ── PHOTO PLACEHOLDERS ── */
    .photo-placeholder {
      background: #8a9e7a;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .photo-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .photo-placeholder-inner {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 2rem;
      pointer-events: none;
    }

    .photo-placeholder.has-image .photo-placeholder-inner {
      display: none;
    }

    .photo-placeholder-icon {
      font-size: 2rem;
      margin-bottom: 0.8rem;
      display: block;
      opacity: 0.4;
    }

    .photo-placeholder-label {
      font-size: 0.68rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(237,229,204,0.4);
      display: block;
    }

    .photo-placeholder-hint {
      font-family: 'Cormorant Garamond', serif;
      font-size: 0.9rem;
      font-style: italic;
      color: rgba(237,229,204,0.25);
      display: block;
      margin-top: 0.3rem;
    }

    /* Hero background photo */
    .hero-photo {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .hero-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.45;
    }

    /* Full-width landscape strip */
    .photo-strip {
      height: 55vw;
      max-height: 680px;
      min-height: 300px;
    }

    /* About portrait */
    .about-photo {
      height: 520px;
      border-radius: 2px;
    }

    /* Animals gallery */
    .animals-gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 240px 240px;
      gap: 6px;
      margin-top: 4rem;
    }

    .animals-gallery .photo-placeholder:nth-child(1) { grid-column: 1/2; grid-row: 1/3; }
    .animals-gallery .photo-placeholder:nth-child(2) { grid-column: 2/3; grid-row: 1/2; }
    .animals-gallery .photo-placeholder:nth-child(3) { grid-column: 3/4; grid-row: 1/2; }
    .animals-gallery .photo-placeholder:nth-child(4) { grid-column: 2/4; grid-row: 2/3; }

    /* Ultra race photo */
    .ultra-race-photo {
      height: 380px;
      border-radius: 2px;
      margin-top: 3rem;
    }

    /* Stays photo row */
    .stays-photo-row {
      display: grid;
      grid-template-columns: 1.6fr 1fr;
      gap: 6px;
      margin-top: 5rem;
      height: 400px;
      align-items: stretch;
    }

    .stays-photo-row > div {
      min-height: 0;
    }

    @media (max-width: 900px) {
      .about-photo { height: 280px; }
      .ultra-race-photo { height: 260px; }
      .animals-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 200px 200px;
      }
      .animals-gallery .photo-placeholder:nth-child(1) { grid-column: 1/3; grid-row: 1/2; }
      .animals-gallery .photo-placeholder:nth-child(2) { grid-column: 1/2; grid-row: 2/3; }
      .animals-gallery .photo-placeholder:nth-child(3) { grid-column: 2/3; grid-row: 2/3; }
      .animals-gallery .photo-placeholder:nth-child(4) { grid-column: 1/3; grid-row: 3/4; }
      .stays-photo-row { grid-template-columns: 1fr; height: auto; }
      .stays-photo-row .photo-placeholder { height: 260px; }
      .photo-strip { height: 60vw; }
    }

    @media (max-width: 900px) {
      .ultra-layout { grid-template-columns: 1fr; gap: 3rem; }
      .ultra::before { font-size: 14rem; right: -1rem; }
    }

    @media (max-width: 900px) {
      .ultra-stats { grid-template-columns: 1fr; }
      .ultra-stat { border-right: none; border-bottom: 1px solid rgba(212,180,131,0.2); }
      .ultra-stat:last-child { border-bottom: none; }
    }

    @media (max-width: 900px) {
      .stays-cards { grid-template-columns: 1fr; }
    }
    @media (max-width: 900px) {
      nav { padding: 1.2rem 1.5rem; }
      nav.scrolled { padding: 0.8rem 1.5rem; }
      .nav-links { display: none; }
      .hero-content { padding: 0 1.5rem 6rem; }
      .section-inner { padding: 0 1.5rem; }
      .about-grid, .land-grid, .cabin-layout { grid-template-columns: 1fr; gap: 3rem; }
      .philosophy-grid, .offgrid-grid { grid-template-columns: 1fr; }
      .philosophy-item { border-right: none; border-bottom: 1px solid rgba(212,180,131,0.2); padding: 2rem 0; }
      .philosophy-item:last-child { border-bottom: none; padding-left: 0; }
      .philosophy-item:nth-child(2) { padding-left: 0; }
      .animals-grid { grid-template-columns: repeat(4, 1fr); }
      .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
      .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
      .footer-custodians { text-align: center; }
      .location-details { flex-direction: column; gap: 1.5rem; }
      .location-sep { width: 60px; height: 1px; }
    }
    /* ── MOBILE NAVIGATE BUTTON ── */
    .hero-nav-btn {
      position: fixed;
      bottom: 3.5rem;
      right: 3rem;
      z-index: 101;
      display: none;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      cursor: pointer;
      background: none;
      border: none;
      padding: 0;
    }
    .hero-nav-icon {
      width: 44px;
      height: 44px;
      border: 1.5px solid rgba(255,255,255,0.6);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    }
    .hero-nav-btn:hover .hero-nav-icon {
      background: rgba(255,255,255,0.15);
      border-color: rgba(255,255,255,0.9);
    }
    .hero-nav-label {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.6rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.7);
      transition: color 0.35s;
    }

    /* Scrolled state: dark icon for light backgrounds */
    .hero-nav-btn.scrolled .hero-nav-icon {
      border-color: rgba(59,47,30,0.3);
      background: var(--cream);
      box-shadow: 0 2px 8px rgba(59,47,30,0.12);
    }
    .hero-nav-btn.scrolled .hero-nav-icon svg line {
      stroke: var(--soil);
    }
    .hero-nav-btn.scrolled .hero-nav-label {
      color: var(--soil);
      opacity: 0.6;
    }
    .hero-nav-btn.scrolled:hover .hero-nav-icon {
      border-color: var(--soil);
      background: var(--cream);
    }

    .hero-nav-dropdown {
      position: fixed;
      bottom: 8rem;
      right: 3rem;
      z-index: 102;
      background: rgba(30,42,28,0.96);
      border: 1px solid rgba(255,255,255,0.1);
      padding: 0.5rem 0;
      min-width: 200px;
      display: none;
      flex-direction: column;
      border-radius: 6px;
    }
    .hero-nav-dropdown.open { display: flex; }
    .hero-nav-dropdown a {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.78rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      padding: 0.55rem 1.5rem;
      transition: color 0.15s, background 0.15s;
    }
    .hero-nav-dropdown a:hover {
      color: var(--sage);
      background: rgba(255,255,255,0.05);
    }

    @media (max-width: 900px) {
      .hero-nav-btn { display: flex; }
    }
    @media (max-width: 600px) {
      .hero-nav-btn { bottom: 2.5rem; right: 1.5rem; }
      .hero-nav-dropdown { right: 1.5rem; bottom: 6.5rem; }
      .animals-grid { grid-template-columns: repeat(2, 1fr); }
    }


/* ── BLOG / JOURNAL ── */
  .blog {
    background: var(--straw);
    padding: 9rem 0;
  }
  .blog-header {
    max-width: 720px;
    margin-bottom: 4rem;
  }
  .blog-intro {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--soil);
    margin-top: 1.5rem;
  }
  .blog-entry {
    border-top: 1px solid rgba(90, 107, 63, 0.25);
    border-bottom: 1px solid rgba(90, 107, 63, 0.25);
    padding: 4.5rem 0;
    background: rgba(250, 246, 238, 0.5);
  }
  .blog-entry-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .blog-entry-meta {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--clay);
    margin-bottom: 1.25rem;
  }
  .blog-entry-meta span + span::before {
    content: '·';
    margin: 0 0.6rem;
    color: var(--moss);
  }
  .blog-entry-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--soil);
    margin-bottom: 1.75rem;
    letter-spacing: -0.005em;
  }
  .blog-entry-title em {
    font-style: italic;
    color: var(--moss);
  }
  .blog-entry-lead {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--soil);
    margin-bottom: 2rem;
  }
  .blog-entry-body p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--soil);
    margin-bottom: 1.4rem;
  }
  .blog-entry-body p:last-child {
    margin-bottom: 0;
  }
  .blog-entry-body h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.3;
    color: var(--soil);
    margin: 2.75rem 0 1.25rem;
    letter-spacing: -0.005em;
  }
  .blog-entry-body h2:first-child {
    margin-top: 0;
  }
  .blog-entry-body figure {
    margin: 2.25rem -2rem;
    padding: 0;
  }
  .blog-entry-body figure img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-entry-body figcaption {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--clay);
    padding: 0.75rem 2rem 0;
  }
  @media (max-width: 600px) {
    .blog-entry-body figure {
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .blog-entry-body figcaption {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  .blog-entry-rule {
    width: 48px;
    height: 1px;
    background: var(--moss);
    margin: 2.25rem 0;
    border: 0;
    opacity: 0.5;
  }
  .blog-entry--preview {
    padding: 3.25rem 0;
    background: rgba(250, 246, 238, 0.3);
  }
  .blog-entry--preview .blog-entry-body {
    display: none;
  }
  .blog-entry--preview.blog-entry--expanded .blog-entry-body {
    display: block;
    margin-top: 0.5rem;
  }
  .blog-entry-toggle {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    margin-top: 0.25rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--moss);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .blog-entry-toggle::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--moss);
    opacity: 0.6;
    transition: width 0.2s ease;
  }
  .blog-entry-toggle:hover::after {
    width: 36px;
    opacity: 1;
  }
  .blog-entry--expanded .blog-entry-toggle {
    margin-top: 1.5rem;
  }
