/*!
Theme Name: TSSG
Theme URI: http://underscores.me/
Author: TSSG Digital
Author URI: https://tssgdigital.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tssg-digital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TSSG is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

:root {
	--td-orange: #ff5a14;
	--td-orange-dark: #d94708;
	--td-black: #050609;
	--td-ink: #10141c;
	--td-charcoal: #121821;
	--td-gray: #636b78;
	--td-light: #f5f6f8;
	--td-border: rgba(17, 24, 39, .1);
	--td-white: #ffffff;

	--td-shadow: 0 24px 80px rgba(0, 0, 0, .14);
	--td-shadow-soft: 0 18px 60px rgba(17, 24, 39, .09);
	--td-glow: 0 24px 80px rgba(255, 90, 20, .28);

	--td-radius: 22px;
	--td-radius-lg: 34px;
	--td-container: 1240px;
}

/* Base */

body {
	margin: 0;
	background: #fff;
	color: var(--td-ink);
	font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.container {
	width: min(var(--td-container), calc(100% - 40px));
	margin-inline: auto;
}

.td-section {
	padding: 105px 0;
}

.td-eyebrow {
	display: inline-flex;
	margin: 0 0 16px;
	color: var(--td-orange);
	font-size: .74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .13em;
}

.td-section-heading {
	max-width: 900px;
	margin: 0 auto 54px;
	text-align: center;
}

.td-section-heading h2 {
	margin: 0;
	color: var(--td-black);
	font-size: clamp(2.25rem, 4.2vw, 4.3rem);
	line-height: 1;
	letter-spacing: -.058em;
}

.td-section-heading p {
	color: var(--td-gray);
	font-size: 1.1rem;
	line-height: 1.7;
}

/* Buttons */

.td-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 9px;
	font-size: .92rem;
	font-weight: 900;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.td-btn:hover {
	transform: translateY(-2px);
}

.td-btn--primary {
	background: linear-gradient(135deg, var(--td-orange), #ff7a33);
	color: #fff;
	box-shadow: 0 16px 34px rgba(255, 90, 20, .3);
}

.td-btn--dark {
	background: var(--td-black);
	color: #fff;
}

.td-btn--outline {
	border: 1px solid rgba(255, 255, 255, .28);
	color: #fff;
	background: rgba(255, 255, 255, .04);
}

.td-btn--light {
	border: 1px solid var(--td-border);
	background: #fff;
	color: var(--td-black);
}

/* Header */

.td-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 20px 0;
	transition: padding 200ms ease, background 200ms ease, box-shadow 200ms ease, backdrop-filter 200ms ease;
}

.td-header.is-scrolled,
body:not(.home) .td-header {
	padding: 12px 0;
	background: rgba(5, 6, 9, .9);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.td-header__inner {
	width: min(1320px, calc(100% - 40px));
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.td-logo {
	display: block;
	width: 190px;
	height: auto;
}

.td-menu {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.td-menu > li {
	position: relative;
}

.td-menu a {
	color: #fff;
	font-size: .88rem;
	font-weight: 850;
	text-decoration: none;
}

.td-menu a:hover {
	color: var(--td-orange);
}

.td-menu > .menu-item-has-children > a::after {
	content: "⌄";
	margin-left: 6px;
	font-size: .75rem;
}

.td-menu .sub-menu {
	position: absolute;
	top: calc(100% + 16px);
	left: 50%;
	min-width: 255px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border-radius: 18px;
	background: rgba(10, 14, 21, .96);
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.td-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.td-menu .sub-menu a {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	color: rgba(255, 255, 255, .78);
}

.td-menu .sub-menu a:hover {
	color: #fff;
	background: rgba(255, 90, 20, .14);
}

.td-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.td-header__support,
.td-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 9px;
	font-size: .82rem;
	font-weight: 900;
	text-decoration: none;
}

.td-header__support {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .04);
}

.td-header__cta {
	color: #fff;
	background: linear-gradient(135deg, var(--td-orange), #ff7a33);
	box-shadow: 0 14px 32px rgba(255, 90, 20, .28);
}

.td-menu-toggle,
.td-mobile-panel {
	display: none;
}

/* Hero */

.td-hero {
	position: relative;
	min-height: 94vh;
	padding: 160px 0 70px;
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 70% 32%, rgba(255, 90, 20, .22), transparent 28%),
		linear-gradient(135deg, #030405 0%, #090d13 52%, #020304 100%);
	color: #fff;
	overflow: hidden;
}

.td-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, transparent 0 55%, rgba(255, 90, 20, .22) 55.25%, transparent 56%),
		linear-gradient(120deg, transparent 0 64%, rgba(255, 90, 20, .16) 64.25%, transparent 65%),
		linear-gradient(120deg, transparent 0 76%, rgba(255, 90, 20, .1) 76.25%, transparent 77%);
}

.td-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	gap: 58px;
	align-items: center;
}

.td-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(3.2rem, 4.2vw, 4.4rem);
	line-height: .9;
	letter-spacing: -.07em;
	font-weight: 950;
}

