/* ==========================================================================
   RUNE-THEME.CSS — Тема сайта Рун (hagalaz.ru)
   Палитра: #0c0a08 (тёмное дерево) + #cd853f (бронза) + #b8860b (тёмное золото)
   Атмосфера: каменные руны на тёмном дереве, свечное свечение, нордическая мистика
   ========================================================================== */

/* ── Variables ── */
:root {
  --color-bg:            #0c0a08;
  --color-bg-secondary:  #14110d;
  --color-bg-tertiary:   #1c1812;
  --color-bg-card:       rgba(22, 18, 14, .85);
  --color-bg-elevated:   #241e16;

  --color-accent:        #cd853f;
  --color-accent-light:  #daa06d;
  --color-accent-dark:   #a0692e;
  --color-accent-glow:   rgba(205, 133, 63, .12);

  --color-text:          #c4b8a8;
  --color-text-secondary:#9a8e7e;
  --color-text-muted:    #6a5f52;
  --color-text-heading:  #ede4d8;

  --color-border:        rgba(205, 133, 63, .12);
  --color-border-light:  rgba(205, 133, 63, .25);
  --color-border-glow:   rgba(205, 133, 63, .4);

  --color-success:       #34d399;
  --color-warning:       #fbbf24;
  --color-error:         #f87171;

  --rune-glow:           rgba(205, 133, 63, .6);
  --rune-glow-strong:    rgba(218, 160, 109, .8);

  --color-stone:         #d4c8a0;
  --color-stone-dark:    #b0a47a;
  --color-stone-shadow:  rgba(0, 0, 0, .6);

  --font-heading:        'Playfair Display', Georgia, serif;
  --font-body:           'Inter', -apple-system, sans-serif;
}

/* ── Keyframes ── */
@keyframes runeGlow {
  0%, 100% { opacity: .03; }
  25%      { opacity: .06; }
  50%      { opacity: .04; }
  75%      { opacity: .07; }
}

@keyframes candleFlicker {
  0%, 100% { opacity: .6; transform: scale(1) translateY(0); }
  10%      { opacity: .8; transform: scale(1.02) translateY(-1px); }
  20%      { opacity: .5; transform: scale(.98) translateY(1px); }
  30%      { opacity: .9; transform: scale(1.03) translateY(-2px); }
  40%      { opacity: .6; transform: scale(1) translateY(0); }
  50%      { opacity: .85; transform: scale(1.01) translateY(-1px); }
  60%      { opacity: .55; transform: scale(.99) translateY(1px); }
  70%      { opacity: .75; transform: scale(1.02) translateY(-1px); }
  80%      { opacity: .5; transform: scale(1) translateY(0); }
  90%      { opacity: .7; transform: scale(1.01) translateY(-1px); }
}

@keyframes emberFloat {
  0%   { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
  10%  { opacity: 1; }
  100% { transform: translateY(-180px) translateX(var(--drift, 20px)) scale(0); opacity: 0; }
}

@keyframes stoneFloat {
  0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
  50%      { transform: translateY(-6px) rotate(calc(var(--rot, 0deg) + 1deg)); }
}

@keyframes stoneGlow {
  0%, 100% { box-shadow: 0 4px 15px rgba(0,0,0,.5), 0 0 0 rgba(205,133,63,0); }
  50%      { box-shadow: 0 4px 15px rgba(0,0,0,.5), 0 0 25px rgba(205,133,63,.15); }
}

@keyframes runeEngrave {
  0%, 100% { text-shadow: 0 1px 2px rgba(0,0,0,.8), 0 0 8px rgba(205,133,63,.2); }
  50%      { text-shadow: 0 1px 2px rgba(0,0,0,.8), 0 0 20px rgba(205,133,63,.5), 0 0 40px rgba(205,133,63,.15); }
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(205,133,63,0); }
  50%      { box-shadow: 0 0 40px rgba(205,133,63,.08); }
}

@keyframes borderGlow {
  0%, 100% { border-color: var(--color-border); }
  50%      { border-color: var(--color-border-light); }
}

@keyframes accentPulse {
  0%, 100% { text-shadow: 0 0 10px rgba(205,133,63,0); }
  50%      { text-shadow: 0 0 20px rgba(205,133,63,.3); }
}

@keyframes woodGrain {
  0%, 100% { background-position: 0 0; }
  50%      { background-position: 2px 1px; }
}

