* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top, rgba(166, 124, 82, 0.18), transparent 35%),
        #efe3cf;
    color: #2b2118;
    font-family: Georgia, "Times New Roman", serif;
}

/* RUSTIC LOG NAVIGATION */

.log-nav {
    background:
        linear-gradient(90deg, #3a2414, #70451f, #3a2414);
    color: #fff4dc;
    padding: 14px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 5px solid #1f130a;
    border-bottom: 6px solid #1f130a;
    box-shadow:
        inset 0 8px 12px rgba(255, 220, 160, 0.15),
        inset 0 -10px 16px rgba(0, 0, 0, 0.35),
        0 5px 18px rgba(0, 0, 0, 0.35);
    position: sticky;
    top: 0;
    z-index: 10;
}

.log-nav::before,
.log-nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 230, 180, 0.22);
}

.log-nav::before {
    top: 12px;
}

.log-nav::after {
    bottom: 12px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}

.brand-mark {
    font-size: 26px;
}

.brand h2 {
    margin: 0;
    font-size: 25px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #1f130a;
}

.nav-links {
    z-index: 2;
}

.nav-links a {
    color: #fff4dc;
    text-decoration: none;
    margin-left: 12px;
    padding: 9px 13px;
    border-radius: 999px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: rgba(36, 20, 8, 0.42);
    border: 1px solid rgba(255, 236, 190, 0.22);
    box-shadow: inset 0 1px 4px rgba(255,255,255,.12);
}

.nav-links a:hover {
    background: #9b6a37;
    color: white;
}

/* HERO */

.hero {
    min-height: 640px;
    background:
        linear-gradient(rgba(30, 18, 8, .70), rgba(30, 18, 8, .48)),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px;
}

.hero-box {
    color: #fff4dc;
    max-width: 900px;
    padding: 48px;
    border: 3px solid rgba(214, 171, 103, .7);
    background:
        linear-gradient(rgba(48, 30, 16, .78), rgba(28, 17, 8, .82));
    border-radius: 24px;
    box-shadow:
        0 12px 35px rgba(0,0,0,.45),
        inset 0 0 20px rgba(255, 221, 160, .10);
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #e6c27a;
}

.hero h1 {
    font-size: 76px;
    margin: 12px 0;
    color: #fff4dc;
    text-shadow: 3px 3px 4px #1c1007;
}

.hero p {
    font-size: 25px;
    line-height: 1.55;
    text-shadow: 2px 2px 3px #1c1007;
}

.hero-buttons {
    margin-top: 10px;
}

/* PAGE HEROES */

.page-hero {
    min-height: 370px;
    color: #fff4dc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px;
    background-size: cover;
    background-position: center;
}

.page-hero div {
    max-width: 860px;
    background:
        linear-gradient(rgba(48, 30, 16, .78), rgba(28, 17, 8, .82));
    padding: 38px;
    border-radius: 22px;
    border: 3px solid rgba(214, 171, 103, .7);
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}

.page-hero h1 {
    font-size: 58px;
    margin: 10px 0;
    text-shadow: 3px 3px 4px #1c1007;
}

.page-hero p {
    font-size: 23px;
    line-height: 1.5;
}

.page-hero.dogs {
    background:
        linear-gradient(rgba(30,18,8,.62), rgba(30,18,8,.52)),
        url("https://images.unsplash.com/photo-1587300003388-59208cc962cb");
    background-size: cover;
    background-position: center;
}

.page-hero.eggs {
    background:
        linear-gradient(rgba(30,18,8,.62), rgba(30,18,8,.52)),
        url("https://images.unsplash.com/photo-1582722872445-44dc5f7e3c8f");
    background-size: cover;
    background-position: center;
}

.page-hero.memorials {
    background:
        linear-gradient(rgba(30,18,8,.62), rgba(30,18,8,.52)),
        url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6");
    background-size: cover;
    background-position: center;
}

.page-hero.contact {
    background:
        linear-gradient(rgba(30,18,8,.62), rgba(30,18,8,.52)),
        url("https://images.unsplash.com/photo-1510797215324-95aa89f43c33");
    background-size: cover;
    background-position: center;
}

/* BUTTONS */

