/* Template 85 - Art Nouveau / Organic Curves */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Tenor+Sans&family=Raleway:wght@300;400;500&display=swap');

:root {
  --nouveau-cream: #F7F3E9;
  --nouveau-ivory: #EDE7D9;
  --nouveau-gold: #B8860B;
  --nouveau-bronze: #8B6914;
  --nouveau-olive: #6B7B3C;
  --nouveau-sage: #9CAF88;
  --nouveau-plum: #5D3A5D;
  --nouveau-wine: #722F37;
  --nouveau-ink: #2C2416;
  --nouveau-copper: #B87333;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Raleway', sans-serif;
  line-height: 1.8;
  color: var(--nouveau-ink);
  background: var(--nouveau-cream);
  font-weight: 400;
  position: relative;
}

/* Decorative corner flourishes */
body::before,
body::after {
  content: '';
  position: fixed;
  width: 150px;
  height: 150px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='%23B8860B' stroke-width='1' d='M0,100 Q50,50 100,0 M0,80 Q40,40 80,0 M0,60 Q30,30 60,0'/%3E%3C/svg%3E") no-repeat;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

body::before {
  top: 0;
  left: 0;
}

body::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Header - Organic Flowing Style */
.site-header {
  background: var(--nouveau-cream);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--nouveau-ivory);
}

.site-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 30'%3E%3Cpath fill='none' stroke='%23B8860B' stroke-width='1' d='M0,15 Q300,30 600,15 T1200,15'/%3E%3C/svg%3E") repeat-x;
  opacity: 0.5;
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0 1.5rem;
}

.site-logo {
  margin-bottom: 1.5rem;
}

.site-logo a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: italic;
  color: var(--nouveau-ink);
  text-decoration: none;
  position: relative;
}

.site-logo a::before {
  content: '\2740';
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--nouveau-gold);
  font-style: normal;
}

.site-logo a::after {
  content: '\2740';
  position: absolute;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  font-size: 1.5rem;
  color: var(--nouveau-gold);
  font-style: normal;
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 3rem;
  align-items: center;
}

.site-nav a {
  font-family: 'Tenor Sans', sans-serif;
  color: var(--nouveau-ink);
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s ease;
}

.site-nav a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--nouveau-gold);
  transition: all 0.4s ease;
  transform: translateX(-50%);
}

.site-nav a:hover {
  color: var(--nouveau-gold);
}

.site-nav a:hover::after {
  width: 100%;
}

/* Hero Section */
.section.head {
  padding: 6rem 0;
  text-align: center;
  position: relative;
}

.section.head::before {
  content: '\2766';
  display: block;
  font-size: 3rem;
  color: var(--nouveau-gold);
  margin-bottom: 2rem;
}

.section.head h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 400;
  font-style: italic;
  color: var(--nouveau-ink);
  margin-bottom: 2rem;
  line-height: 1.3;
}

.section.head h1::first-letter {
  font-size: 5rem;
  float: left;
  line-height: 0.8;
  margin-right: 0.5rem;
  color: var(--nouveau-gold);
}

.section.head p {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  color: var(--nouveau-ink);
  max-width: 750px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  background: var(--nouveau-ivory);
  position: relative;
  border-radius: 100px / 20px;
}

.section.head p::before,
.section.head p::after {
  content: '\2767';
  position: absolute;
  font-size: 2rem;
  color: var(--nouveau-olive);
}

.section.head p::before {
  top: 0.5rem;
  left: 2rem;
}

.section.head p::after {
  bottom: 0.5rem;
  right: 2rem;
  transform: scaleX(-1);
}

/* Section Styling */
.section {
  padding: 5rem 0;
}

.section header {
  text-align: center;
  margin-bottom: 3rem;
}

.section header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 400;
  font-style: italic;
  color: var(--nouveau-ink);
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}

.section header h2::before,
.section header h2::after {
  content: '\2014\2014';
  color: var(--nouveau-gold);
  margin: 0 1rem;
  font-style: normal;
}

.section header p {
  font-size: 1rem;
  color: var(--nouveau-olive);
}

/* Footer */
.footer {
  background: var(--nouveau-ink);
  padding: 4rem 0 2rem;
  margin-top: 5rem;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40'%3E%3Cpath fill='%23B8860B' d='M0,40 Q300,0 600,40 T1200,40 L1200,0 L0,0 Z' opacity='0.3'/%3E%3C/svg%3E") repeat-x;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.footer-about {
  flex: 1;
  max-width: 400px;
}

.footer-tagline {
  color: var(--nouveau-ivory);
  line-height: 1.8;
  font-style: italic;
}

.footer-links ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: 'Tenor Sans', sans-serif;
  color: var(--nouveau-ivory);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--nouveau-gold);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(247, 243, 233, 0.1);
}

.footer-bottom::before {
  content: '\2766';
  display: block;
  font-size: 1.5rem;
  color: var(--nouveau-gold);
  margin-bottom: 1rem;
}

.copyright a {
  color: rgba(247, 243, 233, 0.5);
  font-size: 0.85rem;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

body:not(.faq) h3,
:not(section.faq) h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-style: italic;
  color: var(--nouveau-ink);
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
}
