/*
Theme Name: Wyoming Woodturner
Theme URI: https://wyomingwoodturner.com
Description: 와이오밍 우드터너 — 서울의 한 사람 목선반 공방 사이트용 GeneratePress 차일드 테마. 호두·벚·물푸레 우드톤 + 번트오렌지 액센트 슬랩세리프 매거진 디자인.
Author: 와이오밍 우드터너
Template: generatepress
Version: 1.9.0
Text Domain: wyomingwoodturner
*/

:root {
  --wt-walnut: #5c3d2e;
  --wt-bark: #3a261b;
  --wt-pitch: #221610;
  --wt-shaving: #c8772e;
  --wt-ember: #a85d1f;
  --wt-flame: #e08a3a;
  --wt-cream: #f4efe6;
  --wt-paper: #fbf8f2;
  --wt-oak: #b08856;
  --wt-sand: #d9c8aa;
  --wt-ink: #2b211a;
  --wt-muted: #6f6052;
  --wt-line: #e4d9c7;
  --wt-line-dark: rgba(244, 239, 230, 0.14);
  --wt-max: 1240px;
  --wt-display: "Zilla Slab", "Noto Serif KR", Georgia, "Apple SD Gothic Neo", serif;
  --wt-body: "Pretendard", "Source Sans 3", -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  --wt-r: 4px;
  --wt-r-lg: 10px;
  --wt-r-pill: 999px;
  --wt-shadow: 0 1px 2px rgba(58, 38, 27, 0.08), 0 8px 24px rgba(58, 38, 27, 0.06);
  --wt-shadow-lg: 0 12px 40px rgba(58, 38, 27, 0.14);
  --wt-shadow-deep: 0 20px 60px rgba(34, 22, 16, 0.4);
}

body {
  background-color: var(--wt-paper);
  color: var(--wt-ink);
  font-family: var(--wt-body);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(ellipse at top, rgba(200, 119, 46, 0.04), transparent 50%),
    radial-gradient(ellipse at bottom, rgba(176, 136, 86, 0.05), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.site,
.site-content,
.wt_topbar,
.site-header,
.site-footer,
.wt_cta_strip,
.wt_footer {
  position: relative;
  z-index: 1;
}

.grid-container {
  max-width: var(--wt-max);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wt-display);
  color: var(--wt-bark);
  line-height: 1.18;
  letter-spacing: -0.01em;
  font-weight: 600;
}

h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: clamp(1.22rem, 2vw, 1.55rem); }
h4 { font-size: 1.15rem; }

a {
  color: var(--wt-ember);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.16s ease;
}

a:hover,
a:focus {
  color: var(--wt-shaving);
}

p { margin-bottom: 1.3em; }

.wt_topbar {
  background-color: var(--wt-bark);
  color: var(--wt-cream);
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--wt-pitch);
}

.wt_topbar_inner {
  max-width: var(--wt-max);
  margin: 0 auto;
  padding: 9px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.wt_topbar_left {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(244, 239, 230, 0.86);
}

.wt_topbar_meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wt_topbar_meta svg {
  color: var(--wt-shaving);
}

.wt_topbar_right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wt_topbar_tag {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wt-shaving);
  padding: 4px 10px;
  border: 1px solid rgba(200, 119, 46, 0.45);
  border-radius: var(--wt-r-pill);
}

