* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    background: #eee6d9;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.page {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    background: #eee6d9;
}

/* =========================
   HEADER
   ========================= */

header {
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	
}

.site-header {
	background-color: #7b6139;
	border-top: 5px solid #497600;
	border-bottom: 5px solid #497600;
}

.site-header-inner-border {
	border-top: 5px solid #497600;
	border-bottom: 5px solid #497600;
}

/* Hamburger */

.menu-button {
	position: absolute;
    z-index: 5;
    top: 34px;
    left: 15px;
    width: 44px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-button span {
    display: block;
    width: 44px;
    height: 4px;
    margin-bottom: 11px;
    background: #000;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.menu-button span:last-child {
    margin-bottom: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}

/* Logo / Brand */

.brand {
	position: absolute;
    z-index: 3;
    top: 31px;
    left: 77px;
    white-space: nowrap;
    color: #efe7da;
    font-size: 40px;
    font-weight: 700;
}

/* Dropdown Menu */

.site-menu {
    position: absolute;
    z-index: 10;
    top: 96px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background: #efe7da;
    border-top: 3px solid #000;
	border-bottom: 5px solid #497600;
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;

}

.site-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-menu a {
    padding: 16px 21px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* =========================
   MAIN CONTENT
   ========================= */

.content {
    width: 100%;
    min-height: 1762px;
    padding: 17px 14px 0;
    background: #eee6d9;
    text-align: center;
    font-weight: 700;
}

h1 {
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.37;
    letter-spacing: -0.5px;
}

.intro {
    margin: 34px auto 0;
    font-size: 27px;
    line-height: 1.32;
    letter-spacing: -0.45px;
}

.tree-placeholder {
    margin-top: 40px;
    font-size: 27px;
    line-height: 1.42;
}

.tree-placeholder div:nth-child(2) {
    margin-top: 3px;
}

.section-copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    line-height: 1.37;
    letter-spacing: -0.45px;
}

.section-copy.first {
    margin-top: 47px;
}

.section-copy.second {
    margin-top: 60px;
}

.section-copy.third {
    margin-top: 63px;
}

/* =========================
   FOOTER
   ========================= */

.site-footer {
    position: relative;
    width: 100%;
    height: 182px;
    background: #7b6139;
    border-top: 5px solid black;
    color: #efe7da;
    font-size: 15px;
    line-height: 20px;
}

.site-footer nav {
    display: flex;
    flex-direction: column;
}

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


.footer-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    text-align: center;
		margin-top: 50px;
}

.footer-inner-border {
	border-top: 5px solid #4d8f00;
	padding: 25px;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 430px) {
		/* .site-header{
		background-color: #7b6139;
	}
    .brand {
        left: 77px;
        font-size: clamp(30px, 9.95vw, 40px);
    } */

    .content {
        padding-left: 14px;
        padding-right: 14px;
    }

    h1 {
        font-size: clamp(29px, 8.96vw, 36px);
    }

    .intro,
    .tree-placeholder,
    .section-copy {
        font-size: clamp(22px, 6.72vw, 27px);
    }
}

@media (max-width: 330px) {

.site-header{
		background-color: #7b6139;
	}
		/* 
    .brand {
        left: 67px;
        font-size: 27px;
    }

    .menu-button {
        left: 12px;
        width: 45px;
    }

    .menu-button span {
        width: 45px;
    } */

    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 5px) {
   .site-header {
      height: 100px;
			background-color: #7b6139;
			width:100%;
			text-align: center;
    }
	  /*

    .site-header::after {
        height: 99px;
    }

    .menu-button {
        top: 41px;
        left: 30px;
        width: 52px;
    }

    .menu-button span {
        width: 52px;
    }

    .brand {
        top: 37px;
        left: 110px;
        font-size: clamp(40px, 6vw, 64px);
    }

    .site-menu {
        top: 111px;
    } */

    .content {
        min-height: 1500px;
        padding: 32px clamp(24px, 5vw, 80px) 0;
    }

    h1 {
        font-size: clamp(36px, 5vw, 52px);
    }

    .intro,
    .tree-placeholder,
    .section-copy {
        font-size: clamp(27px, 3.5vw, 38px);
    }

    .section-copy {
        max-width: 900px;
    }
}
