@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&display=swap');

:root {
  --green-950: #3d5e36;
  --green-900: #316031;
  --green-800: #4f7447;
  --green-100: #e5ecdf;
  --green-50: #f1f4ec;
  --gold: #c79d44;
  --gold-light: #d8b86f;
  --harvest: #d09b2c;
  --cream: #fbf8ee;
  --paper: #fffdf7;
  --petal: #f9e7dd;
  --ink: #253526;
  --muted: #667064;
  --line: #ddd7c6;
  --terracotta: #dc9168;
  --sidebar: 260px;
  --shadow: 0 14px 38px rgba(27, 56, 42, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Be Vietnam Pro", "Avenir Next", Avenir, Helvetica, Arial, sans-serif; line-height: 1.55; }
button, input { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .7rem 1rem; background: white; color: var(--green-950); border-radius: .3rem; }
.skip-link:focus { top: 1rem; }

.sidebar { position: fixed; inset: 0 auto 0 0; width: var(--sidebar); background: #faf8f2; border-right: 1px solid var(--line); display: flex; flex-direction: column; z-index: 20; }
.brand-mark { min-height: 178px; background: var(--cream); border-bottom: 1px solid var(--gold); display: grid; place-items: center; padding: 1.6rem 1rem; overflow: hidden; }
.sidebar-logo { width: 205px; height: auto; display: block; }
.side-nav { padding: 1.2rem .85rem; display: grid; gap: .18rem; }
.side-nav a { text-decoration: none; display: flex; align-items: center; gap: .85rem; min-height: 43px; padding: .55rem .7rem; border-radius: .45rem; color: #354039; font-size: .88rem; transition: .2s ease; }
.side-nav a span { color: #8d968f; font-size: .65rem; letter-spacing: .08em; }
.side-nav a:hover, .side-nav a.active { background: #ece9e1; color: var(--green-900); }
.side-nav a.active { font-weight: 600; }
.side-nav a.active span { color: var(--gold); }
.support-card { margin: auto .9rem 1rem; padding: 1.05rem; border: 1px solid var(--line); border-radius: .35rem 1.15rem; background: var(--paper); position: relative; overflow: hidden; }
.support-card strong { color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 500; }
.support-card p { margin: .35rem 0 .8rem; font-size: .75rem; color: var(--muted); }
.support-card a { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; text-decoration: none; background: var(--gold); color: var(--ink); padding: .68rem .85rem; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .03em; }
.link-icon { width: 1rem; height: 1rem; display: inline-block; }

.mobile-header { display: none; }
main { margin-left: var(--sidebar); min-width: 0; }
.hero, .section, .internal-section, footer { padding-left: clamp(2rem, 6vw, 6.5rem); padding-right: clamp(2rem, 6vw, 6.5rem); }
.hero { min-height: 590px; padding-top: 2rem; padding-bottom: 4.8rem; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 88% 38%, rgba(249, 231, 221, .9), transparent 28%), var(--cream); }
.hero::after { content: ""; pointer-events: none; position: absolute; width: 20rem; height: 20rem; border: 1px solid rgba(61,94,54,.07); border-radius: 50%; top: 8rem; right: -6rem; box-shadow: 0 0 0 3rem rgba(61,94,54,.025), 0 0 0 6rem rgba(61,94,54,.018); }
.wordmark { display: flex; align-items: center; border-bottom: 1px solid var(--gold); padding-bottom: 1.5rem; margin-bottom: 4.7rem; position: relative; z-index: 2; }
.wordmark img { width: clamp(14rem, 25vw, 20rem); height: auto; display: block; }
.preview-banner { position: absolute; right: clamp(2rem, 6vw, 6.5rem); top: 2.6rem; max-width: 340px; text-align: right; z-index: 3; }
.preview-banner span { color: var(--terracotta); letter-spacing: .12em; font-size: .66rem; font-weight: 600; }
.preview-banner p { font-size: .7rem; color: var(--muted); margin: .25rem 0; }
.eyebrow, .section-heading p, .panel-title p, .meeting-card > p, .shared-folder p, .timeline p, .content-card small, .team-grid small { color: var(--gold); letter-spacing: .14em; font-size: .68rem; font-weight: 600; margin: 0 0 .45rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; color: var(--green-950); }
h1 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.03; margin: 0; max-width: 700px; letter-spacing: -.025em; }
.intro { font-size: clamp(1rem, 1.5vw, 1.22rem); max-width: 700px; color: #485249; margin: 1.35rem 0 2rem; }
.maintained-note { border-left: 2px solid var(--gold); display: flex; gap: .8rem; align-items: flex-start; max-width: 760px; padding: .25rem 0 .25rem 1rem; }
.note-icon { width: 1rem; height: 1rem; flex: 0 0 auto; margin-top: .15rem; }
.maintained-note p { margin: 0; font-size: .82rem; color: var(--muted); }

.section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
.section.tinted { background: var(--petal); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 2rem; }
.section-number { color: var(--ink); font-size: .68rem; background: var(--gold); width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; }
.section-heading p { margin-bottom: .15rem; }
.section-heading h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.section-intro { max-width: 720px; color: var(--muted); margin: -1rem 0 2.6rem 3.4rem; }

.status-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr 1fr; border: 1px solid var(--line); border-radius: 1.5rem .35rem; overflow: hidden; background: var(--paper); box-shadow: var(--shadow); }
.status-card { padding: 1.6rem; border-right: 1px solid var(--line); min-height: 165px; display: flex; flex-direction: column; }
.status-card:last-child { border-right: 0; }
.status-card p { margin: 0 0 1rem; color: var(--muted); font-size: .76rem; }
.status-card strong { color: var(--green-950); font-size: 1.15rem; margin-bottom: .45rem; }
.status-card span { font-size: .74rem; color: var(--muted); margin-top: auto; }
.status-card.featured { background: var(--green-950); }
.status-card.featured p, .status-card.featured span { color: #cad9d0; }
.status-card.featured strong { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 500; }
.two-column { display: grid; grid-template-columns: 1.35fr 1fr; gap: 1.5rem; }
.dashboard-row { margin-top: 2rem; }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: .35rem 1.5rem; padding: 1.7rem; }
.panel-title { display: flex; gap: .8rem; align-items: flex-start; margin-bottom: 1.25rem; }
.panel-title > span { color: var(--gold); width: 30px; height: 30px; border: 1px solid var(--gold-light); border-radius: 50%; display: grid; place-items: center; }
.panel-title > span img { width: 15px; height: 15px; display: block; }
.panel-title p { margin-bottom: .05rem; }
.panel-title h3 { margin: 0; font-size: 1.45rem; }
.task-list { list-style: none; padding: 0; margin: 0; display: grid; }
.task-list li { display: grid; grid-template-columns: 20px 1fr; gap: .75rem; padding: .85rem 0; border-top: 1px solid #ebe7dc; }
.check { width: 16px; height: 16px; border: 1px solid #8d978e; border-radius: .15rem; margin-top: .2rem; }
.task-list strong, .task-list small { display: block; }
.task-list strong { font-size: .9rem; }
.task-list small { color: var(--muted); font-size: .74rem; margin-top: .15rem; }
.happening-now { background: var(--green-950); color: #edf4ef; border-color: var(--green-950); }
.happening-now h3 { color: white; }
.happening-now .panel-title p { color: var(--gold-light); }
.lead-update { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.35; }
.simple-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.simple-list li { border-top: 1px solid rgba(255,255,255,.16); padding: .7rem 0; font-size: .82rem; color: #cad9d0; }
.happening-now .simple-list strong { display: block; color: var(--cream); font-size: 1rem; }
.happening-now .simple-list small { display: block; margin-top: .2rem; font-size: .875rem; }
.onboarding-snapshot { margin-top: 1.5rem; }
.snapshot-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.snapshot-grid > div { padding: 1rem 1.4rem; border-left: 1px solid var(--line); }
.snapshot-grid > div:first-child { border-left: 0; }
.snapshot-grid small, .snapshot-grid strong, .snapshot-grid p { display: block; }
.snapshot-grid small { color: var(--muted); font-size: .7rem; }
.snapshot-grid strong { color: var(--green-900); margin: .45rem 0; }
.snapshot-grid p { margin: 0; font-size: .72rem; color: var(--muted); }

.timeline { list-style: none; margin: 0 0 0 1.2rem; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); }
.timeline li { min-width: 0; position: relative; padding: 0 1rem 0 0; }
.timeline li::before { content: ""; position: absolute; top: 20px; left: 40px; right: 0; height: 1px; background: #c8c3b7; }
.timeline li:last-child::before { display: none; }
.timeline-marker { width: 40px; height: 40px; border: 1px solid #b8b3a7; border-radius: 50%; display: grid; place-items: center; background: var(--petal); position: relative; z-index: 1; color: #817c72; font-size: .8rem; }
.timeline .current .timeline-marker { background: var(--gold); border-color: var(--gold); color: var(--ink); box-shadow: 0 0 0 7px rgba(199,157,68,.14); }
.timeline p { margin-top: 1.4rem; margin-bottom: .45rem; }
.timeline h3 { font-size: 1.18rem; margin: 0 0 .6rem; line-height: 1.25; }
.timeline li > div:last-child > span { color: var(--muted); font-size: .74rem; line-height: 1.45; display: block; }

.content-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.content-card { padding: 1.45rem; border: 1px solid var(--line); border-top: 4px solid var(--green-800); border-radius: .25rem 1.15rem; background: var(--paper); min-height: 180px; }
.content-card.planned { border-top-color: var(--gold); }
.content-card.progress { border-top-color: var(--terracotta); }
.content-card.waiting { border-top-color: #899287; }
.content-card small { display: block; color: var(--muted); }
.content-card strong { color: var(--green-950); display: block; margin: 1rem 0 .55rem; font-size: 1.05rem; }
.content-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.shared-folder { margin-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; border: 1px solid var(--line); border-radius: 1.25rem .3rem; padding: 1.5rem; background: #f7f2e8; }
.shared-folder > div { display: flex; align-items: center; gap: 1rem; }
.folder-icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--green-900); color: white; border-radius: 50%; }
.folder-icon img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.shared-folder h3 { margin: 0 0 .25rem; }
.shared-folder p { margin: 0 0 .1rem; }
.shared-folder span { color: var(--muted); font-size: .76rem; }
button:disabled { border: 0; padding: .75rem 1.1rem; background: #ded9cf; color: #716d66; border-radius: 999px; cursor: not-allowed; }
.file-rules { display: grid; grid-template-columns: 180px 1fr; gap: 1.5rem; margin-top: 1.5rem; padding: 1.2rem 1.5rem; border-left: 2px solid var(--gold); }
.file-rules strong { color: var(--green-950); }
.file-rules p { margin: 0; color: var(--muted); font-size: .8rem; }

.quick-links-section { background: var(--green-950); color: var(--cream); display: grid; grid-template-columns: minmax(250px, .85fr) minmax(360px, 1.2fr); gap: clamp(2rem, 5vw, 5rem); margin: 1.5rem clamp(1.25rem, 3vw, 2.75rem); width: auto; border-radius: 1.5rem .35rem; padding-top: 3.2rem; padding-bottom: 3.2rem; }
.quick-links-copy { align-self: center; }
.quick-links-copy .eyebrow { color: var(--gold); margin-bottom: .8rem; }
.quick-links-copy h2 { color: var(--cream); font-size: clamp(2rem, 3.2vw, 3.25rem); line-height: 1.02; letter-spacing: -.035em; margin: 0; }
.quick-links-copy > p:last-child { color: rgba(251,248,238,.72); max-width: 430px; margin: 1.25rem 0 0; font-size: .84rem; line-height: 1.75; }
.quick-links-list { display: grid; gap: .65rem; align-content: center; }
.quick-link { min-height: 68px; border: 1px solid rgba(251,248,238,.22); border-radius: .35rem .9rem; padding: .75rem .9rem; display: grid; grid-template-columns: 40px 1fr 20px; gap: .8rem; align-items: center; text-decoration: none; color: var(--cream); background: rgba(251,248,238,.045); transition: background-color .16s ease, transform .16s ease; }
a.quick-link:hover { background: rgba(251,248,238,.1); transform: translateY(-1px); }
.quick-link.is-disabled { opacity: .72; }
.quick-link-icon { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); }
.quick-link-icon img { width: 18px; height: 18px; display: block; }
.quick-link-text { min-width: 0; display: grid; }
.quick-link-text strong { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 1rem; line-height: 1.2; }
.quick-link-text small { color: rgba(251,248,238,.58); margin-top: .15rem; font-size: .72rem; }
.quick-link-action { width: 16px; height: 16px; display: block; filter: brightness(0) invert(1); opacity: .9; }

.approval-table { border: 1px solid var(--line); background: var(--paper); border-radius: .35rem 1.5rem; overflow: hidden; }
.approval-row { display: grid; grid-template-columns: 1.7fr .65fr 1fr; gap: 1rem; align-items: center; padding: 1.1rem 1.4rem; border-top: 1px solid var(--line); font-size: .82rem; }
.approval-row:first-child { border-top: 0; }
.approval-header { background: var(--green-950); color: white; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }
.approval-row strong, .approval-row small { display: block; }
.approval-row small { color: var(--muted); margin-top: .15rem; }
.status { font-weight: 600; font-size: .72rem; }
.waiting-status { color: var(--terracotta); }
.not-started { color: #788078; }
.feedback-note { background: #e7eee7; border-left: 3px solid var(--green-900); padding: 1rem 1.2rem; font-size: .8rem; color: #3d4b42; margin: 1.5rem 0 0; }

.meeting-card { background: var(--green-50); }
.meeting-card h3 { font-size: 1.6rem; margin: .4rem 0 1.3rem; }
.meeting-card strong, .meeting-card span { display: block; }
.meeting-card strong { color: var(--green-900); }
.meeting-card span { font-size: .78rem; color: var(--muted); margin: .2rem 0 1.2rem; }
.meeting-card button { width: 100%; }
.empty-state { border: 1px dashed #cfc8ba; padding: 1.1rem; background: #faf7f0; }
.empty-state strong { color: var(--green-950); }
.empty-state p { color: var(--muted); font-size: .78rem; margin: .3rem 0 0; }

.team-section { background: var(--green-950); color: white; }
.section-heading.light h2 { color: white; }
.section-heading.light p { color: var(--gold-light); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.team-grid article { padding: 1.8rem 1.5rem; border-left: 1px solid rgba(255,255,255,.2); }
.team-grid article:first-child { border-left: 0; }
.team-grid small { color: var(--gold-light); }
.team-grid h3 { color: white; font-size: 1.6rem; margin: 1rem 0 0; }
.team-grid p { color: #b8cabf; margin: .05rem 0 1rem; font-size: .75rem; }
.team-grid span { color: #dbe5df; font-size: .78rem; }
.contact-strip { margin-top: 2rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: rgba(255,255,255,.08); padding: 1.4rem 1.5rem; }
.contact-strip strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 500; }
.contact-strip p { margin: .2rem 0 0; color: #b8cabf; font-size: .78rem; }
.contact-strip a { text-decoration: none; background: var(--gold); color: var(--ink); padding: .75rem 1.1rem; border-radius: 999px; white-space: nowrap; font-size: .72rem; font-weight: 700; letter-spacing: .03em; display: inline-flex; align-items: center; gap: .65rem; }

.internal-section { padding-top: 2.5rem; padding-bottom: 2.5rem; background: #eee8dc; border-bottom: 1px solid var(--line); }
.internal-section details { border: 1px solid #cfc4af; background: #f7f2e8; }
.internal-section summary { cursor: pointer; padding: 1rem 1.2rem; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; }
.internal-section summary span { font-family: "Be Vietnam Pro", "Avenir Next", Avenir, Helvetica, Arial, sans-serif; color: var(--terracotta); margin-left: .5rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.internal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 2rem; padding: 1.2rem; border-top: 1px solid #cfc4af; }
.internal-grid label { font-size: .78rem; }
.internal-grid input { accent-color: var(--green-900); }
footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: var(--green-950); background: #f8f4eb; }
footer span { letter-spacing: .18em; font-size: .68rem; }
footer p { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
footer small { color: var(--muted); }

@media (max-width: 1100px) {
  :root { --sidebar: 225px; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .status-card:nth-child(2) { border-right: 0; }
  .status-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .snapshot-grid, .content-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .snapshot-grid > div:nth-child(3), .team-grid article:nth-child(3) { border-left: 0; }
  .snapshot-grid > div:nth-child(n+3), .team-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .timeline { grid-template-columns: 1fr 1fr 1fr; row-gap: 2rem; }
  .timeline li:nth-child(3)::before, .timeline li:last-child::before { display: none; }
  .quick-links-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .mobile-header { display: flex; position: sticky; top: 0; z-index: 30; height: 66px; align-items: center; justify-content: space-between; background: var(--green-950); color: white; padding: 0 1rem; box-shadow: 0 4px 18px rgba(0,0,0,.16); }
  .menu-button { width: 40px; height: 40px; border: 0; padding: 10px; background: transparent; display: grid; align-content: center; gap: 5px; }
  .menu-button span { width: 21px; height: 1px; background: white; display: block; }
  .mobile-wordmark { width: 150px; background: var(--cream); border-radius: .25rem; padding: .3rem .55rem; }
  .mobile-wordmark img { width: 100%; height: auto; display: block; }
  .preview-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
  .sidebar { width: min(86vw, 310px); transform: translateX(-103%); transition: transform .25s ease; box-shadow: 10px 0 35px rgba(0,0,0,.22); }
  .sidebar.open { transform: translateX(0); }
  .nav-overlay { position: fixed; inset: 0; background: rgba(8,25,18,.48); z-index: 19; }
  main { margin-left: 0; }
  .hero, .section, .internal-section, footer { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero { padding-top: 1.5rem; min-height: auto; }
  .wordmark { margin-bottom: 3.5rem; }
  .wordmark img { width: 14rem; }
  .preview-banner { position: static; text-align: left; max-width: none; margin: -2.3rem 0 2.5rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
  h1 { font-size: 2.9rem; }
  .section { padding-top: 4rem; padding-bottom: 4rem; }
  .section-intro { margin-left: 0; }
  .status-grid, .two-column, .snapshot-grid, .content-grid, .team-grid { grid-template-columns: 1fr; }
  .status-card, .status-card:nth-child(2) { border-right: 0; border-top: 1px solid var(--line); }
  .status-card:first-child { border-top: 0; }
  .snapshot-grid > div, .snapshot-grid > div:nth-child(3), .team-grid article, .team-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .snapshot-grid > div:first-child, .team-grid article:first-child { border-top: 0; }
  .timeline { grid-template-columns: 1fr; margin-left: .2rem; gap: 0; }
  .timeline li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding-bottom: 1.7rem; }
  .timeline li::before, .timeline li:nth-child(3)::before { display: block; left: 20px; width: 1px; height: auto; top: 40px; bottom: 0; right: auto; }
  .timeline li:last-child::before { display: none; }
  .timeline p { margin-top: 0; }
  .shared-folder, .contact-strip { align-items: flex-start; flex-direction: column; }
  .shared-folder button, .contact-strip a { width: 100%; text-align: center; }
  .quick-links-section { margin: .85rem; padding: 2.4rem 1.25rem; gap: 2rem; border-radius: 1.2rem .3rem; }
  .quick-link { grid-template-columns: 38px 1fr 18px; padding-inline: .75rem; }
  .file-rules { grid-template-columns: 1fr; gap: .4rem; }
  .approval-header { display: none; }
  .approval-row { grid-template-columns: 1fr; gap: .45rem; }
  .approval-row > span:last-child::before { content: "Next: "; color: var(--muted); }
  .internal-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; justify-content: center; text-align: center; padding-top: 2rem; padding-bottom: 2rem; gap: .4rem; }
  footer p { margin: .5rem 0; }
}

/* Pamela portal reference: compact editorial layout and softly rounded cards. */
:root { --sidebar: 230px; }
.sidebar { background: var(--green-950); color: var(--cream); border: 0; overflow-y: auto; }
.sidebar > * { flex-shrink: 0; }
.logo-filter-defs { position: absolute; pointer-events: none; }
.brand-mark { min-height: 140px; margin: 0 20px; padding: 28px 12px; background: transparent; border-bottom-color: rgba(251,248,238,.25); }
.sidebar-logo { width: 170px; max-width: 100%; background: transparent; padding: 0; border-radius: 0; }
.sidebar-logo, .mobile-wordmark img { filter: url(#logo-on-green); }
.mobile-wordmark { background: transparent; padding: 0; border-radius: 0; }
.side-nav a { color: var(--cream); min-height: 44px; font-size: 14px; }
.side-nav a span { color: #d8dfcf; }
.side-nav a.active, .side-nav a:hover { background: var(--cream); color: var(--green-950); }
.support-card { background: transparent; border-color: rgba(251,248,238,.22); border-radius: 12px; overflow: visible; flex-shrink: 0; }
.support-card a { min-height: 44px; gap: 6px; line-height: 1.4; }
.support-card .link-icon { flex-shrink: 0; }
.support-card strong { color: var(--cream); }
.support-card p { color: #d8dfcf; font-size: 13px; }
.hero, .section, .internal-section, footer { padding-left: clamp(24px,4vw,64px); padding-right: clamp(24px,4vw,64px); }
.hero { min-height: 0; padding-top: 40px; padding-bottom: 26px; background: var(--cream); border: 0; }
.hero::after, .wordmark { display: none; }
.hero { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.welcome-copy { min-width: 0; }
.foodshed-logo { display: block; width: clamp(110px, 13vw, 170px); height: auto; flex-shrink: 0; }
.preview-banner { position: static; max-width: none; text-align: left; margin: 0 0 24px; }
h1 { font-size: clamp(32px,4vw,48px); line-height: 1.1; }
.intro { font-size: 16px; margin: 12px 0 20px; }
.maintained-note { font-size: 14px; }
.section { padding-top: 30px; padding-bottom: 30px; }
.section.tinted { background: transparent; border: 0; }
.section-heading { gap: 12px; margin-bottom: 22px; }
.section-heading h2 { font-size: clamp(26px,3vw,36px); }
.section-number { background: transparent; border: 1px solid var(--line); width: 30px; height: 30px; flex-shrink: 0; }
.eyebrow, .section-heading p, .panel-title p, .meeting-card > p, .shared-folder p, .timeline p, .content-card small { color: var(--green-950); font-size: 12px; }
.status-grid { gap: 12px; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.status-card { border: 1px solid var(--line)!important; border-radius: 16px; background: var(--paper); padding: 22px; }
.status-card:nth-child(2) { background: var(--petal); }
.status-card:nth-child(3) { background: #f6edcf; }
.status-card p, .status-card span { font-size: 13px; }
.panel, .content-card, .shared-folder, .approval-table { border-radius: 16px; box-shadow: none; }
.panel { padding: 26px; }
.happening-now { background: var(--green-950); }
.happening-now .panel-title p { color: var(--cream); }
.content-card.planned, .meeting-card { background: var(--petal); }
.content-card.progress { background: #f6edcf; }
.task-list small, .snapshot-grid p, .content-card p, .timeline li > div:last-child > span, .team-grid span, .empty-state p { font-size: 14px; }
.timeline-marker { background: var(--cream); }
.quick-links-section { margin: 30px clamp(24px,4vw,64px); padding: 40px; border-radius: 22px; }
.quick-link { border-radius: 12px; }
.quick-link-text small { font-size: 14px; }
.team-section { margin: 30px clamp(24px,4vw,64px); padding: 40px; border-radius: 22px; background: #243d23; }
.team-grid { grid-template-columns: 1fr 1fr; border: 0; gap: 14px; }
.team-grid article, .team-grid article:nth-child(n) { padding: 22px; border: 1px solid rgba(251,248,238,.2); border-radius: 16px; }
.team-grid small { color: var(--cream); font-size: 12px; }
.team-grid a { overflow-wrap: anywhere; }
.contact-strip { border-radius: 12px; }
.contact-strip a { justify-content: center; }
.internal-section { margin-top: 30px; background: var(--cream); }
footer { background: var(--cream); border-top: 1px solid var(--line); flex-wrap: wrap; padding-top: 2rem; padding-bottom: 2rem; }
.footer-logo { display: block; width: 180px; max-width: 100%; height: auto; flex-shrink: 0; }
@media(max-width:760px) {
 .sidebar { top: 66px; padding-bottom: env(safe-area-inset-bottom, 0px); }
 .hero { padding-top: 24px; }
 .hero { gap: 16px; align-items: flex-start; }
 .foodshed-logo { width: 88px; }
 .preview-banner { margin: 0 0 20px; }
 .quick-links-section, .team-section { margin: 24px 16px; padding: 28px 20px; }
 .team-grid { grid-template-columns: 1fr; }
 .section { padding-top: 24px; padding-bottom: 24px; }
 .section-intro { margin: 0 0 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