.td-hero h1 span {
	display: block;
	color: var(--td-orange);
}

.td-hero__lead {
	max-width: 670px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, .76);
	font-size: 1.12rem;
	line-height: 1.75;
}

.td-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.td-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 50px;
}

.td-hero__stats div {
	padding-left: 16px;
	border-left: 1px solid rgba(255, 255, 255, .16);
}

.td-hero__stats strong,
.td-hero__stats span {
	display: block;
}

.td-hero__stats strong {
	color: #fff;
	font-size: 1.35rem;
	line-height: 1;
}

.td-hero__stats span {
	margin-top: 4px;
	color: rgba(255, 255, 255, .68);
	font-size: .74rem;
	font-weight: 800;
}

.td-hero__visual {
	position: relative;
	min-height: 625px;
}

.td-laptop {
	position: absolute;
	top: 30px;
	right: 3%;
	width: 78%;
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 34px 100px rgba(0, 0, 0, .42);
	transform: rotate(3deg);
}

.td-window-bar {
	display: flex;
	gap: 7px;
	height: 34px;
	align-items: center;
	padding: 0 14px;
	background: #f2f4f7;
}

.td-window-bar span {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #c9ced6;
}

.td-dashboard {
	display: grid;
	grid-template-columns: 105px 1fr;
	min-height: 360px;
	background: #fff;
	color: var(--td-ink);
}

.td-dashboard__sidebar {
	display: grid;
	gap: 14px;
	align-content: start;
	padding: 24px;
	background: #111827;
}

.td-dashboard__sidebar span {
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .18);
}

.td-dashboard__main {
	padding: 24px;
}

.td-dashboard__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.td-dashboard__stats div {
	padding: 14px;
	border-radius: 14px;
	background: #f5f6f8;
}

.td-dashboard__stats small,
.td-dashboard__stats strong {
	display: block;
}

.td-dashboard__stats small {
	color: var(--td-gray);
	font-size: .68rem;
	font-weight: 800;
}

.td-dashboard__stats strong {
	margin-top: 8px;
	color: var(--td-black);
	font-size: 1.2rem;
}

.td-dashboard__chart {
	display: flex;
	align-items: end;
	gap: 12px;
	height: 150px;
	margin-top: 28px;
	padding: 20px;
	border-radius: 18px;
	background: #f5f6f8;
}

.td-dashboard__chart span {
	flex: 1;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(180deg, var(--td-orange), #ffb18a);
}

.td-dashboard__chart span:nth-child(1) { height: 42%; }
.td-dashboard__chart span:nth-child(2) { height: 65%; }
.td-dashboard__chart span:nth-child(3) { height: 52%; }
.td-dashboard__chart span:nth-child(4) { height: 86%; }
.td-dashboard__chart span:nth-child(5) { height: 72%; }

.td-dashboard__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 14px;
}

