{"id":3495,"date":"2020-02-07T02:16:59","date_gmt":"2020-02-07T02:16:59","guid":{"rendered":"https:\/\/demo.casethemes.net\/consultio-corporate2\/?page_id=3495"},"modified":"2026-09-01T15:11:33","modified_gmt":"2026-09-01T14:11:33","slug":"about-v-4","status":"publish","type":"page","link":"https:\/\/swva.online\/index.php\/about-v-4\/","title":{"rendered":"About Us"},"content":{"rendered":"<p><!-- Import Google Fonts for Handwriting and Modern Sans Style --> <\/p>\n<style>\n  \/* ==========================================<br \/>\n     SCOPED SWVA DESIGN SYSTEM (SECTION ONLY)<br \/>\n     Using CSS nesting\/prefixing so it never affects<br \/>\n     the rest of your WordPress theme or pages.<br \/>\n     ================================---------- *\/<br \/>\n  .swva-about-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-about-wrapper *,<br \/>\n  .swva-about-wrapper *::before,<br \/>\n  .swva-about-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-about-wrapper h1,<br \/>\n  .swva-about-wrapper h2,<br \/>\n  .swva-about-wrapper h3,<br \/>\n  .swva-about-wrapper .swva-hand-title {<br \/>\n    font-family: var(--font-hand);<br \/>\n    color: var(--swva-blue);<br \/>\n  }<br \/>\n  .swva-about-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-about-header {<br \/>\n    text-align: center;<br \/>\n    max-width: 800px;<br \/>\n    margin: 0 auto 60px auto;<br \/>\n  }<br \/>\n  .swva-about-header h2 {<br \/>\n    font-size: clamp(3rem, 5vw, 4.5rem);<br \/>\n    margin-bottom: 20px;<br \/>\n    line-height: 1.1;<br \/>\n  }<br \/>\n  .swva-about-header p {<br \/>\n    font-size: 1.15rem;<br \/>\n    line-height: 1.8;<br \/>\n    color: #3B4D82;<br \/>\n  }<br \/>\n  \/* Split Grids with Image Integration *\/<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    transition: transform 0.3s ease;<br \/>\n  }<br \/>\n  .swva-card-box:hover {<br \/>\n    transform: translateY(-4px);<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  }<br \/>\n  \/* Image Integration Styles *\/<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: 340px;<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  \/* Text Over Image Variant (Background Integration) *\/<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: 380px;<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.92) 20%, rgba(31, 45, 92, 0.4) 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  \/* Quote Box *\/<br \/>\n  .swva-quote-box {<br \/>\n    background: var(--swva-white);<br \/>\n    border-left: 5px solid var(--swva-blue);<br \/>\n    padding: 35px 40px;<br \/>\n    margin: 50px 0;<br \/>\n    border-radius: 0 16px 16px 0;<br \/>\n    box-shadow: 0 15px 40px rgba(31, 45, 92, 0.05);<br \/>\n  }<br \/>\n  .swva-quote-box p {<br \/>\n    font-family: var(--font-hand);<br \/>\n    font-size: 2.2rem;<br \/>\n    color: var(--swva-blue);<br \/>\n    line-height: 1.3;<br \/>\n  }<br \/>\n  \/* Four Pillars Grid *\/<br \/>\n  .swva-pillars-container {<br \/>\n    margin-top: 60px;<br \/>\n  }<br \/>\n  .swva-pillars-container h3.section-title {<br \/>\n    font-size: 3rem;<br \/>\n    text-align: center;<br \/>\n    margin-bottom: 40px;<br \/>\n  }<br \/>\n  .swva-pillars-grid {<br \/>\n    display: grid;<br \/>\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));<br \/>\n    gap: 25px;<br \/>\n  }<br \/>\n  .swva-pillar-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-pillar-card:hover {<br \/>\n    border-color: var(--swva-blue);<br \/>\n    box-shadow: c0 12px 30px rgba(31, 45, 92, 0.08);<br \/>\n    transform: translateY(-3px);<br \/>\n  }<br \/>\n  .swva-pillar-number {<br \/>\n    font-family: var(--font-hand);<br \/>\n    font-size: 3rem;<br \/>\n    color: var(--swva-accent);<br \/>\n    line-height: 1;<br \/>\n    margin-bottom: 10px;<br \/>\n  }<br \/>\n  .swva-pillar-card h4 {<br \/>\n    font-size: 1.3rem;<br \/>\n    margin-bottom: 10px;<br \/>\n    color: var(--swva-blue);<br \/>\n  }<br \/>\n  .swva-pillar-card p {<br \/>\n    font-size: 0.95rem;<br \/>\n    line-height: 1.6;<br \/>\n    color: #4A5568;<br \/>\n  }<br \/>\n<\/style>\n<p><!-- SCOPED ABOUT US SECTION --><\/p>\n<section><!-- Section Title & Intro --><\/section>\n<h2>Updating an American Icon<\/h2>\n<p>In the quiet hollows of the Appalachian Range, craft isn\u2019t a marketing buzzword\u2014it\u2019s a way of living. It is the patience to let corn stalks dry naturally under the mountain sun and the refusal to sacrifice quality for speed. At SWVA, we were born from a simple realization: the humble American Corn Cob Pipe deserved more innovation.<\/p>\n<p><!-- Split Section 1: The Honest Smoker + Side Image Asset --><\/p>\n<h3>The Honest Smoker<\/h3>\n<p>For over a century, the corn cob pipe has been celebrated as the most honest smoker in tobacco history\u2014delivering a naturally sweet, dry, and forgiving smoke.<\/p>\n<p>Yet for decades, enthusiasts have accepted the same standard flaws: paper-thin walls, bottoms that burn through after a season, stems that bite, and bowls that quickly grow too hot to comfortably hold.<\/p>\n<p><!-- Integrated image asset on the side --><br \/>\n<img decoding=\"async\" src=\"https:\/\/30.weblvy.xyz\/wp-content\/uploads\/2026\/08\/AI-Image-of-Me.png\" alt=\"SWVA Artisan Craft\" \/><br \/>\n<!-- Highlighted Quote Block --><\/p>\n<p>\u201cWe don\u2019t make disposable pipes. We build for longevity.\u201d<\/p>\n<p><!-- Split Section 2: Thermal Polymer Clay Shields with Text-Over-Background Image --><br \/>\n<!-- Card with text placed over background image asset --><br \/>\n<img decoding=\"async\" src=\"https:\/\/30.weblvy.xyz\/wp-content\/uploads\/2026\/08\/Display-Page-v1.png\" alt=\"Thermal Engineering Background\" \/><\/p>\n<h3 style=\"color: var(--swva-cream);\">Thermal Polymer Clay Shields<\/h3>\n<p style=\"color: #eae1d0;\">Standard corn cobs absorb heat rapidly, often forcing pipe smokers to pause their session or hold the pipe awkwardly by the shank.<\/p>\n<p><!-- Second Side Text Box --><\/p>\n<h3>Dual-Purpose Protection<\/h3>\n<p>\ud83d\udd25 <strong>Insulates the Bowl:<\/strong> Acts as an exterior heat shield, keeping the outer bowl comfortably cool to the touch even during a long, slow burn. No burn in required just light up your favorite tobacco and enjoy.<\/p>\n<p>\ud83c\udfa8 <strong>Elevates the Craft:<\/strong> Turns every piece into a unique work of functional art\u2014featuring sculpted mountain textures, organic bark finishes, and rich Earth-toned accents.<\/p>\n<p><!-- The Four Pillars Of Our Craft --><\/p>\n<h3>The Four Pillars of Our Craft<\/h3>\n<p>01<\/p>\n<h4>Fully Cured<\/h4>\n<p>We source dense, thick-walled corn cobs, naturally dried and aged to guarantee structural integrity and maximum sweetness.<\/p>\n<p>02<\/p>\n<h4>Thermal Polymer Shields<\/h4>\n<p>Hand-sculpted exterior clay acts as a heat barrier and decorative armor, insulating the bowl for an incredibly cool hand-feel during long sessions.<\/p>\n<p>03<\/p>\n<h4>Hardwood Base Plugs<\/h4>\n<p>Each bowl features a hardwood plug deeply set at the base, ensuring you\u2019ll never burn through the floor of your pipe.<\/p>\n<p>04<\/p>\n<h4>Premium Stems &amp; Bits<\/h4>\n<p>Say goodbye to flimsy plastic. Our pipes are fitted with premium acrylic bits designed for an easy bite and effortless draw.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Updating an American Icon In the quiet hollows of the Appalachian Range, craft isn\u2019t a marketing buzzword\u2014it\u2019s a way of living. It is the patience to let corn stalks dry naturally under the mountain sun and the refusal to sacrifice quality for speed. At SWVA, we were born from a simple realization: the humble American [&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-3495","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/pages\/3495","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=3495"}],"version-history":[{"count":20,"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/pages\/3495\/revisions"}],"predecessor-version":[{"id":5947,"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/pages\/3495\/revisions\/5947"}],"wp:attachment":[{"href":"https:\/\/swva.online\/index.php\/wp-json\/wp\/v2\/media?parent=3495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}