@keyframes smokeRise {
  0%   { transform: translateY(0) scaleX(1); opacity: .04; }
  50%  { transform: translateY(-30px) scaleX(1.5); opacity: .02; }
  100% { transform: translateY(-60px) scaleX(2); opacity: 0; }
}

/* ── Body & Wood Texture Background ── */
body {
  background: var(--color-bg);
  font-family: var(--font-body);
  color: var(--color-text);
  position: relative;
  overflow-x: hidden;
}

/* Wood grain texture layer */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    /* Wood grain lines */
    repeating-linear-gradient(
      95deg,
      transparent,
      transparent 40px,
      rgba(205,133,63,.015) 40px,
      rgba(205,133,63,.015) 41px
    ),
    repeating-linear-gradient(
      87deg,
      transparent,
      transparent 80px,
      rgba(160,105,46,.01) 80px,
      rgba(160,105,46,.01) 81px
    ),
    /* Rune symbols scattered */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='400' viewBox='0 0 300 400'%3E%3Ctext x='40' y='60' font-size='32' fill='%23cd853f' opacity='0.025' font-family='serif'%3E%E1%9A%BA%3C/text%3E%3Ctext x='180' y='120' font-size='28' fill='%23cd853f' opacity='0.02' font-family='serif'%3E%E1%9A%A6%3C/text%3E%3Ctext x='90' y='200' font-size='36' fill='%23cd853f' opacity='0.03' font-family='serif'%3E%E1%9A%B7%3C/text%3E%3Ctext x='230' y='280' font-size='24' fill='%23cd853f' opacity='0.02' font-family='serif'%3E%E1%9B%8F%3C/text%3E%3Ctext x='30' y='340' font-size='30' fill='%23cd853f' opacity='0.025' font-family='serif'%3E%E1%9A%A8%3C/text%3E%3Ctext x='160' y='380' font-size='22' fill='%23cd853f' opacity='0.02' font-family='serif'%3E%E1%9B%9F%3C/text%3E%3C/svg%3E");
  animation: runeGlow 10s ease-in-out infinite;
}

/* Warm candle light glow overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 25% 15%, rgba(255,160,60,.03) 0%, transparent 50%),
    radial-gradient(ellipse at 75% 25%, rgba(255,140,40,.025) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 85%, rgba(205,133,63,.02) 0%, transparent 40%),
    radial-gradient(ellipse at 15% 70%, rgba(255,120,30,.015) 0%, transparent 35%);
  animation: candleFlicker 8s ease-in-out infinite;
}

body > * { position: relative; z-index: 1; }

/* ── Header ── */
.site-header {
  background: rgba(12,10,8,.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
  padding: .75rem 2rem;
  position: sticky;
  top: 0;
  z-index: 100;
  animation: borderGlow 6s ease-in-out infinite;
}

.site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo {
  display: flex;
  align-items: center;
  gap: .5rem;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-text-heading);
}

.site-header__logo .logo-rune {
  font-size: 1.6rem;
  color: var(--color-accent);
  animation: accentPulse 4s ease-in-out infinite;
}

.site-header__logo span { color: var(--color-accent); }

.site-header__nav {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__nav a {
  color: var(--color-text-secondary);
  text-decoration: none;
  font-size: .85rem;
  font-weight: 500;
  transition: color .3s, text-shadow .3s;
  position: relative;
}

.site-header__nav a:hover {
  color: var(--color-accent);
  text-shadow: 0 0 12px rgba(205,133,63,.3);
}

.site-header__nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-accent);
  transition: width .3s;
}

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

/* Nav styles (site-nav class variant) */
.site-nav {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__link {
  color: var(--color-text-secondary);
  text-decoration: none;
  font-size: .85rem;
  font-weight: 500;
  transition: color .3s, text-shadow .3s;
  position: relative;
}

.site-nav__link:hover {
  color: var(--color-accent);
  text-shadow: 0 0 12px rgba(205,133,63,.3);
}

.site-nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-accent);
  transition: width .3s;
}

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

@media (max-width: 768px) {
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(12,10,8,.97);
    flex-direction: column;
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--color-border);
  }
  .site-nav.open { display: flex; }
}

/* Mobile nav toggle */
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  color: var(--color-accent);
  padding: .4rem .6rem;
  font-size: 1.2rem;
  cursor: pointer;
}

.menu-toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-accent);
  margin: 4px 0;
  border-radius: 1px;
}