.td-dashboard__cards div {
	height: 52px;
	border-radius: 14px;
	background: #eef1f5;
}

.td-phone {
	position: absolute;
	right: 0;
	bottom: 96px;
	z-index: 3;
	width: 205px;
	min-height: 350px;
	border-radius: 30px;
	background: #111827;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
	transform: rotate(-4deg);
}

.td-phone__content {
	padding: 24px 18px;
	color: #fff;
}

.td-phone__content span,
.td-phone__content strong {
	display: block;
}

.td-phone__content span {
	color: rgba(255, 255, 255, .76);
	font-size: .8rem;
	font-weight: 900;
}

.td-phone__content strong {
	margin-top: 16px;
	color: #fff;
}

.td-phone__content ul {
	display: grid;
	gap: 8px;
	margin: 18px 0;
	padding: 0;
	list-style: none;
}

.td-phone__content li {
	color: rgba(255, 255, 255, .72);
	font-size: .78rem;
}

.td-phone__content button {
	width: 100%;
	height: 42px;
	border: 0;
	border-radius: 10px;
	background: var(--td-orange);
	color: #fff;
	font-weight: 900;
}

.td-hero__kite {
	position: absolute;
	right: -8px;
	bottom: 14px;
	z-index: 4;
	width: 165px;
	filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .35));
}

/* Support Band */

.td-support-band {
	padding: 36px 0;
	background: linear-gradient(135deg, var(--td-orange), #ff7938);
	color: #fff;
}

.td-support-band__grid {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 28px;
	align-items: center;
}

.td-support-band__icon {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	border-radius: 22px;
	border: 2px solid rgba(255, 255, 255, .8);
	font-size: 2rem;
	font-weight: 950;
	transform: rotate(-10deg);
}

.td-support-band h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1;
	letter-spacing: -.04em;
}

.td-support-band p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, .84);
}

/* Process */

.td-process {
	background: #fff;
}

.td-process__track {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
}

.td-process__track article {
	position: relative;
	text-align: center;
}

.td-process__track article::after {
	content: "";
	position: absolute;
	top: 42px;
	right: -18px;
	width: 36px;
	height: 1px;
	border-top: 2px dashed rgba(17, 24, 39, .18);
}

.td-process__track article:last-child::after {
	display: none;
}

.td-process__track span {
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	margin: 0 auto 18px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--td-border);
	color: var(--td-orange);
	font-weight: 950;
	box-shadow: var(--td-shadow-soft);
}

.td-process__track h3 {
	margin: 0;
	color: var(--td-black);
	font-size: 1rem;
}

.td-process__track p {
	color: var(--td-gray);
	font-size: .88rem;
	line-height: 1.6;
}

/* Websites */

.td-websites {
	background: #f7f8fa;
}

.td-websites__grid,
.td-marketing__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 70px;
	align-items: center;
}

.td-websites h2,
.td-marketing h2,
.td-software h2 {
	margin: 0;
	color: var(--td-black);
	font-size: clamp(2.3rem, 4vw, 4.2rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.td-websites p,
.td-marketing p {
	color: var(--td-gray);
	font-size: 1.08rem;
	line-height: 1.75;
}

.td-websites ul,
.td-marketing ul {
	display: grid;
	gap: 12px;
	margin: 28px 0 34px;
	padding: 0;
	list-style: none;
}

.td-websites li,
.td-marketing li {
	position: relative;
	padding-left: 28px;
	color: var(--td-ink);
	font-weight: 750;
}

.td-websites li::before,
.td-marketing li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--td-orange);
	font-weight: 950;
}

.td-websites__visual {
	position: relative;
	min-height: 430px;
}

.td-site-mockup {
	position: absolute;
	right: 0;
	top: 0;
	width: 84%;
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--td-shadow);
}