.wt_topbar_social {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.wt_topbar_social a {
  color: var(--wt-cream);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.wt_topbar_social a:hover {
  background-color: var(--wt-shaving);
  color: var(--wt-paper);
}

.wt_naver_link {
  font-family: var(--wt-body);
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0;
  width: 30px;
  height: 30px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #03c75a;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
}

.wt_naver_link:hover {
  background-color: #029f4a;
  color: #fff !important;
  transform: translateY(-1px);
}

.wt_social_row .wt_naver_link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  font-size: 0.92rem;
}

html[lang^="ko"] .wt_hero_kicker,
html[lang^="ko"] .wt_cta_eyebrow {
  letter-spacing: 0.1em;
}

html[lang^="ko"] .wt_topbar_tag,
html[lang^="ko"] .wt_brand_tag {
  letter-spacing: 0.08em;
}

html[lang^="ko"] .wt_post_meta {
  letter-spacing: 0.06em;
}

html[lang^="ko"] .wt_footer_col h4,
html[lang^="ko"] .widget-area .widget-title,
html[lang^="ko"] .wt_sidebar_card_title {
  letter-spacing: 0.08em;
  text-transform: none;
}

html[lang^="ko"] .wt_brand_tag,
html[lang^="ko"] .wt_topbar_tag {
  text-transform: none;
}

html[lang^="ko"] .wt_breadcrumb {
  letter-spacing: 0;
}

html[lang^="ko"] body {
  word-break: keep-all;
  line-height: 1.75;
}

html[lang^="ko"] h1,
html[lang^="ko"] h2,
html[lang^="ko"] h3,
html[lang^="ko"] h4,
html[lang^="ko"] h5,
html[lang^="ko"] h6 {
  word-break: keep-all;
  letter-spacing: -0.02em;
}

.site-header {
  background-color: var(--wt-cream);
  border-bottom: 2px solid var(--wt-walnut);
  position: relative;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background: linear-gradient(180deg, var(--wt-walnut) 50%, transparent 50%);
  background-size: 8px 4px;
  opacity: 0.25;
  pointer-events: none;
}

.inside-header {
  padding-top: 24px;
  padding-bottom: 24px;
  align-items: center;
}

.site-branding,
.site-logo,
.main-title,
.site-description {
  display: none;
}

.wt_brand {
  display: flex;
  align-items: center;
}

.wt_brand a {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--wt-bark);
}

.wt_brand svg {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  transition: transform 0.4s ease;
}

.wt_brand a:hover svg {
  transform: rotate(15deg);
}

.wt_brand_text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.wt_brand_name {
  font-family: var(--wt-display);
  font-weight: 700;
  font-size: 1.46rem;
  color: var(--wt-bark);
  letter-spacing: -0.01em;
}

.wt_brand_tag {
  font-family: var(--wt-body);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wt-shaving);
  font-weight: 600;
  margin-top: 2px;
}

.main-navigation {
  background-color: transparent;
}

.main-navigation .main-nav ul li a {
  font-family: var(--wt-body);
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  color: var(--wt-walnut);
  text-transform: none;
  position: relative;
}

.main-navigation .main-nav ul li a::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  height: 2px;
  background-color: var(--wt-shaving);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item a {
  color: var(--wt-shaving);
}

.main-navigation .main-nav ul li a:hover::after,
.main-navigation .main-nav ul li.current-menu-item a::after {
  transform: scaleX(1);
}

.main-navigation .menu-toggle {
  color: var(--wt-walnut);
  font-family: var(--wt-body);
  font-weight: 600;
}

.wt_hero {
  background:
    linear-gradient(180deg, rgba(58, 38, 27, 0.0) 0%, rgba(58, 38, 27, 0.05) 100%),
    var(--wt-cream);
  border-bottom: 1px solid var(--wt-line);
  padding: clamp(56px, 9vw, 110px) 20px;
  position: relative;
  overflow: hidden;
}

.wt_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(176, 136, 86, 0.1), transparent 28%),
    radial-gradient(circle at 95% 88%, rgba(200, 119, 46, 0.08), transparent 30%);
  pointer-events: none;
}

.wt_hero_inner {
  max-width: var(--wt-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.wt_hero_kicker {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wt-shaving);
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wt_hero_kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background-color: var(--wt-shaving);
}

.wt_hero h1 {
  margin: 0 0 18px;
}

.wt_hero_lede {
  font-size: 1.2rem;
  color: var(--wt-muted);
  max-width: 46ch;
  margin-bottom: 28px;
}

.wt_hero_ring {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wt_hero_ring::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle, rgba(200, 119, 46, 0.08), transparent 65%);
  border-radius: 50%;
}

.wt_hero_ring svg {
  width: 100%;
  max-width: 380px;
  height: auto;
  position: relative;
}