@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .site-header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(12,10,8,.97);
    flex-direction: column;
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--color-border);
  }
  .site-header__nav.open { display: flex; }
}

/* ── Hero — Dark Table with Rune Stones ── */
.hero {
  position: relative;
  padding: 6rem 2rem 5rem;
  text-align: center;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Dark wood table surface with warm light from above */
  background:
    radial-gradient(ellipse at 50% 30%, rgba(255,160,60,.07) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 10%, rgba(255,140,40,.04) 0%, transparent 40%),
    radial-gradient(ellipse at 80% 20%, rgba(205,133,63,.03) 0%, transparent 35%),
    radial-gradient(ellipse at 50% 100%, rgba(0,0,0,.4) 0%, transparent 50%);
}

/* Large faint rune circle behind everything */
.hero__bg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(205,133,63,.04);
  border-radius: 50%;
  animation: pulseGlow 10s ease-in-out infinite;
}

.hero__bg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(205,133,63,.03);
  border-radius: 50%;
}

.hero__content {
  position: relative;
  z-index: 2;
}

/* ── Ember Particles (candle sparks) ── */
.hero__embers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.ember {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--color-accent);
  border-radius: 50%;
  animation: emberFloat var(--dur, 4s) ease-out infinite;
  animation-delay: var(--delay, 0s);
  filter: blur(0.5px);
}

.ember--1 { left: 20%; bottom: 30%; --dur: 5s; --delay: 0s; --drift: 15px; }
.ember--2 { left: 35%; bottom: 25%; --dur: 4s; --delay: 1.2s; --drift: -20px; }
.ember--3 { left: 55%; bottom: 35%; --dur: 6s; --delay: 0.5s; --drift: 25px; }
.ember--4 { left: 70%; bottom: 28%; --dur: 4.5s; --delay: 2s; --drift: -15px; }
.ember--5 { left: 25%; bottom: 40%; --dur: 5.5s; --delay: 3s; --drift: 10px; }
.ember--6 { left: 80%; bottom: 32%; --dur: 3.8s; --delay: 1.5s; --drift: -25px; }
.ember--7 { left: 45%; bottom: 20%; --dur: 6.5s; --delay: 0.8s; --drift: 18px; }
.ember--8 { left: 60%; bottom: 45%; --dur: 4.2s; --delay: 2.5s; --drift: -12px; }

/* ── Rune Stones — scattered on table like photo ── */
.hero__stones {
  position: relative;
  width: 440px;
  height: 280px;
  margin: 0 auto 2.5rem;
}

.rune-stone {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 64px;
  /* Stone/bone texture */
  background: linear-gradient(145deg, #e8dcc0, #c8bb96, #d4c8a0);
  border-radius: 8px 10px 6px 9px;
  box-shadow:
    0 4px 12px rgba(0,0,0,.5),
    0 1px 2px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.15),
    inset 0 -1px 0 rgba(0,0,0,.1);
  animation:
    stoneFloat 6s ease-in-out infinite,
    stoneGlow 5s ease-in-out infinite;
  transition: transform .4s, box-shadow .4s;
  cursor: default;
}

.rune-stone:hover {
  transform: translateY(-10px) scale(1.08) !important;
  box-shadow:
    0 8px 25px rgba(0,0,0,.6),
    0 0 30px rgba(205,133,63,.25),
    inset 0 1px 0 rgba(255,255,255,.2);
}

/* SVG rune inside stone */
.rune-svg {
  width: 28px;
  height: 38px;
  stroke: #5a4a30;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.2)) drop-shadow(0 -1px 0 rgba(0,0,0,.15));
  transition: filter .4s;
}

.rune-stone:hover .rune-svg {
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.25))
    drop-shadow(0 0 6px rgba(205,133,63,.4))
    drop-shadow(0 0 12px rgba(205,133,63,.15));
}

.rune-stone span {
  font-size: 1.8rem;
  color: #5a4a30;
  text-shadow:
    0 1px 0 rgba(255,255,255,.2),
    0 -1px 0 rgba(0,0,0,.3);
  font-weight: bold;
  animation: runeEngrave 6s ease-in-out infinite;
  animation-delay: inherit;
}

