/* ============================================
   SHARED PAGE STYLES - MAXIMALIST
   ============================================ */

/* ── Blog ── */
.blog-section {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.blog-post {
  border-bottom: 1px solid rgba(201, 162, 39, 0.2);
  padding-bottom: 40px;
}

.blog-post:last-child {
  border-bottom: none;
}

.blog-post-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.blog-post-title {
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--gold-light);
  letter-spacing: 1px;
}

.blog-post-date {
  font-size: 0.85rem;
  color: var(--silver);
  opacity: 0.6;
  white-space: nowrap;
  font-style: italic;
}

.blog-post-body p {
  color: var(--silver);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.blog-post-body p:last-child {
  margin-bottom: 0;
}

.blog-media {
  margin-top: 16px;
  border-radius: 8px;
  overflow: hidden;
}

.blog-media img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-media video {
  width: 100%;
  border-radius: 8px;
}

.blog-media iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}

.blog-empty {
  color: var(--silver);
  opacity: 0.5;
  font-style: italic;
  text-align: center;
  padding: 40px 0;
}

/* ── Accordion ── */
.accordion-section {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-item {
  border: 1px solid rgba(107, 116, 148, 0.25);
  border-radius: 0;
  overflow: hidden;
  background: rgba(224, 216, 196, 0.35);
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Georgia', serif;
  font-size: 1rem;
  color: var(--ink);
  letter-spacing: 0.5px;
  text-transform: none;
  text-align: left;
  transition: background 0.2s;
}

.accordion-header:hover {
  background: rgba(107, 116, 148, 0.08);
}

.accordion-chevron {
  font-size: 0.85rem;
  color: var(--ornament);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.accordion-item.open .accordion-chevron {
  transform: rotate(90deg);
}

.accordion-body {
  display: none;
  padding: 0 24px 24px;
  border-top: 1px solid rgba(107, 116, 148, 0.15);
}

.accordion-item.open .accordion-body {
  display: block;
}

.accordion-body .btn {
  margin-top: 16px;
  margin-right: 10px;
}

.page-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 4rem 4rem;
  position: relative;
}

/* Astrolabe ornament — left side */
.page-content::before {
  content: '';
  position: fixed;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 390px;
  pointer-events: none;
  background-image: url('images/ornament.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 390px;
  z-index: 5;
}

/* Mirror ornament — right side */
.page-content::after {
  content: '';
  position: fixed;
  right: -28px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  width: 200px;
  height: 390px;
  pointer-events: none;
  background-image: url('images/ornament.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 390px;
  z-index: 5;
}

/* Concentric arc section divider */
.arc-divider {
  width: 100%;
  height: 60px;
  margin: 2rem 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='60' viewBox='0 0 600 60'%3E%3Cg fill='none' stroke='%236b7494' stroke-opacity='0.5' stroke-width='1'%3E%3Cpath d='M 265,4 A 35,35 0 0,0 335,4'/%3E%3Cpath d='M 240,4 A 60,60 0 0,0 360,4'/%3E%3Cpath d='M 208,4 A 92,92 0 0,0 392,4'/%3E%3Cpath d='M 168,4 A 132,132 0 0,0 432,4'/%3E%3Cline x1='0' y1='4' x2='163' y2='4' stroke-opacity='0.2'/%3E%3Cline x1='437' y1='4' x2='600' y2='4' stroke-opacity='0.2'/%3E%3Ccircle cx='300' cy='4' r='3' fill='%236b7494' fill-opacity='0.5' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 600px 60px;
}

.page-header {
  text-align: center;
  margin-bottom: 4rem;
  padding-top: 2rem;
  position: relative;
}

/* Ornate header decorations */
.page-header::before {
  content: '';
  display: block;
  width: 320px;
  height: 18px;
  margin: 0 auto 1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='18' viewBox='0 0 320 18'%3E%3Cline x1='0' y1='9' x2='120' y2='9' stroke='%236b7494' stroke-width='0.75' stroke-opacity='0.5'/%3E%3Ccircle cx='130' cy='9' r='2.5' fill='none' stroke='%236b7494' stroke-width='0.75' stroke-opacity='0.6'/%3E%3Ccircle cx='145' cy='9' r='4' fill='none' stroke='%236b7494' stroke-width='1' stroke-opacity='0.7'/%3E%3Ccircle cx='160' cy='9' r='5.5' fill='none' stroke='%236b7494' stroke-width='1.2' stroke-opacity='0.8'/%3E%3Ccircle cx='175' cy='9' r='4' fill='none' stroke='%236b7494' stroke-width='1' stroke-opacity='0.7'/%3E%3Ccircle cx='190' cy='9' r='2.5' fill='none' stroke='%236b7494' stroke-width='0.75' stroke-opacity='0.6'/%3E%3Cline x1='200' y1='9' x2='320' y2='9' stroke='%236b7494' stroke-width='0.75' stroke-opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}

.page-header::after {
  content: '';
  display: block;
  width: 320px;
  height: 18px;
  margin: 1.5rem auto 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='18' viewBox='0 0 320 18'%3E%3Cline x1='0' y1='9' x2='120' y2='9' stroke='%236b7494' stroke-width='0.75' stroke-opacity='0.5'/%3E%3Ccircle cx='130' cy='9' r='2.5' fill='none' stroke='%236b7494' stroke-width='0.75' stroke-opacity='0.6'/%3E%3Ccircle cx='145' cy='9' r='4' fill='none' stroke='%236b7494' stroke-width='1' stroke-opacity='0.7'/%3E%3Ccircle cx='160' cy='9' r='5.5' fill='none' stroke='%236b7494' stroke-width='1.2' stroke-opacity='0.8'/%3E%3Ccircle cx='175' cy='9' r='4' fill='none' stroke='%236b7494' stroke-width='1' stroke-opacity='0.7'/%3E%3Ccircle cx='190' cy='9' r='2.5' fill='none' stroke='%236b7494' stroke-width='0.75' stroke-opacity='0.6'/%3E%3Cline x1='200' y1='9' x2='320' y2='9' stroke='%236b7494' stroke-width='0.75' stroke-opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}

.page-header h1 {
  font-family: 'Sveva', 'Cinzel', serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 0.5rem;
  text-shadow: none;
  letter-spacing: 6px;
}

.page-subtitle {
  font-size: 0.95rem;
  color: var(--ink-light);
  font-style: italic;
  letter-spacing: 2px;
  font-family: 'Georgia', serif;
}

/* Active nav state */
.nav-links a.active {
  color: var(--ink);
  text-shadow: none;
}

.nav-links a.active::after {
  width: 100%;
  background: var(--ornament);
}

/* ============================================
   ABOUT PAGE - MAXIMALIST
   ============================================ */
.about-section {
  display: flex;
  gap: 3.5rem;
  margin-bottom: 5rem;
  align-items: flex-start;
  padding: 2rem;
  position: relative;
}

.about-section::before { display: none; }

.about-image {
  flex-shrink: 0;
  margin-left: -2rem;
}

.portrait-frame.small {
  width: 350px;
  height: 450px;
}

.about-text h2 {
  font-size: 1.75rem;
  color: var(--gold-light);
  font-weight: normal;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.about-text h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}


.about-text p {
  color: var(--silver);
  margin-bottom: 1.25rem;
  line-height: 1.9;
}

.values-section {
  padding: 3rem;
  background: linear-gradient(135deg, rgba(45, 27, 61, 0.3) 0%, rgba(15, 39, 68, 0.3) 100%);
  border: 1px solid rgba(201, 162, 39, 0.15);
  position: relative;
}

.values-section::before {
  content: '◦ ○ ◦';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 0.9rem;
  background: var(--deep-night);
  padding: 0 1rem;
  letter-spacing: 6px;
}

.values-section h2 {
  text-align: center;
  font-size: 1.5rem;
  color: var(--gold);
  font-weight: normal;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.value-item {
  text-align: center;
  padding: 2rem;
  background: rgba(8, 8, 15, 0.5);
  border: 1px solid rgba(201, 162, 39, 0.1);
  position: relative;
  transition: all 0.3s ease;
}

.value-item::before {
  content: '✦';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 0.75rem;
  opacity: 0.5;
}

.value-item:hover {
  border-color: rgba(201, 162, 39, 0.3);
  box-shadow: 0 0 30px rgba(201, 162, 39, 0.1);
}

.value-item h3 {
  color: var(--gold-light);
  font-weight: normal;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.value-item p {
  color: var(--silver);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ============================================
   WORK PAGE - MAXIMALIST
   ============================================ */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.project-card {
  background: linear-gradient(135deg, rgba(15, 39, 68, 0.6) 0%, rgba(45, 27, 61, 0.4) 100%);
  border: 1px solid rgba(201, 162, 39, 0.15);
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
}

.project-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top right, rgba(201, 162, 39, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.project-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow:
    0 15px 50px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(201, 162, 39, 0.15);
}

.project-card:hover::before {
  opacity: 1;
}

.project-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.project-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(transparent, rgba(8, 8, 15, 0.8));
}

.placeholder-img {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(26, 74, 122, 0.8) 0%, rgba(92, 61, 110, 0.8) 50%, rgba(26, 92, 58, 0.8) 100%),
    repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(201, 162, 39, 0.02) 20px, rgba(201, 162, 39, 0.02) 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--silver);
  font-style: italic;
}

.project-info {
  padding: 1.75rem;
  position: relative;
}

.project-info h3 {
  color: var(--pearl);
  font-weight: normal;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  letter-spacing: 1px;
}

.project-type {
  color: var(--gold);
  font-size: 0.85rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.project-desc {
  color: var(--silver);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.project-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.project-tags span {
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.2) 0%, rgba(201, 162, 39, 0.1) 100%);
  color: var(--gold-light);
  padding: 0.3rem 0.85rem;
  font-size: 0.75rem;
  border: 1px solid rgba(201, 162, 39, 0.2);
}

.project-link {
  color: var(--gold);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.project-link:hover {
  color: var(--gold-light);
  text-shadow: 0 0 20px rgba(201, 162, 39, 0.5);
  letter-spacing: 1px;
}

/* ============================================
   SKILLS PAGE - MAXIMALIST
   ============================================ */
.skills-container {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.skill-category {
  padding: 2.5rem;
  background: rgba(15, 39, 68, 0.3);
  border: 1px solid rgba(201, 162, 39, 0.1);
  position: relative;
}

.skill-category::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid rgba(201, 162, 39, 0.05);
  pointer-events: none;
}

.skill-category h2 {
  color: var(--gold);
  font-weight: normal;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: 1px;
}

.category-icon {
  font-size: 1.25rem;
  text-shadow: 0 0 15px rgba(201, 162, 39, 0.5);
}

.skills-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.skill-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.skill-name {
  min-width: 160px;
  color: var(--pearl);
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.skill-bar {
  flex: 1;
  height: 10px;
  background: rgba(8, 8, 15, 0.8);
  border: 1px solid rgba(201, 162, 39, 0.15);
  overflow: hidden;
  position: relative;
}

.skill-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 10px,
    rgba(201, 162, 39, 0.05) 10px,
    rgba(201, 162, 39, 0.05) 20px
  );
}

.skill-level {
  height: 100%;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold-bright) 100%);
  box-shadow: 0 0 20px rgba(201, 162, 39, 0.4);
  transition: width 1s ease;
  position: relative;
}

.skill-level::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--gold-bright);
  box-shadow: 0 0 10px var(--gold-bright);
}