.wt_btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--wt-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding: 14px 28px;
  border-radius: var(--wt-r);
  background-color: var(--wt-walnut);
  color: var(--wt-paper);
  border: 2px solid var(--wt-walnut);
  text-decoration: none;
  transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.wt_btn:hover {
  background-color: var(--wt-bark);
  border-color: var(--wt-bark);
  color: var(--wt-paper);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(58, 38, 27, 0.22);
}

.wt_btn.is_ghost {
  background-color: transparent;
  color: var(--wt-walnut);
}

.wt_btn.is_ghost:hover {
  background-color: var(--wt-walnut);
  color: var(--wt-paper);
}

.wt_btn.is_ember {
  background-color: var(--wt-shaving);
  border-color: var(--wt-shaving);
}

.wt_btn.is_ember:hover {
  background-color: var(--wt-ember);
  border-color: var(--wt-ember);
}

.wt_hero.is_compact {
  padding: clamp(40px, 6vw, 72px) 20px;
}

.wt_hero.is_compact .wt_hero_inner {
  grid-template-columns: 1.5fr 0.5fr;
  gap: clamp(24px, 4vw, 48px);
}

.wt_hero.is_compact h1 {
  font-size: clamp(1.75rem, 3.6vw, 2.7rem);
  margin-bottom: 14px;
}

.wt_hero.is_compact .wt_hero_lede {
  font-size: 1.08rem;
  margin-bottom: 22px;
}

.wt_hero.is_compact .wt_hero_ring svg {
  max-width: 220px;
}

.wt_post_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.wt_post_grid.is_two {
  grid-template-columns: 1fr 1fr;
}

.wt_post_card {
  background-color: var(--wt-paper);
  border: 1px solid var(--wt-line);
  border-radius: var(--wt-r-lg);
  overflow: hidden;
  box-shadow: var(--wt-shadow);
  transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
  position: relative;
}

.wt_post_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  right: 36px;
  height: 2px;
  background-color: var(--wt-shaving);
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 3;
}

.wt_post_card:hover {
  box-shadow: var(--wt-shadow-lg);
  transform: translateY(-3px);
  border-color: var(--wt-sand);
}

.wt_post_card:hover::before {
  opacity: 1;
}

.wt_post_card_link {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  color: inherit;
  text-decoration: none;
  min-height: 260px;
}

.wt_post_card_link:hover,
.wt_post_card_link:focus {
  color: inherit;
  text-decoration: none;
}

.wt_post_thumb {
  overflow: hidden;
  background-color: var(--wt-cream);
  position: relative;
  min-height: 260px;
}

.wt_post_thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.wt_post_card:hover .wt_post_thumb img {
  transform: scale(1.045);
}

.wt_post_thumb.is_fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(244, 239, 230, 0.18), transparent 55%),
    linear-gradient(135deg, var(--wt-oak), var(--wt-walnut));
  overflow: hidden;
}

.wt_post_thumb.is_fallback::before {
  content: "";
  position: absolute;
  inset: -10%;
  background-image:
    radial-gradient(circle at center, transparent 22%, rgba(244, 239, 230, 0.06) 22.5%, transparent 24%),
    radial-gradient(circle at center, transparent 32%, rgba(244, 239, 230, 0.05) 32.5%, transparent 34%),
    radial-gradient(circle at center, transparent 42%, rgba(244, 239, 230, 0.04) 42.5%, transparent 44%);
  background-size: 100% 100%;
}

.wt_post_thumb.is_fallback.is_v2 {
  background:
    radial-gradient(ellipse at 70% 70%, rgba(244, 239, 230, 0.16), transparent 55%),
    linear-gradient(135deg, var(--wt-shaving), var(--wt-ember));
}

.wt_post_thumb.is_fallback.is_v3 {
  background:
    radial-gradient(ellipse at 50% 30%, rgba(244, 239, 230, 0.22), transparent 55%),
    linear-gradient(160deg, var(--wt-sand), var(--wt-oak));
}

