/*
Theme Name: WDF Modern
Theme URI: https://wolverinedefensivefirearms.com/
Author: Detection Systems & Engineering
Description: A modern, accessible information theme for Wolverine Defensive Firearms. Designed for clear transfer guidance without ecommerce or online firearm sales.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: wdf-modern
*/

:root {
  --wdf-ink: #112e4e;
  --wdf-steel: #2f2f2e;
  --wdf-steel-light: #50545a;
  --wdf-copper: #973634;
  --wdf-copper-dark: #762a28;
  --wdf-copper-soft: #f0ded8;
  --wdf-sand: #f2ece3;
  --wdf-paper: #f9f5ed;
  --wdf-white: #ffffff;
  --wdf-mist: #ded7cc;
  --wdf-muted: #646360;
  --wdf-success: #176b3a;
  --wdf-warning: #f8e9c9;
  --wdf-warning-ink: #5c3908;
  --wdf-danger: #9f231e;
  --wdf-shadow-sm: 0 1px 2px rgba(17, 46, 78, 0.08), 0 8px 24px rgba(17, 46, 78, 0.06);
  --wdf-shadow-lg: 0 24px 70px rgba(17, 46, 78, 0.14);
  --wdf-radius-sm: 0.45rem;
  --wdf-radius: 0.85rem;
  --wdf-radius-lg: 1.35rem;
  --wdf-content: 74rem;
  --wdf-reading: 48rem;
  --wdf-focus: 0 0 0 3px rgba(151, 54, 52, 0.32);
  --wdf-font-heading: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", Arial, sans-serif;
  --wdf-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--wdf-paper);
  color: var(--wdf-ink);
  font-family: var(--wdf-font-body);
  font-size: 1rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: var(--wdf-copper-dark);
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--wdf-copper);
}

:focus-visible {
  border-radius: 0.2rem;
  outline: 2px solid var(--wdf-copper);
  outline-offset: 3px;
}

::selection {
  background: var(--wdf-copper-soft);
  color: var(--wdf-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wdf-ink);
  font-family: var(--wdf-font-heading);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 0.65em;
}