.skills-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.skills-tags .tag {
  background: linear-gradient(135deg, rgba(45, 27, 61, 0.7) 0%, rgba(92, 61, 110, 0.4) 100%);
  border: 1px solid rgba(92, 61, 110, 0.4);
  color: var(--pearl);
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.skills-tags .tag:hover {
  border-color: var(--amethyst-glow);
  box-shadow: 0 0 20px rgba(92, 61, 110, 0.3);
  transform: translateY(-2px);
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1.25rem;
}

.tool-item {
  background: linear-gradient(135deg, rgba(13, 40, 24, 0.6) 0%, rgba(26, 92, 58, 0.3) 100%);
  border: 1px solid rgba(26, 92, 58, 0.3);
  padding: 1.25rem;
  text-align: center;
  color: var(--pearl);
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
}

.tool-item::before {
  content: '⬡';
  position: absolute;
  top: 4px;
  right: 8px;
  color: var(--emerald-glow);
  font-size: 0.5rem;
  opacity: 0.5;
}

.tool-item:hover {
  border-color: var(--emerald-glow);
  background: rgba(26, 92, 58, 0.4);
  box-shadow: 0 0 25px rgba(26, 92, 58, 0.3);
  transform: translateY(-3px);
}

/* ============================================
   WORK WITH ME PAGE - MAXIMALIST
   ============================================ */
.offerings-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 5rem;
}

