
:root {
  --bg: #120d09;
  --bg2: #1a120d;
  --walnut: #2a1b12;
  --walnut2: #3a2518;
  --bronze: #9c7651;
  --bronze-soft: #c29a72;
  --cream: #eee3d4;
  --muted: #c7b29a;
  --line: rgba(194,154,114,.26);
  --shadow: 0 22px 80px rgba(0,0,0,.45);
  --radius: 28px;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(194,154,114,.10), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(194,154,114,.07), transparent 24%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.55)),
    linear-gradient(135deg, #24170f, #130d09 58%, #1b140f);
  color: var(--cream);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 2px, transparent 2px 16px);
  mix-blend-mode: screen;
}
img { max-width: 100%; display: block; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(18,13,9,.85), rgba(18,13,9,.45));
  border-bottom: 1px solid rgba(194,154,114,.10);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-badge {
  width: 50px; height: 50px; border-radius: 50%; overflow: hidden;
  border: 1px solid rgba(194,154,114,.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 24px rgba(0,0,0,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(0,0,0,.20));
}
.brand-badge img { width: 100%; height: 100%; object-fit: cover; }
.brand h1 {
  margin: 0; font-family: Georgia, "Times New Roman", serif;
  font-weight: 700; letter-spacing: .04em; font-size: 1.1rem;
}
.brand p {
  margin: 2px 0 0; color: var(--muted); font-size: .78rem;
  letter-spacing: .16em; text-transform: uppercase;
}
nav a { color: var(--muted); text-decoration: none; margin-left: 22px; font-size: .95rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none; padding: 14px 22px; border-radius: 999px; color: var(--cream);
  border: 1px solid rgba(194,154,114,.34);
  background: linear-gradient(180deg, rgba(194,154,114,.18), rgba(255,255,255,.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 14px 34px rgba(0,0,0,.30);
}
.btn.secondary { background: rgba(255,255,255,.03); }
main section { padding: 26px 0 68px; }
.hero { padding: 54px 0 48px; }
.hero-grid {
  display: grid; grid-template-columns: 1.06fr .94fr; gap: 34px; align-items: center;
}
.eyebrow {
  display: inline-block; padding: 9px 14px; border-radius: 999px; border: 1px solid var(--line);
  color: var(--muted); background: rgba(255,255,255,.03); text-transform: uppercase;
  letter-spacing: .14em; font-size: .78rem;
}
.hero h2, .page-hero h2, .section-head h3, .text-card h3, .final-cta h3, .card h3, .card h4 {
  font-family: Georgia, "Times New Roman", serif;
}
.hero h2 {
  font-size: clamp(2.8rem, 5.4vw, 5.4rem); line-height: .95; margin: 18px 0 14px;
  letter-spacing: -.02em; max-width: 10ch;
}
.hero .accent { color: #dcc09d; text-shadow: 0 0 24px rgba(194,154,114,.18); }
.hero p, .page-hero p, .copy p, .text-card p, .section-head p, .card p, .contact-list li, .upload-steps li, .locked-block p {
  color: var(--muted); line-height: 1.75;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.meta { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.meta-card { border-left: 1px solid var(--line); padding-left: 18px; }
.meta-card strong { display: block; margin-bottom: 6px; }
.crest-panel, .card, .product, .shop-card, .text-card, .final-cta, .contact-box {
  border-radius: var(--radius); border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
}
.crest-panel {
  position: relative; min-height: 650px; overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(194,154,114,.12), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.22)),
    linear-gradient(135deg, #322016, #1a120d 65%, #0e0907);
}
.crest-panel::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.36)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.02) 0 1px, transparent 1px 12px);
  opacity: .40; pointer-events: none;
}
.crest-bg { position: absolute; inset: 6% 10% 18% 10%; display: grid; place-items: center; }
.crest-bg img {
  max-width: 100%; max-height: 100%; object-fit: contain; opacity: .23;
  filter: grayscale(.18) saturate(.85) sepia(.28) contrast(1.02) drop-shadow(0 24px 40px rgba(0,0,0,.42));
}
.floating-cards {
  position: absolute; left: 24px; right: 24px; bottom: 24px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; z-index: 2;
}
.float-card {
  border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  backdrop-filter: blur(8px);
}
.float-card h4 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }
.float-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.section-head {
  display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px;
}
.section-head h3 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.section-head p { max-width: 52ch; margin: 0; }
.products, .cards-3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.product { overflow: hidden; }
.thumb {
  height: 255px; position: relative;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 35%),
    repeating-linear-gradient(12deg, rgba(255,255,255,.03) 0 2px, transparent 2px 12px),
    linear-gradient(180deg, #715034, #3c281d 65%, #241811);
}
.thumb.shelf::after {
  content: ""; position: absolute; left: 14%; right: 14%; top: 44%; height: 22px;
  border-radius: 4px; background: linear-gradient(180deg, #8a5f3d, #472e20);
  box-shadow: 0 20px 28px rgba(0,0,0,.38);
}
.thumb.cnc::after {
  content: ""; position: absolute; width: 118px; height: 118px; border-radius: 50%;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  border: 2px solid rgba(238,227,212,.4); box-shadow: 0 0 0 18px rgba(194,154,114,.08), inset 0 0 18px rgba(0,0,0,.32);
}
.thumb.flag::after {
  content: ""; position: absolute; left: 12%; right: 12%; top: 23%; bottom: 23%;
  border-radius: 10px; background:
    linear-gradient(180deg, rgba(111,64,44,.55), rgba(63,37,26,.88)),
    repeating-linear-gradient(180deg, rgba(236,226,212,.1) 0 14px, transparent 14px 28px);
  transform: perspective(800px) rotateX(4deg) rotateY(-4deg);
}
.thumb.waves::after {
  content: ""; position: absolute; inset: 22% 14%;
  border-radius: 18px;
  background:
    repeating-linear-gradient(180deg, rgba(236,226,212,.10) 0 10px, transparent 10px 24px),
    linear-gradient(180deg, rgba(95,55,35,.95), rgba(50,28,18,.95));
  transform: skewY(-4deg);
}
.thumb.doors::after {
  content: ""; position: absolute; inset: 18% 18%;
  border: 2px solid rgba(236,226,212,.35);
  box-shadow:
    inset 0 0 0 18px rgba(0,0,0,.14),
    inset 0 0 0 42px rgba(236,226,212,.04);
}
.thumb.custom::after {
  content: ""; position: absolute; left: 22%; right: 22%; top: 25%; bottom: 25%;
  border-radius: 50% 50% 44% 44%;
  border: 2px solid rgba(236,226,212,.30);
}
.copy { padding: 18px 18px 22px; }
.kicker {
  color: #dcc3a3; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem;
}
.copy h4 { margin: 8px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.story-grid {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: stretch;
}
.shop-card, .text-card { overflow: hidden; }
.shop-image {
  height: 100%; min-height: 360px; position: relative;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 35%),
    linear-gradient(180deg, #2a211b, #17110e),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 3px, transparent 3px 22px);
}
.shop-image::before {
  content: "THE IRON REGENT"; position: absolute; inset: auto 0 22px 0; text-align: center;
  color: rgba(238,227,212,.18); font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .14em; font-size: 2rem; font-weight: 700;
}
.shop-image::after {
  content: ""; position: absolute; left: 14%; right: 14%; top: 18%; bottom: 30%;
  border-radius: 14px; border: 1px solid rgba(194,154,114,.25);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.02), 0 20px 40px rgba(0,0,0,.35);
}
.text-card { padding: 30px; }
.text-card h3 { margin: 0 0 16px; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.02; }
.locked-block {
  margin-top: 18px; padding: 20px; border-radius: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.03);
}
.locked-block strong {
  display: block; margin-bottom: 10px; color: var(--cream);
  font-size: 1.18rem; font-family: Georgia, "Times New Roman", serif;
}
.crest-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 18px; }
.pill {
  border: 1px solid var(--line); border-radius: 20px; padding: 18px; background: rgba(255,255,255,.03);
}
.pill strong { display: block; margin-bottom: 6px; font-family: Georgia, "Times New Roman", serif; }
.card { padding: 26px; }
.card h3 { margin: 0 0 14px; font-size: 1.8rem; }
.card h4 { margin: 0 0 10px; font-size: 1.25rem; }
.page-hero { padding: 58px 0 28px; }
.page-hero h2 {
  margin: 16px 0 10px; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: .96;
}
.final-cta {
  margin: 72px 0 34px; padding: 34px; display: flex; justify-content: space-between; align-items: center; gap: 22px;
  background: linear-gradient(180deg, rgba(194,154,114,.12), rgba(255,255,255,.03));
}
.final-cta h3 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.final-cta p { margin: 10px 0 0; color: var(--muted); line-height: 1.7; }
.contact-box { padding: 28px; }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { margin-bottom: 12px; }
.upload-steps li { margin-bottom: 10px; }
footer { padding: 0 0 44px; color: var(--muted); font-size: .9rem; }
@media (max-width: 980px) {
  .hero-grid,
  .products,
  .cards-2,
  .cards-3,
  .story-grid,
  .floating-cards {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
  }

  nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  nav a {
    margin-left: 0;
  }

  .crest-panel {
    min-height: 620px;
  }

  .section-head,
  .final-cta {
    display: block;
  }

  .section-head p,
  .final-cta > * + * {
    margin-top: 16px;
  }
}
/* ===== WoodenYou Lighting Upgrade ===== */