h1 {
  font-size: clamp(2.75rem, 7vw, 5.7rem);
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.65rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

p,
ul,
ol,
dl,
blockquote {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--wdf-white);
  box-shadow: var(--wdf-shadow-lg);
  clip: auto !important;
  clip-path: none;
  color: var(--wdf-ink);
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  left: 1rem;
  padding: 0.75rem 1rem;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.wdf-container {
  margin-inline: auto;
  max-width: var(--wdf-content);
  padding-inline: clamp(1rem, 4vw, 2rem);
  width: 100%;
}

.wdf-reading-width {
  max-width: var(--wdf-reading);
}

.wdf-section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.wdf-section--compact {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.wdf-section--sand {
  background: var(--wdf-sand);
}

.wdf-section--ink {
  background: var(--wdf-ink);
  color: rgba(255, 255, 255, 0.82);
}

.wdf-section--ink h2,
.wdf-section--ink h3,
.wdf-section--ink a {
  color: var(--wdf-white);
}

.wdf-eyebrow {
  align-items: center;
  color: var(--wdf-copper-dark);
  display: flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.7rem;
  letter-spacing: 0.13em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.wdf-eyebrow::before {
  background: var(--wdf-copper);
  content: "";
  height: 0.16rem;
  width: 2.2rem;
}

.wdf-section--ink .wdf-eyebrow {
  color: #e4aaa5;
}

.wdf-section-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.wdf-section-heading > div:first-child {
  max-width: 48rem;
}

.wdf-section-heading p {
  color: var(--wdf-muted);
  font-size: 1.08rem;
  max-width: 35rem;
}

.wdf-section--ink .wdf-section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.wdf-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.wdf-button,
.wp-element-button,
button,
input[type="button"],
input[type="submit"] {
  align-items: center;
  background: var(--wdf-copper);
  border: 2px solid var(--wdf-copper);
  border-radius: 999px;
  color: var(--wdf-white);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.93rem;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 3rem;
  padding: 0.72rem 1.25rem;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wdf-button:hover,
.wp-element-button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: var(--wdf-copper-dark);
  border-color: var(--wdf-copper-dark);
  color: var(--wdf-white);
  transform: translateY(-1px);
}

.wdf-button--secondary {
  background: transparent;
  border-color: var(--wdf-steel);
  color: var(--wdf-ink);
}

.wdf-button--secondary:hover {
  background: var(--wdf-steel);
  border-color: var(--wdf-steel);
  color: var(--wdf-white);
}

.wdf-button--light {
  background: var(--wdf-white);
  border-color: var(--wdf-white);
  color: var(--wdf-ink);
}

.wdf-button--light:hover {
  background: var(--wdf-sand);
  border-color: var(--wdf-sand);
  color: var(--wdf-ink);
}

.wdf-text-link {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 0.45rem;
}

.wdf-text-link::after {
  content: "\2192";
  transition: transform 160ms ease;
}

.wdf-text-link:hover::after {
  transform: translateX(0.2rem);
}

/* Header */
.wdf-scam-bar {
  background: var(--wdf-warning);
  border-bottom: 1px solid #ddc28e;
  color: var(--wdf-warning-ink);
  font-size: 0.875rem;
  line-height: 1.45;
}

.wdf-scam-bar__inner {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  min-height: 2.7rem;
  padding-block: 0.45rem;
  text-align: center;
}

.wdf-scam-bar__mark {
  align-items: center;
  background: var(--wdf-warning-ink);
  border-radius: 50%;
  color: var(--wdf-white);
  display: inline-flex;
  flex: 0 0 1.4rem;
  font-size: 0.8rem;
  font-weight: 900;
  height: 1.4rem;
  justify-content: center;
}

.wdf-scam-bar a {
  color: inherit;
  font-weight: 800;
}

.site-header {
  background: rgba(248, 242, 233, 0.98);
  border-bottom: 1px solid rgba(47, 47, 46, 0.13);
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header__inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 6.5rem;
}

.wdf-brand {
  align-items: center;
  color: var(--wdf-ink);
  display: inline-flex;
  flex: 0 1 16.5rem;
  min-width: 0;
  text-decoration: none;
  width: min(16.5rem, 100%);
}

.wdf-brand:hover {
  color: var(--wdf-ink);
}

.wdf-brand__image {
  display: block;
  height: auto;
  width: 100%;
}

.site-header__nav {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-left: auto;
}

.primary-menu,
.footer-menu {
  display: flex;
  gap: clamp(0.75rem, 1.5vw, 1.3rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  color: var(--wdf-steel);
  display: inline-flex;
  font-size: 0.87rem;
  font-weight: 750;
  padding-block: 0.8rem;
  position: relative;
  text-decoration: none;
}

.primary-menu a::after {
  background: var(--wdf-copper);
  bottom: 0.42rem;
  content: "";
  height: 0.12rem;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 100%;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
  transform: scaleX(1);
}

.wdf-mobile-nav {
  display: none;
  margin-left: auto;
  position: relative;
}

.wdf-mobile-nav summary {
  align-items: center;
  border: 2px solid var(--wdf-steel);
  border-radius: 999px;
  color: var(--wdf-ink);
  cursor: pointer;
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.55rem;
  list-style: none;
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  text-transform: uppercase;
}

.wdf-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.wdf-mobile-nav__lines,
.wdf-mobile-nav__lines::before,
.wdf-mobile-nav__lines::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  transition: transform 160ms ease;
  width: 1rem;
}

.wdf-mobile-nav__lines {
  position: relative;
}

.wdf-mobile-nav__lines::before {
  left: 0;
  position: absolute;
  top: -0.32rem;
}

.wdf-mobile-nav__lines::after {
  left: 0;
  position: absolute;
  top: 0.32rem;
}

.wdf-mobile-nav[open] .wdf-mobile-nav__lines {
  background: transparent;
}

.wdf-mobile-nav[open] .wdf-mobile-nav__lines::before {
  top: 0;
  transform: rotate(45deg);
}

.wdf-mobile-nav[open] .wdf-mobile-nav__lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.wdf-mobile-nav__panel {
  background: var(--wdf-paper);
  border: 1px solid var(--wdf-mist);
  border-radius: var(--wdf-radius);
  box-shadow: var(--wdf-shadow-lg);
  min-width: min(21rem, calc(100vw - 2rem));
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
}

.wdf-mobile-nav .primary-menu {
  display: grid;
  gap: 0;
}

.wdf-mobile-nav .primary-menu a {
  border-radius: 0.5rem;
  display: block;
  font-size: 1rem;
  padding: 0.8rem;
}

.wdf-mobile-nav .primary-menu a:hover {
  background: var(--wdf-sand);
}

.wdf-mobile-nav .primary-menu a::after {
  display: none;
}

.wdf-mobile-nav .wdf-button {
  margin-top: 0.6rem;
  width: 100%;
}

/* Homepage */
.wdf-hero {
  background:
    linear-gradient(120deg, rgba(17, 46, 78, 0.98), rgba(30, 54, 76, 0.95)),
    repeating-linear-gradient(135deg, transparent 0, transparent 22px, rgba(255, 255, 255, 0.035) 23px, rgba(255, 255, 255, 0.035) 24px);
  color: var(--wdf-white);
  overflow: hidden;
  padding-block: clamp(4.5rem, 11vw, 9rem);
  position: relative;
}

.wdf-hero::before {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  height: 36rem;
  position: absolute;
  right: -18rem;
  top: -16rem;
  width: 36rem;
}

.wdf-hero::after {
  background: var(--wdf-copper);
  bottom: 0;
  content: "";
  height: 0.4rem;
  left: 0;
  position: absolute;
  width: min(38rem, 65vw);
}

.wdf-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 7vw, 6rem);
  grid-template-columns: minmax(0, 1.22fr) minmax(18rem, 0.78fr);
  position: relative;
  z-index: 1;
}

.wdf-hero .wdf-eyebrow {
  color: #e4aaa5;
}

.wdf-hero h1 {
  color: var(--wdf-white);
  max-width: 13ch;
}

.wdf-hero__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  max-width: 42rem;
}

