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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    background-color: #faf6ee;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #1f4d3a;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    color: #15201b;
    margin-bottom: 15px;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    margin-top: 25px;
}

p {
    margin-bottom: 15px;
}

ul {
    list-style: none;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #1f4d3a;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
    z-index: 1000;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

#student-banner {
    background-color: #15201b;
    color: #fbe7c2;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
}

#student-banner p {
    margin: 0;
}

.header {
    background-color: #ffffff;
    border-bottom: 2px solid #1f4d3a;
    padding: 15px 0;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    display: inline-block;
    text-decoration: none;
}

.logo img {
    height: 56px;
    width: auto;
}

.menu-btn {
    background: #1f4d3a;
    color: #fff;
    border: none;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

.nav {
    width: 100%;
    display: none;
    margin-top: 15px;
}

.nav.open {
    display: block;
}

.nav ul li a {
    display: block;
    padding: 10px 5px;
    color: #15201b;
    text-decoration: none;
    border-bottom: 1px solid #e6dfcf;
}

.nav ul li a:hover,
.nav ul li a.current {
    color: #1f4d3a;
    background-color: #f3ecdc;
}

.btn {
    display: inline-block;
    background-color: #b85a00;
    color: #fff;
    padding: 12px 22px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 8px;
    margin-bottom: 8px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
}

.btn:hover {
    background-color: #8e4500;
}

.btn-small {
    padding: 6px 14px;
    font-size: 14px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #b85a00;
    margin-bottom: 12px;
}

.section {
    padding: 60px 0;
}

.page-header {
    background-color: #1f4d3a;
    color: #fdf3d8;
    padding: 60px 0;
    border-bottom: 6px solid #b85a00;
}

.page-header h1 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 18px;
}

.page-header .eyebrow {
    color: #f7c878;
}

.page-header .lead {
    font-size: 17px;
    max-width: 700px;
    color: #f4ecd6;
}

.contact-grid {
    display: block;
}

.contact-form-wrap {
    background-color: #ffffff;
    border: 1px solid #e0d8c2;
    border-radius: 8px;
    padding: 28px;
    margin-bottom: 30px;
}

.form-note {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.req {
    color: #b85a00;
    font-weight: bold;
}

.field {
    margin-bottom: 18px;
}

.field label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #15201b;
    font-size: 15px;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select,
.field textarea {
    width: 100%;
    padding: 11px 14px;
    font-family: inherit;
    font-size: 16px;
    border: 1px solid #c8c0ad;
    border-radius: 4px;
    background-color: #faf6ee;
    color: #15201b;
}

.field textarea {
    resize: vertical;
    min-height: 130px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: 3px solid #ffb84d;
    outline-offset: 2px;
    border-color: #1f4d3a;
    background-color: #fff;
}

.field-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.field-check input {
    margin-top: 4px;
}

.field-check label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 15px;
}

.form-disclaimer {
    background-color: #fff8ec;
    border-left: 4px solid #b85a00;
    padding: 12px 16px;
    font-size: 14px;
    color: #5a3a00;
    margin-bottom: 20px;
}

.contact-info h2 {
    margin-top: 0;
}

.info-block {
    margin-bottom: 18px;
    line-height: 1.6;
}

.info-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #b85a00;
    font-weight: bold;
    margin-bottom: 4px;
}

.hours {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 1px solid #e0d8c2;
    border-radius: 6px;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 20px;
}

.hours th,
.hours td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid #f0e9d8;
}

.hours tbody tr:last-child th,
.hours tbody tr:last-child td {
    border-bottom: none;
}

.hours th {
    background-color: #faf6ee;
    font-weight: bold;
    color: #15201b;
    width: 45%;
}

.hours td {
    color: #555;
}

.cta {
    background-color: #15201b;
    color: #fdf3d8;
    padding: 50px 0;
    text-align: center;
}

.cta h2 {
    color: #ffffff;
}

.cta p {
    margin-bottom: 20px;
}

.footer {
    background-color: #0e1a14;
    color: #d3c9b1;
    padding: 40px 0 20px;
    font-size: 15px;
}

.footer h3 {
    color: #f7c878;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
}

.footer-grid {
    display: block;
}

.footer-grid > div {
    margin-bottom: 25px;
}

.footer a {
    color: #ecdfc1;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-list li {
    margin-bottom: 6px;
}

.hygiene-badge {
    margin-top: 15px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    height: auto;
}

.copy {
    border-top: 1px solid #1f2c24;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 13px;
    color: #95896d;
    text-align: center;
}

a:focus,
button:focus,
.btn:focus {
    outline: 3px solid #ffb84d;
    outline-offset: 2px;
}


@media screen and (min-width: 768px) {

    h1 { font-size: 48px; }
    h2 { font-size: 32px; }

    .menu-btn {
        display: none;
    }

    .nav {
        display: block;
        width: auto;
        margin-top: 0;
    }

    .nav ul {
        display: flex;
        gap: 5px;
    }

    .nav ul li a {
        border-bottom: none;
        padding: 8px 12px;
        border-radius: 4px;
    }

    .nav ul li a.current {
        background-color: #1f4d3a;
        color: #fff;
    }

    .page-header {
        padding: 90px 0;
    }

    .page-header h1 {
        font-size: 48px;
    }

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

    .contact-form-wrap {
        margin-bottom: 0;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 30px;
    }

    .footer-grid > div {
        margin-bottom: 0;
    }
}