/* ===== WoodenYou Final Polish ===== */

body {
  background: url('/assets/wood-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* keep text readable without washing out the wood */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    rgba(18, 14, 10, 0.18),
    rgba(18, 14, 10, 0.18)
  );
  z-index: 0;
}

.site-shell,
main,
header,
.hero,
section {
  position: relative;
  z-index: 1;
}

/* crest panel */
.crest-panel {
  background: rgba(22, 18, 14, 0.42);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}



body {
  background: url('/assets/wood-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* keep text readable without washing out the wood */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    rgba(18, 14, 10, 0.05),
    rgba(18, 14, 10, 0.08)
  );
  z-index: 0;
}

.site-shell,
main,
header,
.hero,
section {
  position: relative;
  z-index: 1;
}

/* crest panel */
.crest-panel {
  background: rgba(22, 18, 14, 0.52);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}



/* optional, makes buttons and badge feel richer */
.pill,
button,
.cta,
.nav-cta {
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

/* slightly cleaner paragraph contrast */
p {
  color: #e2ddd6;
}







}/* ===== WoodenYou final image + mobile polish ===== */

/* Desktop and global crest tuning */
.crest-panel img {
  filter: brightness(1.28) contrast(1.25) saturate(1.08) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
}

/* Keep other hero images from getting overcooked */
.hero img {
  filter: none !important;
}