.wdf-hero .wdf-actions {
  margin-top: 2rem;
}

.wdf-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.4rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.wdf-hero__meta li {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.5rem;
}

.wdf-hero__meta li::before {
  background: #70c590;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(112, 197, 144, 0.13);
  content: "";
  height: 0.42rem;
  width: 0.42rem;
}

.wdf-transfer-board {
  background: var(--wdf-paper);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--wdf-radius-lg);
  box-shadow: var(--wdf-shadow-lg);
  color: var(--wdf-ink);
  overflow: hidden;
}

.wdf-transfer-board__header {
  align-items: center;
  background: var(--wdf-copper);
  color: var(--wdf-white);
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.wdf-transfer-board__header strong {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdf-transfer-board__status {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.55rem;
}

.wdf-transfer-board ol {
  counter-reset: transfer-board;
  list-style: none;
  margin: 0;
  padding: 0.65rem 1.25rem 1.2rem;
}

.wdf-transfer-board li {
  align-items: start;
  border-bottom: 1px solid var(--wdf-mist);
  counter-increment: transfer-board;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 2rem 1fr;
  padding-block: 1rem;
}

.wdf-transfer-board li:last-child {
  border-bottom: 0;
}

.wdf-transfer-board li::before {
  align-items: center;
  background: var(--wdf-sand);
  border-radius: 50%;
  color: var(--wdf-copper-dark);
  content: counter(transfer-board);
  display: flex;
  font-size: 0.8rem;
  font-weight: 900;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.wdf-transfer-board li strong,
.wdf-transfer-board li span {
  display: block;
}

.wdf-transfer-board li strong {
  font-size: 0.93rem;
}

.wdf-transfer-board li span {
  color: var(--wdf-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  margin-top: 0.2rem;
}

.wdf-trust-strip {
  background: var(--wdf-white);
  border-bottom: 1px solid var(--wdf-mist);
}

.wdf-trust-strip dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.wdf-trust-strip dl > div {
  border-right: 1px solid var(--wdf-mist);
  padding: 1.4rem clamp(1rem, 3vw, 2rem);
}

.wdf-trust-strip dl > div:first-child {
  padding-left: 0;
}

.wdf-trust-strip dl > div:last-child {
  border-right: 0;
}

.wdf-trust-strip dt {
  color: var(--wdf-muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wdf-trust-strip dd {
  font-family: var(--wdf-font-heading);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0.25rem 0 0;
}

.wdf-card-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wdf-card {
  background: var(--wdf-white);
  border: 1px solid var(--wdf-mist);
  border-radius: var(--wdf-radius);
  box-shadow: var(--wdf-shadow-sm);
  padding: clamp(1.35rem, 3vw, 2rem);
}

.wdf-card__number {
  align-items: center;
  background: var(--wdf-copper-soft);
  border-radius: 50%;
  color: var(--wdf-copper-dark);
  display: inline-flex;
  font-family: var(--wdf-font-heading);
  font-size: 1rem;
  font-weight: 900;
  height: 2.5rem;
  justify-content: center;
  margin-bottom: 1.3rem;
  width: 2.5rem;
}

.wdf-card p {
  color: var(--wdf-muted);
}

.wdf-price-panel {
  align-items: stretch;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
}

.wdf-price-feature {
  background: var(--wdf-copper);
  border-radius: var(--wdf-radius-lg);
  color: var(--wdf-white);
  padding: clamp(2rem, 5vw, 3.5rem);
}

.wdf-price-feature h2,
.wdf-price-feature h3 {
  color: var(--wdf-white);
}

.wdf-price-feature__amount {
  align-items: baseline;
  display: flex;
  gap: 0.65rem;
  margin-block: 1.8rem;
}

.wdf-price-feature__amount strong {
  font-family: var(--wdf-font-heading);
  font-size: clamp(4rem, 9vw, 6.8rem);
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.wdf-price-feature__amount span {
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.3;
  max-width: 7rem;
  text-transform: uppercase;
}

.wdf-price-feature p {
  color: rgba(255, 255, 255, 0.8);
}

.wdf-price-list {
  background: var(--wdf-white);
  border: 1px solid var(--wdf-mist);
  border-radius: var(--wdf-radius-lg);
  list-style: none;
  margin: 0;
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.wdf-price-list li {
  align-items: center;
  border-bottom: 1px solid var(--wdf-mist);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 1rem;
}

.wdf-price-list li:first-child {
  padding-top: 0;
}

.wdf-price-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.wdf-price-list strong {
  font-family: var(--wdf-font-heading);
  font-size: 1.25rem;
  text-align: right;
}

.wdf-assurance-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.wdf-assurance-list {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wdf-assurance-list li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--wdf-radius-sm);
  padding: 1.1rem 1.2rem 1.1rem 3.3rem;
  position: relative;
}

.wdf-assurance-list li::before {
  align-items: center;
  background: var(--wdf-copper);
  border-radius: 50%;
  color: var(--wdf-white);
  content: "\2713";
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.35rem;
  justify-content: center;
  left: 1.2rem;
  position: absolute;
  top: 1.25rem;
  width: 1.35rem;
}

.wdf-alert-panel {
  background: var(--wdf-warning);
  border-left: 0.4rem solid #c17a16;
  border-radius: var(--wdf-radius);
  color: var(--wdf-warning-ink);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: auto 1fr;
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

.wdf-alert-panel__mark {
  align-items: center;
  background: var(--wdf-warning-ink);
  border-radius: 50%;
  color: var(--wdf-white);
  display: flex;
  font-family: var(--wdf-font-heading);
  font-size: 1.5rem;
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.wdf-alert-panel h2,
.wdf-alert-panel h3 {
  color: inherit;
}

.wdf-location-card {
  background: var(--wdf-white);
  border: 1px solid var(--wdf-mist);
  border-radius: var(--wdf-radius-lg);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
  overflow: hidden;
}

.wdf-location-card__content {
  padding: clamp(2rem, 6vw, 4rem);
}

.wdf-location-card__wayfinding {
  align-items: center;
  background:
    linear-gradient(rgba(17, 46, 78, 0.9), rgba(17, 46, 78, 0.9)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 255, 255, 0.08) 19px 20px);
  color: var(--wdf-white);
  display: flex;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4rem);
  text-align: center;
}

.wdf-location-card__wayfinding strong {
  display: block;
  font-family: var(--wdf-font-heading);
  font-size: clamp(3rem, 8vw, 6rem);
  letter-spacing: 0.08em;
  line-height: 1;
}

.wdf-location-card__wayfinding span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0.8rem;
  text-transform: uppercase;
}

/* Interior pages */
.wdf-page-hero {
  background: var(--wdf-ink);
  color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
  position: relative;
}

.wdf-page-hero::after {
  border: 4rem solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
  content: "";
  height: 26rem;
  position: absolute;
  right: -7rem;
  top: -10rem;
  width: 26rem;
}

.wdf-page-hero h1 {
  color: var(--wdf-white);
  font-size: clamp(2.7rem, 6vw, 5rem);
  max-width: 15ch;
}

.wdf-page-hero p {
  font-size: 1.15rem;
  max-width: 43rem;
}

.wdf-page-content {
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.entry-content {
  margin-inline: auto;
  max-width: var(--wdf-reading);
}

.front-page-editor-content.entry-content {
  max-width: none;
}

.entry-content > * + * {
  margin-top: 1.35rem;
}

.entry-content > h2,
.entry-content > h3 {
  margin-top: 2.5rem;
}

.entry-content .alignwide {
  margin-left: 50%;
  max-width: var(--wdf-content);
  transform: translateX(-50%);
  width: calc(100vw - 2rem);
}

.entry-content .alignfull {
  margin-left: 50%;
  max-width: none;
  transform: translateX(-50%);
  width: 100vw;
}

.entry-content blockquote {
  border-left: 0.3rem solid var(--wdf-copper);
  color: var(--wdf-steel);
  font-size: 1.15rem;
  margin-inline: 0;
  padding-left: 1.5rem;
}

.entry-content table,
.wdf-policy-table {
  border-collapse: collapse;
  margin-block: 1.5rem;
  width: 100%;
}

.entry-content th,
.entry-content td,
.wdf-policy-table th,
.wdf-policy-table td {
  border-bottom: 1px solid var(--wdf-mist);
  padding: 0.8rem;
  text-align: left;
  vertical-align: top;
}

.entry-content th,
.wdf-policy-table th {
  background: var(--wdf-sand);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wdf-intro {
  color: var(--wdf-steel);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  max-width: 48rem;
}

.wdf-callout {
  background: var(--wdf-sand);
  border: 1px solid #ddd5c7;
  border-radius: var(--wdf-radius);
  margin-block: 2rem;
  padding: clamp(1.3rem, 4vw, 2rem);
}

.wdf-callout--safe {
  background: #e8f4ed;
  border-color: #b7d9c5;
}

.wdf-callout--warning {
  background: var(--wdf-warning);
  border-color: #ddc28e;
}

.wdf-callout h2,
.wdf-callout h3 {
  font-size: 1.45rem;
}

.wdf-checklist {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}

.wdf-checklist li {
  border-bottom: 1px solid var(--wdf-mist);
  padding: 0.75rem 0 0.75rem 2rem;
  position: relative;
}

.wdf-checklist li::before {
  color: var(--wdf-success);
  content: "\2713";
  font-weight: 900;
  left: 0.3rem;
  position: absolute;
}

.wdf-process-list {
  counter-reset: wdf-process;
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

.wdf-process-list li {
  background: var(--wdf-white);
  border: 1px solid var(--wdf-mist);
  border-radius: var(--wdf-radius);
  box-shadow: var(--wdf-shadow-sm);
  counter-increment: wdf-process;
  display: grid;
  gap: 1rem;
  grid-template-columns: 3rem 1fr;
  padding: clamp(1.25rem, 4vw, 1.8rem);
}

.wdf-process-list li::before {
  align-items: center;
  background: var(--wdf-copper);
  border-radius: 50%;
  color: var(--wdf-white);
  content: counter(wdf-process);
  display: flex;
  font-family: var(--wdf-font-heading);
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.wdf-process-list h2,
.wdf-process-list h3 {
  font-size: 1.4rem;
  margin-bottom: 0.35rem;
}

.wdf-process-list p {
  color: var(--wdf-muted);
}

.wdf-fee-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block: 2rem;
}

.wdf-fee-card {
  background: var(--wdf-white);
  border: 1px solid var(--wdf-mist);
  border-radius: var(--wdf-radius);
  box-shadow: var(--wdf-shadow-sm);
  padding: clamp(1.3rem, 4vw, 2rem);
}

.wdf-fee-card__price {
  color: var(--wdf-copper-dark);
  display: block;
  font-family: var(--wdf-font-heading);
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.8rem;
}

.wdf-fee-card p {
  color: var(--wdf-muted);
}

.wdf-faq-list {
  border-top: 1px solid var(--wdf-mist);
  margin-block: 2rem;
}

.wdf-faq-list details {
  border-bottom: 1px solid var(--wdf-mist);
}

.wdf-faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: var(--wdf-font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  padding-block: 1.25rem;
}

.wdf-faq-list summary::-webkit-details-marker {
  display: none;
}

.wdf-faq-list summary::after {
  align-items: center;
  border: 1px solid var(--wdf-mist);
  border-radius: 50%;
  content: "+";
  display: flex;
  flex: 0 0 2rem;
  font-family: var(--wdf-font-body);
  font-weight: 500;
  height: 2rem;
  justify-content: center;
  transition: transform 160ms ease;
  width: 2rem;
}

.wdf-faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.wdf-faq-list details > div {
  color: var(--wdf-muted);
  max-width: 43rem;
  padding: 0 3rem 1.35rem 0;
}

.wdf-contact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block: 2rem;
}

.wdf-contact-card {
  background: var(--wdf-white);
  border: 1px solid var(--wdf-mist);
  border-radius: var(--wdf-radius);
  padding: clamp(1.3rem, 4vw, 2rem);
}

.wdf-contact-card__label {
  color: var(--wdf-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.wdf-contact-card address {
  font-style: normal;
}

.wdf-mail-brief {
  background: var(--wdf-ink);
  border-radius: var(--wdf-radius-lg);
  color: rgba(255, 255, 255, 0.78);
  margin-block: 2rem;
  padding: clamp(1.6rem, 5vw, 3rem);
}

.wdf-mail-brief h2,
.wdf-mail-brief h3 {
  color: var(--wdf-white);
}

.wdf-mail-brief ul {
  columns: 2;
  gap: 2rem;
  margin-block: 1.5rem;
  padding-left: 1.2rem;
}

.wdf-mail-brief li {
  break-inside: avoid;
  margin-bottom: 0.55rem;
}

.wdf-cta-band {
  align-items: center;
  background: var(--wdf-copper);
  border-radius: var(--wdf-radius-lg);
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: clamp(3rem, 7vw, 5rem);
  padding: clamp(1.7rem, 5vw, 3rem);
}

.wdf-cta-band h2,
.wdf-cta-band h3 {
  color: var(--wdf-white);
  margin-bottom: 0.3rem;
}

.wdf-legal-meta {
  border-bottom: 1px solid var(--wdf-mist);
  color: var(--wdf-muted);
  font-size: 0.85rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

/* Posts and utility pages */
.wdf-post-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wdf-post-card {
  background: var(--wdf-white);
  border: 1px solid var(--wdf-mist);
  border-radius: var(--wdf-radius);
  padding: 1.5rem;
}

.wdf-post-card h2 {
  font-size: 1.6rem;
}

.wdf-post-card h2 a {
  color: var(--wdf-ink);
  text-decoration: none;
}

.navigation.pagination {
  margin-top: 2.5rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.page-numbers {
  align-items: center;
  border: 1px solid var(--wdf-mist);
  border-radius: 0.35rem;
  display: flex;
  min-height: 2.6rem;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--wdf-ink);
  color: var(--wdf-white);
}

/* Footer */
.site-footer {
  background: #0b2036;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer__main {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(18rem, 1.25fr) repeat(2, minmax(10rem, 0.75fr));
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.site-footer .wdf-brand {
  background: #f8f2e9;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.65rem;
  overflow: hidden;
  width: min(19rem, 100%);
}

.site-footer__intro {
  max-width: 32rem;
}

.site-footer h2 {
  color: var(--wdf-white);
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer .footer-menu {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}

.site-footer address {
  font-style: normal;
}

.site-footer__notice {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--wdf-radius-sm);
  font-size: 0.82rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  padding-block: 1.2rem;
}

.site-footer__bottom-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.site-footer__bottom p {
  margin: 0;
}

@media (max-width: 68rem) {
  .site-header__nav .primary-menu,
  .site-header__nav > .wdf-button {
    display: none;
  }

  .wdf-mobile-nav {
    display: block;
  }

  .wdf-hero__grid,
  .wdf-assurance-grid {
    grid-template-columns: 1fr;
  }

  .wdf-hero__copy {
    max-width: 48rem;
  }

  .wdf-transfer-board {
    max-width: 40rem;
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__main > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 50rem) {
  .wdf-section-heading,
  .wdf-cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .wdf-card-grid,
  .wdf-price-panel,
  .wdf-location-card,
  .wdf-fee-grid,
  .wdf-contact-grid,
  .wdf-post-grid {
    grid-template-columns: 1fr;
  }

  .wdf-trust-strip dl {
    grid-template-columns: 1fr;
  }

  .wdf-trust-strip dl > div,
  .wdf-trust-strip dl > div:first-child {
    border-bottom: 1px solid var(--wdf-mist);
    border-right: 0;
    padding-inline: 0;
  }

  .wdf-trust-strip dl > div:last-child {
    border-bottom: 0;
  }

  .wdf-mail-brief ul {
    columns: 1;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 36rem) {
  .site-header__inner {
    gap: 0.7rem;
    min-height: 5rem;
  }

  .wdf-brand {
    flex-basis: 11.5rem;
    width: min(11.5rem, 100%);
  }

  .wdf-scam-bar__inner {
    align-items: flex-start;
    text-align: left;
  }

  .wdf-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wdf-hero h1 {
    font-size: clamp(2.65rem, 15vw, 4.1rem);
  }

  .wdf-actions,
  .wdf-actions .wdf-button {
    width: 100%;
  }

  .wdf-alert-panel {
    grid-template-columns: 1fr;
  }

  .wdf-process-list li {
    grid-template-columns: 2.5rem 1fr;
  }

  .wdf-process-list li::before {
    height: 2.5rem;
    width: 2.5rem;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .site-footer__main > div:first-child {
    grid-column: auto;
  }

  .site-footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .wdf-scam-bar,
  .site-header,
  .site-footer,
  .wdf-actions,
  .wdf-cta-band {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
  }

  a {
    color: #000;
  }

  .wdf-page-hero {
    background: #fff;
    color: #000;
    padding-block: 1rem;
  }

  .wdf-page-hero h1 {
    color: #000;
  }
}
