@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');

html, body {
    height: 100%;
    margin: 0;
    font-family: 'Lora', serif;
    color: #2b231d;
    background-color: #f4efe4;
    background-color: #F6F2E9;
}

#header {
    background-image: url('images/header.jpg'), url('images/bg1.jpg');
    background-repeat: no-repeat, repeat-x;
    background-position: center;
    height: 708px;
    width: 100%;
    margin-top: 0; 
    position: relative;
}

#navigation {
    width: 55%;
    margin: -10px auto 0;
    padding: 66px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #EFE7DA 100%);
    border-radius: 20px;
    text-align: center;
    font-family: 'Lora', serif;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

#navigation a {
    position: relative;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #eae2d3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    background-image: linear-gradient(135deg, #7a1a1e 0%, #b8860b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#navigation a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #8b1e23, #d4af37);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

#navigation a:hover {
    border-color: #d4af37;
    background-color: #fcfbf9;
    box-shadow: 0 4px 12px rgba(184, 151, 83, 0.15);
    transform: translateY(-1px);
    background-image: linear-gradient(135deg, #9e2329 0%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#navigation a:hover::after {
    width: 80%;
}

#navigation a:active {
    transform: translateY(0);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
}

#content {
    margin: 60px auto;
    width: 57%;
}

.contentx {
    position: relative;
    background: #ffffff;
    padding: 60px 70px;
    font-family: 'Lora', Georgia, serif;
    font-size: 19px;
    line-height: 2.0;
    letter-spacing: 0.25px;
    text-align: justify;
    color: #383029;
    border: 1px solid #e8e0d0;
    outline: 1px solid #d4af37;
    outline-offset: -8px;
    box-shadow: 
        0 15px 35px rgba(184, 151, 83, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.02);
}

.contentx a {
    position: relative;
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: 0.95em;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-decoration: none;
    padding: 0 2px 4px;
    background: linear-gradient(135deg, #a87e2a 0%, #d4af37 50%, #8c631b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

.contentx a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #8b1e23);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 100%, 0% 100%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.contentx a:hover {
    background: linear-gradient(135deg, #c59b27 0%, #f3e5ab 50%, #a87e2a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contentx a:hover::after {
    transform: translateY(2px);
    filter: drop-shadow(0 2px 4px rgba(184, 151, 83, 0.4));
}

.contentx b, 
.contentx strong {
    position: relative;
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 0.92em;
    letter-spacing: 1px;
    padding: 0 3px 5px;
    background: linear-gradient(135deg, #8b1e23 0%, #5c1d24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contentx b::after,
.contentx strong::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #8b1e23 0%, #d4af37 50%, #8b1e23 100%);
    clip-path: polygon(0 40%, 45% 40%, 50% 100%, 55% 40%, 100% 40%, 100% 100%, 0 100%);
}

.contentx i, 
.contentx em {
    position: relative;
    display: inline-block;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 500;
    padding: 0 4px 4px;
    background: linear-gradient(135deg, #5c4328 0%, #9e753b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contentx i::after,
.contentx em::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #9e753b 0%, #e2c285 100%);
    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
}

h1 {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 2px;
    color: #5c1d24;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0;
    padding: 12px 20px;
    background: transparent;
    border-top: 2px solid #b89753;
    border-bottom: 2px solid #b89753;
}

blockquote {
    position: relative;
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1.8;
    color: #4a3c31;
    max-width: 800px;
    margin: 45px auto;
    padding: 35px 45px 35px 65px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f2e8 100%);
    border-left: 4px solid #8b1e23;
    border-top: 1px solid #e8e0d0;
    border-right: 1px solid #e8e0d0;
    border-bottom: 1px solid #e8e0d0;
    box-shadow: 0 6px 20px rgba(184, 151, 83, 0.06);
}

blockquote::before {
    content: '“';
    position: absolute;
    top: 5px;
    left: 18px;
    font-family: 'Cinzel', serif;
    font-size: 75px;
    line-height: 1;
    background: linear-gradient(135deg, #8b1e23 0%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.85;
    pointer-events: none;
}

blockquote::after {
    content: '”';
    position: absolute;
    bottom: -25px;
    right: 25px;
    font-family: 'Cinzel', serif;
    font-size: 65px;
    line-height: 1;
    background: linear-gradient(135deg, #d4af37 0%, #8b1e23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.3;
    pointer-events: none;
}
textarea, input, select {
    width: 100%;
    max-width: 600px;
    padding: 12px 16px;
    margin: 15px 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: #2b231d;
    background: #fdfbf7;
    border: 1px solid #b8a99a;
    border-radius: 0;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

textarea:focus, input:focus, select:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #8c2318;
    box-shadow: inset 0 0 4px rgba(140, 35, 24, 0.2);
}

#footer {
    position: relative;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 30px;
    margin-top: 80px;
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    color: #615344;
}

#footer h2, 
#footer .footer-title {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 3px;
    margin: 0 0 20px;
    background: linear-gradient(135deg, #7a1a1e 0%, #b8860b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    padding: 0 2px 4px;
    margin: 0 10px;
    background: linear-gradient(135deg, #8b1e23 0%, #c59b27 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

#footer a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #8b1e23);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 100%, 0% 100%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

#footer a:hover {
    background: linear-gradient(135deg, #a8262c 0%, #f3e5ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer a:hover::after {
    transform: translateY(2px);
    filter: drop-shadow(0 2px 4px rgba(184, 151, 83, 0.3));
}
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"],
.form-btn {
    position: relative;
    display: inline-block;
    padding: 14px 32px;
    margin: 15px 0;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #2b231d;
    background: linear-gradient(135deg, #efe2cc 0%, #d8c29d 50%, #b89753 100%);
    border: 1px solid #9e753b;
    outline: 1px solid #d4af37;
    outline-offset: -5px;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(92, 67, 40, 0.15), 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

button:hover, 
input[type="submit"]:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover,
.form-btn:hover {
    background: linear-gradient(135deg, #f7efe1 0%, #e6d3b1 50%, #c59b27 100%);
    border-color: #d4af37;
    outline-color: #8c631b;
    color: #1c1612;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(184, 151, 83, 0.3), 0 2px 6px rgba(0, 0, 0, 0.08);
}

button:active, 
input[type="submit"]:active, 
input[type="button"]:active, 
input[type="reset"]:active,
.form-btn:active {
    transform: translateY(0);
    background: linear-gradient(135deg, #d8c29d 0%, #b89753 100%);
    box-shadow: inset 0 2px 4px rgba(60, 45, 25, 0.25);
}

button:focus-visible,
input[type="submit"]:focus-visible,
input[type="button"]:focus-visible {
    outline: 2px solid #9e753b;
    outline-offset: 2px;
}

button.btn-secondary,
input[type="reset"],
.form-btn-secondary {
    background: linear-gradient(180deg, #fdfbf7 0%, #efe7da 100%);
    color: #5c4328;
    border: 1px solid #b8a99a;
    outline: 1px solid #c8b9a6;
}

button.btn-secondary:hover,
input[type="reset"]:hover,
.form-btn-secondary:hover {
    background: linear-gradient(180deg, #ffffff 0%, #e8decb 100%);
    color: #382918;
    border-color: #9e753b;
}