:root {
    --green: #0d3d2b;
    --green-mid: #155239;
    --green-light: #1a6645;
    --gold: #b8973a;
    --gold-light: #d4b05a;
    --white: #ffffff;
    --off: #f7f4ee;
    --ink: #1c1c1c;
    --muted: #666;
    --border-dark: rgba(184, 151, 58, 0.25);
    --border-light: rgba(13, 61, 43, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    background: var(--white);
    color: var(--ink);
    overflow-x: hidden;
}



/* ══ HERO – DARK ════════════════════════════════ */
.hero {
    background: var(--green);
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
}

.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 56px 100px 72px;
    position: relative;
    z-index: 2;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 36px;
}

.hero-eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--gold);
}

.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 5.5vw, 5.5rem);
    font-weight: 300;
    color: var(--white);
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
}

.hero h1 strong {
    font-weight: 700;
    display: block;
    color: var(--gold-light);
    font-style: italic;
}

.hero-rule {
    width: 56px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 28px;
}

.hero-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 300;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    
    margin-bottom: 10px;
}

.hero-issued {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
}

.hero-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-arabic {
    position: absolute;
    font-family: 'Amiri', serif;
    font-size: clamp(5rem, 12vw, 10rem);
    color: var(--gold);
    opacity: 0.07;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: 0.1em;
}

.hero-ornament {
    width: 88%;
    max-width: 460px;
    opacity: 0.13;
}

.hero-badge-float {
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 110px;
    height: 110px;
    border: 1px solid var(--border-dark);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
}

.hero-badge-float span:first-child {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gold-light);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-badge-float span:last-child {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ══ IMAGE SECTIONS ════════════════════════════ */
.img-section-3 {
    width: 100%;
    height: 400px;
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr;
    overflow: hidden;
}

.img-section-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.82);
    transition: filter 0.5s, transform 0.6s;
}

.img-section-3 img:hover {
    filter: saturate(0.9) brightness(0.92);
    transform: scale(1.03);
}

.img-full {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.img-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.65) brightness(0.72);
    display: block;
}

.img-full-caption {
    position: absolute;
    bottom: 40px;
    left: 72px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.3rem, 2.8vw, 2rem);
    color: var(--white);
    font-style: italic;
    font-weight: 300;
    line-height: 1.0;
}

.img-full-caption strong {
    font-weight: 700;
    color: var(--gold-light);
    font-style: normal;
}

.img-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 340px;
    overflow: hidden;
}

.img-two-item {
    position: relative;
    overflow: hidden;
}

.img-two-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.6) brightness(0.7);
    transition: filter 0.5s, transform 0.6s;
}

.img-two-item:hover img {
    filter: saturate(0.8) brightness(0.82);
    transform: scale(1.04);
}

.img-two-label {
    position: absolute;
    bottom: 28px;
    left: 28px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: var(--white);
    font-weight: 300;
}

.img-two-label strong {
    font-weight: 700;
    color: var(--gold-light);
    font-style: normal;
}

/* ══ PREAMBLE – WHITE ═══════════════════════════ */
.preamble {
    background: var(--white);
    padding: 10px 72px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 30px;
    align-items: center;
}

.preamble-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #ffc300;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    display: inline-block;
    padding-right: 16px;
    border-right: 2px solid var(--green);
    font-family: 'Cormorant Garamond', serif;
}

.preamble-intro {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.35rem, 2.4vw, 1.95rem);
    font-weight: 300;
    line-height: 1.65;
    color: var(--ink);
    margin-bottom: 28px;
}

.preamble-intro em {
    font-style: italic;
    color: var(--green);
    font-weight: 600;
}

.preamble-note {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.75;
    padding-left: 24px;
    border-left: 2px solid var(--gold);
    font-style: italic;
}

/* ══ SHARED SECTION STYLES ══════════════════════ */
.sec-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: -20px;
    user-select: none;
}

.sec-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 600;
    line-height: 1.0;
}
.sec-title em {
    font-style: italic;
}



.section-header {
    margin-bottom: 10px;
}

/* DARK section colors */
.on-dark .sec-num {
    color: rgba(255, 255, 255, 0.05);
}

.on-dark .sec-title {
    color: var(--white);
}

.on-dark .sec-title em {
    color: var(--gold-light);
}

.on-dark .sec-sub {
    color: rgba(255, 255, 255, 0.45);
}

/* LIGHT section colors */
.on-light .sec-num {
    color: rgba(13, 61, 43, 0.05);
}

.on-light .sec-title {
    color: var(--green);
}

.on-light .sec-title em {
    color: var(--green-light);
}

.on-light .sec-sub {
    color: var(--muted);
}
.learning-one_image .commitments {
    position: relative;
    width: 100%;
    display: block;
    object-fit: cover;
}

/* ══ SECTION 1 – DARK ════════════════════════════ */
.s1 {
    background: var(--green);
    padding: 0px 72px 20px;
}

.four-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.col-card {
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-dark);
    transition: background 0.3s;
    position: relative;
    overflow: hidden;
}

.col-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s;
}