/* Mobile cleanup */
@media (max-width: 768px) {
  .crest-panel {
    min-height: auto !important;
    padding: 20px 20px 24px !important;
  }

  .crest-panel img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    filter: brightness(1.32) contrast(1.28) saturate(1.1) !important;
    margin-bottom: 18px;
  }

  .floating-cards {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 0 !important;
  }

  .float-card,
  .floating-cards .card,
  .crest-panel .card {
    background: rgba(24, 16, 12, 0.58) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,0.18) !important;
  }

  .float-card h4,
  .crest-panel .card h4 {
    margin-bottom: 8px;
  }

  .float-card p,
  .crest-panel .card p {
    color: rgba(238, 227, 212, 0.92) !important;
  }
}/* ===== FINAL CREST FIX ===== */
.hero img {
  filter: none !important;
}

/* ===== FINAL CREST CONTROL (DO NOT DUPLICATE) ===== */
.crest-panel img {
  filter: brightness(1.42) contrast(1.32) saturate(1.12) !important;
}/* ===== WoodenYou crest museum-light polish ===== */
.crest-panel {
  background: linear-gradient(
    180deg,
    rgba(30, 21, 16, 0.54) 0%,
    rgba(22, 16, 12, 0.62) 100%
  ) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.05) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

.crest-panel img,
.crest-panel picture img,
.crest-panel figure img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    brightness(1.22)
    contrast(1.18)
    saturate(0.96)
    sepia(0.10)
    drop-shadow(0 10px 18px rgba(0,0,0,0.18)) !important;
  box-shadow:
    0 10px 26px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.04) !important;
  border-radius: 2px;
}

