* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f6ead4;
    color: #10233d;
    font-family: Georgia, "Times New Roman", serif;
}

.truck-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.truck-box {
    background: rgba(255,248,232,.95);
    border: 2px solid #c9aa74;
    border-radius: 18px;
    padding: 22px;
    text-align: left;
}

.truck-box h2 {
    margin-top: 0;
    color: #9d2119;
}

.truck-photo-placeholder {
    margin-top: 35px;
    padding: 30px;
    border: 3px dashed #c9aa74;
    border-radius: 18px;
    background: rgba(255,248,232,.85);
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.story-box {
    background: rgba(255,248,232,.95);
    border: 2px solid #c9aa74;
    border-radius: 18px;
    padding: 22px;
    text-align: left;
}

.story-box h2 {
    margin-top: 0;
    color: #9d2119;
}

.featured-story {
    margin-top: 35px;
    padding: 30px;
    border-radius: 18px;
    background: #fff8eb;
    border-left: 6px solid #9d2119;
    text-align: left;
}

.featured-story h2 {
    color: #0b315c;
    margin-top: 0;
}

.featured-story h3 {
    color: #9d2119;
}

.story-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 20px;
    border-radius: 10px;
    background: #9d2119;
    color: white;
    text-decoration: none;
    font-weight: 900;
}

.porch-journal {
    margin-top: 35px;
    text-align: left;
}

.porch-journal h2 {
    color: #0b315c;
}

.porch-journal li {
    margin-bottom: 10px;
}

.visitor-rules {
    margin: 30px 0;
    padding: 25px;
    background: rgba(255,248,232,.95);
    border: 2px solid #c9aa74;
    border-radius: 18px;
    text-align: left;
}

.visitor-rules h2 {
    margin-top: 0;
    color: #9d2119;
}

.visitor-rules ul {
    padding-left: 20px;
}

.visitor-rules li {
    margin-bottom: 10px;
}

.guestbook-preview {
    margin-top: 40px;
    text-align: left;
}

.guestbook-preview h2 {
    color: #0b315c;
}

.guest-entry {
    margin-bottom: 20px;
    padding: 18px;
    border-left: 5px solid #9d2119;
    background: #fff8eb;
    border-radius: 10px;
}

.guest-entry p {
    margin-bottom: 0;
}

.porch-map {
    margin-top: 35px;
    padding: 25px;
    border: 3px dashed #c9aa74;
    border-radius: 18px;
    background: rgba(255,248,232,.85);
}

.porch-map h2 {
    margin-top: 0;
    color: #0b315c;
}

.future-stories {
    margin-top: 35px;
    padding: 25px;
    border: 3px dashed #c9aa74;
    border-radius: 18px;
    background: rgba(255,248,232,.85);
}

.future-stories h2 {
    margin-top: 0;
    color: #0b315c;
}

@media (max-width: 800px) {
    .story-grid {
        grid-template-columns: 1fr;
    }
}

.truck-photo-placeholder h2 {
    margin-top: 0;
    color: #0b315c;
}

@media (max-width: 800px) {
    .truck-grid {
        grid-template-columns: 1fr;
    }
}

.homestead-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 35px;
}

.homestead-box {
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 248, 232, .95);
    border: 2px solid #c9aa74;
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

.grace-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.grace-box {
    background: rgba(255,248,232,.95);
    border: 2px solid #c9aa74;
    border-radius: 18px;
    padding: 22px;
    text-align: left;
}

.grace-box h2 {
    margin-top: 0;
    color: #9d2119;
}

.quote-box {
    margin-top: 35px;
    padding: 30px;
    background: #fff8eb;
    border-left: 6px solid #9d2119;
    border-radius: 12px;
}

.quote-box blockquote {
    margin: 0;
    font-size: 24px;
    font-style: italic;
    color: #0b315c;
}

.tea-journal {
    margin-top: 35px;
    text-align: left;
}

.dog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.dog-box {
    background: rgba(255,248,232,.95);
    border: 2px solid #c9aa74;
    border-radius: 18px;
    padding: 22px;
    text-align: left;
}

.dog-box h2 {
    margin-top: 0;
    color: #9d2119;
}

@media (max-width: 800px) {
    .dog-grid {
        grid-template-columns: 1fr;
    }
}

.tea-journal h2 {
    color: #0b315c;
}

.tea-journal ul li {
    margin-bottom: 12px;
    font-size: 18px;
}

@media (max-width: 800px) {
    .grace-grid {
        grid-template-columns: 1fr;
    }
}
.homestead-box h2 {
    margin-top: 0;
    color: #9d2119;
}