.wt_post_thumb.is_fallback.is_v4 {
  background:
    radial-gradient(ellipse at 20% 80%, rgba(200, 119, 46, 0.2), transparent 60%),
    linear-gradient(135deg, var(--wt-bark), var(--wt-pitch));
}

.wt_post_thumb.is_fallback svg {
  width: 88px;
  height: 88px;
  color: rgba(244, 239, 230, 0.82);
  position: relative;
  z-index: 1;
}

.wt_post_thumb.is_fallback.is_v3 svg {
  color: var(--wt-bark);
}

.wt_post_card_body {
  padding: 32px 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wt_post_meta {
  font-size: 0.78rem;
  color: var(--wt-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 600;
}

.wt_post_meta .wt_post_cat {
  color: var(--wt-shaving);
}

.wt_post_title {
  font-family: var(--wt-display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  color: var(--wt-bark);
  margin: 0 0 14px;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.wt_post_excerpt {
  color: var(--wt-muted);
  font-size: 1.02rem;
  margin: 0 0 18px;
  line-height: 1.65;
}

.wt_post_more {
  color: var(--wt-shaving);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease, color 0.2s ease;
}

.wt_post_card:hover .wt_post_more {
  color: var(--wt-ember);
  gap: 10px;
}

.wt_more_row {
  text-align: center;
  margin-top: 44px;
}

.wt_empty_state {
  text-align: center;
  padding: 40px 20px;
  color: var(--wt-muted);
  font-size: 1.02rem;
}

.wt_page_header {
  background-color: var(--wt-cream);
  border-bottom: 1px solid var(--wt-line);
  padding: clamp(36px, 5.5vw, 56px) 20px clamp(28px, 4vw, 44px);
  position: relative;
}

.wt_page_header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 90% 30%, rgba(200, 119, 46, 0.06), transparent 32%);
  pointer-events: none;
}

.wt_page_header_inner {
  max-width: var(--wt-max);
  margin: 0 auto;
  position: relative;
}

.wt_page_header h1 {
  margin: 6px 0 14px;
}

.wt_breadcrumb {
  font-size: 0.84rem;
  color: var(--wt-muted);
  letter-spacing: 0.04em;
}

.wt_breadcrumb a {
  color: var(--wt-walnut);
  text-decoration: none;
}

.wt_breadcrumb a:hover {
  color: var(--wt-shaving);
}

.wt_breadcrumb_sep {
  margin: 0 8px;
  color: var(--wt-oak);
}

.wt_section {
  padding: clamp(48px, 7vw, 88px) 0;
  position: relative;
}

.wt_section.is_cream {
  background-color: var(--wt-cream);
  border-top: 1px solid var(--wt-line);
  border-bottom: 1px solid var(--wt-line);
}

.wt_section.is_grain {
  background-color: var(--wt-paper);
}

.wt_section.is_grain::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(180deg, transparent 0 40px, rgba(92, 61, 46, 0.025) 40px 41px);
  pointer-events: none;
}

.wt_section_head {
  max-width: 62ch;
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
  position: relative;
}

.wt_section_head .wt_hero_kicker {
  margin-bottom: 10px;
  justify-content: center;
}

.wt_section_head .wt_hero_kicker::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: var(--wt-shaving);
}

.wt_divider {
  color: var(--wt-oak);
  max-width: 520px;
  margin: 24px auto 0;
  opacity: 0.85;
}

.wt_divider svg {
  width: 100%;
  height: 18px;
  display: block;
}

.wt_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.wt_grid.is_two {
  grid-template-columns: 1fr 1fr;
}

.wt_card {
  background-color: var(--wt-paper);
  border: 1px solid var(--wt-line);
  border-radius: var(--wt-r-lg);
  padding: 30px 28px;
  box-shadow: var(--wt-shadow);
  transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
  position: relative;
}

.wt_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 2px;
  background-color: var(--wt-shaving);
  border-radius: 0 0 var(--wt-r) var(--wt-r);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.wt_card:hover {
  box-shadow: var(--wt-shadow-lg);
  transform: translateY(-4px);
  border-color: var(--wt-sand);
}