.td-placeholder-site {
	min-height: 310px;
	padding: 34px;
	background:
		linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)),
		linear-gradient(135deg, #263342, #0d1117);
	color: #fff;
}

.td-placeholder-site strong,
.td-placeholder-site span {
	display: block;
}

.td-placeholder-site strong {
	font-size: 2rem;
}

.td-placeholder-site__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 90px;
}

.td-placeholder-site__cards span {
	height: 70px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .16);
}

.td-site-phone {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 160px;
	min-height: 300px;
	padding: 18px;
	border-radius: 28px;
	background: #101827;
	box-shadow: var(--td-shadow);
}

.td-site-phone div {
	height: 150px;
	border-radius: 18px;
	background: linear-gradient(135deg, #263342, #0d1117);
}

.td-site-phone span {
	display: block;
	height: 12px;
	margin-top: 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .18);
}

/* Software */

.td-software {
	background:
		radial-gradient(circle at 84% 24%, rgba(255, 90, 20, .16), transparent 28%),
		#050609;
	color: #fff;
}

.td-software__grid {
	display: grid;
	grid-template-columns: 1fr .6fr;
	gap: 70px;
	align-items: center;
}

.td-software h2 {
	color: #fff;
}

.td-software p {
	color: rgba(255, 255, 255, .72);
	font-size: 1.08rem;
	line-height: 1.75;
}

.td-software__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 34px;
}

.td-software__cards div {
	padding: 24px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .08);
}

.td-software__cards strong,
.td-software__cards span {
	display: block;
}

.td-software__cards strong {
	color: #fff;
}

.td-software__cards span {
	margin-top: 7px;
	color: rgba(255, 255, 255, .62);
	line-height: 1.55;
}

.td-software__phone {
	width: min(300px, 100%);
	margin-inline: auto;
	padding: 18px;
	border-radius: 34px;
	background: #fff;
	color: var(--td-ink);
	box-shadow: 0 34px 100px rgba(0, 0, 0, .4);
}

.td-route-map {
	height: 240px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 90, 20, .18), transparent),
		#eef1f5;
}

.td-schedule-list {
	padding: 18px 6px 4px;
}

.td-schedule-list > span {
	display: block;
	margin-bottom: 14px;
	color: var(--td-gray);
	font-size: .82rem;
	font-weight: 900;
}

.td-schedule-list div {
	padding: 12px 0;
	border-top: 1px solid #edf0f3;
}

.td-schedule-list strong,
.td-schedule-list small {
	display: block;
}

.td-schedule-list strong {
	color: var(--td-black);
}

.td-schedule-list small {
	color: var(--td-gray);
}

/* Marketing */

.td-marketing {
	background: #fff;
}

.td-marketing__visual {
	position: relative;
	min-height: 430px;
}

.td-ad-card {
	position: absolute;
	width: 230px;
	min-height: 260px;
	padding: 24px;
	border-radius: 20px;
	background:
		linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),
		linear-gradient(135deg, #273346, #090d13);
	color: #fff;
	box-shadow: var(--td-shadow);
}

.td-ad-card strong,
.td-ad-card span {
	display: block;
}

.td-ad-card strong {
	font-size: 1.4rem;
	line-height: 1.05;
}

.td-ad-card span {
	margin-top: 18px;
	color: var(--td-orange);
	font-weight: 900;
}

.td-ad-card--one {
	left: 0;
	top: 40px;
	transform: rotate(-6deg);
}

.td-ad-card--two {
	left: 180px;
	top: 100px;
	background: #fff;
	color: var(--td-black);
	transform: rotate(2deg);
}

.td-ad-card--three {
	right: 0;
	top: 20px;
	transform: rotate(-3deg);
}

/* CTA */

.td-final-cta {
	padding: 56px 0;
	background: #050609;
	color: #fff;
}

.td-final-cta__grid {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 34px;
	align-items: center;
}

.td-final-cta img {
	width: 125px;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .3));
}