.offering-card {
  background: linear-gradient(135deg, rgba(15, 39, 68, 0.4) 0%, rgba(45, 27, 61, 0.3) 100%);
  border: 1px solid rgba(201, 162, 39, 0.2);
  padding: 2.5rem;
  position: relative;
}

.offering-card::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(201, 162, 39, 0.08);
  pointer-events: none;
}

.offering-card h2 {
  color: var(--gold);
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.offering-tagline {
  color: var(--ink-mid);
  font-style: italic;
  font-family: 'Georgia', serif;
  line-height: 1.85;
  margin-bottom: 2rem;
  max-width: 700px;
}

.offering-details {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
}

.offering-column {
  flex: 1;
}

.offering-column.full {
  flex: none;
  width: 100%;
}

.offering-details h3 {
  color: var(--ornament-dark);
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.offering-details p {
  color: var(--ink-mid);
  font-family: 'Georgia', serif;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.offering-details ul {
  list-style: none;
  margin-bottom: 1.5rem;
}

.offering-details li {
  color: var(--ink-mid);
  font-family: 'Georgia', serif;
  padding: 0.45rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.65;
  font-size: 0.95rem;
}

.offering-details li::before {
  content: '◦';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.85rem;
  top: 0.45rem;
  opacity: 0.7;
}

.offering-card .btn {
  display: inline-block;
}

.offering-card .art-link {
  margin-bottom: 1.5rem;
}

.contact-section {
  position: relative;
  padding-top: 3rem;
  border-top: 1px solid rgba(201, 162, 39, 0.15);
}

.contact-section.standalone {
  border-top: none;
  padding-top: 0;
}

.contact-section h2 {
  color: var(--gold);
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
}

.contact-section h2::before {
  content: '◦ ─── ○ ─── ◦';
  display: block;
  font-size: 0.7rem;
  opacity: 0.45;
  letter-spacing: 6px;
  margin-bottom: 0.75rem;
}

.contact-intro {
  text-align: center;
  color: var(--silver);
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.8;
  font-style: italic;
}

.contact-form {
  max-width: 520px;
  margin: 0 auto;
  padding: 3rem;
  background: rgba(15, 39, 68, 0.3);
  border: 1px solid rgba(201, 162, 39, 0.15);
  position: relative;
}

.contact-form::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(201, 162, 39, 0.05);
  pointer-events: none;
}

.form-group {
  margin-bottom: 1.75rem;
  position: relative;
}

.form-group label {
  display: block;
  color: var(--pearl);
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(240, 233, 214, 0.8);
  border: 1px solid rgba(107, 116, 148, 0.3);
  color: var(--ink);
  font-family: 'Georgia', serif;
  font-size: 1rem;
  transition: all 0.25s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--ornament);
  box-shadow: 0 0 0 3px rgba(107, 116, 148, 0.12);
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7494' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form .btn {
  width: 100%;
  cursor: pointer;
  font-family: inherit;
  margin-top: 0.5rem;
}

.alternative-contact {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(201, 162, 39, 0.15);
  position: relative;
}

.alternative-contact::before {
  content: '○';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 0.75rem;
  background: rgba(15, 39, 68, 0.8);
  padding: 0 1rem;
  opacity: 0.6;
}

.alternative-contact p {
  color: var(--silver);
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.email-link {
  color: var(--gold);
  text-decoration: none;
  font-size: 1.15rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.email-link:hover {
  text-shadow: 0 0 30px rgba(201, 162, 39, 0.6);
  letter-spacing: 1px;
}

/* ============================================
   CURIOSITIES PAGE - MAXIMALIST
   ============================================ */
.curiosities-intro {
  text-align: center;
  color: var(--silver);
  max-width: 650px;
  margin: 0 auto 4rem;
  font-style: italic;
  line-height: 1.9;
  padding: 1.5rem 2rem;
  border-left: 2px solid rgba(201, 162, 39, 0.2);
  border-right: 2px solid rgba(201, 162, 39, 0.2);
}

.curiosities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 5rem;
}

.curiosity-item {
  background: linear-gradient(135deg, rgba(45, 27, 61, 0.5) 0%, rgba(92, 61, 110, 0.2) 100%);
  border: 1px solid rgba(92, 61, 110, 0.3);
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.curiosity-item::before {
  content: '◈';
  position: absolute;
  top: 8px;
  right: 12px;
  color: var(--amethyst-glow);
  font-size: 0.75rem;
  opacity: 0.4;
}

.curiosity-item:hover {
  border-color: var(--amethyst-glow);
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(92, 61, 110, 0.2);
}

.curiosity-item h3 {
  color: var(--gold-light);
  font-weight: normal;
  font-size: 1.05rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.curiosity-item p {
  color: var(--silver);
  font-size: 0.9rem;
  line-height: 1.7;
}

.fun-facts {
  background: linear-gradient(135deg, rgba(15, 39, 68, 0.5) 0%, rgba(13, 40, 24, 0.3) 100%);
  border: 1px solid rgba(201, 162, 39, 0.15);
  padding: 3rem;
  position: relative;
}

.fun-facts::before {
  content: '◦ ─ ○ ─ ◦';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 6px;
  background: var(--deep-night);
  padding: 0 1rem;
  opacity: 0.5;
}

.fun-facts h2 {
  color: var(--gold);
  font-weight: normal;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 2px;
}

.fun-facts ul {
  list-style: none;
  max-width: 550px;
  margin: 0 auto;
}

.fun-facts li {
  color: var(--silver);
  padding: 1rem 0;
  border-bottom: 1px solid rgba(201, 162, 39, 0.1);
  padding-left: 2rem;
  position: relative;
  line-height: 1.7;
  transition: all 0.3s ease;
}

.fun-facts li::before {
  content: '○';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.7rem;
  top: 1.05rem;
  text-shadow: 0 0 10px rgba(201, 162, 39, 0.5);
}

.fun-facts li:hover {
  color: var(--pearl);
  padding-left: 2.5rem;
}

.fun-facts li:last-child {
  border-bottom: none;
}

/* ============================================
   ELVEN WINDOW VIDEO - About Page
   ============================================ */
.elven-window-section {
  display: flex;
  justify-content: center;
  padding: 2rem 0 1rem;
  margin-top: 4rem;
}

.elven-window {
  transition: transform 0.3s ease;
  animation: floatAround 25s ease-in-out infinite;
}

@keyframes floatAround {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(250px, 8px) rotate(2deg);
  }
  40% {
    transform: translate(-200px, -5px) rotate(-1.5deg);
  }
  60% {
    transform: translate(180px, 10px) rotate(1deg);
  }
  80% {
    transform: translate(-250px, -8px) rotate(-2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.window-frame {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b7355 0%, #6b5344 30%, #4a3728 70%, #3d2e1f 100%);
  padding: 12px;
  position: relative;
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.1),
    inset 0 -2px 4px rgba(0, 0, 0, 0.3),
    0 8px 32px rgba(0, 0, 0, 0.5),
    0 0 0 3px #b8860b,
    0 0 0 6px #6b5344,
    0 0 0 8px #daa520;
}

/* Wood grain texture */
.window-wood {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from 0deg,
      transparent 0deg,
      transparent 3deg,
      rgba(0, 0, 0, 0.05) 3deg,
      rgba(0, 0, 0, 0.05) 6deg
    );
  pointer-events: none;
}

/* Vine decorations */
.window-vine {
  position: absolute;
  color: #b8860b;
  font-size: 1.5rem;
  text-shadow: 0 0 10px rgba(184, 134, 11, 0.6);
  z-index: 3;
}

.window-vine.top-left {
  top: 8px;
  left: 20px;
  transform: rotate(-45deg);
}

.window-vine.top-right {
  top: 8px;
  right: 20px;
  transform: rotate(45deg) scaleX(-1);
}

.window-vine.bottom-left {
  bottom: 8px;
  left: 20px;
  transform: rotate(-135deg);
}

.window-vine.bottom-right {
  bottom: 8px;
  right: 20px;
  transform: rotate(135deg) scaleX(-1);
}

.window-glass {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: radial-gradient(circle, rgba(15, 39, 68, 0.8) 0%, rgba(8, 8, 15, 0.95) 100%);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
}

.window-glass video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

/* Solid door covering the window */
.window-door {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(180deg,
    #6b5344 0%,
    #5d4a3a 15%,
    #4a3f2f 50%,
    #5d4a3a 85%,
    #6b5344 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.door-wood-texture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0px,
      transparent 8px,
      rgba(0, 0, 0, 0.1) 8px,
      rgba(0, 0, 0, 0.1) 10px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 3px,
      rgba(139, 115, 85, 0.1) 3px,
      rgba(139, 115, 85, 0.1) 4px
    );
  pointer-events: none;
}

.door-sign {
  background: linear-gradient(135deg, #d4a574 0%, #c4956a 50%, #b8895e 100%);
  border: 2px solid #8b6914;
  padding: 8px 12px;
  transform: rotate(-5deg);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.4),
    inset 0 1px 2px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 3;
}

.door-sign::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #8b6914;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.door-sign span {
  color: #3d2e1f;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: lowercase;
  font-style: italic;
}

.door-handle-small {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background: linear-gradient(135deg, #daa520 0%, #b8860b 50%, #8b6914 100%);
  border-radius: 2px;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    0 2px 4px rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.elven-window.playing .window-frame {
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.1),
    inset 0 -2px 4px rgba(0, 0, 0, 0.3),
    0 8px 32px rgba(0, 0, 0, 0.5),
    0 0 0 3px #daa520,
    0 0 0 6px #6b5344,
    0 0 0 8px #b8860b,
    0 0 40px rgba(201, 162, 39, 0.3);
}

/* ============================================
   ART GALLERY PAGE - MAXIMALIST
   ============================================ */
.gallery-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}

.gallery-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.gallery-frame {
  flex: 1;
  max-width: 600px;
  background: rgba(15, 39, 68, 0.4);
  border: 2px solid rgba(201, 162, 39, 0.3);
  padding: 1rem;
  position: relative;
}

.gallery-frame::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid rgba(201, 162, 39, 0.15);
  pointer-events: none;
}

.gallery-image-container {
  aspect-ratio: 4/3;
  background: rgba(8, 8, 15, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--silver);
  font-style: italic;
  text-align: center;
  padding: 2rem;
}

.gallery-caption {
  text-align: center;
  padding: 1rem 0.5rem 0.5rem;
  color: var(--pearl);
  font-style: italic;
  font-size: 0.95rem;
  min-height: 2.5rem;
}

.gallery-nav {
  background: rgba(201, 162, 39, 0.2);
  border: 1px solid rgba(201, 162, 39, 0.3);
  color: var(--gold);
  font-size: 1.5rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-nav:hover {
  background: rgba(201, 162, 39, 0.4);
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(201, 162, 39, 0.3);
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.gallery-dot {
  width: 10px;
  height: 10px;
  background: rgba(201, 162, 39, 0.2);
  border: 1px solid rgba(201, 162, 39, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-dot:hover {
  background: rgba(201, 162, 39, 0.4);
}

.gallery-dot.active {
  background: var(--gold);
  box-shadow: 0 0 10px rgba(201, 162, 39, 0.5);
}

.gallery-counter {
  text-align: center;
  color: var(--silver);
  font-size: 0.9rem;
  letter-spacing: 2px;
}

/* ============================================
   RESPONSIVE - MAXIMALIST
   ============================================ */
@media (max-width: 900px) {
  .page-content {
    padding: 2rem;
  }

  .page-content::before,
  .page-content::after {
    display: none;
  }

  .about-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-text h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .values-grid,
  .projects-grid,
  .services-grid,
  .curiosities-grid {
    grid-template-columns: 1fr;
  }

  .offering-details {
    flex-direction: column;
    gap: 1.5rem;
  }

  .offering-card {
    padding: 1.5rem;
  }

  .page-header h1 {
    font-size: 2.25rem;
  }

  .contact-form {
    padding: 2rem;
  }

  .gallery-container {
    flex-direction: column;
  }

  .gallery-nav {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
  }

  .gallery-frame {
    max-width: 100%;
  }
}