.wt_card:hover::before {
  opacity: 1;
}

.wt_card_icon {
  width: 44px;
  height: 44px;
  color: var(--wt-shaving);
  margin-bottom: 16px;
}

.wt_card h3 {
  margin: 0 0 10px;
}

.wt_card p {
  color: var(--wt-muted);
  margin: 0;
  font-size: 1rem;
}

.entry-content {
  font-size: 1.08rem;
}

.entry-content > p:first-of-type::first-letter,
.wt_dropcap::first-letter {
  font-family: var(--wt-display);
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 0.92;
  float: left;
  padding: 6px 12px 0 0;
  color: var(--wt-walnut);
}

.entry-content img,
.wp-block-image img {
  border-radius: var(--wt-r-lg);
}

blockquote {
  border-left: 4px solid var(--wt-shaving);
  background-color: var(--wt-cream);
  margin: 1.8em 0;
  padding: 22px 26px 22px 28px;
  border-radius: 0 var(--wt-r) var(--wt-r) 0;
  font-family: var(--wt-display);
  font-size: 1.28rem;
  color: var(--wt-bark);
  position: relative;
  box-shadow: 0 1px 0 var(--wt-line);
}

blockquote::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 16px;
  bottom: 16px;
  width: 4px;
  background: linear-gradient(180deg, var(--wt-shaving), var(--wt-ember));
}

.widget-area {
  font-size: 0.98rem;
}

.widget-area .widget-title,
.wt_sidebar_card_title {
  font-family: var(--wt-display);
  color: var(--wt-bark);
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin: 0 0 14px;
  position: relative;
}

.widget-area .widget-title::after,
.wt_sidebar_card_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background-color: var(--wt-shaving);
}

.wt_sidebar_stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.wt_sidebar_card {
  background-color: var(--wt-paper);
  border: 1px solid var(--wt-line);
  border-radius: var(--wt-r-lg);
  padding: 22px 22px;
  box-shadow: var(--wt-shadow);
  position: relative;
}

.wt_sidebar_card.is_dark {
  background-color: var(--wt-bark);
  color: var(--wt-cream);
  border-color: var(--wt-bark);
}

.wt_sidebar_card.is_dark .wt_sidebar_card_title {
  color: var(--wt-paper);
}

.wt_sidebar_card.is_dark p {
  color: rgba(244, 239, 230, 0.82);
}

.wt_sidebar_card p {
  font-size: 0.95rem;
  color: var(--wt-muted);
  margin: 0 0 12px;
}

.wt_sidebar_card p:last-child {
  margin-bottom: 0;
}

.wt_sidebar_card .wt_btn {
  font-size: 0.86rem;
  padding: 10px 18px;
}

.wt_sidebar_about_brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.wt_sidebar_about_brand svg {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.wt_sidebar_about_brand strong {
  font-family: var(--wt-display);
  font-size: 1.05rem;
  color: var(--wt-bark);
}

.wt_next_date {
  font-family: var(--wt-display);
  font-size: 1.45rem;
  color: var(--wt-shaving);
  font-weight: 700;
  margin: 4px 0 8px;
  letter-spacing: -0.01em;
}

.wt_next_meta {
  font-size: 0.86rem;
  color: var(--wt-muted);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wt_next_meta svg {
  width: 14px;
  height: 14px;
  color: var(--wt-oak);
}

.wt_work_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}

.wt_work_tile {
  aspect-ratio: 1;
  border-radius: var(--wt-r);
  background:
    linear-gradient(135deg, var(--wt-oak), var(--wt-walnut));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(244, 239, 230, 0.5);
  font-family: var(--wt-display);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wt_work_tile:nth-child(2) {
  background: linear-gradient(135deg, var(--wt-shaving), var(--wt-ember));
}

.wt_work_tile:nth-child(3) {
  background: linear-gradient(135deg, var(--wt-sand), var(--wt-oak));
  color: var(--wt-bark);
}

.wt_work_tile:nth-child(4) {
  background: linear-gradient(135deg, var(--wt-bark), var(--wt-pitch));
}

.wt_hours_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wt_hours_list li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px dashed var(--wt-line);
  font-size: 0.93rem;
}

.wt_hours_list li:last-child {
  border-bottom: 0;
}

.wt_hours_list .day {
  color: var(--wt-walnut);
  font-weight: 600;
}

.wt_hours_list .hours {
  color: var(--wt-muted);
}

.wt_newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
}