/* Central large stone — Hagalaz */
.rune-stone--center {
  width: 76px;
  height: 84px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  --rot: -2deg;
  z-index: 3;
  background: linear-gradient(140deg, #f0e4c8, #d4c8a0, #c0b488);
  animation-delay: 0s;
}

.rune-stone--center .rune-svg {
  width: 38px;
  height: 52px;
  stroke: #4a3a20;
  stroke-width: 4;
}

.rune-stone--center span {
  font-size: 2.6rem;
  color: #4a3a20;
}

.rune-stone--center:hover {
  box-shadow:
    0 12px 35px rgba(0,0,0,.6),
    0 0 50px rgba(205,133,63,.35),
    inset 0 1px 0 rgba(255,255,255,.25);
}

/* Scattered positions — like on the photo */
.rune-stone--1  { top: 8%;  left: 15%; --rot: -8deg; animation-delay: .3s; }
.rune-stone--2  { top: 5%;  left: 42%; --rot: 5deg; animation-delay: .8s; }
.rune-stone--3  { top: 12%; right: 18%; --rot: -3deg; animation-delay: 1.2s; }
.rune-stone--4  { top: 35%; left: 5%;  --rot: 12deg; animation-delay: .5s; }
.rune-stone--5  { top: 42%; right: 5%; --rot: -6deg; animation-delay: 1.6s; }
.rune-stone--6  { bottom: 18%; left: 12%; --rot: 8deg; animation-delay: .9s; }
.rune-stone--7  { bottom: 12%; left: 35%; --rot: -4deg; animation-delay: 1.4s; }
.rune-stone--8  { bottom: 8%; right: 28%; --rot: 10deg; animation-delay: .2s; }
.rune-stone--9  { bottom: 22%; right: 10%; --rot: -9deg; animation-delay: 1.8s; }

/* Slight color variations per stone */
.rune-stone--2 { background: linear-gradient(150deg, #ece0c4, #c8bb96, #b8ac84); }
.rune-stone--4 { background: linear-gradient(135deg, #e0d4b8, #ccbf99, #bfb38d); }
.rune-stone--6 { background: linear-gradient(160deg, #f0e8d0, #d8ccaa, #c4b890); }
.rune-stone--8 { background: linear-gradient(140deg, #e4d8bc, #c0b490, #b8ab85); }

@media (max-width: 600px) {
  .hero__stones { width: 320px; height: 220px; }
  .rune-stone { width: 44px; height: 50px; }
  .rune-svg { width: 22px; height: 30px; }
  .rune-stone--center { width: 60px; height: 66px; }
  .rune-stone--center .rune-svg { width: 30px; height: 42px; }
}

@media (max-width: 400px) {
  .hero__stones { width: 280px; height: 200px; }
  .rune-stone { width: 38px; height: 44px; }
  .rune-svg { width: 18px; height: 26px; }
  .rune-stone--center { width: 52px; height: 58px; }
  .rune-stone--center .rune-svg { width: 26px; height: 36px; }
}

/* Hero badge */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1.2rem;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--color-accent);
  background: rgba(205,133,63,.06);
  border: 1px solid var(--color-border-light);
  border-radius: 100px;
  margin-bottom: 2rem;
  backdrop-filter: blur(6px);
}

/* Hero title */
.hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 6vw, 3.6rem);
  font-weight: 700;
  color: var(--color-text-heading);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero__title em {
  font-style: normal;
  color: var(--color-accent);
  animation: accentPulse 5s ease-in-out infinite;
}

.hero__subtitle {
  font-size: 1.1rem;
  color: var(--color-text-secondary);
  max-width: 620px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

/* Hero stats bar — stone/carved feel */
.hero__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem auto;
  padding: 1.2rem 2.5rem;
  max-width: 500px;
  background: rgba(20,17,13,.8);
  border: 1px solid var(--color-border-light);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 30px rgba(0,0,0,.3), inset 0 0 30px rgba(205,133,63,.02);
}

.hero__stat { text-align: center; }

.hero__stat-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(205,133,63,.2);
}

.hero__stat-label {
  font-size: .72rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero__stat-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, var(--color-border-light), transparent);
}

.hero__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.hero__photo {
  width: 280px;
  height: 280px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center 15%;
  border: 2px solid var(--color-border-light);
  box-shadow:
    0 0 30px rgba(205,133,63,.15),
    0 0 60px rgba(205,133,63,.05),
    0 20px 60px rgba(0,0,0,.5);
  margin: 1.5rem auto;
  transition: box-shadow .5s;
}

.hero__photo:hover {
  box-shadow:
    0 0 40px rgba(205,133,63,.25),
    0 0 80px rgba(205,133,63,.1),
    0 20px 60px rgba(0,0,0,.5);
}

@media (max-width: 480px) {
  .hero { padding: 4rem 1.5rem 3rem; min-height: 75vh; }
  .hero__stats { gap: 1rem; padding: .75rem 1rem; }
  .hero__stat-num { font-size: 1.4rem; }
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 1.8rem;
  font-size: .9rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all .3s;
  cursor: pointer;
  border: none;
}

.btn--rune {
  background: linear-gradient(135deg, var(--color-accent-dark), var(--color-accent));
  color: #1a1410;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(205,133,63,.2), 0 0 40px rgba(205,133,63,.05);
}

.btn--rune:hover {
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-light));
  box-shadow: 0 4px 30px rgba(205,133,63,.35), 0 0 60px rgba(205,133,63,.1);
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: var(--color-accent);
  border: 1px solid var(--color-border-light);
}

.btn--ghost:hover {
  background: rgba(205,133,63,.08);
  border-color: var(--color-accent);
  box-shadow: 0 0 20px rgba(205,133,63,.1);
}

.btn--lg { padding: 1rem 2.2rem; font-size: 1rem; }

.btn--outline {
  background: transparent;
  color: var(--color-accent);
  border: 1px solid var(--color-border-light);
}

.btn--outline:hover {
  background: rgba(205,133,63,.08);
  border-color: var(--color-accent);
}

/* ── Sections ── */
.section {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section--alt {
  background: var(--color-bg-secondary);
  max-width: 100%;
  padding: 4rem 2rem;
}

.section--alt > .section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.section__label {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--color-accent);
  margin-bottom: .5rem;
}

.section__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  color: var(--color-text-heading);
  margin-bottom: .75rem;
}

.section__subtitle {
  font-size: .95rem;
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* Section header variant (with different class name used in HTML) */
.section-header { text-align: center; margin-bottom: 3rem; }
.section-header__label { font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; color: var(--color-accent); margin-bottom: .5rem; display: block; }
.section-header__title { font-family: var(--font-heading); font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 700; color: var(--color-text-heading); margin-bottom: .75rem; }
.section-header__subtitle { font-size: .95rem; color: var(--color-text-muted); max-width: 600px; margin: 0 auto; }

/* ── Service Cards ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.service-card {
  position: relative;
  padding: 2rem 1.5rem;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: all .4s;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  opacity: 0;
  transition: opacity .4s;
}

.service-card:hover {
  border-color: var(--color-border-light);
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(205,133,63,.1), 0 0 20px rgba(205,133,63,.03);
}

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

.service-card__rune {
  font-size: 2.5rem;
  color: var(--color-accent);
  margin-bottom: .75rem;
  display: block;
  transition: text-shadow .4s;
}

.service-card:hover .service-card__rune {
  text-shadow: 0 0 20px var(--rune-glow), 0 0 40px rgba(205,133,63,.15);
}

.service-card__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin-bottom: .5rem;
}

.service-card__desc {
  font-size: .85rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.service-card__price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-accent);
}

/* icon-card (used in index.html grid) */
.icon-card {
  position: relative;
  display: block;
  padding: 2rem 1.5rem;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  transition: all .4s;
  overflow: hidden;
}

.icon-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  opacity: 0;
  transition: opacity .4s;
}

.icon-card:hover {
  border-color: var(--color-border-light);
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(205,133,63,.1), 0 0 20px rgba(205,133,63,.03);
}

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

.icon-card__icon {
  font-size: 2.5rem;
  color: var(--color-accent);
  margin-bottom: .5rem;
  display: block;
  transition: text-shadow .4s;
}

.icon-card:hover .icon-card__icon {
  text-shadow: 0 0 20px var(--rune-glow);
}

.icon-card__title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin-bottom: .4rem;
  display: block;
}