.col-card:hover::before {
    transform: scaleX(1);
}

.col-card:hover {
    background: rgba(255, 255, 255, 0.07);
}

.col-num {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0px;
    display: block;
}

.col-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.22rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1.3;
}

.col-card p {
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
}

/* ══ SECTION 2 – WHITE ═══════════════════════════ */
.s2 {
    background: var(--white);
    padding: 0px 72px 20px;
}
.commit-blocks {
    display: flex;
    flex-direction: column;
}

.commit-row {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0;
    border-bottom: 1px solid var(--border-light);
    padding: 10px 0;
    align-items: start;
    transition: background 0.2s;
}

.commit-row:first-child {
    border-top: 1px solid var(--border-light);
}

.commit-row:hover {
    background: rgba(13, 61, 43, 0.015);
}

.commit-letter {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    padding-right: 20px;
}

.commit-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--green);
    /* margin-bottom: 10px; */
}

.commit-content p {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.75;
    max-width: 620px;
}

.commit-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.pill {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid var(--border-light);
    color: var(--green);
    background: rgba(13, 61, 43, 0.04);
}

/* ══ SECTION 3 – DARK ════════════════════════════ */
.s3 {
    background: var(--green);
    padding: 0px 72px 20px;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
}

.col-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 600;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 0px;
}

.col-text h2 em {
    color: var(--gold-light);
    font-style: italic;
}

.col-text p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.8;
    margin-bottom: 20px;
}

.blist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.blist li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
}

.blist li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    margin-top: 7px;
    flex-shrink: 0;
}

.box {
    padding: 32px;
    border: 1px solid var(--border-dark);
    border-radius: 2px;
    margin-bottom: 14px;
}

.box-lbl {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

.box-lbl.gold {
    color: var(--gold);
}

.box-lbl.red {
    color: #e07070;
}

.box ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.85rem;
    line-height: 1.65;
}

.box.g ul li {
    color: rgba(255, 255, 255, 0.7);
}

.box.g ul li::before {
    content: '→';
    color: var(--gold);
    flex-shrink: 0;
}

.box.r ul li {
    color: rgba(255, 255, 255, 0.6);
}

.box.r ul li::before {
    content: '✕';
    color: #e07070;
    flex-shrink: 0;
    font-size: 0.75rem;
    margin-top: 2px;
}

/* ══ SECTION 4 – WHITE ═══════════════════════════ */
.s4 {
    background: var(--white);
    padding: 0px 72px 20px;
}
.three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.wcard {
    padding: 16px 28px;
    border: 1px solid var(--border-light);
    border-radius: 2px;
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.wcard::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s;
}

.wcard:hover::after {
    transform: scaleX(1);
}

.wcard:hover {
    border-color: var(--green);
    box-shadow: 0 8px 32px rgba(13, 61, 43, 0.08);
}

.wcard-tag {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0px;
    display: block;
}

.wcard h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 0px;
}

.wcard p {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.75;
}

/* ══ SECTION 5 – DARK ════════════════════════════ */
.s5 {
    background: var(--green);
    padding: 0px 72px 50px;
}

.age-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.age-table th {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    padding: 0 0 16px;
    text-align: left;
    border-bottom: 1px solid var(--border-dark);
}

.age-table td {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    vertical-align: top;
}
.age-table tr:last-child td {
    border-bottom: none;
}

.age-stage {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gold-light);
    padding-right: 40px;
    white-space: nowrap;
}

.age-focus {
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 6px;
}

.age-desc {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.65;
}

.age-avoid {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.3);
    padding-left: 20px;
}

.avoid-lbl {
    display: block;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 6px;
}

.age-avoid ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.age-avoid ul li::before {
    content: '— ';
}

/* ══ SECTION 6 – WHITE ═══════════════════════════ */
.s6 {
    background: var(--white);
    padding: 0px 72px 20px;
}

.action-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-bottom: 20px;
}

.action-tile {
    background: var(--green);
    padding: 40px 28px;
    text-align: center;
    transition: background 0.3s;
}

.action-tile:hover {
    background: var(--green-mid);
}

.action-icon {
    font-size: 2rem;
    margin-bottom: 16px;
    display: block;
}

.action-tile h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gold-light);
    margin-bottom: 8px;
}

.action-tile p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

.env-note {
    border: 1px solid var(--border-light);
    padding: 12px 26px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.env-note-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.env-note p {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.75;
}

.env-note p strong {
    color: var(--green);
}

/* ══ SECTION 7 – DARK ════════════════════════════ */
.s7 {
    background: var(--green);
    padding: 0px 72px 20px;
}

.teacher-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.tcol {
    padding: 15px 40px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-dark);
}
.tcol-lbl {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.tcol-lbl.g {
    color: var(--gold);
}

.tcol-lbl.r {
    color: #e07070;
}

.tcol ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tcol ul li {
    font-size: 0.88rem;
    line-height: 1.65;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.tcol.must ul li {
    color: rgba(255, 255, 255, 0.7);
}

.tcol.must ul li::before {
    content: '✓';
    color: var(--gold);
    font-weight: 700;
    flex-shrink: 0;
}

.tcol.mustnot ul li {
    color: rgba(255, 255, 255, 0.6);
}

.tcol.mustnot ul li::before {
    content: '✕';
    color: #e07070;
    flex-shrink: 0;
    font-size: 0.8rem;
    margin-top: 2px;
}

/* ══ SECTION 8 – WHITE ════════════════════════════ */
.s8 {
    background: var(--white);
    padding: 0px 72px 50px;
}

.aims-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.aims-pillars {
    display: flex;
    flex-direction: column;
}

.aim-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 2px 0;
    border-bottom: 1px solid var(--border-light);
}

.aim-row:first-child {
    border-top: 1px solid var(--border-light);
}

.aim-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    width: 40px;
    flex-shrink: 0;
}