.wt_newsletter_input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--wt-line);
  background-color: var(--wt-paper);
  border-radius: var(--wt-r);
  font-family: var(--wt-body);
  font-size: 0.95rem;
  color: var(--wt-ink);
}

.is_dark .wt_newsletter_input {
  background-color: rgba(244, 239, 230, 0.08);
  border-color: rgba(244, 239, 230, 0.18);
  color: var(--wt-paper);
}

.is_dark .wt_newsletter_input::placeholder {
  color: rgba(244, 239, 230, 0.5);
}

.wt_newsletter_input:focus {
  outline: 0;
  border-color: var(--wt-shaving);
  box-shadow: 0 0 0 3px rgba(200, 119, 46, 0.2);
}

.wt_cta_strip {
  background-color: var(--wt-walnut);
  color: var(--wt-paper);
  position: relative;
  overflow: hidden;
}

.wt_cta_strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 50%, rgba(200, 119, 46, 0.32), transparent 40%),
    radial-gradient(circle at 88% 50%, rgba(176, 136, 86, 0.22), transparent 42%);
  pointer-events: none;
}

.wt_cta_strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(135deg, transparent 0 20px, rgba(244, 239, 230, 0.018) 20px 21px);
  pointer-events: none;
}

.wt_cta_inner {
  max-width: var(--wt-max);
  margin: 0 auto;
  padding: clamp(36px, 5vw, 56px) 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.wt_cta_eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wt-flame);
  font-weight: 700;
  margin-bottom: 10px;
}

.wt_cta_title {
  font-family: var(--wt-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--wt-paper);
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.18;
}

.wt_cta_sub {
  color: rgba(244, 239, 230, 0.78);
  margin: 0;
  font-size: 1.02rem;
  max-width: 56ch;
}

.wt_cta_actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wt_cta_actions .wt_btn {
  background-color: var(--wt-shaving);
  border-color: var(--wt-shaving);
  color: var(--wt-paper);
}

.wt_cta_actions .wt_btn:hover {
  background-color: var(--wt-paper);
  border-color: var(--wt-paper);
  color: var(--wt-walnut);
}

.wt_cta_actions .wt_btn.is_ghost {
  background-color: transparent;
  border-color: rgba(244, 239, 230, 0.4);
  color: var(--wt-paper);
}

.wt_cta_actions .wt_btn.is_ghost:hover {
  background-color: var(--wt-paper);
  color: var(--wt-walnut);
  border-color: var(--wt-paper);
}

.wt_footer {
  background-color: var(--wt-bark);
  color: var(--wt-cream);
  padding: clamp(56px, 7vw, 84px) 20px clamp(36px, 4vw, 52px);
  position: relative;
  overflow: hidden;
}

.wt_footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 80% 10%, rgba(176, 136, 86, 0.1), transparent 45%),
    radial-gradient(ellipse at 10% 90%, rgba(200, 119, 46, 0.06), transparent 40%);
  pointer-events: none;
}

.wt_footer_inner {
  max-width: var(--wt-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 44px;
  position: relative;
  z-index: 1;
}

.wt_footer_col h4 {
  color: var(--wt-paper);
  font-family: var(--wt-display);
  font-size: 0.96rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--wt-line-dark);
  position: relative;
}

.wt_footer_col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 32px;
  height: 2px;
  background-color: var(--wt-shaving);
}

.wt_footer_col p,
.wt_footer_col li {
  font-size: 0.94rem;
  color: rgba(244, 239, 230, 0.78);
  line-height: 1.65;
}