.icon-card__desc {
  font-size: .85rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  display: block;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

/* ── Rune Grid (24 runes) — stone card style ── */
.aett-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--color-accent);
  text-align: center;
  margin: 2rem 0 1rem;
  font-weight: 600;
}

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

.rune-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  padding: 1.2rem .8rem;
  /* Stone-like background */
  background: linear-gradient(145deg, rgba(212,200,160,.06), rgba(22,18,14,.85));
  border: 1px solid var(--color-border);
  border-radius: 10px;
  text-decoration: none;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.rune-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(205,133,63,.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .4s;
}

.rune-card:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: var(--color-accent);
  box-shadow: 0 8px 30px rgba(205,133,63,.15), 0 0 15px rgba(205,133,63,.05);
  background: linear-gradient(145deg, rgba(212,200,160,.1), rgba(22,18,14,.85));
}

.rune-card:hover::after { opacity: 1; }

.rune-card__symbol {
  font-size: 2.8rem;
  line-height: 1;
  color: var(--color-accent);
  position: relative;
  z-index: 1;
  transition: text-shadow .4s, transform .4s;
}

.rune-card:hover .rune-card__symbol {
  text-shadow: 0 0 15px var(--rune-glow), 0 0 30px rgba(205,133,63,.2);
  transform: scale(1.1);
}