.button {
    display: inline-block;
    margin-top: 22px;
    background:
        linear-gradient(#b07a3f, #7a481f);
    color: #fff4dc;
    padding: 15px 28px;
    border-radius: 999px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border: 2px solid #4b2b12;
    box-shadow:
        0 7px 18px rgba(0,0,0,.30),
        inset 0 2px 4px rgba(255,255,255,.18);
    transition: .2s ease;
}

.button:hover {
    background:
        linear-gradient(#c48d4f, #8a5428);
    transform: translateY(-3px);
}

.button.secondary {
    background: transparent;
    border: 2px solid #fff4dc;
    margin-left: 10px;
}

.button.secondary:hover {
    background: #fff4dc;
    color: #3a2414;
}

/* INTRO */

.intro {
    max-width: 960px;
    margin: 75px auto;
    padding: 0 28px;
    text-align: center;
}

.intro h2 {
    font-size: 46px;
    color: #3a2414;
    margin-bottom: 18px;
}

.intro p {
    font-size: 22px;
    line-height: 1.75;
}

/* CARDS */

.cards {
    max-width: 1180px;
    margin: 35px auto 90px;
    padding: 0 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.card {
    background:
        linear-gradient(#fff8eb, #ead7bb);
    padding: 34px;
    border-radius: 22px;
    box-shadow: 0 8px 26px rgba(54, 31, 12, .22);
    border: 3px solid #8a5a2b;
    border-top: 10px solid #5c3518;
    transition: .2s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(54, 31, 12, .30);
}

.card span {
    font-size: 38px;
}

.card h3 {
    font-size: 29px;
    color: #3a2414;
    margin-bottom: 12px;
}

.card p {
    font-size: 18px;
    line-height: 1.65;
}

.text-link {
    color: #6d3d17;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
}

/* FEATURE */

.feature {
    background:
        linear-gradient(rgba(48, 30, 16, .90), rgba(28, 17, 8, .92)),
        url("https://images.unsplash.com/photo-1513836279014-a89f7a76ae86");
    background-size: cover;
    background-position: center;
    color: #fff4dc;
    padding: 90px 28px;
    text-align: center;
    border-top: 8px solid #4b2b12;
    border-bottom: 8px solid #4b2b12;
}

.feature div {
    max-width: 820px;
    margin: auto;
}

.feature h2 {
    font-size: 48px;
    margin: 10px 0;
}

.feature p {
    font-size: 21px;
    line-height: 1.7;
}

/* SPLIT */

.split {
    max-width: 1150px;
    margin: 85px auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 35px;
    align-items: center;
}

.split h2 {
    font-size: 42px;
    color: #3a2414;
}

.split p {
    font-size: 21px;
    line-height: 1.7;
}

.quote-box {
    background:
        linear-gradient(#5b351a, #2d1a0b);
    color: #fff4dc;
    padding: 38px;
    border-radius: 24px;
    border: 3px solid #b07a3f;
    box-shadow: 0 8px 26px rgba(54, 31, 12, .25);
}

.quote-box p {
    margin: 0;
    font-size: 23px;
    font-style: italic;
}

/* BASIC PAGES */

.page {
    max-width: 980px;
    margin: 75px auto;
    padding: 42px;
    background:
        linear-gradient(#fff8eb, #ead7bb);
    border-radius: 24px;
    box-shadow: 0 8px 26px rgba(54, 31, 12, .22);
    border: 3px solid #8a5a2b;
    border-top: 10px solid #5c3518;
}

.page h2 {
    font-size: 42px;
    color: #3a2414;
    margin-top: 0;
}

.page p {
    font-size: 21px;
    line-height: 1.75;
}

.page a {
    color: #6d3d17;
    font-weight: bold;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 35px 0;
}

.info-grid div {
    background: #e0c39b;
    padding: 24px;
    border-radius: 18px;
    border-left: 7px solid #5c3518;
    box-shadow: inset 0 0 12px rgba(83, 47, 19, .16);
}

.info-grid h3 {
    color: #3a2414;
    font-size: 24px;
    margin-top: 0;
}

.info-grid p {
    font-size: 18px;
    margin-bottom: 0;
}

/* FOOTER */

footer {
    background:
        linear-gradient(90deg, #3a2414, #70451f, #3a2414);
    color: #fff4dc;
    text-align: center;
    padding: 30px;
    font-family: Arial, sans-serif;
    border-top: 6px solid #1f130a;
}

footer a {
    color: #ffe2a8;
}

/* MOBILE */

@media (max-width: 900px) {

    .log-nav {
        display: block;
        text-align: center;
        padding: 18px 18px;
    }

    .brand {
        justify-content: center;
        margin-bottom: 12px;
    }

    .nav-links a {
        display: inline-block;
        margin: 7px 4px;
        font-size: 13px;
        padding: 8px 10px;
    }

    .hero {
        min-height: 520px;
        padding: 22px;
    }

    .hero-box {
        padding: 28px;
    }

    .hero h1 {
        font-size: 44px;
    }

    .hero p {
        font-size: 20px;
    }

    .button.secondary {
        margin-left: 0;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .split {
        grid-template-columns: 1fr;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .page {
        margin: 45px 18px;
        padding: 28px;
    }

    .page-hero h1 {
        font-size: 40px;
    }

    .page-hero p {
        font-size: 19px;
    }
}