2026-02-02 20:34:35 +00:00
|
|
|
.footer {
|
2026-02-03 10:11:23 +00:00
|
|
|
background: var(--accent-navy, #2c3e50);
|
|
|
|
|
color: var(--bg-secondary, #f3ede4);
|
2026-02-02 20:34:35 +00:00
|
|
|
margin-top: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
max-width: 1280px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 3rem 1.5rem 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 2fr 1fr 1fr;
|
|
|
|
|
gap: 3rem;
|
|
|
|
|
margin-bottom: 3rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: 700;
|
2026-02-03 10:11:23 +00:00
|
|
|
color: var(--bg-primary, #faf7f2);
|
|
|
|
|
font-family: var(--font-playfair), 'Playfair Display', serif;
|
2026-02-02 20:34:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.description {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
line-height: 1.6;
|
2026-02-03 10:11:23 +00:00
|
|
|
color: rgba(250, 247, 242, 0.7);
|
2026-02-02 20:34:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sectionTitle {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
font-weight: 600;
|
2026-02-03 10:11:23 +00:00
|
|
|
color: var(--accent-gold, #c9a227);
|
2026-02-02 20:34:35 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
letter-spacing: 0.05em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.links {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.link {
|
|
|
|
|
font-size: 0.875rem;
|
2026-02-03 10:11:23 +00:00
|
|
|
color: rgba(250, 247, 242, 0.7);
|
2026-02-02 20:34:35 +00:00
|
|
|
text-decoration: none;
|
|
|
|
|
transition: color 0.2s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.link:hover {
|
2026-02-03 10:11:23 +00:00
|
|
|
color: var(--accent-gold, #c9a227);
|
2026-02-02 20:34:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.linkDisabled {
|
|
|
|
|
font-size: 0.875rem;
|
2026-02-03 10:11:23 +00:00
|
|
|
color: rgba(250, 247, 242, 0.4);
|
2026-02-02 20:34:35 +00:00
|
|
|
cursor: not-allowed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
|
padding-top: 2rem;
|
2026-02-03 10:11:23 +00:00
|
|
|
border-top: 1px solid rgba(250, 247, 242, 0.15);
|
2026-02-02 20:34:35 +00:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.copyright,
|
|
|
|
|
.disclaimer {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 0.875rem;
|
2026-02-03 10:11:23 +00:00
|
|
|
color: rgba(250, 247, 242, 0.6);
|
2026-02-02 20:34:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.disclaimer .link {
|
2026-02-03 10:11:23 +00:00
|
|
|
color: var(--accent-coral, #e07256);
|
2026-02-02 20:34:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.disclaimer .link:hover {
|
2026-02-03 10:11:23 +00:00
|
|
|
color: var(--accent-gold, #c9a227);
|
2026-02-02 20:34:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.container {
|
|
|
|
|
padding: 2rem 1rem 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
|
gap: 2rem;
|
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
}
|