.aim-text h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 3px;
}

.aim-text p {
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.5;
}

.closing-quote {
    background: var(--green);
    padding: 26px 28px;
    position: relative;
    overflow: hidden;
}

.closing-quote::before {
    content: '"';
    font-family: 'Cormorant Garamond', serif;
    font-size: 14rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.04);
    position: absolute;
    top: -40px;
    left: 20px;
    line-height: 1;
    pointer-events: none;
}

.closing-quote p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 1.9vw, 1.4rem);
    font-weight: 300;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.closing-author {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.closing-author::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: var(--gold);
}

.tagline {
    margin-top: 24px;
    padding: 18px 16px;
    border: 1px solid var(--border-light);
    text-align: center;
}

.tagline p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300;
    color: var(--green);
    line-height: 1.5;
}

.tagline p strong {
    font-weight: 700;
    font-style: normal;
}

.custodian {
    font-size: 0.78rem;
    color: var(--muted);
    margin-top: 18px;
    line-height: 1.6;
    text-align: center;
}


/* ══ SCROLL REVEAL ══════════════════════════════ */
.sr {
    opacity: 1;
    /* transform: translateY(26px); */
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.sr.in {
    opacity: 1;
    transform: none;
}

.d1 {
    transition-delay: 0.08s;
}

.d2 {
    transition-delay: 0.16s;
}

.d3 {
    transition-delay: 0.24s;
}

.d4 {
    transition-delay: 0.32s;
}

/* ══ RESPONSIVE ════════════════════════════════ */
@media(max-width:1024px) {
    .hero {
          grid-template-columns: 1fr;
    min-height: auto;
    }

    .hero-right {
        display: none;
    }

    .hero-left {
        padding: 80px 36px;
    }

    .preamble {
        grid-template-columns: 1fr;
        padding: 64px 36px;
        gap: 28px;
    }

    .preamble-label {
        writing-mode: horizontal-tb;
        transform: none;
        border-right: none;
        border-bottom: 2px solid var(--green);
        padding-right: 0;
        padding-bottom: 10px;
    }

    .four-col {
        grid-template-columns: repeat(2, 1fr);
    }

    .three-col {
        grid-template-columns: repeat(2, 1fr);
    }

    .action-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .two-col,
    .aims-layout,
    .teacher-layout {
        grid-template-columns: 1fr;
    }

    .img-section-3 {
        grid-template-columns: 1fr 1fr;
        height: 300px;
    }

    .img-section-3 img:last-child {
        display: none;
    }

    .s1,
    .s2,
    .s3,
    .s4,
    .s5,
    .s6,
    .s7,
    .s8 {
        padding: 44px 15px;
    }

    .img-full-caption {
        left: 36px;
    }

    footer {
        grid-template-columns: 1fr;
        padding: 48px 36px;
    }

    .footer-right {
        text-align: left;
    }

    .topbar {
        padding: 14px 24px;
    }
}

@media(max-width:640px) {

    .four-col,
    .three-col,
    .action-grid,
    .teacher-layout {
        grid-template-columns: 1fr;
    }

    .img-section-3 {
        grid-template-columns: 1fr;
        height: 240px;
    }

    .img-section-3 img:not(:first-child) {
        display: none;
    }

    .img-two {
        grid-template-columns: 1fr;
        height: auto;
    }

    .img-two-item {
        height: 200px;
    }

    .img-full {
        height: 240px;
    }

    .img-full-caption {
        left: 20px;
        bottom: 20px;
        font-size: 1rem;
    }

    .topbar-tag {
        display: none;
    }

    .commit-row {
        grid-template-columns: 56px 1fr;
    }

    .hero-left {
        gap: 15px;
    }

    section.s1 {
        padding: 30px 15px 60px;
    }

    .section-header {
        margin-bottom: 36px;
    }

    .commit-row {
        padding: 30px 0;
    }

    .age-table td {
        padding: 20px 10px;
    }

    .tcol {
        padding: 30px 20px;
    }

    section.s7 .teacher-layout.sr {
        gap: 15px;
    }

    .closing-quote {
        padding: 30px 20px;
    }

    .s1,
    .s2,
    .s3,
    .s4,
    .s5,
    .s6,
    .s7,
    .s8 {
        padding: 34px 15px;
    }
}