.td-final-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.9rem, 3vw, 3rem);
	line-height: 1;
	letter-spacing: -.04em;
}

.td-final-cta p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, .72);
}

.td-final-cta__actions {
	display: flex;
	gap: 12px;
}

/* Footer */

.td-footer {
	background: #050609;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.td-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, .75fr) 1.1fr;
	gap: 38px;
	padding: 60px 0;
}

.td-footer__brand img {
	width: 190px;
}

.td-footer__brand p,
.td-footer__subscribe p {
	color: rgba(255, 255, 255, .62);
	line-height: 1.65;
}

.td-footer h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: .9rem;
}

.td-footer__nav {
	display: grid;
	align-content: start;
	gap: 9px;
}

.td-footer__nav a,
.td-footer__bottom a {
	color: rgba(255, 255, 255, .62);
	text-decoration: none;
}

.td-footer__nav a:hover,
.td-footer__bottom a:hover {
	color: var(--td-orange);
}

.td-footer__subscribe form {
	display: flex;
	margin-top: 18px;
}

.td-footer__subscribe input {
	min-width: 0;
	flex: 1;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 10px 0 0 10px;
	background: rgba(255, 255, 255, .06);
	color: #fff;
	padding: 0 14px;
}

.td-footer__subscribe button {
	border: 0;
	border-radius: 0 10px 10px 0;
	background: var(--td-orange);
	color: #fff;
	font-weight: 900;
	padding: 0 16px;
}

.td-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .5);
	font-size: .84rem;
}

.td-footer__bottom div {
	display: flex;
	gap: 18px;
}

/* Mobile */

@media (max-width: 1150px) {
	.td-nav,
	.td-header__actions {
		display: none;
	}

	.td-menu-toggle {
		display: block;
		width: 46px;
		height: 46px;
		border: 0;
		border-radius: 12px;
		background: rgba(255, 255, 255, .08);
		cursor: pointer;
	}

	.td-menu-toggle span {
		display: block;
		width: 20px;
		height: 2px;
		margin: 5px auto;
		background: #fff;
		border-radius: 999px;
	}

	.td-header.is-open .td-mobile-panel {
		display: grid;
	}

	.td-mobile-panel {
		position: absolute;
		top: calc(100% + 10px);
		left: 20px;
		right: 20px;
		gap: 4px;
		padding: 16px;
		border-radius: 22px;
		background: rgba(5, 6, 9, .96);
		border: 1px solid rgba(255, 255, 255, .08);
		box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
	}

	.td-mobile-panel a {
		padding: 12px;
		border-radius: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: 850;
	}

	.td-mobile-panel a:hover {
		background: rgba(255, 90, 20, .14);
	}

	.td-mobile-actions {
		display: grid;
		gap: 10px;
		margin-top: 10px;
	}

	.td-process__track {
		grid-template-columns: repeat(3, 1fr);
	}

	.td-process__track article::after {
		display: none;
	}

	.td-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.td-hero {
		min-height: auto;
		padding: 130px 0 70px;
	}

	.td-hero__grid,
	.td-websites__grid,
	.td-software__grid,
	.td-marketing__grid,
	.td-support-band__grid,
	.td-final-cta__grid {
		grid-template-columns: 1fr;
	}

	.td-hero__visual {
		min-height: 520px;
	}

	.td-laptop {
		width: 92%;
		right: 4%;
	}

	.td-phone {
		right: 0;
		bottom: 72px;
		width: 170px;
	}

	.td-hero__kite {
		width: 120px;
	}

	.td-hero__stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.td-process__track,
	.td-software__cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.td-websites__visual,
	.td-marketing__visual {
		min-height: auto;
	}

	.td-site-mockup,
	.td-site-phone,
	.td-ad-card {
		position: relative;
		inset: auto;
		width: auto;
		transform: none;
		margin-bottom: 18px;
	}

	.td-final-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}
}