.crest-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.06) 0%,
      rgba(255,255,255,0.015) 22%,
      rgba(255,255,255,0.00) 45%
    );
  opacity: 1;
}

@media (max-width: 768px) {
  .crest-panel {
    padding: 20px 20px 24px !important;
    min-height: auto !important;
  }

  .crest-panel img,
  .crest-panel picture img,
  .crest-panel figure img {
    filter:
      brightness(1.18)
      contrast(1.14)
      saturate(0.95)
      sepia(0.08) !important;
    margin-bottom: 18px !important;
  }
}/* ===== FINAL DEPTH + FOCUS POLISH ===== */

/* 1. Slight vignette inside panel to frame crest */
.crest-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0) 55%,
    rgba(0,0,0,0.22) 100%
  );
}

/* 2. Lift the crest off the panel (this is the magic) */
.crest-panel img,
.crest-panel picture img,
.crest-panel figure img {
  transform: translateY(-2px) scale(1.01);
  filter:
    brightness(1.24)
    contrast(1.20)
    saturate(0.95)
    sepia(0.08)
    drop-shadow(0 14px 28px rgba(0,0,0,0.28)) !important;
}

/* 3. Give cards a subtle separation from panel */
.floating-cards .card,
.crest-panel .card {
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  background: rgba(28, 20, 15, 0.72) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  box-shadow:
    0 10px 22px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.04) !important;
}

/* 4. Tighten text clarity slightly */
.crest-panel h4 {
  letter-spacing: 0.3px;
}/* ===== Mobile fix for crest panel ===== */
@media (max-width: 768px) {
  .crest-panel {
    display: block !important;
    min-height: auto !important;
    padding: 20px !important;
    background: rgba(22, 16, 12, 0.78) !important;
    overflow: hidden !important;
  }

  .crest-panel img,
  .crest-panel picture img,
  .crest-panel figure img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 0 18px 0 !important;
    filter: brightness(1.18) contrast(1.16) saturate(1.04) !important;
  }

  .floating-cards {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }

  .float-card,
  .floating-cards .card,
  .crest-panel .card {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    background: rgba(20, 14, 10, 0.82) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18) !important;
  }

  .float-card h4,
  .floating-cards .card h4,
  .crest-panel .card h4 {
    margin-bottom: 8px !important;
  }

  .float-card p,
  .floating-cards .card p,
  .crest-panel .card p {
    margin: 0 !important;
  }
}@media (max-width: 768px) {
  .crest-panel {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  .crest-panel img,
  .crest-panel picture,
  .crest-panel figure {
    position: static !important;
    z-index: 1 !important;
  }

  .crest-panel img,
  .crest-panel picture img,
  .crest-panel figure img {
    margin: 0 0 10px 0 !important;
  }

  .floating-cards {
    position: static !important;
    z-index: 2 !important;
  }
}@media (max-width: 768px) {
  .hero-visual,
  .hero-card,
  .crest-panel > * {
    position: relative !important;
  }
}@media (max-width: 768px) {
  .crest-panel img,
  .crest-panel picture img,
  .crest-panel figure img {
    width: 88% !important;
    max-width: 88% !important;
    margin: 0 auto 10px auto !important;
  }

  .floating-cards {
    gap: 10px !important;
  }

  .float-card,
  .floating-cards .card,
  .crest-panel .card {
    padding: 18px 16px !important;
  }
}