{"id":5827,"date":"2026-08-03T01:04:25","date_gmt":"2026-08-03T00:04:25","guid":{"rendered":"https:\/\/swva.online\/?page_id=5827"},"modified":"2026-09-01T15:19:40","modified_gmt":"2026-09-01T14:19:40","slug":"background","status":"publish","type":"page","link":"https:\/\/swva.online\/index.php\/background\/","title":{"rendered":"Background"},"content":{"rendered":"<p><!-- Import Google Fonts for Handwriting and Modern Sans Style --> <\/p>\n<style>\n  \/* ==========================================<br \/>\n     SCOPED SWVA DESIGN SYSTEM (WELCOME LANDING SECTION)<br \/>\n     Scoped exclusively with .swva-welcome-wrapper so it<br \/>\n     never affects the rest of your WordPress theme or pages.<br \/>\n     ================================---------- *\/<br \/>\n  .swva-welcome-wrapper {<br \/>\n    --swva-blue: #1F2D5C;<br \/>\n    --swva-cream: #FAF6EE;<br \/>\n    --swva-white: #FFFFFF;<br \/>\n    --swva-accent: #8C5830;<br \/>\n    --font-hand: 'Caveat', cursive;<br \/>\n    --font-sans: 'Plus Jakarta Sans', sans-serif;<br \/>\n    background-color: var(--swva-cream);<br \/>\n    color: var(--swva-blue);<br \/>\n    font-family: var(--font-sans);<br \/>\n    padding: 80px 5%;<br \/>\n    position: relative;<br \/>\n    overflow: hidden;<br \/>\n    box-sizing: border-box;<br \/>\n    width: 100%;<br \/>\n  }<br \/>\n  .swva-welcome-wrapper *,<br \/>\n  .swva-welcome-wrapper *::before,<br \/>\n  .swva-welcome-wrapper *::after {<br \/>\n    box-sizing: border-box;<br \/>\n    margin: 0;<br \/>\n    padding: 0;<br \/>\n  }<br \/>\n  \/* Scoped Headings with Handwriting Font *\/<br \/>\n  .swva-welcome-wrapper h1,<br \/>\n  .swva-welcome-wrapper h2,<br \/>\n  .swva-welcome-wrapper h3,<br \/>\n  .swva-welcome-wrapper .swva-hand-title {<br \/>\n    font-family: var(--font-hand);<br \/>\n    color: var(--swva-blue);<br \/>\n  }<br \/>\n  .swva-welcome-inner {<br \/>\n    max-width: 1200px;<br \/>\n    margin: 0 auto;<br \/>\n    position: relative;<br \/>\n    z-index: 2;<br \/>\n  }<br \/>\n  \/* Header Section *\/<br \/>\n  .swva-welcome-header {<br \/>\n    text-align: center;<br \/>\n    max-width: 850px;<br \/>\n    margin: 0 auto 60px auto;<br \/>\n  }<br \/>\n  .swva-welcome-header h2 {<br \/>\n    font-size: clamp(3.2rem, 5.5vw, 4.8rem);<br \/>\n    margin-bottom: 20px;<br \/>\n    line-height: 1.1;<br \/>\n  }<br \/>\n  .swva-welcome-header p {<br \/>\n    font-size: 1.15rem;<br \/>\n    line-height: 1.8;<br \/>\n    color: #3B4D82;<br \/>\n  }<br \/>\n  \/* Split Layouts *\/<br \/>\n  .swva-grid-split {<br \/>\n    display: grid;<br \/>\n    grid-template-columns: 1fr 1fr;<br \/>\n    gap: 40px;<br \/>\n    align-items: center;<br \/>\n    margin-bottom: 60px;<br \/>\n  }<br \/>\n  @media(max-width: 900px) {<br \/>\n    .swva-grid-split {<br \/>\n      grid-template-columns: 1fr;<br \/>\n    }<br \/>\n  }<br \/>\n  .swva-card-box {<br \/>\n    background: var(--swva-white);<br \/>\n    padding: 40px;<br \/>\n    border-radius: 20px;<br \/>\n    border: 2px solid rgba(31, 45, 92, 0.1);<br \/>\n    box-shadow: 0 10px 30px rgba(31, 45, 92, 0.04);<br \/>\n  }<br \/>\n  .swva-card-box h3 {<br \/>\n    font-size: 2.5rem;<br \/>\n    margin-bottom: 15px;<br \/>\n  }<br \/>\n  .swva-card-box p {<br \/>\n    font-size: 1.05rem;<br \/>\n    line-height: 1.7;<br \/>\n    margin-bottom: 15px;<br \/>\n    color: #3B4D82;<br \/>\n  }<br \/>\n  \/* Background Image Integration Card *\/<br \/>\n  .swva-bg-image-card {<br \/>\n    position: relative;<br \/>\n    border-radius: 20px;<br \/>\n    overflow: hidden;<br \/>\n    padding: 50px;<br \/>\n    color: var(--swva-white);<br \/>\n    min-height: 400px;<br \/>\n    display: flex;<br \/>\n    flex-direction: column;<br \/>\n    justify-content: flex-end;<br \/>\n    box-shadow: 0 15px 35px rgba(31, 45, 92, 0.15);<br \/>\n  }<br \/>\n  .swva-bg-image-card::before {<br \/>\n    content: '';<br \/>\n    position: absolute;<br \/>\n    top: 0;<br \/>\n    left: 0;<br \/>\n    width: 100%;<br \/>\n    height: 100%;<br \/>\n    background: linear-gradient(to top, rgba(31, 45, 92, 0.95) 25%, rgba(31, 45, 92, 0.35) 100%);<br \/>\n    z-index: 1;<br \/>\n  }<br \/>\n  .swva-bg-image-card img.bg-asset {<br \/>\n    position: absolute;<br \/>\n    top: 0;<br \/>\n    left: 0;<br \/>\n    width: 100%;<br \/>\n    height: 100%;<br \/>\n    object-fit: cover;<br \/>\n    z-index: 0;<br \/>\n  }<br \/>\n  .swva-bg-image-card > * {<br \/>\n    position: relative;<br \/>\n    z-index: 2;<br \/>\n  }<br \/>\n  \/* Side Image Container *\/<br \/>\n  .swva-image-container {<br \/>\n    position: relative;<br \/>\n    border-radius: 20px;<br \/>\n    overflow: hidden;<br \/>\n    box-shadow: 0 15px 35px rgba(31, 45, 92, 0.1);<br \/>\n    border: 2px solid rgba(31, 45, 92, 0.1);<br \/>\n    height: 100%;<br \/>\n    min-height: 360px;<br \/>\n  }<br \/>\n  .swva-image-container img {<br \/>\n    width: 100%;<br \/>\n    height: 100%;<br \/>\n    object-fit: cover;<br \/>\n    display: block;<br \/>\n    transition: transform 0.6s ease;<br \/>\n  }<br \/>\n  .swva-image-container:hover img {<br \/>\n    transform: scale(1.03);<br \/>\n  }<br \/>\n  \/* Features \/ Advantages Grid *\/<br \/>\n  .swva-features-container {<br \/>\n    margin-top: 60px;<br \/>\n  }<br \/>\n  .swva-features-container h3.section-title {<br \/>\n    font-size: 3rem;<br \/>\n    text-align: center;<br \/>\n    margin-bottom: 40px;<br \/>\n  }<br \/>\n  .swva-features-grid {<br \/>\n    display: grid;<br \/>\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));<br \/>\n    gap: 25px;<br \/>\n  }<br \/>\n  .swva-feature-card {<br \/>\n    background: var(--swva-white);<br \/>\n    border: 1px solid rgba(31, 45, 92, 0.12);<br \/>\n    padding: 30px;<br \/>\n    border-radius: 16px;<br \/>\n    transition: all 0.3s ease;<br \/>\n  }<br \/>\n  .swva-feature-card:hover {<br \/>\n    border-color: var(--swva-blue);<br \/>\n    box-shadow: 0 12px 30px rgba(31, 45, 92, 0.08);<br \/>\n    transform: translateY(-3px);<br \/>\n  }<br \/>\n  .swva-feature-icon {<br \/>\n    font-family: var(--font-hand);<br \/>\n    font-size: 2.8rem;<br \/>\n    color: var(--swva-accent);<br \/>\n    line-height: 1;<br \/>\n    margin-bottom: 10px;<br \/>\n  }<br \/>\n  .swva-feature-card h4 {<br \/>\n    font-size: 1.35rem;<br \/>\n    margin-bottom: 10px;<br \/>\n    color: var(--swva-blue);<br \/>\n  }<br \/>\n  .swva-feature-card p {<br \/>\n    font-size: 0.95rem;<br \/>\n    line-height: 1.6;<br \/>\n    color: #4A5568;<br \/>\n  }<br \/>\n  \/* Call to Action Banner \/ Footer Note *\/<br \/>\n  .swva-cta-banner {<br \/>\n    background: var(--swva-white);<br \/>\n    border: 2px dashed rgba(31, 45, 92, 0.25);<br \/>\n    padding: 45px;<br \/>\n    border-radius: 20px;<br \/>\n    text-align: center;<br \/>\n    margin-top: 60px;<br \/>\n  }<br \/>\n  .swva-cta-banner p {<br \/>\n    font-size: 1.15rem;<br \/>\n    line-height: 1.8;<br \/>\n    color: var(--swva-blue);<br \/>\n    max-width: 800px;<br \/>\n    margin: 0 auto 30px auto;<br \/>\n  }<br \/>\n  .swva-btn-group {<br \/>\n    display: flex;<br \/>\n    justify-content: center;<br \/>\n    gap: 20px;<br \/>\n    flex-wrap: wrap;<br \/>\n  }<br \/>\n  .swva-btn {<br \/>\n    display: inline-block;<br \/>\n    padding: 14px 32px;<br \/>\n    background-color: var(--swva-blue);<br \/>\n    color: var(--swva-cream);<br \/>\n    border: 2px solid var(--swva-blue);<br \/>\n    border-radius: 50px;<br \/>\n    font-weight: 700;<br \/>\n    font-size: 1rem;<br \/>\n    text-decoration: none;<br \/>\n    transition: all 0.3s ease;<br \/>\n    box-shadow: 0 8px 25px rgba(31, 45, 92, 0.15);<br \/>\n  }<br \/>\n  .swva-btn:hover {<br \/>\n    background-color: transparent;<br \/>\n    color: var(--swva-blue);<br \/>\n    transform: translateY(-2px);<br \/>\n  }<br \/>\n<\/style>\n<p><!-- SCOPED WELCOME LANDING SECTION --><\/p>\n<section><!-- Welcome Header Intro --><\/section>\n<h2>Rooted in the Mountains<\/h2>\n<p>Welcome to SWVA. In a world of mass production, we still believe in the quiet dignity of Appalachian craft\u2014elevated by thoughtful design.<\/p>\n<p><!-- Split Section 1: Questions Enthusiasts Encounter + Background Image Card --><br \/>\n<img decoding=\"async\" src=\"https:\/\/30.weblvy.xyz\/wp-content\/uploads\/2026\/08\/Display-Page-v2.png\" alt=\"Appalachian Handcrafted Craft Background\" \/><\/p>\n<h3 style=\"color: var(--swva-cream);\">The Artisan Difference<\/h3>\n<p style=\"color: #eae1d0;\"><span style=\"color: #000000;\">Whether you\u2019re a lifelong pipe smoker or reaching for your very first cob, you\u2019ve likely asked the same questions every enthusiast encounters.<\/span><\/p>\n<h3>Everyday Enquiries Answered<\/h3>\n<p>Can a corn cob pipe really offer a refined, cool smoke? How long will it actually last? And what sets an artisan cob apart from a factory throwaway?<\/p>\n<p>Here, those questions find their answer in every piece of aged grain, turned hardwood, and custom accent.<\/p>\n<p><!-- Features \/ Appalachian Heritage Cobs Grid --><\/p>\n<h3>What Makes Our Appalachian Heritage Cobs Different?<\/h3>\n<p>01<\/p>\n<h4>Aged Cobs<\/h4>\n<p>We don&#8217;t rush the drying room. Our cobs are naturally cured and seasoned to ensure maximum density, moisture resistance, and a signature sweet, cool smoke from the very first light.<\/p>\n<p>02<\/p>\n<h4>Thermal Polymer Clay Shields<\/h4>\n<p>Standard cobs get uncomfortably hot to hold. We fuse heat-resistant polymer clay directly into the outer bowl design for a cooler grip and hand-sculpted mountain aesthetics.<\/p>\n<p>03<\/p>\n<h4>Reinforced Hardwood Plugs<\/h4>\n<p>Forget burning through the bottom of your bowl. Every pipe features a solid hardwood base plug turned by hand to guarantee durability for years of daily porch sits.<\/p>\n<p>04<\/p>\n<h4>Hand-Lathed Stems<\/h4>\n<p>From classic vulcanite and acrylic to hand-turned hardwoods, our bits are engineered for comfortable draws and easy maintenance without flimsy disposable plastic.<\/p>\n<p><!-- Split Section 2: Slow Burn & Side Image Integration --><\/p>\n<h3>Handcrafted for the Slow Burn<\/h3>\n<p>Every pipe that leaves our shop combines raw mountain heritage with modern heat management\u2014a true balance of rugged utility and artisan artwork.<\/p>\n<p><strong>Every pipe is unique and serialized<\/strong>\u2014no two will be exactly alike. So you can rest assured when you pick one up you have something completely one-of-a-kind.<\/p>\n<p><!-- Integrated image asset on the side --><br \/>\n<img decoding=\"async\" src=\"https:\/\/30.weblvy.xyz\/wp-content\/uploads\/2026\/08\/Display-Page-v3.png\" alt=\"SWVA Unique Serialized Artisan Pipes\" \/><br \/>\n<!-- Call to Action Banner --><\/p>\n<p>Now, pour yourself your favorite drink, pack a bowl of your favorite blend, and taste the difference a craftsman&#8217;s cob makes.<\/p>\n<p><a href=\"https:\/\/swva.online\/index.php\/shop\/\">Explore our Collection<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Rooted in the Mountains Welcome to SWVA. In a world of mass production, we still believe in the quiet dignity of Appalachian craft\u2014elevated by thoughtful design. The Artisan Difference Whether you\u2019re a lifelong pipe smoker or reaching for your very first cob, you\u2019ve likely asked the same questions every enthusiast encounters. Everyday Enquiries Answered Can [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5827","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/pages\/5827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/comments?post=5827"}],"version-history":[{"count":12,"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/pages\/5827\/revisions"}],"predecessor-version":[{"id":5949,"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/pages\/5827\/revisions\/5949"}],"wp:attachment":[{"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/media?parent=5827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}