.rune-card__name {
  font-size: .8rem;
  font-weight: 600;
  color: var(--color-text-heading);
  position: relative;
  z-index: 1;
}

.rune-card__meaning {
  font-size: .7rem;
  color: var(--color-text-muted);
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Dark rune card highlight */
.rune-card--dark {
  border-color: rgba(205,133,63,.25);
  background: linear-gradient(145deg, rgba(205,133,63,.08), rgba(30,22,16,.9));
}

.rune-card--dark .rune-card__symbol {
  text-shadow: 0 0 8px rgba(205,133,63,.2);
}

/* ── About Master ── */
.about-master {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.5rem;
  align-items: start;
}

.about-master__photo {
  width: 220px;
  height: 280px;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 10px;
  border: 1px solid var(--color-border-light);
  box-shadow: 0 0 25px rgba(205,133,63,.1), 0 10px 40px rgba(0,0,0,.4);
}

.about-master__content {
  color: var(--color-text);
  line-height: 1.8;
}

.about-master__name {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--color-text-heading);
  margin-bottom: .5rem;
}

.about-master__badges {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.about-badge {
  padding: .35rem .8rem;
  font-size: .72rem;
  font-weight: 600;
  color: var(--color-accent);
  background: rgba(205,133,63,.08);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}

.about-master__text {
  color: var(--color-text);
  line-height: 1.8;
}

.about-master__bio {
  margin-bottom: 1rem;
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.about-master__details {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0;
}

.about-master__detail {
  padding: .35rem .8rem;
  font-size: .72rem;
  font-weight: 600;
  color: var(--color-accent);
  background: rgba(205,133,63,.08);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}

@media (max-width: 640px) {
  .about-master {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .about-master__details { justify-content: center; }
  .about-master__badges { justify-content: center; }
}

/* ── Stav Cards ── */
.stavy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.stav-card {
  padding: 1.5rem 1.2rem;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: all .4s;
}

.stav-card:hover {
  border-color: var(--color-accent);
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(205,133,63,.1);
}

.stav-card__icon {
  font-size: 2rem;
  margin-bottom: .5rem;
}

.stav-card__title {
  font-family: var(--font-heading);
  font-size: .95rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin-bottom: .3rem;
}

.stav-card__desc {
  font-size: .75rem;
  color: var(--color-text-muted);
}

/* ── Case/Key Cards ── */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.case-card {
  padding: 1.5rem;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  border-left: 3px solid var(--color-accent);
  text-decoration: none;
  color: inherit;
  transition: all .4s;
}

.case-card:hover {
  border-color: var(--color-border-light);
  box-shadow: 0 6px 30px rgba(205,133,63,.1);
  transform: translateY(-2px);
}

.case-card__tag {
  display: inline-block;
  padding: .2rem .6rem;
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-accent);
  background: rgba(205,133,63,.1);
  border-radius: 4px;
  margin-bottom: .75rem;
}

.case-card__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin-bottom: .5rem;
  line-height: 1.4;
}

.case-card__text {
  font-size: .85rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.case-card__result {
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid var(--color-border);
  font-size: .8rem;
  color: var(--color-success);
  font-weight: 600;
}

/* ── Case Studies ── */
.case-study {
  padding: 1.5rem;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  border-left: 3px solid var(--color-accent);
}

.case-study__label {
  display: inline-block;
  padding: .2rem .7rem;
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-accent);
  background: rgba(205,133,63,.1);
  border-radius: 4px;
  margin-bottom: .75rem;
}

.case-study__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.case-study__section {
  margin-bottom: .75rem;
}

.case-study__heading {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--color-accent);
  margin-bottom: .3rem;
}

