    :root {
      --red: #f4363d;
      --red-dark: #c92129;
      --ink: #20201e;
      --muted: #66655f;
      --cream: #f6f0e5;
      --paper: #fffdf8;
      --yellow: #f2c95c;
      --green: #8ba98f;
      --blue: #7ca9b7;
      --line: rgba(32, 32, 30, .14);
      --radius: 26px;
      --shadow: 0 22px 60px rgba(65, 49, 31, .12);
      --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
      --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
    a { color: inherit; }
    button, input, select, textarea { font: inherit; }
    img { max-width: 100%; display: block; }
    .shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
    .eyebrow { margin: 0 0 14px; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .display { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
    .lead { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
    .button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: .91rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: .2s ease; }
    .button:hover { transform: translateY(-2px); }
    .button--red { color: white; background: var(--red); box-shadow: 0 10px 25px rgba(244, 54, 61, .22); }
    .button--dark { color: white; background: var(--ink); }
    .button--line { border-color: var(--line); background: rgba(255,255,255,.7); }

    .topbar { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(32,32,30,.08); background: rgba(255,253,248,.91); backdrop-filter: blur(16px); }
    .nav { min-height: 82px; display: flex; align-items: center; gap: 30px; }
    .brand { width: 194px; flex: 0 0 auto; }
    .brand img { width: 100%; height: auto; }
    .navlinks { margin-left: auto; display: flex; align-items: center; gap: 26px; }
    .navlinks a { font-size: .86rem; font-weight: 700; text-decoration: none; }
    .navlinks a:hover { color: var(--red-dark); }
    .navlinks .menu-list { margin: 0; padding: 0; display: flex; align-items: center; gap: 26px; list-style: none; }
    .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
    .screen-reader-text:focus { z-index: 100; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: white; color: var(--ink); }
    .menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }

    .hero { position: relative; overflow: hidden; padding: 58px 0 76px; background: var(--cream); }
    .hero::before { content: ""; position: absolute; width: 430px; height: 430px; left: -210px; bottom: -250px; border-radius: 50%; border: 74px solid rgba(244,54,61,.1); }
    .hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
    .hero h1 { max-width: 650px; font-size: clamp(4rem, 7vw, 6.8rem); }
    .hero h1 em { color: var(--red); font-weight: inherit; }
    .hero-copy .lead { max-width: 520px; margin: 26px 0 30px; }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
    .hero-note { display: flex; align-items: center; gap: 11px; margin-top: 28px; color: var(--muted); font-size: .82rem; }
    .hero-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(139,169,143,.18); }
    .hero-visual { position: relative; min-height: 620px; }
    .photo { position: absolute; overflow: hidden; background: linear-gradient(145deg, #d9a078, #8f6051); box-shadow: var(--shadow); }
    .photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(165deg, rgba(255,255,255,.12), rgba(23,22,19,.24)); }
    .photo::after { content: attr(data-label); position: absolute; left: 22px; right: 22px; bottom: 20px; padding: 12px 14px; color: white; border: 1px solid rgba(255,255,255,.38); border-radius: 14px; background: rgba(25,23,20,.24); backdrop-filter: blur(8px); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
    .photo-main { inset: 0 18px 34px 48px; border-radius: 48% 48% 30px 30px; }
    .photo-small { width: 195px; height: 245px; left: -36px; bottom: -4px; border: 10px solid var(--paper); border-radius: 100px 100px 22px 22px; background: linear-gradient(145deg, #91aaa2, #52756a); transform: rotate(-5deg); }
    .scribble { position: absolute; z-index: 2; right: -8px; top: 44px; width: 112px; height: 112px; border: 4px solid var(--yellow); border-radius: 48% 52% 44% 56%; transform: rotate(15deg); }
    .scribble::before, .scribble::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); }
    .scribble::before { top: -20px; left: 30px; } .scribble::after { bottom: -20px; right: 26px; }

    .pathways { position: relative; z-index: 3; margin-top: -34px; }
    .path-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
    .path { position: relative; min-height: 220px; padding: 30px; border-right: 1px solid var(--line); text-decoration: none; transition: .25s ease; }
    .path:last-child { border-right: 0; }
    .path:hover { background: var(--cream); }
    .path-number { display: inline-grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: white; background: var(--red); font-size: .78rem; font-weight: 900; }
    .path h2 { margin: 34px 0 4px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
    .path p { margin: 0; color: var(--muted); }
    .path-arrow { position: absolute; right: 25px; top: 29px; font-size: 1.4rem; }

    .manifesto { padding: 140px 0 130px; }
    .manifesto-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; }
    .manifesto h2 { font-size: clamp(3rem, 6vw, 5.6rem); }
    .manifesto h2 span { display: block; color: var(--red); font-style: italic; }
    .manifesto-copy { padding-top: 24px; }
    .manifesto-copy > p { margin: 0 0 36px; font-family: var(--serif); font-size: 1.7rem; line-height: 1.38; }
    .principles { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; border-top: 1px solid var(--line); }
    .principle { padding: 22px 0; border-bottom: 1px solid var(--line); }
    .principle strong { display: block; margin-bottom: 5px; font-size: .93rem; }
    .principle span { color: var(--muted); font-size: .88rem; line-height: 1.5; }

    .day { padding: 120px 0; background: var(--ink); color: white; }
    .day-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
    .day h2 { max-width: 700px; font-size: clamp(3rem, 6vw, 5rem); }
    .day-head p { max-width: 370px; color: rgba(255,255,255,.64); line-height: 1.6; }
    .life-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 16px; }
    .life-card { position: relative; min-height: 410px; display: flex; align-items: flex-end; padding: 28px; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg, #b78564, #614f44); }
    .life-card:nth-child(2) { background: linear-gradient(145deg, #86a8ad, #526d78); }
    .life-card:nth-child(3) { background: linear-gradient(145deg, #9cad76, #5f7551); }
    .life-card::before { content: "FOTO REAL"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.3); font-size: .75rem; font-weight: 900; letter-spacing: .18em; }
    .life-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
    .life-card div { position: relative; z-index: 1; }
    .life-card h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
    .life-card p { margin: 0; color: rgba(255,255,255,.74); font-size: .9rem; line-height: 1.5; }

    .story { padding: 130px 0; background: var(--cream); }
    .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
    .history-visual { position: relative; min-height: 560px; }
    .history-photo { position: absolute; inset: 0 70px 40px 0; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(145deg, #c4bbaa, #8d8579); color: rgba(255,255,255,.65); font-size: .77rem; font-weight: 900; letter-spacing: .15em; }
    .year-card { position: absolute; right: 0; bottom: 0; width: 220px; padding: 26px; border-radius: 22px; background: var(--red); color: white; box-shadow: var(--shadow); }
    .year-card strong { display: block; font-family: var(--serif); font-size: 4rem; font-weight: 500; line-height: 1; }
    .year-card span { display: block; margin-top: 10px; font-size: .82rem; line-height: 1.45; }
    .story h2 { font-size: clamp(3rem, 5vw, 4.7rem); }
    .story .lead { margin: 24px 0 28px; }
    .quote { padding-left: 22px; border-left: 3px solid var(--red); font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }

    .enrollment { padding: 120px 0; }
    .enroll-card { display: grid; grid-template-columns: .84fr 1.16fr; overflow: hidden; border-radius: 34px; background: var(--red); box-shadow: var(--shadow); }
    .enroll-copy { position: relative; padding: 64px 55px; color: white; overflow: hidden; }
    .enroll-copy::after { content: ""; position: absolute; right: -100px; bottom: -140px; width: 360px; height: 360px; border: 64px solid rgba(255,255,255,.09); border-radius: 50%; }
    .enroll-copy h2 { max-width: 480px; font-size: clamp(3rem, 5vw, 4.8rem); }
    .enroll-copy p { max-width: 440px; color: rgba(255,255,255,.78); line-height: 1.7; }
    .contact-bits { display: grid; gap: 12px; margin-top: 36px; }
    .contact-bits a { width: fit-content; font-weight: 800; text-decoration: none; }
    .form-wrap { padding: 52px; background: white; }
    .form-wrap h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 2.3rem; font-weight: 500; }
    .form-wrap > p { margin: 0 0 28px; color: var(--muted); font-size: .9rem; }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
    .field { display: grid; gap: 7px; }
    .field--full { grid-column: 1 / -1; }
    .field label { font-size: .77rem; font-weight: 800; }
    .field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); outline: 0; padding: 13px 14px; color: var(--ink); }
    .field textarea { min-height: 95px; resize: vertical; }
    .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(244,54,61,.1); }
    .consent { grid-column: 1 / -1; display: flex; gap: 10px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
    .consent input { margin-top: 3px; }
    .submit-row { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
    .form-status { color: #2c6a3c; font-size: .82rem; font-weight: 800; }
    .form-status--error { color: var(--red-dark); }
    .form-notice { padding: 14px; border-radius: 12px; background: var(--cream); }
    .hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
    .content-area { padding-block: 100px; }
    .content-page { max-width: 850px; }
    .content-page h1 { margin-bottom: 40px; font-size: clamp(3rem, 7vw, 5rem); }
    .entry-content { font-size: 1.05rem; line-height: 1.75; }
    .entry-content img { border-radius: 18px; }
    .archive-header { margin-bottom: 50px; }
    .archive-header h1 { font-size: clamp(3.2rem, 7vw, 5.5rem); }
    .post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
    .post-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
    .post-card__body { padding: 22px; }
    .post-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.6rem; font-weight: 500; }
    .post-card h2 a { text-decoration: none; }

    .interior-hero { padding: 76px 0; background: var(--cream); overflow: hidden; }
    .interior-hero__grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(360px,1.15fr); gap: 70px; align-items: center; }
	.interior-hero__grid--text { grid-template-columns: minmax(0, 850px); }
    .interior-hero h1 { max-width: 760px; font-size: clamp(3.8rem, 7vw, 6.6rem); }
    .interior-hero__image { overflow: hidden; border-radius: 160px 28px 28px 28px; box-shadow: var(--shadow); }
    .interior-hero__image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
    .interior-body { padding-block: 90px; }
    .interior-body .entry-content { max-width: 790px; margin-inline: auto; }
    .entry-content > :first-child { margin-top: 0; }
    .entry-content h2 { margin-top: 2.2em; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.08; }
    .entry-content h3 { margin-top: 2em; font-size: 1.35rem; }
    .entry-content blockquote { margin: 2.5rem 0; padding: 8px 0 8px 24px; border-left: 4px solid var(--red); font-family: var(--serif); font-size: 1.55rem; }
    .interior-cta { padding: 65px 0; background: var(--ink); color: white; }
    .interior-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
    .interior-cta h2 { font-size: clamp(2.7rem, 5vw, 4.4rem); }
    .home-news { padding: 120px 0; background: var(--cream); }
    .home-news__head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
    .home-news h2 { max-width: 720px; font-size: clamp(3rem, 6vw, 5rem); }
    .home-news .post-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
    .home-news .post-card h3 a { text-decoration: none; }
    .home-news .post-card p:last-child { color: var(--muted); line-height: 1.55; }
    .news-empty { grid-column: 1 / -1; padding: 35px; border: 1px dashed var(--line); border-radius: 20px; color: var(--muted); background: rgba(255,255,255,.55); }
	.news-hero { padding: 82px 0 150px; background: var(--cream); }
	.news-hero__inner { max-width: 900px; }
	.news-hero h1 { font-size: clamp(3.4rem, 7vw, 6.2rem); }
	.news-hero .lead { max-width: 720px; margin-top: 25px; }
	.news-article { max-width: 900px; padding-bottom: 100px; }
	.news-featured { margin: -85px 0 60px; }
	.news-featured img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
	.news-article .entry-content { margin-bottom: 50px; }

    .footer { padding: 65px 0 26px; background: #151513; color: white; }
    .footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 50px; }
    .footer-brand { width: 200px; padding: 12px; border-radius: 10px; background: white; }
    .footer p, .footer a { color: rgba(255,255,255,.58); font-size: .84rem; line-height: 1.7; text-decoration: none; }
    .footer h4 { margin: 0 0 15px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
    .footer-links { display: grid; gap: 9px; }
    .footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); font-size: .74rem; }

    .whatsapp { position: fixed; z-index: 60; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 12px 18px 12px 13px; border-radius: 999px; background: #25d366; color: #073f20; box-shadow: 0 14px 34px rgba(0,0,0,.2); font-size: .84rem; font-weight: 900; text-decoration: none; }
    .wa-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: white; font-size: 1.05rem; }

    @media (max-width: 940px) {
      .navlinks { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 24px; flex-direction: column; align-items: flex-start; background: var(--paper); border-bottom: 1px solid var(--line); }
      .navlinks.open { display: flex; }
      .navlinks .menu-list { flex-direction: column; align-items: flex-start; }
      .menu-button { display: inline-grid; place-items: center; }
      .hero-grid, .manifesto-grid, .story-grid, .enroll-card { grid-template-columns: 1fr; }
	  .interior-hero__grid { grid-template-columns: 1fr; gap: 38px; }
      .hero-grid { gap: 25px; }
      .hero-visual { min-height: 520px; }
      .manifesto-grid { gap: 35px; }
      .life-grid { grid-template-columns: 1fr 1fr; }
      .life-card:first-child { grid-column: 1 / -1; }
      .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
      .post-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid > div:first-child { grid-column: 1 / -1; }
    }

    @media (max-width: 680px) {
      .shell { width: min(100% - 26px, 1180px); }
      .brand { width: 165px; }
      .nav { min-height: 72px; }
      .navlinks { top: 72px; }
      .hero { padding-top: 42px; }
      .hero h1 { font-size: 3.7rem; }
      .hero-visual { min-height: 430px; }
      .photo-main { inset: 0 4px 22px 24px; }
      .photo-small { width: 135px; height: 180px; left: -5px; border-width: 7px; }
      .scribble { width: 75px; height: 75px; right: 0; }
      .pathways { margin-top: -18px; }
      .path-grid { grid-template-columns: 1fr; }
      .path { min-height: 172px; border-right: 0; border-bottom: 1px solid var(--line); }
      .path:last-child { border-bottom: 0; }
      .path h2 { margin-top: 24px; }
      .manifesto, .story, .enrollment { padding: 86px 0; }
      .principles, .life-grid, .form-grid { grid-template-columns: 1fr; }
      .life-card:first-child { grid-column: auto; }
      .life-card { min-height: 340px; }
      .day { padding: 84px 0; }
      .day-head { display: block; }
      .history-visual { min-height: 450px; }
      .history-photo { right: 35px; }
      .year-card { width: 180px; }
      .enroll-copy, .form-wrap { padding: 42px 24px; }
      .field--full, .consent, .submit-row { grid-column: auto; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .post-grid { grid-template-columns: 1fr; }
	  .interior-hero { padding: 56px 0; }
	  .interior-hero__image { border-radius: 90px 20px 20px 20px; }
	  .interior-body { padding-block: 65px; }
	  .interior-cta__inner, .home-news__head { align-items: flex-start; flex-direction: column; }
      .footer-grid > div:first-child { grid-column: 1 / -1; }
      .footer-bottom { display: block; }
      .whatsapp { right: 13px; bottom: 13px; padding-right: 13px; }
      .whatsapp > span:last-child { display: none; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition: none !important; }
    }