.wt_footer_brand_block {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.wt_footer_brand_block svg.wt_brand_logo {
  width: 48px;
  height: 48px;
}

.wt_footer_brand_block strong {
  font-family: var(--wt-display);
  font-size: 1.2rem;
  color: var(--wt-paper);
  letter-spacing: -0.01em;
}

.wt_footer_blurb {
  margin-bottom: 18px;
  max-width: 38ch;
}

.wt_social_row {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.wt_social_row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(244, 239, 230, 0.22);
  border-radius: 50%;
  color: var(--wt-cream);
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.wt_social_row a:hover {
  background-color: var(--wt-shaving);
  border-color: var(--wt-shaving);
  color: var(--wt-paper);
  transform: translateY(-2px);
}

.wt_footer_visit_row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.wt_footer_visit_row svg {
  color: var(--wt-shaving);
  flex: 0 0 auto;
  margin-top: 3px;
  width: 16px;
  height: 16px;
}

.wt_footer_links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wt_footer_links li {
  padding: 5px 0;
}

.wt_footer_links a {
  color: rgba(244, 239, 230, 0.82);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.16s ease, border-color 0.16s ease;
}

.wt_footer_links a:hover {
  color: var(--wt-flame);
  border-bottom-color: var(--wt-shaving);
}

.wt_footer_seal {
  position: absolute;
  right: 24px;
  top: 24px;
  color: rgba(244, 239, 230, 0.22);
  pointer-events: none;
  animation: wt_seal_spin 80s linear infinite;
}

@keyframes wt_seal_spin {
  to { transform: rotate(360deg); }
}

.site-footer {
  background-color: var(--wt-pitch);
  color: rgba(244, 239, 230, 0.6);
  border-top: 1px solid var(--wt-line-dark);
}

.site-info {
  background-color: var(--wt-pitch);
  color: rgba(244, 239, 230, 0.62);
  font-size: 0.84rem;
  padding-top: 18px;
  padding-bottom: 18px;
  letter-spacing: 0.02em;
}

.inside-site-info {
  max-width: var(--wt-max);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.site-info a {
  color: var(--wt-oak);
}

.site-info a:hover {
  color: var(--wt-flame);
}

.wt_footer_legal {
  display: inline-flex;
  gap: 16px;
}

.wt_footer_legal a {
  color: rgba(244, 239, 230, 0.62);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.wt_footer_legal a:hover {
  color: var(--wt-flame);
  border-bottom-color: var(--wt-shaving);
}

.entry-meta,
.entry-meta a {
  color: var(--wt-muted);
  font-size: 0.9rem;
}

.post-image img {
  border-radius: var(--wt-r-lg);
  box-shadow: var(--wt-shadow);
}

.pagination .page-numbers,
.nav-links .page-numbers {
  border-radius: var(--wt-r);
  background-color: var(--wt-cream);
  color: var(--wt-walnut);
  border: 1px solid var(--wt-line);
}

.pagination .page-numbers.current,
.nav-links .page-numbers.current {
  background-color: var(--wt-walnut);
  color: var(--wt-paper);
  border-color: var(--wt-walnut);
}

@media (max-width: 1024px) {
  .wt_footer_inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .wt_cta_inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .wt_cta_actions {
    justify-content: center;
  }
}

@media (max-width: 880px) {
  .wt_topbar_inner {
    justify-content: center;
    text-align: center;
  }
  .wt_topbar_left {
    justify-content: center;
  }
  .wt_hero_inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .wt_hero_kicker,
  .wt_section_head .wt_hero_kicker {
    justify-content: center;
  }
  .wt_hero_lede {
    margin-left: auto;
    margin-right: auto;
  }
  .wt_hero_ring {
    order: -1;
    margin: 0 auto;
    max-width: 240px;
  }
  .wt_grid,
  .wt_grid.is_two,
  .wt_post_grid,
  .wt_post_grid.is_two {
    grid-template-columns: 1fr;
  }
  .wt_post_card_link {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .wt_post_thumb {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .wt_post_card_body {
    padding: 24px 24px 26px;
  }
  .wt_footer_inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .wt_footer_seal {
    display: none;
  }
  .inside-site-info {
    justify-content: center;
    text-align: center;
  }
}