:root {
--paper: #f4efe6;
--cream: #efe7da;
--charcoal: #171411;
--soft-charcoal: #211d19;
--text: #3a342d;
--muted: #7d746a;
--line: rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
  }

html {
scroll-behavior: smooth;
}

body {
margin: 0;
background: var(--paper);
color: var(--text);
font-family: "Inter", sans-serif;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}

.site-header {
width: 100%;
padding: 22px 7%;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background: rgba(244, 239, 230, 0.76);
backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(0, 0, 0, 0.035);
}

.brand img {
width: 190px;
max-width: 100%;
display: block;
}

main {
padding-top: 96px;
}

.section {
padding: 120px 7%;
border-top: 1px solid var(--line);
}

.hero {
min-height: calc(100vh - 96px);
display: flex;
align-items: center;
border-top: none;
}

.inner {
width: 100%;
max-width: 980px;
}

.hero-inner {
max-width: 760px;
}

.eyebrow {
color: var(--muted);
text-transform: uppercase;
letter-spacing: 0.24em;
font-size: 0.72rem;
font-weight: 600;
margin: 0 0 1.5rem;
}

h1 {
font-family: "Instrument Serif", serif;
font-size: clamp(4rem, 10vw, 7rem);
line-height: 0.92;
letter-spacing: -0.04em;
margin: 0 0 3rem;
font-weight: 400;
color: var(--charcoal);
max-width: 820px;
}

h2 {
font-family: "Instrument Serif", serif;
font-size: clamp(2.3rem, 5vw, 4.6rem);
line-height: 1.04;
letter-spacing: -0.03em;
margin: 0 0 2rem;
font-weight: 400;
color: var(--charcoal);
max-width: 900px;
}

.poem {
margin-top: 2rem;
margin-bottom: 4rem;
max-width: 700px;
}

.poem p {
font-size: clamp(1.08rem, 2vw, 1.32rem);
line-height: 1.9;
color: var(--text);
margin: 0 0 1.8rem;
}

.offering {
margin-top: 4rem;
margin-bottom: 4rem;
}

.offering p {
font-family: "Instrument Serif", serif;
font-size: clamp(1.7rem, 3vw, 2.5rem);
line-height: 1.22;
color: var(--charcoal);
margin: 0.3rem 0;
}

.serving {
font-size: clamp(2.8rem, 6vw, 5.5rem);
line-height: 1;
margin-top: 2rem;
margin-bottom: 0;
}

.hero-actions {
display: flex;
gap: 1.5rem;
align-items: center;
margin-top: 3rem;
flex-wrap: wrap;
}

.button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 24px;
background: var(--charcoal);
color: var(--paper);
text-decoration: none;
border-radius: 999px;
transition: all 0.3s ease;
font-size: 0.95rem;
}

.button:hover {
background: var(--soft-charcoal);
transform: translateY(-1px);
}

.text-link {
color: var(--muted);
text-decoration: none;
font-size: 0.95rem;
}

.text-link:hover {
color: var(--charcoal);
}

p {
max-width: 740px;
font-size: 1.02rem;
line-height: 1.9;
color: var(--muted);
margin: 0 0 1.4rem;
}

.list {
display: grid;
gap: 2.4rem;
margin-top: 3rem;
max-width: 820px;
}

.list-item,
.invitation-card {
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 1.5rem;
}

.list-item h3,
.invitation-card h3 {
margin: 0 0 0.8rem;
font-size: 0.76rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--charcoal);
font-weight: 700;
}

.list-item p {
margin-bottom: 0;
}

.seal {
width: 180px;
margin-bottom: 3rem;
opacity: 0.9;
}

.invitation-options {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
margin-top: 4rem;
}

.site-footer {
padding: 80px 7%;
border-top: 1px solid var(--line);
text-align: center;
}

.site-footer p {
margin: 0.45rem 0;
max-width: none;
}

.site-footer p:first-child {
font-family: "Instrument Serif", serif;
color: var(--charcoal);
font-size: 1.4rem;
}

.site-footer p:last-child {
color: var(--charcoal);
}

@media (max-width: 900px) {

.site-header {
padding: 18px 7%;
}

.brand img {
width: 170px;
}

main {
padding-top: 82px;
}

.section {
padding: 90px 7%;
}

.hero {
min-height: calc(100vh - 82px);
}

h1 {
font-size: 4.2rem;
margin-bottom: 2.4rem;
}

h2 {
font-size: 2.9rem;
}

.poem p {
font-size: 1.06rem;
line-height: 1.85;
}

.offering {
margin-top: 3rem;
margin-bottom: 3rem;
}

.offering p {
font-size: 2rem;
}

.serving {
margin-top: 1.5rem;
}

.hero-actions {
flex-direction: column;
align-items: flex-start;
}

.invitation-options {
grid-template-columns: 1fr;
gap: 3rem;
}

.seal {
width: 150px;
}

}