.case-study__text {
  font-size: .85rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.case-study__result {
  font-size: .85rem;
  color: var(--color-success);
  font-weight: 600;
  line-height: 1.6;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* ── Review Cards ── */
.review {
  padding: 1.5rem;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 10px;
}

.review__header {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
}

.review__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(205,133,63,.1);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--color-accent);
  font-size: .9rem;
  flex-shrink: 0;
}

.review__info { flex: 1; }

.review__name {
  font-size: .85rem;
  font-weight: 600;
  color: var(--color-text-heading);
}

.review__meta {
  font-size: .72rem;
  color: var(--color-text-muted);
}

.review__stars {
  color: var(--color-accent);
  font-size: .8rem;
  margin-bottom: .5rem;
}

.review__text {
  font-size: .85rem;
  color: var(--color-text);
  line-height: 1.7;
  font-style: italic;
}

/* ── Reviews (old class) ── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.review-card {
  padding: 1.5rem;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  position: relative;
}

.review-card::before {
  content: '\201C';
  position: absolute;
  top: .5rem;
  left: 1rem;
  font-size: 3rem;
  font-family: var(--font-heading);
  color: var(--color-accent);
  opacity: .15;
  line-height: 1;
}

.review-card__text {
  font-size: .85rem;
  color: var(--color-text);
  line-height: 1.7;
  margin-bottom: 1rem;
  font-style: italic;
}

.review-card__author {
  font-size: .78rem;
  color: var(--color-text-muted);
}

.review-card__author strong {
  color: var(--color-text-heading);
  font-weight: 600;
}

.review-card__stars {
  color: var(--color-accent);
  font-size: .75rem;
  margin-top: .3rem;
}

/* ── FAQ Accordion ── */
.faq {
  border-top: 1px solid var(--color-border);
}

.faq__item {
  border-bottom: 1px solid var(--color-border);
}

.faq__toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-text-heading);
  font-size: .95rem;
  transition: color .3s;
  user-select: none;
  gap: 1rem;
}

.faq__question:hover { color: var(--color-accent); }

.faq__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-border-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.faq__icon::after {
  content: '+';
  font-size: 1.1rem;
  color: var(--color-accent);
  line-height: 1;
  transition: transform .3s;
}

.faq__toggle:checked ~ .faq__question .faq__icon {
  background: rgba(205,133,63,.1);
  border-color: var(--color-accent);
}

.faq__toggle:checked ~ .faq__question .faq__icon::after {
  content: '\2212';
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.faq__toggle:checked ~ .faq__answer {
  max-height: 500px;
}

.faq__answer-inner {
  padding: 0 0 1.2rem;
  color: var(--color-text-secondary);
  font-size: .9rem;
  line-height: 1.7;
}

/* ── CTA Section ── */
.cta {
  text-align: center;
  padding: 3rem 2rem;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(205,133,63,.06) 0%, transparent 60%);
  border: 1px solid var(--color-border);
  border-radius: 16px;
}

.cta__badge {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-accent);
  margin-bottom: 1rem;
}

.cta__title {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--color-text-heading);
  margin-bottom: .75rem;
}

.cta__text {
  color: var(--color-text-secondary);
  margin-bottom: 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta__content { position: relative; }

.cta-section {
  text-align: center;
  padding: 4rem 2rem;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(205,133,63,.06) 0%, transparent 60%);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.cta-section__rune {
  font-size: 4rem;
  color: var(--color-accent);
  opacity: .3;
  margin-bottom: 1rem;
  animation: accentPulse 4s ease-in-out infinite;
}

.cta-section__title {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--color-text-heading);
  margin-bottom: .75rem;
}

.cta-section__text {
  color: var(--color-text-secondary);
  margin-bottom: 1.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Footer ── */
.site-footer {
  background: rgba(10,8,6,.97);
  border-top: 1px solid var(--color-border);
  padding: 3rem 2rem 1.5rem;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.site-footer__heading {
  font-family: var(--font-heading);
  font-size: .85rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin-bottom: 1rem;
}

.site-footer__link {
  display: block;
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: .8rem;
  margin-bottom: .5rem;
  transition: color .3s;
}

.site-footer__link:hover { color: var(--color-accent); }

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
  color: var(--color-text-muted);
  font-size: .72rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.footer__col-title {
  font-family: var(--font-heading);
  font-size: .85rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin-bottom: 1rem;
}

.footer__links { list-style: none; padding: 0; margin: 0; }
.footer__links li { margin-bottom: .5rem; }
.footer__links a { color: var(--color-text-muted); text-decoration: none; font-size: .8rem; transition: color .3s; }
.footer__links a:hover { color: var(--color-accent); }

.footer__copy {
  text-align: center;
  color: var(--color-text-muted);
  font-size: .72rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}

/* ── Article pages ── */
.article-hero {
  position: relative;
  padding: 4rem 2rem 3rem;
  text-align: center;
  overflow: hidden;
}

.article-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(205,133,63,.06) 0%, transparent 50%);
  pointer-events: none;
}