@media (max-width: 800px) {
    .homestead-grid {
        grid-template-columns: 1fr;
    }
}

/* REAL HEADER */
.site-header {
    width: 100%;
    height: 72px;
    min-height: 72px;
    padding: 0 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background:
        linear-gradient(rgba(255,248,232,.96), rgba(255,248,232,.96)),
        repeating-linear-gradient(0deg, #e9d3ad 0 2px, #fff1d7 2px 8px);
    border-top: 5px solid #0b315c;
    border-bottom: 1px solid rgba(80,50,20,.25);
    position: relative;
    z-index: 50;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #0b315c;
    text-decoration: none;
    font-size: 25px;
    line-height: .9;
    font-style: italic;
    font-weight: 900;
    white-space: nowrap;
}

.logo-cup {
    font-size: 34px;
}

.logo-text strong {
    font-weight: 900;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    flex-wrap: nowrap;
}

.top-nav a {
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.top-nav a:hover {
    color: #9d2119;
}

.menu-btn {
    display: none;
    border: 0;
    border-radius: 8px;
    background: #0b315c;
    color: white;
    font-size: 22px;
    padding: 6px 10px;
}

/* INDEX LANDING IMAGE */
.landing-stage {
    position: relative;
    width: 100%;
    max-width: 2048px;
    margin: 0 auto;
    background:
        linear-gradient(rgba(255,248,232,.97), rgba(255,248,232,.97)),
        repeating-linear-gradient(0deg, #e9d3ad 0 2px, #fff1d7 2px 8px);
}

.landing-stage img {
    width: 100%;
    height: auto;
    display: block;
}

.hotspot,
.sub-hot {
    position: absolute;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
}

.hotspot:hover,
.sub-hot:hover {
    outline: 3px solid rgba(157,33,25,.45);
    background: rgba(255,255,255,.15);
}

/* Landing page hotspot positions based on uploaded Landing Page.png */
.find-homestead { left: 5.4%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-stories   { left: 20.2%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-grace     { left: 35.0%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-truck     { left: 49.8%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-dog       { left: 64.6%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-visitors  { left: 79.4%; top: 3.8%; width: 14.2%; height: 9.9%; }

.pull-chair       { left: 14.9%; top: 48.7%; width: 10.6%; height: 5.0%; }
.explore-homestead { left: 26.4%; top: 48.7%; width: 13.3%; height: 5.0%; }

.crew-skipper { left: 13.1%; top: 76.7%; width: 15.0%; height: 18.0%; }
.crew-dog     { left: 35.7%; top: 76.7%; width: 15.0%; height: 18.0%; }
.crew-oldred  { left: 58.4%; top: 76.7%; width: 15.0%; height: 18.0%; }
.crew-walter  { left: 80.8%; top: 76.7%; width: 15.0%; height: 18.0%; }

/* SUBPAGE IMAGE NAV */
.subpage-nav {
    position: relative;
    width: 100%;
    max-width: 2048px;
    margin: 0 auto;
    background:
        linear-gradient(rgba(255,248,232,.97), rgba(255,248,232,.97)),
        repeating-linear-gradient(0deg, #e9d3ad 0 2px, #fff1d7 2px 8px);
}

.subpage-nav img {
    width: 100%;
    height: auto;
    display: block;
}

.sub-homestead { left: 5.2%; top: 8%; width: 14.6%; height: 84%; }
.sub-stories   { left: 20.7%; top: 8%; width: 14.6%; height: 84%; }
.sub-grace     { left: 36.1%; top: 8%; width: 14.6%; height: 84%; }
.sub-truck     { left: 51.6%; top: 8%; width: 14.6%; height: 84%; }
.sub-dog       { left: 67.0%; top: 8%; width: 14.6%; height: 84%; }
.sub-visitors  { left: 82.5%; top: 8%; width: 14.6%; height: 84%; }

/* SUBPAGE CONTENT */
.page-content {
    min-height: calc(100vh - 72px);
    padding: 80px 8%;
    background:
        linear-gradient(rgba(255,248,232,.92), rgba(255,248,232,.96)),
        url("../Images/LandingPage.png");
    background-size: cover;
    background-position: center;
}

.page-card {
    max-width: 850px;
    margin: 0 auto;
    padding: 42px;
    text-align: center;
    border-radius: 24px;
    border: 3px solid #c9aa74;
    background: rgba(255,248,232,.94);
    box-shadow: 0 16px 35px rgba(0,0,0,.22);
}

.page-card h1 {
    margin: 0 0 16px;
    color: #0b315c;
    font-size: clamp(40px, 6vw, 68px);
    font-style: italic;
}

.page-card p {
    color: #33261b;
    font-size: 22px;
    line-height: 1.65;
    font-weight: 600;
}

.back-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 22px;
    border-radius: 10px;
    background: #9d2119;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}

.visitor-form {
    max-width: 650px;
    margin: 28px auto 0;
    display: grid;
    gap: 14px;
}

input,
textarea {
    width: 100%;
    padding: 15px 16px;
    border: 2px solid #c9aa74;
    border-radius: 10px;
    background: #fffaf0;
    font: inherit;
    font-size: 17px;
}

textarea {
    min-height: 140px;
    resize: vertical;
}

button {
    padding: 15px 18px;
    border: 0;
    border-radius: 10px;
    background: #a22119;
    color: #fff;
    font: inherit;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.site-footer {
    padding: 34px 8%;
    text-align: center;
    background: #0b315c;
    color: #fff8eb;
    font-weight: 900;
}

.site-footer p {
    margin: 6px 0;
}

@media (max-width: 1050px) {
    .site-header {
        height: 68px;
        min-height: 68px;
        padding: 0 5%;
    }

    .logo-link {
        font-size: 20px;
    }

    .logo-cup {
        font-size: 28px;
    }

    .menu-btn {
        display: block;
    }

    .top-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 68px;
        padding: 18px 7%;
        background: #fff5df;
        border-bottom: 4px solid #0b315c;
        z-index: 100;
    }

    .top-nav.open {
        display: grid;
        gap: 13px;
    }

    .page-content {
        padding: 55px 6%;
    }

    .page-card {
        padding: 30px;
    }
}

@media (max-width: 650px) {
    .logo-link {
        font-size: 17px;
    }
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f6ead4;
    color: #10233d;
    font-family: Georgia, "Times New Roman", serif;
}

/* REAL HEADER */
.site-header {
    width: 100%;
    height: 72px;
    min-height: 72px;
    padding: 0 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background:
        linear-gradient(rgba(255,248,232,.96), rgba(255,248,232,.96)),
        repeating-linear-gradient(0deg, #e9d3ad 0 2px, #fff1d7 2px 8px);
    border-top: 5px solid #0b315c;
    border-bottom: 1px solid rgba(80,50,20,.25);
    position: relative;
    z-index: 50;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #0b315c;
    text-decoration: none;
    font-size: 25px;
    line-height: .9;
    font-style: italic;
    font-weight: 900;
    white-space: nowrap;
}

.logo-cup {
    font-size: 34px;
}

.logo-text strong {
    font-weight: 900;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    flex-wrap: nowrap;
}

.top-nav a {
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.top-nav a:hover {
    color: #9d2119;
}

.menu-btn {
    display: none;
    border: 0;
    border-radius: 8px;
    background: #0b315c;
    color: white;
    font-size: 22px;
    padding: 6px 10px;
}

/* INDEX LANDING IMAGE */
.landing-stage {
    position: relative;
    width: 100%;
    max-width: 2048px;
    margin: 0 auto;
    background:
        linear-gradient(rgba(255,248,232,.97), rgba(255,248,232,.97)),
        repeating-linear-gradient(0deg, #e9d3ad 0 2px, #fff1d7 2px 8px);
}

.landing-stage img {
    width: 100%;
    height: auto;
    display: block;
}

.hotspot,
.sub-hot {
    position: absolute;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
}

.hotspot:hover,
.sub-hot:hover {
    outline: 3px solid rgba(157,33,25,.45);
    background: rgba(255,255,255,.15);
}

/* Landing page hotspot positions based on uploaded Landing Page.png */
.find-homestead { left: 5.4%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-stories   { left: 20.2%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-grace     { left: 35.0%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-truck     { left: 49.8%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-dog       { left: 64.6%; top: 3.8%; width: 14.2%; height: 9.9%; }
.find-visitors  { left: 79.4%; top: 3.8%; width: 14.2%; height: 9.9%; }

.pull-chair       { left: 14.9%; top: 48.7%; width: 10.6%; height: 5.0%; }
.explore-homestead { left: 26.4%; top: 48.7%; width: 13.3%; height: 5.0%; }

.crew-skipper { left: 13.1%; top: 76.7%; width: 15.0%; height: 18.0%; }
.crew-dog     { left: 35.7%; top: 76.7%; width: 15.0%; height: 18.0%; }
.crew-oldred  { left: 58.4%; top: 76.7%; width: 15.0%; height: 18.0%; }
.crew-walter  { left: 80.8%; top: 76.7%; width: 15.0%; height: 18.0%; }

/* SUBPAGE IMAGE NAV */
.subpage-nav {
    position: relative;
    width: 100%;
    max-width: 2048px;
    margin: 0 auto;
    background:
        linear-gradient(rgba(255,248,232,.97), rgba(255,248,232,.97)),
        repeating-linear-gradient(0deg, #e9d3ad 0 2px, #fff1d7 2px 8px);
}

.subpage-nav img {
    width: 100%;
    height: auto;
    display: block;
}

.sub-homestead { left: 5.2%; top: 8%; width: 14.6%; height: 84%; }
.sub-stories   { left: 20.7%; top: 8%; width: 14.6%; height: 84%; }
.sub-grace     { left: 36.1%; top: 8%; width: 14.6%; height: 84%; }
.sub-truck     { left: 51.6%; top: 8%; width: 14.6%; height: 84%; }
.sub-dog       { left: 67.0%; top: 8%; width: 14.6%; height: 84%; }
.sub-visitors  { left: 82.5%; top: 8%; width: 14.6%; height: 84%; }

/* SUBPAGE CONTENT */
.page-content {
    min-height: calc(100vh - 72px);
    padding: 80px 8%;
    background:
        linear-gradient(rgba(255,248,232,.92), rgba(255,248,232,.96)),
        url("../Images/LandingPage.png");
    background-size: cover;
    background-position: center;
}

.page-card {
    max-width: 850px;
    margin: 0 auto;
    padding: 42px;
    text-align: center;
    border-radius: 24px;
    border: 3px solid #c9aa74;
    background: rgba(255,248,232,.94);
    box-shadow: 0 16px 35px rgba(0,0,0,.22);
}

.page-card h1 {
    margin: 0 0 16px;
    color: #0b315c;
    font-size: clamp(40px, 6vw, 68px);
    font-style: italic;
}

.page-card p {
    color: #33261b;
    font-size: 22px;
    line-height: 1.65;
    font-weight: 600;
}

.back-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 22px;
    border-radius: 10px;
    background: #9d2119;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}

.visitor-form {
    max-width: 650px;
    margin: 28px auto 0;
    display: grid;
    gap: 14px;
}

input,
textarea {
    width: 100%;
    padding: 15px 16px;
    border: 2px solid #c9aa74;
    border-radius: 10px;
    background: #fffaf0;
    font: inherit;
    font-size: 17px;
}

textarea {
    min-height: 140px;
    resize: vertical;
}

button {
    padding: 15px 18px;
    border: 0;
    border-radius: 10px;
    background: #a22119;
    color: #fff;
    font: inherit;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.site-footer {
    padding: 34px 8%;
    text-align: center;
    background: #0b315c;
    color: #fff8eb;
    font-weight: 900;
}

.site-footer p {
    margin: 6px 0;
}

@media (max-width: 1050px) {
    .site-header {
        height: 68px;
        min-height: 68px;
        padding: 0 5%;
    }

    .logo-link {
        font-size: 20px;
    }

    .logo-cup {
        font-size: 28px;
    }

    .menu-btn {
        display: block;
    }

    .top-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 68px;
        padding: 18px 7%;
        background: #fff5df;
        border-bottom: 4px solid #0b315c;
        z-index: 100;
    }

    .top-nav.open {
        display: grid;
        gap: 13px;
    }

    .page-content {
        padding: 55px 6%;
    }

    .page-card {
        padding: 30px;
    }
}

@media (max-width: 650px) {
    .logo-link {
        font-size: 17px;
    }

    .logo-cup {
        font-size: 24px;
    }

    .page-card p {
        font-size: 18px;
    }
}


/* Floating Back To Top Button */
.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #9d2119;
  color: #fffaf0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 5px 15px rgba(0,0,0,.25);
  z-index: 9999;
  transition: all .2s ease;
}

.scroll-top:hover {
  background: #0b315c;
  transform: translateY(-3px);
}

.hub-back {
  padding: 14px 7%;
  background: #fffaf0;
  border-bottom: 1px solid rgba(80,50,20,.18);
}
.hub-back a {
  color: #9d2119;
  text-decoration: none;
  font-weight: 900;
}

    .logo-cup {
        font-size: 24px;
    }

    .page-card p {
        font-size: 18px;
    }
}
