:root {
  --woodova-ink: #182019;
  --woodova-muted: #69736b;
  --woodova-forest: #143d2a;
  --woodova-forest-2: #1e583c;
  --woodova-moss: #88a46c;
  --woodova-cream: #f6f0e5;
  --woodova-sand: #e8dcc7;
  --woodova-walnut: #6f4023;
  --woodova-oak: #c89453;
  --woodova-rust: #a95c31;
  --woodova-white: #fff;
  --woodova-border: rgba(24, 32, 25, .12);
  --woodova-shadow: 0 24px 70px rgba(28, 39, 30, .12);
  --woodova-radius-sm: 12px;
  --woodova-radius: 22px;
  --woodova-radius-lg: 34px;
  --woodova-container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--woodova-ink);
  background: #fbfaf7;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.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; width: 1px; word-wrap: normal!important;
}
.screen-reader-text:focus { background: #fff; clip: auto!important; clip-path: none; color: #111; display: block; height: auto; left: 10px; padding: 12px 18px; top: 10px; width: auto; z-index: 99999; }
.woodova-container { width: min(calc(100% - 40px), var(--woodova-container)); margin-inline: auto; }
.woodova-narrow-container { max-width: 920px; }
.site-shell { overflow: clip; }

/* Topbar and navigation */
.woodova-topbar { background: var(--woodova-forest); color: rgba(255,255,255,.84); font-size: 13px; }
.woodova-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.woodova-topbar p { margin: 0; letter-spacing: .02em; }
.woodova-topbar-links { display: flex; align-items: center; gap: 22px; }
.woodova-topbar-links a { display: inline-flex; align-items: center; gap: 7px; }
.woodova-topbar-links a:hover { color: #fff; }
.woodova-topbar-links svg { width: 15px; height: 15px; }
.site-header { background: rgba(251,250,247,.92); border-bottom: 1px solid var(--woodova-border); position: relative; z-index: 90; backdrop-filter: blur(14px); }
.site-header.is-sticky { position: fixed; inset: 0 0 auto; box-shadow: 0 8px 30px rgba(20,61,42,.09); animation: woodovaSlideDown .25s ease; }
@keyframes woodovaSlideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.woodova-header-inner { min-height: 86px; display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(150px, 1fr); align-items: center; gap: 26px; }
.site-branding { min-width: 0; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 58px; width: auto; }
.woodova-wordmark { display: inline-flex; align-items: center; gap: 12px; }
.woodova-logo-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--woodova-forest-2), var(--woodova-forest)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.woodova-logo-mark svg { width: 23px; height: 23px; }
.woodova-wordmark > span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.woodova-wordmark strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; letter-spacing: -.03em; }
.woodova-wordmark small { margin-top: 5px; color: var(--woodova-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.woodova-navigation ul { list-style: none; display: flex; align-items: center; gap: 7px; padding: 0; margin: 0; }
.woodova-navigation li { position: relative; }
.woodova-navigation a { display: block; padding: 11px 13px; color: #334038; font-size: 14px; font-weight: 650; border-radius: 10px; }
.woodova-navigation a:hover, .woodova-navigation .current-menu-item > a { color: var(--woodova-forest); background: rgba(20,61,42,.07); }
.woodova-navigation .sub-menu { position: absolute; left: 0; top: calc(100% + 10px); width: 220px; display: block; opacity: 0; visibility: hidden; transform: translateY(8px); padding: 10px; background: #fff; border: 1px solid var(--woodova-border); border-radius: 14px; box-shadow: var(--woodova-shadow); transition: .2s ease; }
.woodova-navigation li:hover > .sub-menu, .woodova-navigation li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.woodova-header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.woodova-icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--woodova-border); border-radius: 13px; background: #fff; color: var(--woodova-ink); position: relative; }
button.woodova-icon-button { padding: 0; }
.woodova-icon-button:hover { color: #fff; background: var(--woodova-forest); border-color: var(--woodova-forest); transform: translateY(-1px); }
.woodova-cart-count { min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; position: absolute; top: -6px; right: -6px; color: #fff; background: var(--woodova-rust); border: 2px solid #fff; border-radius: 20px; font-size: 9px; font-weight: 800; }
.woodova-menu-toggle { display: none; border: 0; padding: 8px; background: none; }
.woodova-menu-toggle span { width: 24px; height: 2px; display: block; margin: 4px 0; background: currentColor; transition: .2s ease; }
.woodova-menu-toggle em { font-size: 0; }
.woodova-search-panel { position: absolute; inset: 100% 0 auto; padding: 18px 0; background: #fff; border-top: 1px solid var(--woodova-border); box-shadow: 0 22px 35px rgba(25,35,27,.12); }
.woodova-search-panel[hidden] { display: none; }
.woodova-search-form { display: flex; gap: 10px; }
.woodova-search-form label { flex: 1; }
.woodova-search-form input { width: 100%; min-height: 50px; padding: 0 17px; border: 1px solid var(--woodova-border); border-radius: 13px; background: #fbfaf7; }
.woodova-search-form button { padding: 0 25px; border: 0; border-radius: 13px; color: #fff; background: var(--woodova-forest); font-weight: 750; }

/* Reusable UI */
.woodova-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--woodova-rust); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.woodova-eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.woodova-button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 800; }
.woodova-button svg { width: 18px; }
.woodova-button:hover { transform: translateY(-2px); }
.woodova-button-primary { color: #fff; background: var(--woodova-forest); box-shadow: 0 12px 28px rgba(20,61,42,.22); }
.woodova-button-primary:hover { background: var(--woodova-forest-2); }
.woodova-button-ghost { color: var(--woodova-forest); border-color: rgba(20,61,42,.25); background: rgba(255,255,255,.68); }
.woodova-button-ghost:hover { background: #fff; border-color: var(--woodova-forest); }
.woodova-button-dark { color: #fff; background: var(--woodova-ink); }
.woodova-button-light { color: var(--woodova-forest); background: #fff; }
.woodova-text-link, .woodova-card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--woodova-forest); font-size: 14px; font-weight: 800; }
.woodova-text-link svg, .woodova-card-link svg { width: 17px; transition: transform .2s ease; }
.woodova-text-link:hover svg, .woodova-card-link:hover svg { transform: translateX(4px); }
.woodova-section { padding: 105px 0; }
.woodova-section-heading { margin-bottom: 42px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.woodova-section-heading h2 { max-width: 750px; margin: 10px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.woodova-section-heading-centered { justify-content: center; text-align: center; }
.woodova-section-heading-centered .woodova-eyebrow { justify-content: center; }

/* Hero */
.woodova-hero { min-height: 690px; display: grid; align-items: center; position: relative; background: linear-gradient(118deg, #f7f0e4 0%, #f2eadb 55%, #e7dcc9 100%); overflow: hidden; }
.woodova-hero::before { content: ""; position: absolute; width: 680px; height: 680px; right: -180px; top: -230px; border: 1px solid rgba(111,64,35,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(111,64,35,.035), 0 0 0 140px rgba(111,64,35,.025); }
.woodova-hero-noise { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: url("../images/wood-grain.svg"); background-size: 900px auto; mix-blend-mode: multiply; }
.woodova-hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(40px, 6vw, 88px); padding-top: 56px; padding-bottom: 56px; position: relative; z-index: 1; }
.woodova-hero-copy h1 { max-width: 700px; margin: 13px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 6.2vw, 82px); line-height: .99; letter-spacing: -.055em; }
.woodova-hero-copy > p { max-width: 640px; margin: 0 0 30px; color: #59645b; font-size: 18px; line-height: 1.75; }
.woodova-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.woodova-trust-row { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 580px; padding-top: 24px; border-top: 1px solid rgba(24,32,25,.13); }
.woodova-trust-row > div { padding-right: 22px; }
.woodova-trust-row > div + div { padding-left: 22px; border-left: 1px solid rgba(24,32,25,.12); }
.woodova-trust-row strong, .woodova-trust-row span { display: block; }
.woodova-trust-row strong { font-family: Georgia, serif; font-size: 24px; }
.woodova-trust-row span { margin-top: 2px; color: var(--woodova-muted); font-size: 12px; }
.woodova-hero-visual { min-width: 0; }
.woodova-hero-image-wrap { position: relative; border-radius: 42% 42% 24px 24px; background: var(--woodova-forest); box-shadow: 0 30px 80px rgba(45,52,40,.18); }
.woodova-hero-image-wrap > img { width: 100%; aspect-ratio: .93; object-fit: cover; border-radius: inherit; }
.woodova-floating-card { min-width: 220px; padding: 14px 17px; display: flex; align-items: center; gap: 12px; position: absolute; border: 1px solid rgba(255,255,255,.78); border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: 0 16px 45px rgba(24,32,25,.16); backdrop-filter: blur(12px); }
.woodova-floating-card > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--woodova-forest); border-radius: 12px; }
.woodova-floating-card strong, .woodova-floating-card small { display: block; }
.woodova-floating-card strong { font-size: 13px; }
.woodova-floating-card small { color: var(--woodova-muted); font-size: 10px; }
.woodova-floating-card-top { top: 20%; left: -45px; }
.woodova-floating-card-bottom { right: -35px; bottom: 10%; }

/* Service strip */
.woodova-service-strip { color: #fff; background: var(--woodova-forest); }
.woodova-service-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.woodova-service-grid > div { display: flex; align-items: center; gap: 14px; padding: 20px 28px; }
.woodova-service-grid > div + div { border-left: 1px solid rgba(255,255,255,.13); }
.woodova-service-grid > div > span { color: #cab58d; }
.woodova-service-grid svg { width: 27px; height: 27px; }
.woodova-service-grid strong, .woodova-service-grid small { display: block; }
.woodova-service-grid strong { font-size: 14px; }
.woodova-service-grid small { color: rgba(255,255,255,.58); font-size: 11px; }

/* Species */
.woodova-species-section { background: #fbfaf7; }
.woodova-species-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.woodova-species-card { min-height: 260px; padding: 35px; display: grid; grid-template-columns: 70px 1fr; align-items: end; position: relative; overflow: hidden; border: 1px solid var(--woodova-border); border-radius: var(--woodova-radius); background: #eee3d2; }
.woodova-species-card::before { content: ""; position: absolute; inset: 0; opacity: .18; background: url("../images/wood-grain.svg") center/700px auto; }
.woodova-species-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -50px; top: -70px; border-radius: 50%; border: 34px solid rgba(255,255,255,.12); }
.woodova-species-card > * { position: relative; z-index: 1; }
.woodova-species-card:hover { transform: translateY(-4px); box-shadow: var(--woodova-shadow); }
.woodova-species-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 32px; letter-spacing: -.035em; }
.woodova-species-card p { max-width: 420px; margin: 0 0 20px; color: rgba(24,32,25,.7); font-size: 14px; }
.woodova-species-number { align-self: start; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.woodova-species-mahogany { color: #fff; background: linear-gradient(145deg, #714229, #9d5c35); }
.woodova-species-mahogany p, .woodova-species-mahogany .woodova-card-link { color: rgba(255,255,255,.76); }
.woodova-species-teak { background: linear-gradient(145deg, #d2aa6f, #b97f3f); }
.woodova-species-gamari { color: #fff; background: linear-gradient(145deg, #2f5d40, #173e2b); }
.woodova-species-gamari p, .woodova-species-gamari .woodova-card-link { color: rgba(255,255,255,.73); }
.woodova-species-koroi { background: linear-gradient(145deg, #ead6b5, #c8a171); }

/* Calculator */
.woodova-calculator-section { color: #fff; position: relative; background: #153b29; }
.woodova-calculator-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background: url("../images/wood-grain.svg") center/900px auto; }
.woodova-calculator-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.woodova-calculator-copy h2 { margin: 12px 0 22px; font-family: Georgia, serif; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.woodova-calculator-copy > p { color: rgba(255,255,255,.67); font-size: 17px; }
.woodova-check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 11px; }
.woodova-check-list li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.86); }
.woodova-check-list svg { color: #c9af7f; }
.woodova-calculator-embed { min-width: 0; }
.woodova-plugin-notice { padding: 38px; color: var(--woodova-ink); background: #fff; border-radius: var(--woodova-radius); }

/* Products / WooCommerce */
.woodova-products-section { background: #f0eadf; }
.woocommerce ul.products { display: grid!important; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px!important; margin: 0!important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none!important; }
.woocommerce ul.products li.product { width: auto!important; margin: 0!important; padding: 0 0 24px!important; overflow: hidden; border: 1px solid var(--woodova-border); border-radius: 19px; background: #fff; box-shadow: 0 8px 24px rgba(28,39,30,.04); transition: transform .25s ease, box-shadow .25s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(28,39,30,.11); }
.woocommerce ul.products li.product a img { aspect-ratio: 1.22; margin: 0 0 22px!important; object-fit: cover; background: #eae3d6; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 22px!important; margin: 0!important; color: var(--woodova-ink); font-family: Georgia, serif; font-size: 22px!important; line-height: 1.2; }
.woocommerce ul.products li.product .price { padding: 0 22px; margin: 10px 0 17px!important; color: var(--woodova-forest)!important; font-size: 16px!important; font-weight: 800!important; }
.woocommerce ul.products li.product .button { margin: 0 22px!important; padding: 12px 17px!important; color: #fff!important; background: var(--woodova-forest)!important; border-radius: 10px!important; font-size: 13px!important; }
.woocommerce span.onsale { min-width: 48px!important; min-height: 48px!important; line-height: 48px!important; left: 13px!important; top: 13px!important; margin: 0!important; background: var(--woodova-rust)!important; }
.woodova-shop-main, .woodova-content-main { min-height: 60vh; padding: 72px 0 105px; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 26px!important; color: var(--woodova-muted)!important; font-size: 13px!important; }
.woocommerce .woocommerce-products-header__title, .woocommerce div.product .product_title { font-family: Georgia, serif; font-size: clamp(36px,4vw,58px); line-height: 1.1; letter-spacing: -.04em; }
.woocommerce div.product div.images img { border-radius: var(--woodova-radius); }
.woocommerce div.product div.summary { padding-left: clamp(0px,3vw,48px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--woodova-forest)!important; font-weight: 800; }
.woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 46px; padding: 9px 12px; border: 1px solid var(--woodova-border); border-radius: 10px; background: #fff; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt { color: #fff!important; background: var(--woodova-forest)!important; border-radius: 11px!important; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--woodova-forest)!important; background: #f2f5f2!important; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--woodova-forest)!important; }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--woodova-border)!important; border-radius: 14px!important; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 12px; margin: 0; border: 1px solid var(--woodova-border); border-radius: 15px; background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 10px 13px; border-radius: 9px; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a, .woocommerce-account .woocommerce-MyAccount-navigation a:hover { color: #fff; background: var(--woodova-forest); }

/* Process */
.woodova-process-section { background: #fbfaf7; }
.woodova-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.woodova-process-card { min-height: 230px; padding: 28px; position: relative; border: 1px solid var(--woodova-border); border-radius: 18px; background: #fff; }
.woodova-process-card::after { content: ""; position: absolute; left: 28px; right: 28px; bottom: 0; height: 3px; background: linear-gradient(90deg,var(--woodova-oak),transparent); }
.woodova-process-card > span { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--woodova-forest); border-radius: 14px; font-size: 12px; font-weight: 800; }
.woodova-process-card h3 { margin: 24px 0 10px; font-family: Georgia, serif; font-size: 23px; }
.woodova-process-card p { margin: 0; color: var(--woodova-muted); font-size: 14px; }

/* Quality */
.woodova-quality-section { background: #efe4d2; }
.woodova-quality-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.woodova-quality-image { position: relative; }
.woodova-quality-image::before { content: ""; position: absolute; width: 75%; height: 84%; left: -7%; bottom: -7%; border: 1px solid rgba(111,64,35,.25); border-radius: 25px; }
.woodova-quality-image img { position: relative; border-radius: 25px; box-shadow: var(--woodova-shadow); }
.woodova-quality-copy h2 { margin: 12px 0 22px; font-family: Georgia, serif; font-size: clamp(38px,4.6vw,60px); line-height: 1.08; letter-spacing: -.045em; }
.woodova-quality-copy > p { color: #5d675f; font-size: 17px; }
.woodova-quality-facts { margin: 34px 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.woodova-quality-facts > div { padding: 17px; border: 1px solid rgba(111,64,35,.16); border-radius: 13px; background: rgba(255,255,255,.35); }
.woodova-quality-facts strong, .woodova-quality-facts span { display: block; }
.woodova-quality-facts strong { font-family: Georgia, serif; font-size: 22px; }
.woodova-quality-facts span { color: var(--woodova-muted); font-size: 11px; }

/* Content */
.woodova-page-header { margin-bottom: 45px; padding-bottom: 28px; border-bottom: 1px solid var(--woodova-border); }
.woodova-page-header h1 { margin: 11px 0 0; font-family: Georgia, serif; font-size: clamp(40px,5.5vw,70px); line-height: 1.05; letter-spacing: -.05em; }
.woodova-entry-content { font-size: 17px; }
.woodova-entry-content h2, .woodova-entry-content h3 { font-family: Georgia, serif; line-height: 1.2; }
.woodova-entry-content a { color: var(--woodova-forest-2); text-decoration: underline; text-underline-offset: 3px; }
.woodova-single-image { margin-bottom: 40px; }
.woodova-single-image img { border-radius: var(--woodova-radius); }
.woodova-post-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.woodova-post-card { overflow: hidden; border: 1px solid var(--woodova-border); border-radius: 18px; background: #fff; }
.woodova-post-image img { width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.woodova-post-content { padding: 25px; }
.woodova-post-content > span { color: var(--woodova-rust); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.woodova-post-content h2 { margin: 10px 0; font-family: Georgia, serif; font-size: 27px; line-height: 1.2; }
.woodova-empty-state { padding: 90px 20px; text-align: center; }
.woodova-empty-state > span { color: var(--woodova-rust); font-family: Georgia, serif; font-size: 90px; }
.woodova-empty-state h1 { margin: 0; font-family: Georgia, serif; font-size: 46px; }

/* Footer */
.woodova-footer-cta { color: #fff; background: var(--woodova-walnut); position: relative; overflow: hidden; }
.woodova-footer-cta::after { content: ""; position: absolute; inset: 0; opacity: .15; background: url("../images/wood-grain.svg") center/800px; }
.woodova-footer-cta-inner { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 35px; position: relative; z-index: 1; }
.woodova-footer-cta .woodova-eyebrow { color: #ead5b0; }
.woodova-footer-cta h2 { max-width: 850px; margin: 12px 0 0; font-family: Georgia, serif; font-size: clamp(32px,4.2vw,54px); line-height: 1.08; letter-spacing: -.04em; }
.woodova-footer-main { padding: 75px 0 22px; color: rgba(255,255,255,.7); background: #101c15; }
.woodova-footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .9fr 1fr; gap: 50px; }
.woodova-wordmark-light strong { color: #fff; }
.woodova-wordmark-light small { color: rgba(255,255,255,.5); }
.woodova-footer-brand p { max-width: 360px; }
.site-footer h3 { margin: 0 0 20px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a:hover { color: #fff; }
.woodova-footer-contact a { display: block; margin-top: 8px; }
.woodova-footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.woodova-whatsapp { width: 56px; height: 56px; display: grid; place-items: center; position: fixed; right: 24px; bottom: 24px; z-index: 100; color: #fff; background: #25d366; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 15px 36px rgba(0,0,0,.2); font-size: 13px; font-weight: 900; }

/* Forms and blocks */
.wp-block-button__link { border-radius: 12px; }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(200,148,83,.4); outline-offset: 2px; }

/* Responsive */
@media (max-width: 1100px) {
  .woodova-header-inner { grid-template-columns: 1fr auto auto; }
  .woodova-menu-toggle { display: block; justify-self: end; }
  .woodova-navigation { position: fixed; inset: 124px 18px auto; max-height: calc(100vh - 150px); overflow: auto; opacity: 0; visibility: hidden; transform: translateY(-10px); padding: 14px; border: 1px solid var(--woodova-border); border-radius: 18px; background: #fff; box-shadow: var(--woodova-shadow); transition: .2s ease; }
  .admin-bar .woodova-navigation { inset-block-start: 156px; }
  .menu-open .woodova-navigation { opacity: 1; visibility: visible; transform: none; }
  .woodova-navigation ul { align-items: stretch; flex-direction: column; }
  .woodova-navigation a { padding: 13px; }
  .woodova-navigation .sub-menu { position: static; width: auto; opacity: 1; visibility: visible; transform: none; display: block; padding: 3px 0 3px 16px; border: 0; box-shadow: none; }
  .woodova-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .woodova-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .woodova-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .woodova-hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .woodova-service-grid { grid-template-columns: repeat(2, 1fr); }
  .woodova-service-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .woodova-service-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .woodova-process-grid { grid-template-columns: repeat(2, 1fr); }
  .woodova-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .woodova-footer-brand { grid-column: span 3; }
}

@media (max-width: 820px) {
  .woodova-container { width: min(calc(100% - 28px), var(--woodova-container)); }
  .woodova-topbar-inner { justify-content: center; text-align: center; }
  .woodova-topbar-links { display: none; }
  .woodova-header-inner { min-height: 76px; gap: 10px; }
  .woodova-header-actions .woodova-search-toggle, .woodova-header-actions > a:first-of-type { display: none; }
  .woodova-navigation { inset-block-start: 114px; }
  .admin-bar .woodova-navigation { inset-block-start: 160px; }
  .woodova-wordmark strong { font-size: 18px; }
  .woodova-logo-mark { width: 39px; height: 39px; }
  .woodova-hero, .woodova-hero-grid { min-height: auto; }
  .woodova-hero-grid { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 70px; }
  .woodova-hero-copy h1 { font-size: clamp(44px,12vw,68px); }
  .woodova-hero-visual { max-width: 620px; margin: 0 auto; }
  .woodova-floating-card-top { left: 12px; }
  .woodova-floating-card-bottom { right: 12px; }
  .woodova-section { padding: 75px 0; }
  .woodova-section-heading { align-items: flex-start; flex-direction: column; }
  .woodova-species-grid, .woodova-calculator-layout, .woodova-quality-grid { grid-template-columns: 1fr; }
  .woodova-calculator-layout, .woodova-quality-grid { gap: 45px; }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .woodova-quality-image { order: 2; }
  .woodova-footer-cta-inner { padding: 55px 0; align-items: flex-start; flex-direction: column; }
  .woodova-footer-grid { grid-template-columns: 1fr 1fr; }
  .woodova-footer-brand { grid-column: span 2; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .woodova-wordmark small { display: none; }
  .woodova-header-actions { gap: 4px; }
  .woodova-icon-button { width: 39px; height: 39px; }
  .woodova-menu-toggle { padding: 4px; }
  .woodova-hero-copy > p { font-size: 16px; }
  .woodova-hero-actions .woodova-button { width: 100%; }
  .woodova-trust-row { gap: 12px; }
  .woodova-trust-row > div { padding: 0; }
  .woodova-trust-row > div + div { padding-left: 12px; }
  .woodova-trust-row strong { font-size: 18px; }
  .woodova-hero-image-wrap { border-radius: 35% 35% 18px 18px; }
  .woodova-floating-card { min-width: 0; padding: 10px; }
  .woodova-floating-card > span { width: 34px; height: 34px; }
  .woodova-floating-card strong { font-size: 11px; }
  .woodova-floating-card small { display: none; }
  .woodova-service-grid { grid-template-columns: 1fr; }
  .woodova-service-grid > div { min-height: 80px; padding: 16px 10px; border-left: 0!important; border-top: 1px solid rgba(255,255,255,.13); }
  .woodova-service-grid > div:first-child { border-top: 0; }
  .woodova-species-grid, .woodova-process-grid, .woocommerce ul.products, .woodova-post-grid { grid-template-columns: 1fr; }
  .woodova-species-card { min-height: 245px; padding: 26px; grid-template-columns: 45px 1fr; }
  .woodova-quality-facts { grid-template-columns: 1fr; }
  .woodova-footer-grid { grid-template-columns: 1fr; }
  .woodova-footer-brand { grid-column: auto; }
  .woodova-footer-bottom { flex-direction: column; }
  .woodova-footer-bottom p { margin: 0; }
}