.article-hero__rune {
  font-size: 5rem;
  color: var(--color-accent);
  opacity: .2;
  margin-bottom: .5rem;
  animation: accentPulse 5s ease-in-out infinite;
}

.article-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
  line-height: 1.8;
}

.article-body h2 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--color-text-heading);
  margin: 2.5rem 0 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--color-border);
}

.article-body h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--color-accent-light);
  margin: 1.5rem 0 .75rem;
}

.article-body p { margin-bottom: 1rem; color: var(--color-text); }
.article-body ul, .article-body ol { margin: 1rem 0; padding-left: 1.5rem; }
.article-body li { margin-bottom: .5rem; color: var(--color-text); }
.article-body strong { color: var(--color-text-heading); }

/* Rune combination pills */
.rune-combo {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .2rem .6rem;
  background: rgba(205,133,63,.08);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  font-size: .85rem;
  margin: .2rem;
}

.rune-combo__symbol { color: var(--color-accent); font-size: 1.1rem; }

/* Ingvar advice box */
.advice-box {
  margin: 2rem 0;
  padding: 1.5rem;
  background: rgba(205,133,63,.05);
  border-left: 3px solid var(--color-accent);
  border-radius: 0 8px 8px 0;
}

.advice-box__title {
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: .5rem;
}

/* Price table */
.price-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .85rem; }
.price-table th { background: var(--color-bg-elevated); color: var(--color-text-heading); padding: .75rem 1rem; text-align: left; font-weight: 600; border-bottom: 2px solid var(--color-border-light); }
.price-table td { padding: .75rem 1rem; border-bottom: 1px solid var(--color-border); color: var(--color-text); }
.price-table tr:hover td { background: rgba(205,133,63,.03); }
.price-table .price { color: var(--color-accent); font-weight: 700; white-space: nowrap; }

/* ── Utility ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.container--md { max-width: 800px; }
.container--lg { max-width: 1100px; }
.text-accent { color: var(--color-accent); }
.text-muted { color: var(--color-text-muted); }
.text-center { text-align: center; }
.text-sm { font-size: .85rem; }
.mt-1 { margin-top: .5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }

/* Scrollbar styling */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--color-bg); }
::-webkit-scrollbar-thumb { background: var(--color-border-light); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--color-accent-dark); }

/* Selection */
::selection {
  background: rgba(205,133,63,.25);
  color: var(--color-text-heading);
}

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Focus styles */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

/* ── Contact Form ── */
.contact-form {
  margin-top: 1.5rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 600px) {
  .contact-form__row { grid-template-columns: 1fr; }
}
.contact-form__field {
  margin-bottom: 1rem;
  text-align: left;
}
.contact-form__label {
  display: block;
  font-size: .85rem;
  color: var(--color-accent-light);
  margin-bottom: .35rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.contact-form__input {
  width: 100%;
  padding: .75rem 1rem;
  background: rgba(12, 10, 8, .7);
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: .95rem;
  transition: border-color .3s, box-shadow .3s;
  box-sizing: border-box;
}
.contact-form__input::placeholder {
  color: var(--color-text-muted);
}
.contact-form__input:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px var(--color-accent-glow), 0 0 20px rgba(205,133,63,.08);
  outline: none;
}
.contact-form__select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%23cd853f'%3E%3Cpath d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.contact-form__textarea {
  resize: vertical;
  min-height: 100px;
}
.contact-form__submit {
  width: 100%;
  margin-top: .5rem;
  cursor: pointer;
}
.contact-form__success {
  text-align: center;
  padding: 2rem 1rem;
}
.contact-form__success h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--color-accent-light);
  margin-bottom: .75rem;
}
.contact-form__success p {
  color: var(--color-text-secondary);
}
