/* =====================================================
Tennessee Real Estate Co.
style.css v3.3 — Cream + Forest Green + Gold
No CSS variables — Dreamweaver compatible
===================================================== */

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
font-family: ‘Inter’, system-ui, -apple-system, sans-serif;
font-size: 1rem;
line-height: 1.7;
color: #1A2E1A;
background: #F5EFE4;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}

img  { max-width: 100%; height: auto; display: block; }
ul   { list-style: none; }
a    { color: #C9933A; text-decoration: none; transition: color 0.2s; }
a:hover { color: #E0B660; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
font-family: ‘Inter’, system-ui, -apple-system, sans-serif;
font-weight: 800;
line-height: 1.1;
color: #1A2E1A;
letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
h4 { font-size: 1.05rem; font-weight: 700; }
em { font-style: normal; color: #C9933A; }
p  { color: #7A6558; line-height: 1.75; margin-bottom: 1rem; }

/* LAYOUT */
.tn-container {
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: clamp(1.25rem, 4vw, 3rem);
padding-right: clamp(1.25rem, 4vw, 3rem);
}

.tn-section {
padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 3rem);
width: 100%;
}

.tn-section–black  { background: #F5EFE4; }
.tn-section–dark   { background: #F0E8DC; }
.tn-section–dark-2 { background: #E8DDD0; }
.tn-section–white  { background: #FFFDF7; }
.tn-section–orange { background: #C9933A; }

.tn-section–white h1,
.tn-section–white h2,
.tn-section–white h3,
.tn-section–white h4 { color: #1A2E1A; }
.tn-section–white p  { color: #7A6558; }

.tn-section–orange h1,
.tn-section–orange h2,
.tn-section–orange h3,
.tn-section–orange p  { color: #1A2E1A; }

.tn-section-header { text-align: center; margin-bottom: 3.5rem; }
.tn-section-header p { max-width: 540px; margin-left: auto; margin-right: auto; font-size: 1.05rem; margin-top: 1rem; }

.tn-label {
display: inline-block;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #FFFDF7;
background: #1A2E1A;
padding: 4px 12px;
border-radius: 2px;
margin-bottom: 16px;
}

.tn-label–outline { background: transparent; color: #C9933A; border: 1px solid #C9933A; }

.tn-divider { width: 60px; height: 3px; background: #C9933A; margin: 1.25rem auto 0; }

/* BUTTONS */
.tn-btn {
display: inline-block;
font-family: ‘Inter’, system-ui, -apple-system, sans-serif;
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
padding: 14px 32px;
border-radius: 4px;
border: none;
cursor: pointer;
transition: all 0.18s ease;
text-decoration: none;
white-space: nowrap;
}

.tn-btn–primary { background: #C9933A; color: #1A2E1A; box-shadow: 0 8px 32px rgba(201,147,58,0.3); }
.tn-btn–primary:hover { background: #E0B660; color: #1A2E1A; transform: translateY(-2px); }

.tn-btn–outline { background: transparent; color: #1A2E1A; border: 2px solid #1A2E1A; }
.tn-btn–outline:hover { background: #1A2E1A; color: #FFFDF7; transform: translateY(-2px); }

.tn-btn–white { background: #FFFDF7; color: #1A2E1A; }
.tn-btn–white:hover { background: #C9933A; color: #1A2E1A; }

.tn-btn–dark { background: #1A2E1A; color: #FFFDF7; border: 1px solid #3A5C3A; }
.tn-btn–dark:hover { border-color: #C9933A; color: #C9933A; }

.tn-btn–full { width: 100%; text-align: center; padding: 16px; font-size: 0.95rem; }

/* FORMS */
.tn-form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-bottom: 12px;
}

.tn-form-group { display: flex; flex-direction: column; gap: 5px; }
.tn-form-group.full { grid-column: 1 / -1; }

.tn-form-group label {
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #7A6558;
}

.tn-form-group input,
.tn-form-group select,
.tn-form-group textarea {
font-family: ‘Inter’, system-ui, -apple-system, sans-serif;
font-size: 0.9rem;
color: #1A2E1A;
background: #FFFDF7;
border: 1.5px solid #E0D8CC;
border-radius: 4px;
padding: 11px 14px;
width: 100%;
transition: border-color 0.2s, box-shadow 0.2s;
outline: none;
-webkit-appearance: none;
}

.tn-form-group input:focus,
.tn-form-group select:focus,
.tn-form-group textarea:focus {
border-color: #C9933A;
box-shadow: 0 0 0 3px rgba(201,147,58,0.15);
}

.tn-form-group select {
background-image: url(“data:image/svg+xml,%3Csvg xmlns=‘http://www.w3.org/2000/svg’ width=‘12’ height=‘8’ fill=‘none’%3E%3Cpath d=‘M1 1l5 5 5-5’ stroke=’%237A6558’ stroke-width=‘1.5’ stroke-linecap=‘round’/%3E%3C/svg%3E”);
background-repeat: no-repeat;
background-position: right 13px center;
padding-right: 36px;
cursor: pointer;
}

.tn-form-disclaimer { font-size: 0.7rem; color: #9A8578; text-align: center; margin-top: 10px; line-height: 1.5; }
.tn-form-message { margin-top: 12px; }
.tn-form-message.success { color: #2C522C; background: rgba(44,82,44,0.1); padding: 12px 16px; border-radius: 4px; border: 1px solid rgba(44,82,44,0.2); }
.tn-form-message.error   { color: #8B2020; background: rgba(139,32,32,0.1); padding: 12px 16px; border-radius: 4px; border: 1px solid rgba(139,32,32,0.2); }

/* NAVIGATION */
.tn-nav {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 1000;
background: #1A2E1A;
border-bottom: 1px solid #3A5C3A;
height: 68px;
}

.tn-nav__inner {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: clamp(1.25rem, 4vw, 3rem);
padding-right: clamp(1.25rem, 4vw, 3rem);
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
}

.tn-nav__logo {
font-size: 1.05rem;
font-weight: 900;
color: #FFFDF7;
letter-spacing: -0.02em;
white-space: nowrap;
text-decoration: none;
}
.tn-nav__logo span { color: #C9933A; }
.tn-nav__logo:hover { color: #FFFDF7; }

.tn-nav__links { display: flex; align-items: center; gap: 4px; }

.tn-nav__links a {
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(255,253,247,0.75);
padding: 8px 14px;
border-radius: 4px;
transition: color 0.2s, background 0.2s;
text-decoration: none;
}

.tn-nav__links a:hover,
.tn-nav__links a.active { color: #E0B660; background: rgba(201,147,58,0.12); }

.tn-nav__links a.tn-nav__cta { background: #C9933A; color: #1A2E1A; padding: 9px 20px; font-weight: 800; }
.tn-nav__links a.tn-nav__cta:hover { background: #E0B660; color: #1A2E1A; }
.tn-nav__links a.tn-nav__cta.active { background: #A67828; color: #FFFDF7; }

.tn-nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.tn-nav__toggle span { display: block; width: 22px; height: 2px; background: #FFFDF7; transition: all 0.25s; }

/* SITE WRAPPER */
.tn-main { padding-top: 68px; }

/* HERO */
.tn-hero {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: calc(100vh - 68px);
width: 100%;
background: #F5EFE4;
}

.tn-hero__left {
display: flex;
flex-direction: column;
justify-content: center;
padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem);
position: relative;
z-index: 2;
}

.tn-hero__eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #C9933A;
margin-bottom: 20px;
}

.tn-hero__eyebrow::before { content: ‘’; width: 20px; height: 2px; background: #C9933A; flex-shrink: 0; }

.tn-hero__title {
font-size: clamp(2.6rem, 5vw, 4.4rem);
font-weight: 900;
line-height: 1.05;
letter-spacing: -0.03em;
color: #1A2E1A;
margin-bottom: 1.5rem;
}

.tn-hero__sub { font-size: 1.05rem; line-height: 1.75; color: #7A6558; max-width: 480px; margin-bottom: 2.5rem; }

.tn-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 3rem; }

.tn-hero__trust {
display: flex;
align-items: center;
gap: 20px;
padding-top: 2rem;
border-top: 1px solid #E0D8CC;
}

.tn-hero__trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: #7A6558; }
.tn-hero__trust-item strong { color: #1A2E1A; font-weight: 700; font-size: 1.1rem; display: block; line-height: 1; }

.tn-hero__right { position: relative; overflow: hidden; min-height: calc(100vh - 68px); background: #264826; }

.tn-hero__mosaic { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; gap: 3px; }
.tn-hero__mosaic-item { overflow: hidden; }
.tn-hero__mosaic-item:nth-child(1) { grid-row: 1 / 3; }
.tn-hero__mosaic-item:nth-child(3) { grid-row: 2 / 4; }
.tn-hero__mosaic-item img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transition: transform 7s ease; }
.tn-hero__mosaic-item:hover img { transform: scale(1.05); }

.tn-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to right, #F5EFE4 0%, rgba(245,239,228,0.5) 40%, transparent 65%); z-index: 1; pointer-events: none; }

.tn-hero__badge { position: absolute; bottom: 2.5rem; right: 2rem; z-index: 3; background: #C9933A; border-radius: 8px; padding: 1.1rem 1.4rem; box-shadow: 0 8px 32px rgba(201,147,58,0.4); }
.tn-hero__badge .num { font-size: 2rem; font-weight: 900; color: #1A2E1A; line-height: 1; letter-spacing: -0.04em; }
.tn-hero__badge .lbl { font-size: 0.68rem; font-weight: 700; color: rgba(26,46,26,0.65); margin-top: 3px; text-transform: uppercase; letter-spacing: 0.06em; }

/* WHY CARDS */
.tn-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #E0D8CC; border: 1px solid #E0D8CC; border-radius: 8px; overflow: hidden; }
.tn-why-card { background: #FFFDF7; padding: 2.25rem 2rem; transition: background 0.2s; }
.tn-why-card:hover { background: #FBF3E2; }
.tn-why-card__num { font-size: 2.5rem; font-weight: 900; color: #C9933A; opacity: 0.35; line-height: 1; margin-bottom: 1.25rem; letter-spacing: -0.04em; }
.tn-why-card h3 { font-size: 1rem; font-weight: 700; color: #1A2E1A; margin-bottom: 0.65rem; letter-spacing: -0.01em; }
.tn-why-card p  { font-size: 0.875rem; line-height: 1.75; margin: 0; }

/* PROCESS */
.tn-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; position: relative; }
.tn-process::before { content: ‘’; position: absolute; top: 26px; left: 10%; right: 10%; height: 1px; background: #E0D8CC; }
.tn-process-step { text-align: center; position: relative; z-index: 1; }
.tn-process-num { width: 52px; height: 52px; background: #C9933A; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; font-size: 1.1rem; font-weight: 900; color: #1A2E1A; letter-spacing: -0.02em; }
.tn-process-step h4 { font-size: 0.95rem; color: #1A2E1A; margin-bottom: 0.6rem; }
.tn-process-step p  { font-size: 0.82rem; line-height: 1.72; margin: 0; }

/* STATS BAND */
.tn-stats { background: #1A2E1A; padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem); }
.tn-stats__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; max-width: 1200px; margin-left: auto; margin-right: auto; text-align: center; }
.tn-stat-big { font-size: 3rem; font-weight: 900; color: #C9933A; line-height: 1; letter-spacing: -0.04em; }
.tn-stat-lbl { font-size: 0.78rem; font-weight: 700; color: rgba(255,253,247,0.65); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.06em; }

/* VALUES */
.tn-values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #E0D8CC; border: 1px solid #E0D8CC; border-radius: 8px; overflow: hidden; }
.tn-value-item { background: #FFFDF7; padding: 2rem; display: flex; gap: 1.25rem; transition: background 0.2s; }
.tn-value-item:hover { background: #FBF3E2; }
.tn-value-num { font-size: 1.8rem; font-weight: 900; color: #C9933A; line-height: 1; flex-shrink: 0; letter-spacing: -0.04em; }
.tn-value-item h3 { font-size: 0.95rem; font-weight: 700; color: #1A2E1A; margin-bottom: 0.5rem; }
.tn-value-item p  { font-size: 0.85rem; line-height: 1.72; margin: 0; }

/* TEAM */
.tn-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tn-team-card { background: #FFFDF7; border: 1px solid #E0D8CC; border-radius: 8px; overflow: hidden; transition: border-color 0.2s, transform 0.2s; }
.tn-team-card:hover { border-color: #C9933A; transform: translateY(-3px); }
.tn-team-card img { width: 100%; height: 240px; object-fit: cover; }
.tn-team-info { padding: 1.5rem; }
.tn-team-name { font-size: 1.05rem; font-weight: 800; color: #1A2E1A; margin-bottom: 3px; letter-spacing: -0.01em; }
.tn-team-role { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #C9933A; margin-bottom: 0.85rem; }
.tn-team-bio  { font-size: 0.82rem; line-height: 1.72; margin: 0; }

/* STORY CARDS */
.tn-stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tn-story-card { background: #FFFDF7; border: 1px solid #E0D8CC; border-radius: 8px; padding: 2rem; position: relative; transition: border-color 0.2s, transform 0.2s; }
.tn-story-card:hover { border-color: #C9933A; transform: translateY(-2px); }
.tn-story-stars { color: #C9933A; letter-spacing: 2px; margin-bottom: 14px; font-size: 0.85rem; }
.tn-story-text { font-size: 0.875rem; line-height: 1.8; color: #7A6558; margin-bottom: 1.5rem; font-style: italic; }
.tn-story-author { display: flex; align-items: center; gap: 12px; }
.tn-story-avatar { width: 40px; height: 40px; border-radius: 50%; background: #1A2E1A; display: flex; align-items: center; justify-content: center; font-size: 0.82rem; font-weight: 900; color: #C9933A; flex-shrink: 0; }
.tn-story-name { font-size: 0.875rem; font-weight: 700; color: #1A2E1A; }
.tn-story-loc  { font-size: 0.7rem; color: #9A8578; margin-top: 2px; }

/* FEATURED STORY */
.tn-story-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; background: #FFFDF7; border: 1px solid #E0D8CC; border-radius: 12px; padding: clamp(2rem, 4vw, 3.5rem); margin-bottom: 2rem; }
.tn-story-featured__quote { font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 500; color: #1A2E1A; line-height: 1.6; font-style: italic; }
.tn-story-featured__quote::before { content: ‘\201C’; color: #C9933A; font-size: 3rem; font-weight: 900; line-height: 0; vertical-align: -0.5rem; margin-right: 4px; }
.tn-story-featured__img  { width: 100%; height: 280px; object-fit: cover; border-radius: 8px; }
.tn-story-featured__name { font-weight: 800; font-size: 0.95rem; color: #1A2E1A; margin-top: 1.5rem; }
.tn-story-featured__loc  { font-size: 0.75rem; color: #C9933A; margin-top: 3px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }

/* GET STARTED */
.tn-gs-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3rem; align-items: start; }
.tn-gs-form-box { background: #FFFDF7; border: 1px solid #E0D8CC; border-radius: 12px; padding: clamp(2rem, 4vw, 3rem); }
.tn-gs-form-box h2 { font-size: 1.5rem; margin-bottom: 0.5rem; color: #1A2E1A; }
.tn-gs-form-box > p { margin-bottom: 2rem; }

.tn-sidebar-steps { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2rem; }
.tn-sidebar-step { display: flex; gap: 1rem; align-items: flex-start; }
.tn-step-num { width: 32px; height: 32px; background: #C9933A; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 900; color: #1A2E1A; flex-shrink: 0; }
.tn-sidebar-step h4 { font-size: 0.875rem; font-weight: 700; color: #1A2E1A; margin-bottom: 3px; }
.tn-sidebar-step p  { font-size: 0.8rem; line-height: 1.65; margin: 0; }

.tn-contact-box { background: #1A2E1A; border-radius: 8px; padding: 1.5rem; margin-top: 1.5rem; }
.tn-contact-box h4   { font-size: 0.875rem; color: #FFFDF7; margin-bottom: 1rem; }
.tn-contact-item     { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 0.85rem; color: rgba(255,253,247,0.75); }
.tn-contact-item a   { color: rgba(255,253,247,0.75); transition: color 0.2s; }
.tn-contact-item a:hover { color: #C9933A; }
.tn-license-note     { font-size: 0.68rem; color: rgba(255,253,247,0.4); margin-top: 12px; line-height: 1.5; }

/* PAGE HEROES */
.tn-page-hero { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem) clamp(3rem, 5vw, 5rem); width: 100%; position: relative; overflow: hidden; }
.tn-page-hero–dark   { background: #1A2E1A; border-bottom: 1px solid #3A5C3A; }
.tn-page-hero–dark h1,
.tn-page-hero–dark h2,
.tn-page-hero–dark p  { color: #FFFDF7; }
.tn-page-hero–dark p  { color: rgba(255,253,247,0.75); }
.tn-page-hero–dark .tn-label { background: #C9933A; color: #1A2E1A; }
.tn-page-hero–orange { background: #C9933A; }
.tn-page-hero–orange h1,
.tn-page-hero–orange h2,
.tn-page-hero–orange p { color: #1A2E1A; }
.tn-page-hero__stripe { position: absolute; top: 0; right: 0; bottom: 0; width: 6px; background: #C9933A; }
.tn-page-hero–dark .tn-page-hero__stripe { background: #C9933A; }
.tn-page-hero__inner { max-width: 780px; position: relative; z-index: 1; }

/* FOOTER */
.tn-footer { background: #1A2E1A; border-top: 1px solid #3A5C3A; padding: clamp(3rem, 6vw, 5rem) 0 0; width: 100%; }
.tn-footer__inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: clamp(1.25rem, 4vw, 3rem); padding-right: clamp(1.25rem, 4vw, 3rem); }
.tn-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid #3A5C3A; margin-bottom: 2rem; }
.tn-footer__logo { font-size: 1.05rem; font-weight: 900; color: #FFFDF7; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.tn-footer__logo span { color: #C9933A; }
.tn-footer__brand-col p { font-size: 0.83rem; line-height: 1.75; max-width: 260px; color: rgba(255,253,247,0.65); }
.tn-footer__license { font-size: 0.68rem; color: rgba(255,253,247,0.35); margin-top: 1rem; line-height: 1.6; }
.tn-footer__col h4 { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #C9933A; margin-bottom: 1.1rem; }
.tn-footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.tn-footer__col a  { font-size: 0.83rem; color: rgba(255,253,247,0.65); transition: color 0.2s; }
.tn-footer__col a:hover { color: #FFFDF7; }
.tn-footer__bottom { display: flex; align-items: center; justify-content: space-between; font-size: 0.75rem; color: rgba(255,253,247,0.4); padding: 1.5rem 0; }

/* RESPONSIVE */
@media (max-width: 960px) {
.tn-hero              { grid-template-columns: 1fr; min-height: auto; }
.tn-hero__left        { padding: 3rem 1.5rem; }
.tn-hero__right       { height: 340px; min-height: unset; }
.tn-hero__overlay     { background: linear-gradient(to bottom, #F5EFE4 0%, rgba(245,239,228,0.6) 40%, transparent 70%); }
.tn-why-grid          { grid-template-columns: 1fr 1fr; }
.tn-gs-layout         { grid-template-columns: 1fr; }
.tn-story-featured    { grid-template-columns: 1fr; gap: 2rem; }
.tn-footer__grid      { grid-template-columns: 1fr 1fr; gap: 2rem; }
.tn-footer__bottom    { flex-direction: column; gap: 6px; text-align: center; }
}

@media (max-width: 720px) {
.tn-nav__links        { display: none; flex-direction: column; align-items: stretch; position: absolute; top: 68px; left: 0; right: 0; background: #1A2E1A; border-bottom: 1px solid #3A5C3A; padding: 1rem; gap: 4px; }
.tn-nav__links.open   { display: flex; }
.tn-nav__toggle       { display: flex; }
.tn-why-grid          { grid-template-columns: 1fr; }
.tn-stories-grid      { grid-template-columns: 1fr; }
.tn-team-grid         { grid-template-columns: 1fr; }
.tn-values-grid       { grid-template-columns: 1fr; }
.tn-process           { grid-template-columns: 1fr 1fr; }
.tn-process::before   { display: none; }
.tn-stats__inner      { grid-template-columns: 1fr 1fr; }
.tn-form-grid         { grid-template-columns: 1fr; }
.tn-hero__actions     { flex-direction: column; }
.tn-hero__trust       { flex-wrap: wrap; gap: 14px; }
}

@media (max-width: 480px) {
.tn-stats__inner      { grid-template-columns: 1fr; }
.tn-process           { grid-template-columns: 1fr; }
.tn-footer__grid      { grid-template-columns: 1fr; }
}