/*
Theme Name: Carpathian Origins
Theme URI: https://carpathianorigins.com
Author: Carpathian Origins
Description: Custom premium B2B WordPress theme for Carpathian Origins, optimized for Hostinger shared and managed WordPress hosting.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: carpathian-origins
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --bg: #0a0908;
  --bg-soft: #11100e;
  --surface: #151310;
  --surface-2: #1b1814;
  --text: #f5f1e8;
  --muted: #b8b0a3;
  --gold: #c98a36;
  --gold-bright: #e2a755;
  --gold-soft: rgba(201, 138, 54, .16);
  --line: rgba(226, 167, 85, .24);
  --white-line: rgba(255,255,255,.10);
  --shadow: 0 24px 70px rgba(0,0,0,.34);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
  --header-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: #111; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--gold);
  color: #111;
  border-radius: 8px;
  font-weight: 800;
}
.skip-link:focus { top: 16px; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.06; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.03em; }
h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 5vw, 4.4rem); }
h3 { font-size: 1.45rem; }
p { color: var(--muted); }
.section-lead { margin: 0 0 24px; color: #ded7cc; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.centered { max-width: 760px; margin: 0 auto 60px; text-align: center; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(10, 9, 8, .88);
  border-color: var(--white-line);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; color: var(--gold-bright); }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--text); font-family: Georgia, serif; font-size: 1.2rem; letter-spacing: .06em; font-weight: 500; }
.brand-copy > span { margin-top: 4px; color: var(--gold-bright); font-size: .78rem; font-weight: 800; letter-spacing: .36em; }
.brand-copy small { margin-top: 6px; color: #d2c8b8; font-size: .48rem; letter-spacing: .13em; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a { color: #e7e0d5; font-size: .91rem; font-weight: 700; transition: color .2s ease; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: var(--gold-bright); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--gold-soft); }
.language-switcher { display: flex; align-items: center; padding: 3px; border: 1px solid var(--white-line); border-radius: 999px; }
.lang-button { border: 0; background: transparent; color: #968f84; border-radius: 999px; padding: 6px 8px; cursor: pointer; font-size: .72rem; font-weight: 900; }
.lang-button.active { background: var(--gold); color: #111; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--white-line); border-radius: 12px; background: rgba(255,255,255,.03); cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; padding: calc(var(--header-height) + 80px) 0 90px; }
.hero-media { position: absolute; inset: 0 0 0 41%; background: var(--co-hero-image, url("assets/hero-charcoal.webp")) center/cover no-repeat; transform: scale(1.02); }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(10,9,8,.96) 35%, rgba(10,9,8,.55) 65%, rgba(10,9,8,.20) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 25%, rgba(0,0,0,.18) 100%);
}
.hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; left: -260px; top: 180px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,138,54,.14), transparent 65%); filter: blur(14px);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: 70px; align-items: end; }
.hero-copy { max-width: 760px; }
.hero h1 { margin-bottom: 28px; font-size: clamp(3.3rem, 6.8vw, 6.5rem); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--gold-bright); font-style: normal; }
.hero-lead { max-width: 690px; margin: 0 0 34px; color: #d8d1c6; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px;
  border: 1px solid transparent; border-radius: 999px; font-weight: 900; letter-spacing: .02em; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #17100a; box-shadow: 0 14px 34px rgba(201,138,54,.22); }
.button-primary:hover { box-shadow: 0 18px 45px rgba(201,138,54,.32); }
.button-ghost { border-color: rgba(255,255,255,.25); background: rgba(10,9,8,.38); color: var(--text); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: var(--gold); background: var(--gold-soft); }
.button-whatsapp { background: #176b47; color: #fff; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #aea69a; font-size: .88rem; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 0 rgba(226,167,85,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(226,167,85,0); } 100% { box-shadow: 0 0 0 0 rgba(226,167,85,0); } }
.hero-card { align-self: end; margin-bottom: 20px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(28,23,17,.92), rgba(10,9,8,.72)); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.card-kicker { display: block; margin-bottom: 9px; color: var(--gold-bright); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-card strong { display: block; margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.hero-card p { margin: 0 0 20px; }
.hero-card a, .text-link { color: var(--gold-bright); font-weight: 900; }
.hero-card a span, .text-link span { display: inline-block; transition: transform .2s ease; }
.hero-card a:hover span, .text-link:hover span { transform: translateX(5px); }

.trust-strip { position: relative; z-index: 3; border-block: 1px solid var(--line); background: rgba(15,13,11,.96); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; align-items: center; min-height: 132px; gap: 17px; padding: 28px 24px; border-right: 1px solid var(--white-line); }
.trust-grid article:first-child { border-left: 1px solid var(--white-line); }
.trust-grid svg { width: 40px; height: 40px; fill: none; stroke: var(--gold-bright); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 4px; font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.trust-grid span { color: #9f978c; font-size: .82rem; }

.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.section-copy > p:not(.eyebrow):not(.section-lead) { font-size: 1.02rem; }
.signature-line { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.signature-line > span { width: 58px; height: 1px; background: var(--gold); }
.signature-line p { margin: 0; color: var(--gold-bright); font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; }
.image-panel { position: relative; }
.image-panel::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid var(--line); border-radius: var(--radius); }
.image-panel img { position: relative; width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-badge { position: absolute; left: -35px; bottom: 30px; max-width: 220px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(10,9,8,.88); backdrop-filter: blur(12px); }
.image-badge strong, .image-badge span { display: block; }
.image-badge strong { color: var(--gold-bright); }
.image-badge span { margin-top: 3px; color: #b8afa1; font-size: .82rem; }

.products { border-block: 1px solid var(--white-line); background: radial-gradient(circle at 50% 0%, rgba(201,138,54,.08), transparent 30%), var(--bg-soft); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.product-card { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #171410, #0d0c0a); box-shadow: 0 20px 60px rgba(0,0,0,.20); }
.product-visual { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 100%; padding: 52px 12px 0; overflow: hidden; background: radial-gradient(circle at 50% 28%, rgba(226,167,85,.19), transparent 42%), #0b0a09; }
.product-visual::after { content: ""; position: absolute; inset: auto 10% 3% 10%; height: 14%; background: rgba(0,0,0,.76); filter: blur(18px); border-radius: 50%; }
.product-visual img { position: relative; z-index: 2; max-height: 470px; width: auto; object-fit: contain; }
.size-chip { position: absolute; z-index: 3; top: 22px; left: 22px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(10,9,8,.75); color: var(--gold-bright); font-weight: 900; letter-spacing: .08em; }
.product-content { padding: 54px 38px 44px; }
.product-content h3 { margin-bottom: 18px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.product-content > p { margin-bottom: 23px; }
.check-list { display: grid; gap: 13px; margin: 0 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #d0c8bc; font-size: .92rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-bright); font-weight: 900; }

.quality { position: relative; overflow: hidden; }
.quality-background { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,9,8,.97) 0%, rgba(10,9,8,.92) 45%, rgba(10,9,8,.65) 100%), var(--co-detail-image, url("assets/charcoal-detail.webp")) right center/55% auto no-repeat; opacity: .95; }
.quality-layout { position: relative; z-index: 2; }
.quality .section-copy { max-width: 760px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px; }
.process-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(18,15,12,.82); backdrop-filter: blur(12px); }
.process-card > span { color: var(--gold-bright); font-family: Georgia, serif; font-size: 2rem; }
.process-card h3 { margin: 38px 0 12px; font-size: 1.16rem; }
.process-card p { margin: 0; font-size: .9rem; }

.logistics { border-block: 1px solid var(--white-line); background: var(--bg-soft); }
.logistics-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 60px; align-items: center; }
.logistics-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
.logistics-points div { padding: 20px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.025); }
.logistics-points strong, .logistics-points span { display: block; }
.logistics-points strong { margin-bottom: 5px; color: var(--text); }
.logistics-points span { color: #a9a195; font-size: .88rem; }
.logistics-card { position: relative; min-height: 520px; padding: 48px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(30,24,18,.95), rgba(12,10,8,.97)); box-shadow: var(--shadow); }
.logistics-card .map-lines { position: absolute; inset: 0; opacity: .36; }
.map-lines svg { width: 100%; height: 100%; }
.map-lines path { fill: none; stroke: var(--gold-bright); stroke-width: 2; stroke-dasharray: 7 9; }
.map-lines circle { fill: var(--gold-bright); }
.logistics-card > *:not(.map-lines) { position: relative; z-index: 2; }
.logistics-card h3 { max-width: 360px; margin: 170px 0 18px; font-family: Georgia, serif; font-size: 2.5rem; font-weight: 500; }
.logistics-card p { max-width: 440px; margin-bottom: 28px; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 26px 52px 26px 0; cursor: pointer; list-style: none; color: var(--text); font-size: 1.08rem; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 22px; color: var(--gold-bright); font-size: 1.6rem; font-weight: 400; transition: transform .2s ease; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { max-width: 720px; margin: -4px 0 25px; padding-right: 50px; }

.contact { position: relative; overflow: hidden; padding: 120px 0; border-top: 1px solid var(--line); background: #0d0b09; }
.contact-media { position: absolute; inset: 0 52% 0 0; background: linear-gradient(90deg, rgba(10,9,8,.55), rgba(10,9,8,.97)), var(--co-detail-image, url("assets/charcoal-detail.webp")) center/cover no-repeat; opacity: .5; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-copy { position: sticky; top: calc(var(--header-height) + 40px); }
.contact-list { display: grid; gap: 14px; margin-top: 38px; }
.contact-list a { display: flex; align-items: center; gap: 14px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(10,9,8,.46); transition: border-color .2s ease, transform .2s ease; }
.contact-list a:hover { transform: translateX(3px); border-color: var(--line); }
.contact-icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-bright); font-weight: 900; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: #8f877b; font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.contact-list strong { color: #e9e1d6; font-size: .92rem; }
.quote-form { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(20,17,14,.96); box-shadow: var(--shadow); }
.form-heading h3 { margin-bottom: 30px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-grid label, .consent { display: grid; gap: 8px; }
.form-grid label > span { color: #d9d1c5; font-size: .82rem; font-weight: 800; }
.full-width { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; outline: none; background: #0d0c0a; color: var(--text); transition: border-color .2s ease, box-shadow .2s ease; }
input, select { height: 50px; padding: 0 14px; }
textarea { resize: vertical; min-height: 130px; padding: 14px; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,138,54,.14); }
input.invalid, select.invalid, textarea.invalid { border-color: #c65b4d; }
.consent { grid-template-columns: auto 1fr; align-items: start; margin-top: 22px; color: #aaa195; font-size: .78rem; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); }
.form-status { min-height: 22px; margin-top: 14px; color: var(--gold-bright); font-size: .86rem; font-weight: 700; }
.form-status.error { color: #e48778; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.form-note { margin: 14px 0 0; font-size: .76rem; }

.site-footer { border-top: 1px solid var(--line); background: #070605; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .9fr; gap: 70px; padding-block: 70px; }
.footer-brand p { max-width: 420px; margin: 22px 0 0; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links strong { margin-bottom: 5px; color: var(--gold-bright); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { color: #aaa296; font-size: .9rem; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.07); color: #817a70; font-size: .78rem; }

.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #176b47; color: #fff; font-size: .72rem; font-weight: 900; box-shadow: 0 14px 30px rgba(0,0,0,.4); }
.back-to-top { position: fixed; z-index: 79; right: 29px; bottom: 92px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(10,9,8,.85); color: var(--gold-bright); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; cursor: pointer; backdrop-filter: blur(12px); }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --header-height: 76px; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: var(--header-height) 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 24px; background: rgba(10,9,8,.98); transform: translateX(100%); transition: transform .25s ease; }
  .primary-nav.open { transform: none; }
  .primary-nav > a { padding: 18px 4px; border-bottom: 1px solid var(--white-line); font-size: 1.1rem; }
  .nav-cta { margin-top: 16px; text-align: center; border: 1px solid var(--line) !important; }
  .language-switcher { align-self: flex-start; margin-top: 24px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 430px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(3) { border-left: 1px solid var(--white-line); border-top: 1px solid var(--white-line); }
  .trust-grid article:nth-child(4) { border-top: 1px solid var(--white-line); }
  .split-grid, .logistics-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: .65fr 1.35fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-copy { position: static; }
  .contact-media { inset: 0; opacity: .22; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section, .contact { padding: 84px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy > span { font-size: .65rem; }
  .brand-copy small { display: none; }
  .hero { min-height: 820px; padding-top: calc(var(--header-height) + 65px); }
  .hero-media { inset: 0; opacity: .6; background-position: 57% center; }
  .hero-overlay { background: linear-gradient(0deg, var(--bg) 0%, rgba(10,9,8,.85) 48%, rgba(10,9,8,.42) 100%); }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-card { margin-top: 14px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:first-child, .trust-grid article:nth-child(3) { min-height: 104px; border: 0; border-bottom: 1px solid var(--white-line); }
  .split-grid { gap: 46px; }
  .image-panel img { min-height: 340px; }
  .image-badge { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 430px; }
  .product-visual img { max-height: 390px; }
  .product-content { padding: 36px 26px; }
  .process-grid, .logistics-points, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .logistics-card { min-height: 470px; padding: 34px 26px; }
  .logistics-card h3 { margin-top: 165px; }
  .quote-form { padding: 28px 20px; }
  .footer-grid { gap: 38px; padding-block: 55px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* WordPress integration */
body.admin-bar .site-header { top: 32px; }
.co-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.button[disabled] { opacity: .62; cursor: wait; transform: none !important; }
.form-status.success { color: #d6b25e; }
.form-status.error { color: #ffb3aa; }
.wp-page-shell { min-height: 70vh; padding: 150px 0 90px; background: #f5f2eb; color: #171411; }
.wp-page-shell .entry-card { max-width: 940px; margin: 0 auto; padding: clamp(28px, 5vw, 64px); background: #fff; box-shadow: 0 24px 70px rgba(10,9,8,.10); }
.wp-page-shell h1 { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.02; }
.wp-page-shell .entry-content { font-size: 1.05rem; line-height: 1.75; }
.wp-page-shell .entry-content > * + * { margin-top: 1.2em; }
.wp-page-shell a { color: #8a651e; }
.pagination { display: flex; gap: 12px; margin-top: 36px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