@media (max-width: 640px) {
	.container,
	.td-header__inner {
		width: min(100% - 28px, var(--td-container));
	}

	.td-logo {
		width: 150px;
	}

	.td-hero h1 {
		font-size: clamp(3rem, 15vw, 4.8rem);
	}

	.td-actions,
	.td-btn {
		width: 100%;
	}

	.td-process__track,
	.td-software__cards,
	.td-footer__grid {
		grid-template-columns: 1fr;
	}

	.td-dashboard {
		grid-template-columns: 1fr;
	}

	.td-dashboard__sidebar {
		display: none;
	}

	.td-dashboard__stats {
		grid-template-columns: 1fr;
	}

	.td-footer__bottom {
		flex-direction: column;
	}
}

/* ===========================
   Global Button Styles
=========================== */

.td-btn,
.td-header__cta,
.td-header__support {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;

	transition:
		transform .25s ease,
		background .25s ease,
		color .25s ease,
		border-color .25s ease,
		box-shadow .25s ease;
}

/* Remove browser link colors */


.td-btn--primary,
.td-header__cta{

	background:linear-gradient(
		135deg,
		var(--td-orange),
		#ff7b33
	);

	color:#fff;

	box-shadow:
		0 12px 28px rgba(255,90,20,.28);
}

.td-btn--primary:hover,
.td-header__cta:hover{

	color:#fff;

	transform:
		translateY(-3px)
		scale(1.02);

	box-shadow:
		0 22px 48px rgba(255,90,20,.45);

	background:linear-gradient(
		135deg,
		#ff6d26,
		#ff8d46
	);
}
.td-btn--outline,
.td-header__support{

	background:rgba(255,255,255,.05);

	border:1px solid rgba(255,255,255,.18);

	color:#fff;
}

.td-btn--outline:hover,
.td-header__support:hover{


	background:#fff;

	border-color:#fff;

	transform:translateY(-3px);

	box-shadow:0 18px 42px rgba(0,0,0,.18);
}

/* Dark header support button gets dark text on white */

.td-header__support:hover{
	color:var(--td-black);
}
.td-btn--light{

	background:#fff;
	color:var(--td-black);

	border:1px solid rgba(0,0,0,.08);
}

.td-btn--light:hover{

	color:var(--td-black);

	transform:translateY(-3px);

	background:#fff;

	box-shadow:
		0 20px 48px rgba(0,0,0,.12);
}
.td-btn--dark{

	background:var(--td-black);
	color:#fff;
}

.td-btn--dark:hover{

	color:#fff;

	background:#1a1a1a;

	transform:translateY(-3px);

	box-shadow:
		0 20px 45px rgba(0,0,0,.35);
}
html {
	scroll-behavior: smooth;
}

.td-one-system {
	background: #fff;
}

.td-solution-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.td-solution-grid article {
	position: relative;
	padding: 30px;
	border: 1px solid var(--td-border);
	border-radius: var(--td-radius);
	background: #fff;
	box-shadow: var(--td-shadow-soft);
	overflow: hidden;
}

.td-solution-grid article::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 90, 20, .12), transparent 38%);
	pointer-events: none;
}

.td-solution-grid span {
	position: relative;
	display: inline-flex;
	margin-bottom: 28px;
	color: var(--td-orange);
	font-size: .78rem;
	font-weight: 950;
	letter-spacing: .12em;
}

.td-solution-grid h3 {
	position: relative;
	margin: 0;
	color: var(--td-black);
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -.03em;
}

.td-solution-grid p {
	position: relative;
	margin: 14px 0 0;
	color: var(--td-gray);
	line-height: 1.65;
	font-size: .96rem;
}

.td-stack {
	background: #f7f8fa;
}

.td-stack-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.td-stack-grid div {
	display: grid;
	place-items: center;
	min-height: 92px;
	padding: 20px;
	border: 1px solid var(--td-border);
	border-radius: 18px;
	background: #fff;
	color: var(--td-black);
	font-weight: 950;
	box-shadow: 0 14px 40px rgba(17, 24, 39, .06);
}

