/*
Theme Name: Hodos
Author: George English
Author URI: http://englishwebdesign.com
Description: Bespoke theme
Version: 2026091701
*/

@import 'css/slick.css';

/* */

*,
*:before,
*:after {
	box-sizing: border-box;
}

.hidden-fields-container,
.screen-reader-response,
.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

:root {
	--bg: #080b0f;
	--panel: #11151a;


	--pink: #e1006d;
	--orange: #f78e17;
	--lime: rgb(0, 179, 113);
}

body {
	margin: 0;
	background: var(--bg);
	color: #9fa6af;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.6;

}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
	width: 90%;
	margin: 0 auto;
}

.section-padded {
	padding: 60px 0;
}

.row {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 40px;
}

.row .row {
	gap: 24px;
}

.row-flex {
	display: flex;
}

.row-flex .col {
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
}

.col { grid-column: span 12; }

.col-2 {
	grid-column: span 2;
}
.col-3 {
	grid-column: span 3;
}
.col-4 { grid-column: span 4; }
.col-5 { grid-column: span 5; }
.col-6 { grid-column: span 6; }
.col-7 { grid-column: span 7; }
.col-8 { grid-column: span 8; }



h1, h2, h3, h4, h5, h6, ul, ol, p {
	margin: 0 0 18px;
}

h1, h2 {
	font-size: clamp(35px, 4vw, 56px);
	letter-spacing: -0.04em;
	font-family: "Playfair Display", Georgia, serif;
	font-feature-settings: 'lnum' 1;
	line-height: 1.15;
	font-weight: 400;
	
}

h1,
h2,
h3 {
	color: #fff;
}


*:last-child {
	margin-bottom: 0;
}

.heading-lg {
	font-size: clamp(56px, 8vw, 120px);
	line-height: 0.95;
	font-weight: 500;
	letter-spacing: -0.05em;
	margin-left: -0.025em;
	margin-bottom: 40px;
}

.heading-lg + .lede {
	max-width: 22em;
	font-size: 18px;
	margin-bottom: 40px;
}

.pre-heading {
	margin: 0 0 16px;
	color: var(--pink);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}


.btn {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid rgba(255,255,255,0.22);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	transition: 0.3s;

	border-radius: 8px;
}

.btn:hover {
	border-color: var(--pink);
	background: rgba(225,0,109,0.08);
	transform: translateY(-4px);
}

.site-header {
	padding: 30px 0 20px;
}

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.logo {
	color: var(--pink);
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.1;
	text-transform: uppercase;
}

.logo img {
	height: 80px;
	width: auto;
}

.site-footer .logo img {
	height: 100px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;

	display: flex;
	align-items: center;
	gap: 40px;
	color: #fff;
	font-size: 15px;
}

.hero {
	position: relative;
	overflow: hidden;
	background: url('img/hero.png') center right / cover no-repeat;
}

.hero:after {
	content: "";
	position: absolute;
	inset: 0;
	background: 
		linear-gradient(180deg, var(--bg), transparent 40%, transparent 60%, var(--bg)),
		linear-gradient(90deg, var(--bg) 40%, transparent 60%);
	pointer-events: none;
}

.hero .container { 
	position: relative; 
	z-index: 2; 
}

.hero-dot { 
	color: var(--pink); 
	margin-left: 0.05em;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #fff;
}

.circle-arrow {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.34);
	display: grid;
	place-items: center;
}

.data-card {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.data-card strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 2.6rem;
	line-height: 1;
	font-weight: 500;
}

/* */

.post-container {
	background: var(--panel);
	border: 1px solid rgba(255,255,255,0.07);
	min-height: 100%;
	transition: 0.3s;

	border-radius: 24px;
}

.post-container:hover {
	transform: translateY(-6px);
	border-color: rgba(255,255,255,0.2);
}

.post-image {
	aspect-ratio: 2 / 1;
	position: relative;
}

.post-content {
	padding: 32px;
}

.post-content h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.15;
}

.tag {
	border-radius: 6px;
	display: inline-flex;
	padding: 3px 8px 2px;
	border: 1px solid currentColor;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.icon-container {
	display: flex;
	gap: 24px;
	position: relative;
}

.icon {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	border-radius: 999px;
	border: 1px solid currentColor;
	display: grid;
	place-items: center;

	margin-bottom: 20px;
	font-size: 40px;
}

.icon-container h3 {
	margin: 0 0 10px;
	font-size: 18px;
}

.icon-container p {
	margin: 0;
	font-size: 15px
}

.cta-panel {
	padding: 60px 0;

	overflow: hidden;
	
	border-radius: 24px;
	

	background-image: url('img/cta.png');
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: bottom right;

	position: relative;
}

.cta-panel:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--panel) 10%, var(--bg) 60%, rgba(8, 11, 15, 0));
	
	border-radius: 24px;
}

.cta-panel:after {
	content: "";
	position: absolute;
	inset: 0;
	
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 24px;
}

.cta-panel h2 {
	padding-left: 48px;
}

.cta-panel .col {
	position: relative;
	z-index: 1;
}

.footer-title {
	color: #fff;
	font-weight: 600;
}

.footer-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;

	font-size: 15px;
}

.footer-links a + a {
	margin-top: 5px;
}

.footer-bottom {
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.08);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: 0.85rem;
}

.white {
	color: #fff;
}
.pink { color: var(--pink); }
.orange { color: var(--orange); }
.lime { color: var(--lime); }

/* base corner style */
.corner {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0.6;
}

.top-left {
    top: 0;
    left: 0;
    border-top: 1px solid;
    border-left: 1px solid;
}

.top-right {
    top: 0;
    right: 0;
    border-top: 1px solid;
    border-right: 1px solid;
}

.bottom-left {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    border-left: 1px solid;
}

.bottom-right {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    border-right: 1px solid;
}