* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, a, button, input {
  font-family: 'Inter Display', sans-serif;
}

body {
  background: #fff;
  color: #111;
  line-height: 1.6;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container {
  max-width: 1600px;
  margin: auto;
  padding: 0 80px;
}

.section {
  padding: 60px 0;
}

h1 { font-size: 2.5rem; font-weight: 700; }
h2 { font-size: 2rem; font-weight: 500; }
h4 { font-size: 1.2rem; font-weight: 400; color: #444; max-width: 700px; }
h5 { font-size: 1rem; font-weight: 500; }

p {
  font-size: 1.2rem;
  color: #555;
}

.header {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  padding: 60px 0 32px;
}

.logo {
  font-weight: 700;
    width: 50%;
}

nav a {
  text-decoration: none;
  color: #111;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.hero-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 4px;
}

.hero-text {
  max-width: 700px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

.hero-subtext {
  max-width: 700px;
}

.down-link {
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
  color: #111;
  margin-top: 10px;
}

.arch-title {
  font-size: 1.2rem;
  margin-top: 40px;
  font-weight: bold;
}

.scroll-note {
  text-align: right;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #777;
}

.selected-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.label {
  font-size: 1.2rem;
  color: #888;
}

.label hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 8px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.grid-item {
  text-align: left;
}

.image-box {
  background: #f5f5f5;
  padding: 8px;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 450px;
}

.about {
  max-width: 600px;
}

.about .label {
  font-size: 1.2rem;
  color: #777;
  border-top: 1px solid #777;
  padding-top: 8px;
  margin-bottom: 16px;
}

.contact-link {
  padding-top: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
  font-size: 1.2rem;
}

.rsvp {
  text-align: center;
}

.rsvp-heading {
  font-style: italic;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.rsvp-subtext {
  margin-bottom: 24px;
}

.rsvp-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rsvp-form input {
  padding: 12px 16px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 280px;
}

.rsvp-form button {
  padding: 12px 20px;
  font-size: 1rem;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.rsvp-form button:hover {
  background-color: #333;
}

footer {
  border-top: 1px solid #eee;
  padding-top: 32px;
  text-align: center;
  font-size: 0.95rem;
  color: #777;
}

.footer-content {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-content a {
  color: #555;
  text-decoration: none;
}

.gs-reveal, .gs-reveal-left {
  opacity: 0;
  visibility: hidden;
}