.td-work {
	background: #fff;
}

.td-work-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.td-work-grid article {
	padding: 30px;
	border-radius: var(--td-radius);
	background:
		linear-gradient(135deg, rgba(255, 90, 20, .08), transparent 42%),
		#f7f8fa;
	border: 1px solid var(--td-border);
}

.td-work-grid h3 {
	margin: 0;
	color: var(--td-black);
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -.035em;
}

.td-work-grid p {
	margin: 14px 0 0;
	color: var(--td-gray);
	line-height: 1.65;
}

.td-center-actions {
	display: flex;
	justify-content: center;
	margin-top: 38px;
}

.td-footer__simple {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	align-items: center;
	padding: 54px 0;
}

.td-footer__quick {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.td-footer__quick a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 999px;
	color: rgba(255,255,255,.76);
	text-decoration: none;
	font-size: .86rem;
	font-weight: 800;
}

.td-footer__quick a:hover {
	color: #fff;
	background: var(--td-orange);
	border-color: var(--td-orange);
}

.td-footer__bottom div a {
	padding: 6px 0;
}

/* One-page cleanup overrides */
.td-support-band__icon {
	font-family: inherit;
}

.td-menu a:visited,
.td-btn:visited,
.td-header__cta:visited,
.td-header__support:visited,
.td-footer a:visited {
	color: inherit;
}

.td-header__cta:visited,
.td-btn--primary:visited {
	color: #fff;
}

.td-header__support:hover,
.td-btn--outline:hover {
	color: var(--td-black);
}

.td-final-cta .td-btn--outline:hover {
	color: var(--td-black);
}

/* Mobile refinements */
@media (max-width: 1150px) {
	.td-footer__simple {
		grid-template-columns: 1fr;
	}

	.td-footer__quick {
		justify-content: flex-start;
	}

	.td-solution-grid,
	.td-work-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.td-stack-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.td-solution-grid,
	.td-work-grid {
		grid-template-columns: 1fr;
	}

	.td-support-band__grid {
		text-align: left;
	}

	.td-support-band__icon {
		width: 56px;
		height: 56px;
		border-radius: 18px;
		font-size: 1.6rem;
	}
}

@media (max-width: 640px) {
	.td-section {
		padding: 76px 0;
	}

	.td-section-heading {
		margin-bottom: 34px;
	}

	.td-section-heading h2,
	.td-websites h2,
	.td-marketing h2,
	.td-software h2 {
		font-size: clamp(2.1rem, 11vw, 3.1rem);
	}

	.td-hero h1 {
		font-size: clamp(2.75rem, 13vw, 4.1rem);
	}

	.td-hero__lead {
		font-size: 1rem;
	}

	.td-solution-grid article,
	.td-work-grid article {
		padding: 24px;
	}

	.td-stack-grid {
		grid-template-columns: 1fr;
	}

	.td-footer__quick {
		display: grid;
		grid-template-columns: 1fr;
	}

	.td-footer__quick a {
		justify-content: flex-start;
	}
}
/* ========================================
   Navigation Link States
======================================== */

.td-menu a,
.td-menu a:link,
.td-menu a:visited {
    color: #fff;
}

.td-menu a:hover,
.td-menu a:focus,
.td-menu a:active {
    color: var(--td-orange);
}

.td-menu > li.current-menu-item > a,
.td-menu > li.current-menu-parent > a,
.td-menu > li.current-menu-ancestor > a,
.td-menu a[aria-current="page"] {
    color: var(--td-orange);
}
/* Header buttons should never inherit visited colors */

.td-header__cta,
.td-header__cta:link,
.td-header__cta:visited {
    color: #fff;
}

.td-header__support,
.td-header__support:link,
.td-header__support:visited {
    color: #fff;
}

.td-header__support:hover {
    color: var(--td-orange);
}



