*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 18px;
}

html, 
body, 
main {
	height: 100%;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

/* Mobile viewport fixes */
@viewport {
	width: device-width;
	initial-scale: 1.0;
	maximum-scale: 1.0;
	user-scalable: no;
}

body {
	margin: 0;
	--color-text: #d05400;
    --color-bg: #0c0c0c;
    --color-link: #6b5537;
	--color-link-hover: #fff;
	--color-content-title-sub: #6b5537;
    color: var(--color-text);
    background-image: url("lc-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: var(--color-bg); */
    --cursor-stroke: #6b5537;
    --cursor-fill: none;
    --cursor-stroke-width: 1px;
	font-family: bilo, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.demo-2 {
	--color-text: #000000;
    --color-bg: #F8F7F4;
    --color-link: #0003c8;
    --color-link-hover: #000;
    --color-content-title-sub: #ec9e34;
    --cursor-stroke: #000000;
    --cursor-fill: none;
    --cursor-stroke-width: 1px;
}

.demo-3 {
	--color-text: #239c34;
    --color-bg: #000000;
    --color-link: #ffffff;
    --color-link-hover: #ccc;
    --color-content-title-sub: #ffffff;
    --cursor-stroke: #239c34;
    --cursor-fill: none;
    --cursor-stroke-width: 3px;
}

a {
	text-decoration: underline;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: var(--color-link-hover);
	outline: none;
}


.message {
	position: relative;
	z-index: 100;
	text-align: center;
	background: var(--color-text);
	color: var(--color-bg);
	padding: 1rem;
	font-size: 0.85rem;
	position: relative;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.frame {
	padding: 3rem 2vw;
	text-align: center;
	position: relative;
	z-index: 1000;
	font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.frame__title {
	
	margin: 0 0 1rem;
	font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.frame__title a {
	color: #ffffff;
}

.frame__title a:hover {
	color: #ffffff !important;
}

.frame__title a:hover {
    color: #222222 !important;
}

.frame__links {
	display: inline;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
	text-decoration: none;
}

.content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	position: relative;
	align-items: center;
	justify-content: center;
}

.content__title {
	font-family: bely-display, sans-serif;
	font-weight: 400;
	font-size: 10vw;
	margin: 0;
	line-height: 1;
	position: relative;
}

.content__title-sub {
	color: var(--color-content-title-sub);
	font-size: 4.5vw;
	display: block;
	margin-left: 3vw;
	line-height: 0.5;
}


@media screen and (min-width: 53em) {
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100%;
		padding: 3rem;
		pointer-events: none;
		grid-template-columns: 75% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links'
							'... ...'
							'... demos';
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}
	.frame__title {
		margin: 0;
	}
	.frame__tagline {
		position: relative;
		margin: 0 0 0 1rem;
		padding: 0 0 0 1rem;
		opacity: 0.5;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: end;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}
	.frame a {
		pointer-events: auto;
	}
	.content {
		height: 100vh;
		justify-content: center;
	}
}


.button-container {
    display: flex
;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.glass-button {
    width: 100%;
	max-width: 348px;
    padding: 16px 60px;
    border: none;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.glass-button:hover {
    color: #ffffff !important;
}

.btn-success {
    background: rgba(72, 187, 120, 0.3);
    border-color: rgba(72, 187, 120, 0.4);
}

.btn-primary {
    background: rgba(103, 126, 234, 0.3);
    border-color: rgba(103, 126, 234, 0.4);
}

.icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}


.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 40px;
    /* background: #F8F7F4; */
    /* border-top: 1px solid rgba(34, 34, 34, 0.1); */
    display: flex
;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.footer-left {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.footer-center {
    display: flex
;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 8px;
    padding: 16px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.footer-right {
    display: flex
;
    align-items: center;
    gap: 15px;
}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 900;
    color: #222222;
    letter-spacing: -0.5px;
    margin-right: 24px;
}

.footer-button {
    border-radius: 8px !important;
    padding: 12px 16px;
    background: transparent;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex
;
    align-items: center;
    margin-right: 16px;
}

.footer-button:hover {
    color: #222222 !important;
}

.footer-button:last-child {
    margin-right: 0;
}

.join-button {
    background: #D9FF66;
    border: none;
    color: #222222;
    border-radius: 4px;
}



.logo-pic {
    text-align: center;
    /* margin-bottom: 3rem; */
    transition: all 0.3s ease;
    display: flex
;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .logo-pic {
        margin-bottom: 0rem;
    }
	.frame {
		display: none;
	}
	
	/* Better mobile glass button styling */
	.glass-button {
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
}

/* Additional mobile optimizations */
@media (max-width: 480px) {
	:root {
		font-size: 16px;
	}
}

@media (max-width: 360px) {
	:root {
		font-size: 14px;
	}
}

/* .logo-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    background-image: url("img/landc-svg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
} */


.logo-pic p {
	font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}