/*!
Theme Name: fourity26
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: fourity26
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.

fourity26 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: inherit;
}

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

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;
}

.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;
}

/* theme */
body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.single-section {
	height: 100vh;
}
.section1 {
	background: blue;
}
.section2 {
	background: pink;
}
.section3 {
	background: gray;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 4;
    width: 100%;
	transform: translateY(0);
	transition: transform 0.35s ease, background 0.3s ease, padding 0.3s ease;
}
.site-header.hide {
	transform: translateY(-100%);
}
.site-header.scrolled {
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	background-color: rgba(0, 0, 0, .9);
    z-index: 999;
}
.main-navigation {
    width: auto;
}
.header-row {
	justify-content: space-between;
	align-items: center;
}
.site-header img.custom-logo {
	max-width: 120px;
	filter: brightness(0) invert(1);
	transition: filter .6s ease;
}
.site-header .site-branding {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-header.scrolled:not(.hide) img.custom-logo {
	filter: none;
	transition: filter .6s ease;
	filter: brightness(0) saturate(100%) invert(77%) sepia(18%) saturate(963%) hue-rotate(162deg) brightness(92%) contrast(92%);
}
.main-navigation li {
	font-size: 14px;
	margin: 0 25px;
	display: flex;
    align-items: center;
}
.main-navigation a {
	color: #fff;
}
.main-navigation li:last-child a {
	background-color: #f9dc38;
    padding: 8px 34px;
    border-radius: 999px;
    color: #000000;
}
.site-header.scrolled .main-navigation a {
	color: var(--muted);
}
.site-header.scrolled .main-navigation .menu li:last-child a {
    color: #000;
}
:root{
	--overlay-opacity: .45;
}
html,
body{
	margin:0;
	padding:0;
	-webkit-overflow-scrolling: touch
}
html {
	scroll-behavior: auto;
	overflow-x: hidden;
}
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: "Roboto", sans-serif;
}


/* header */
.fy-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	padding: 4px 48px;
	color: var(--text);
	/* mix-blend-mode: difference; */
}

.fy-logo {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
	letter-spacing: .18em;
	font-weight: 500;
}

.fy-nav {
	display: flex;
	gap: 32px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: rgba(255,255,255,.76);
}

.fy-nav a {
	position: relative;
	transition: color .25s ease;
}

.fy-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 1px;
	background: var(--accent);
	transition: width .3s ease;
}

.fy-nav a:hover {
	color: #fff;
}

.fy-nav a:hover::after {
	width: 100%;
}
.fy-nav .menu li:last-child a::after {
	display: none;
}

/* cursor */
/*
|--------------------------------------------------------------------------
| HIDE DEFAULT CURSOR
|--------------------------------------------------------------------------
*/

html,
body,
a,
button,
input,
textarea,
select {
	cursor: none !important;
}

/*
|--------------------------------------------------------------------------
| CUSTOM CURSOR
|--------------------------------------------------------------------------
*/

.fy-cursor{
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
	z-index: 999999;
}

/*
|--------------------------------------------------------------------------
| INNER DOT
|--------------------------------------------------------------------------
*/

.fy-cursor-dot{
	position: fixed;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f5c542;
	transform: translate(-50%, -50%);
	z-index: 2;
}

/*
|--------------------------------------------------------------------------
| OUTER RING
|--------------------------------------------------------------------------
*/

.fy-cursor-ring{
	position: fixed;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.7);
	background: rgba(255,255,255,0.5);
	transform: translate(-50%, -50%);
	transition:
		width .25s ease,
		height .25s ease,
		background .25s ease,
		border-color .25s ease,
		transform .15s ease;
}

.fy-cursor.dark .fy-cursor-ring{
	border-color: #000;
}

.fy-cursor.dark .fy-cursor-dot{
	background: #000;
}

.fy-cursor.light .fy-cursor-ring{
	border-color: #fff;
}

.fy-cursor.light .fy-cursor-dot{
	background: #fff;
}

/*
|--------------------------------------------------------------------------
| HOVER STATE
|--------------------------------------------------------------------------
*/

.fy-cursor.active .fy-cursor-ring{
	width: 72px;
	height: 72px;
	background: rgba(255,255,255,0.08);
	border-color: rgba(255,255,255,1);
}

/*
|--------------------------------------------------------------------------
| CLICK EFFECT
|--------------------------------------------------------------------------
*/

.fy-cursor.click .fy-cursor-ring{
	transform: translate(-50%, -50%) scale(.82);
}

/*
|--------------------------------------------------------------------------
| LINK HOVER
|--------------------------------------------------------------------------
*/

a,
button,
.fy-magnetic{
	position: relative;
	display: inline-flex;
	align-items: center;
	transition:
		color .25s ease,
		opacity .25s ease;
}


/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media screen and (max-width: 991px){

	html,
	body,
	a,
	button,
	input,
	textarea,
	select{
		cursor: auto !important;
	}

	.fy-cursor{
		display: none;
	}
}
/* end cursor */


/* new theme idea */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
	--bg: #050505;
	--bg-soft: #0d0d0d;
	--text: #f3f0e8;
	--muted: #8b8982;
	--line: rgba(255,255,255,.12);
	--accent: #f5c542;
	--accent-soft: rgba(245,197,66,.18);
	--white-soft: rgba(255,255,255,.72);
}

* {
	box-sizing: border-box;
}

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

.fy-hero {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background:
		radial-gradient(circle at 70% 40%, rgba(245,197,66,.13), transparent 32%),
		radial-gradient(circle at 20% 90%, rgba(255,255,255,.06), transparent 28%),
		#050505;
}

.fy-hero-inner {
	position: relative;
	z-index: 5;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 140px 48px 56px;
}
#fyHeroCanvas {
	position: absolute;
	top: 0;
	right: 0;
	width: 58%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	touch-action: pan-y;
}
.fy-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(to right,  #050505 28%, transparent 56%),
		linear-gradient(to bottom, rgba(5,5,5,.1) 0%, rgba(5,5,5,.75) 100%);
}
.fy-hero-label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .16em;
}
.fy-hero-label span {
	width: 42px;
	height: 1px;
	background: var(--accent);
	display: inline-block;
}
.fy-hero-title {
	margin: 0;
    max-width: 56vw;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 8vw;
    line-height: .88;
    letter-spacing: -.075em;
    font-weight: 600;
}
.fy-hero-title span {
	color: var(--accent);
}
.fy-hero-bottom {
	display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 44px;
    max-width: 1180px;
    flex-direction: column;
}
.fy-hero-bottom p {
	max-width: 520px;
	margin: 0;
	color: var(--white-soft);
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.55;
	font-weight: 100;
}
.fy-hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}
.fy-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	transition: transform .25s ease, border-color .25s ease, background .25s ease;
	letter-spacing: 1px;
}
.fy-btn-primary {
    background: var(--accent);
    color: #000;
}
.fy-btn-secondary {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.fy-btn-primary:hover {
	background: #fff;
}
.fy-btn-secondary:hover {
	background: #fff;
	color: #000;
}
.fy-scroll-indicator {
	position: absolute;
	right: 48px;
	bottom: 52px;
	z-index: 6;
	display: flex;
	align-items: center;
	gap: 14px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: var(--muted);
}

.fy-scroll-line {
	position: relative;
	width: 72px;
	height: 1px;
	background: rgba(255,255,255,.16);
	overflow: hidden;
}

.fy-scroll-line::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--accent);
	animation: fyScrollLine 1.7s ease-in-out infinite;
}
.label-color {
	color: #86c2e1;
}

@keyframes fyScrollLine {
	0% {
		left: -100%;
	}
	55% {
		left: 0;
	}
	100% {
		left: 100%;
	}
}

.fy-next-section {
	min-height: 100vh;
	padding: 120px 48px;
	background: #080808;
	border-top: 1px solid var(--line);
}

.fy-next-section h2 {
	max-width: 900px;
	margin: 0;
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(44px, 7vw, 100px);
	line-height: .95;
	letter-spacing: -.06em;
}

@media (max-width: 900px) {
	.fy-header {
		padding: 22px;
	}
	#fyHeroCanvas {
		display: none;
	}
	.fy-nav {
		display: none;
	}

	.fy-hero-inner {
		padding: 120px 22px 38px;
	}

	.fy-hero-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.fy-scroll-indicator {
		right: 22px;
		bottom: 24px;
	}

	.fy-scroll-line {
		width: 44px;
	}
}

/*
|--------------------------------------------------------------------------
| INTRO SECTION
|--------------------------------------------------------------------------
*/

.fy-intro-section {
	position: relative;
    min-height: 100vh;
    background: #080808;
    padding-top: 120px;
}

.fy-intro-inner {
	width: 100%;
	padding: 0 48px;
}

.fy-intro-label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 32px;

	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.fy-intro-label span {
	width: 42px;
	height: 1px;
	background: var(--accent);
}

.fy-intro-title {
	max-width: 1280px;
	margin: 0;
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(48px, 6vw, 108px);
	line-height: .95;
	letter-spacing: -.065em;
	font-weight: 600;
}

.fy-intro-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 72px;
	padding-top: 64px;
	padding-bottom: 64px;
	border-top: 1px solid var(--line);
}

.fy-intro-item span {
	display: inline-block;
	margin-bottom: 14px;

	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	color: var(--accent);
	letter-spacing: .12em;
}

.fy-intro-item h3 {
	margin: 0;

	font-size: 20px;
	font-weight: 500;
	color: rgba(255,255,255,.82);
}

@media (max-width: 1400px) {
	.fy-hero-v2-left {
		padding: 18px 0;
	}
	.fy-layer {
		width: clamp(200px, 26vw, 200px);
		height: clamp(130px, 18vw, 130px);
	}
	.fy-layer-icon {
		width: 50%;
	}
	.fy-hero-v2-features {
		height: 430px;
	}
}

@media (max-width: 900px) {

	.fy-intro-inner {
		padding: 0 22px;
	}

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

}

/*
|--------------------------------------------------------------------------
| SERVICES
|--------------------------------------------------------------------------
*/

.fy-services {
	position: relative;
	background: #050505;
	border-top: 1px solid var(--line);
}

.fy-services-grid {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	min-height: 100vh;
	padding: 0 48px;
}

/* Nav lijevo */
.fy-services-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	padding: 80px 0;
	border-right: 1px solid var(--line);
	padding-right: 48px;
}

.fy-service-item {
	position: relative;
	padding: 18px 0;
	opacity: .28;
	cursor: pointer;
	transform: translateX(0);
	transition: opacity .45s ease, transform .45s ease;
}

.fy-service-item::before {
	content: "";
	position: absolute;
	left: -48px;
	top: 50%;
	width: 0;
	height: 1px;
	background: var(--accent);
	transition: width .45s ease;
}

.fy-service-item:hover { 
	opacity: .6;
}

.fy-service-item.active {
	opacity: 1;
	transform: translateX(14px);
	color: #86c2e1;
}

.fy-service-item span {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	color: var(--accent);
	letter-spacing: .12em;
}

.fy-service-item h3 {
	margin: 0;
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(28px, 2vw, 40px);
	line-height: 1;
	letter-spacing: -.05em;
	font-weight: 600;
}

/* Paneli desno */
.fy-services-content {
	position: relative;
	padding: 80px 0 80px 64px;
}

.fy-service-panel {
	display: none;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 160px);
}

.fy-service-panel.active {
	display: flex;
}

.fy-service-label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.fy-service-label span {
	width: 42px;
	height: 1px;
	background: var(--accent);
}

.fy-service-panel h2 {
	max-width: 900px;
	margin: 0 0 28px;
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(42px, 4.8vw, 88px);
	line-height: .96;
	letter-spacing: -.06em;
	font-weight: 600;
}

.fy-service-panel p {
	max-width: 640px;
	margin: 0;
	font-size: clamp(18px, 1.2vw, 22px);
	line-height: 1.6;
	color: rgba(255,255,255,.72);
}

.fy-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 38px;
}

.fy-tags span {
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 999px;
	background: rgba(255,255,255,.03);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	color: rgba(255,255,255,.72);
}

@media (max-width: 1000px) {
	.fy-services-grid {
		grid-template-columns: 1fr;
		padding: 0 22px;
	}

	.fy-services-nav {
		flex-direction: row;
		flex-wrap: wrap;
		border-right: none;
		border-bottom: 1px solid var(--line);
		padding: 32px 0;
		gap: 0;
	}

	.fy-service-item {
		padding: 12px 16px;
		transform: none !important;
	}

	.fy-service-item::before { display: none; }

	.fy-services-content {
		padding: 48px 0;
	}

	.fy-service-panel h2 {
		font-size: clamp(36px, 9vw, 64px);
	}
}


/*
|--------------------------------------------------------------------------
| SELECTED WORK
|--------------------------------------------------------------------------
*/
 
.fy-work {
	position: relative;
	background: #050505;
	border-top: 1px solid var(--line);
	padding: 100px 0 0;
}
 
/* ── Header ── */
.fy-work-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding: 0 48px 72px;
	border-bottom: 1px solid var(--line);
}
 
.fy-work-label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .14em;
}
 
.fy-work-label span {
	width: 32px;
	height: 1px;
	background: var(--accent);
}
 
.fy-work-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(38px, 4.5vw, 72px);
	font-weight: 600;
	line-height: .96;
	letter-spacing: -.05em;
	margin: 0 0 20px;
	color: var(--text);
}
 
.fy-work-title span {
	color: var(--accent);
}
 
.fy-work-desc {
	font-size: 15px;
	line-height: 1.65;
	color: var(--muted);
	max-width: 360px;
	margin: 0;
}
 
/* "View all" link */
.fy-work-all {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	color: var(--text);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
	letter-spacing: .06em;
	white-space: nowrap;
	transition: color .25s;
}
 
.fy-work-all:hover { color: var(--accent); }
.fy-work-all:hover .fy-work-all-icon { background: var(--accent); color: #000; }
 
.fy-work-all-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .25s, color .25s;
}
 
.fy-work-all-icon svg {
	width: 18px;
	height: 18px;
}
 
/* ── Work list ── */
.fy-work-list {
	display: flex;
	flex-direction: column;
}
 
.fy-work-item {
	border-bottom: 1px solid var(--line);
	transition: background .35s;
}
 
.fy-work-item:hover {
	background: rgba(255,255,255,.018);
}
 
.fy-work-item-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	padding: 0 48px;
	min-height: 420px;
}
 
/* Info — lijeva kolona */
.fy-work-item-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 64px 56px 0;
	border-right: 1px solid var(--line);
}
 
.fy-work-item-num {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	color: var(--accent);
	letter-spacing: .14em;
	margin-bottom: 16px;
}
 
.fy-work-item-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(32px, 3vw, 52px);
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.0;
	margin: 0 0 18px;
	color: var(--text);
}
 
.fy-work-item-desc {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255,255,255,.55);
	max-width: 340px;
	margin: 0 0 24px;
}
 
.fy-work-item-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	text-decoration: none;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--text);
	border-bottom: 1px solid var(--line);
	padding-bottom: 6px;
	transition: color .25s, border-color .25s;
	width: fit-content;
}
 
.fy-work-item-link svg {
	width: 14px;
	height: 14px;
	transition: transform .25s;
}
 
.fy-work-item:hover .fy-work-item-link {
	color: var(--accent);
	border-color: var(--accent);
}
 
.fy-work-item:hover .fy-work-item-link svg {
	transform: translate(3px, -3px);
}
 
/* Media — desna kolona */
.fy-work-item-media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0 40px 64px;
}
 
.fy-work-item-img-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 280px;
	overflow: hidden;
}
 
.fy-work-item-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	filter: grayscale(30%) brightness(0.75);
	transition: filter .5s, transform .6s cubic-bezier(.16,1,.3,1);
}
 
.fy-work-item:hover .fy-work-item-img-wrap img {
	filter: grayscale(0%) brightness(0.88);
	transform: scale(1.04);
}
 
/* Arrow CTA nad slikom */
.fy-work-item-cta {
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--accent);
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	opacity: 0;
	transform: scale(0.7) translate(6px, 6px);
	transition: opacity .3s, transform .3s cubic-bezier(.16,1,.3,1);
}
 
.fy-work-item-cta svg {
	width: 18px;
	height: 18px;
}
 
.fy-work-item:hover .fy-work-item-cta {
	opacity: 1;
	transform: scale(1) translate(0, 0);
}
 
/* ── Responsive ── */
@media (max-width: 1000px) {
	.fy-work-header {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 22px 48px;
	}
 
	.fy-work-item-inner {
		grid-template-columns: 1fr;
		padding: 0 22px;
		min-height: auto;
	}
 
	.fy-work-item-info {
		padding: 40px 0 32px;
		border-right: none;
		border-bottom: 1px solid var(--line);
	}
 
	.fy-work-item-media {
		padding: 32px 0 40px;
	}
 
	.fy-work-item-img-wrap {
		min-height: 220px;
	}
}

/*
|--------------------------------------------------------------------------
| TECHNOLOGIES
|--------------------------------------------------------------------------
*/
 
.fy-tech {
	position: relative;
	background: #080808;
	border-top: 1px solid var(--line);
}
 
/* ── Top: header + globe ── */
.fy-tech-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 480px;
	border-bottom: 1px solid var(--line);
}
 
.fy-tech-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px 64px 80px 48px;
	border-right: 1px solid var(--line);
}
 
.fy-tech-label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .14em;
}
 
.fy-tech-label span {
	width: 32px;
	height: 1px;
	background: var(--accent);
}
 
.fy-tech-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(36px, 4vw, 64px);
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: -.05em;
	margin: 0 0 24px;
	color: var(--text);
}
 
.fy-tech-title span { color: var(--accent); }
 
.fy-tech-desc {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255,255,255,.52);
	margin: 0 0 32px;
}
 
.fy-tech-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: .1em;
	color: var(--text);
	border-bottom: 1px solid var(--line);
	padding-bottom: 6px;
	width: fit-content;
	transition: color .25s, border-color .25s;
}
 
.fy-tech-link svg { width: 14px; height: 14px; transition: transform .25s; }
.fy-tech-link:hover { color: var(--accent); border-color: var(--accent); }
.fy-tech-link:hover svg { transform: translate(3px, -3px); }
 
/* Globe canvas */
.fy-tech-globe {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
 
#fyTechCanvas {
	width: 100%;
	height: 100%;
	display: block;
}
 
/* ── Grid 3×2 ── */
.fy-tech-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid var(--line);
}
 
.fy-tech-card {
	padding: 40px 36px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	display: flex;
	flex-direction: column;
	gap: 28px;
	transition: background .3s;
}
 
/* Ukloni desnu liniju na zadnjoj koloni */
.fy-tech-card:nth-child(3n) { border-right: none; }
 
/* Ukloni donju liniju na zadnjem redu */
.fy-tech-card:nth-last-child(-n+3) { border-bottom: none; }
 
.fy-tech-card:hover { background: rgba(245,197,66,.03); }
 
.fy-tech-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}
 
.fy-tech-card-num {
	display: block;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: .14em;
	color: var(--accent);
	margin-bottom: 10px;
}
 
.fy-tech-card-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(20px, 1.6vw, 26px);
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: 1.1;
	margin: 0 0 10px;
	color: #86c2e1;
}
 
.fy-tech-card-desc {
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255,255,255,.45);
	margin: 0;
}
 
.fy-tech-card-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,.35);
	transition: border-color .3s, color .3s;
}
 
.fy-tech-card:hover .fy-tech-card-icon {
	border-color: rgba(245,197,66,.3);
	color: var(--accent);
}
 
.fy-tech-card-icon svg { width: 20px; height: 20px; }
 
.fy-tech-card-stack {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}
 
.fy-tech-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 10px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.07);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: .04em;
	color: rgba(255,255,255,.6);
	transition: border-color .25s, color .25s;
}
 
.fy-tech-card:hover .fy-tech-tag {
	border-color: rgba(245,197,66,.15);
	color: rgba(255,255,255,.75);
}
 
/* ── Bottom CTA bar ── */
.fy-tech-cta-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 40px 48px;
	background-color: #171717;
}
 
.fy-tech-cta-left {
	display: flex;
	align-items: center;
	gap: 32px;
}
 
.fy-tech-cta-label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .14em;
	white-space: nowrap;
}
 
.fy-tech-cta-label span {
	width: 24px;
	height: 1px;
	background: var(--line);
}
 
.fy-tech-cta-text {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(16px, 1.5vw, 22px);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -.02em;
	color: var(--text);
	margin: 0;
}
 
.fy-tech-cta-text em {
	font-style: normal;
	color: var(--accent);
}
 
.fy-tech-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
	letter-spacing: .06em;
	color: var(--text);
	white-space: nowrap;
	transition: color .25s;
}
 
.fy-tech-cta-btn:hover { color: var(--accent); }
.fy-tech-cta-btn:hover .fy-tech-cta-icon { background: var(--accent); color: #000; }
 
.fy-tech-cta-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.2);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .25s, color .25s, border-color .25s;
}
 
.fy-tech-cta-icon svg { width: 20px; height: 20px; }
 
/* ── Responsive ── */
@media (max-width: 1100px) {
	.fy-tech-grid { grid-template-columns: repeat(2, 1fr); }
	.fy-tech-card:nth-child(3n) { border-right: 1px solid var(--line); }
	.fy-tech-card:nth-child(2n) { border-right: none; }
	.fy-tech-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
	.fy-tech-card:nth-last-child(-n+2) { border-bottom: none; }
}
 
@media (max-width: 768px) {
	.fy-tech-top { grid-template-columns: 1fr; }
	.fy-tech-header { border-right: none; border-bottom: 1px solid var(--line); padding: 56px 22px; }
	.fy-tech-globe { height: 280px; }
	.fy-tech-grid { grid-template-columns: 1fr; }
	.fy-tech-card { border-right: none; border-bottom: 1px solid var(--line); padding: 32px 22px; }
	.fy-tech-card:nth-child(n) { border-right: none; }
	.fy-tech-card:last-child { border-bottom: none; }
	.fy-tech-cta-bar { flex-direction: column; align-items: flex-start; padding: 40px 22px; }
	.fy-tech-cta-left { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/*
|--------------------------------------------------------------------------
| PARTNERS
|--------------------------------------------------------------------------
*/
 
.fy-partners {
	position: relative;
	background: #050505;
	border-top: 1px solid var(--line);
}
 
.fy-partners-grid {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	min-height: 600px;
}
 
/* ── Lijeva kolona ── */
.fy-partners-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px 64px 80px 48px;
	border-right: 1px solid var(--line);
}
 
.fy-partners-label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .14em;
}
 
.fy-partners-label span {
	width: 32px;
	height: 1px;
	background: var(--accent);
}
 
.fy-partners-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(38px, 4vw, 64px);
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: -.05em;
	margin: 0 0 24px;
	color: var(--text);
}
 
.fy-partners-title span { color: var(--accent); }
 
.fy-partners-desc {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255,255,255,.5);
	max-width: 340px;
	margin: 0 0 40px;
}
 
.fy-partners-cta {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	text-decoration: none;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
	letter-spacing: .06em;
	color: var(--text);
	width: fit-content;
	transition: color .25s;
}
 
.fy-partners-cta:hover { color: var(--accent); }
.fy-partners-cta:hover .fy-partners-cta-icon {
	background: var(--accent);
	color: #000;
	border-color: var(--accent);
}
 
.fy-partners-cta-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.25);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .25s, color .25s, border-color .25s;
}
 
.fy-partners-cta-icon svg { width: 20px; height: 20px; }
 
/* ── Desna kolona ── */
.fy-partners-right {
	display: flex;
	flex-direction: column;
}
 
/* Office photo */
.fy-partners-photo {
	position: relative;
	flex: 1;
	min-height: 280px;
	overflow: hidden;
	border-bottom: 1px solid var(--line);
}
 
.fy-partners-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	display: block;
	filter: grayscale(100%) brightness(0.45);
}
 
/* Dot grid overlay */
.fy-partners-dots {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(245,197,66,.35) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: linear-gradient(to bottom right, rgba(0,0,0,.6) 0%, transparent 60%);
	-webkit-mask-image: linear-gradient(to bottom right, rgba(0,0,0,.6) 0%, transparent 60%);
	pointer-events: none;
}
 
/* Logo grid */
.fy-partners-logos {
	display: flex;
	flex-direction: column;
}
 
.fy-partners-logo-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 1px solid var(--line);
}
 
.fy-partners-logo-row:last-child { border-bottom: none; }
 
.fy-logo-cell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 20px;
	border-right: 1px solid var(--line);
	color: rgba(255,255,255,.35);
	transition: color .3s, background .3s;
	min-height: 88px;
}
 
.fy-logo-cell:last-child { border-right: none; }
.fy-logo-cell:hover { color: rgba(255,255,255,.8); background: rgba(255,255,255,.025); }
 
.fy-logo-cell svg {
	width: 100%;
	max-width: 110px;
	height: auto;
}
 
/*
|--------------------------------------------------------------------------
| CTA BAR
|--------------------------------------------------------------------------
*/
 
.fy-cta-bar {
	background: #0d0d0d;
	border-top: 1px solid var(--line);
	border-radius: 12px 12px 0 0;
	margin: 0 24px;
	position: relative;
}
 
.fy-cta-bar-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 48px;
	padding: 40px 48px;
	background-color: #171717;
}
 
/* Lijevo: headline */
.fy-cta-bar-left {
	display: flex;
	align-items: center;
	gap: 20px;
}
 
.fy-cta-bar-dot {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid var(--accent);
	position: relative;
}
 
.fy-cta-bar-dot::after {
	content: '';
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: var(--accent);
}
 
.fy-cta-bar-headline {
	display: flex;
	flex-direction: column;
}
 
.fy-cta-bar-headline span {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(22px, 2.5vw, 36px);
	font-weight: 600;
	letter-spacing: -.04em;
	color: var(--text);
	line-height: 1.1;
}
 
.fy-cta-bar-headline em {
	font-style: normal;
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(22px, 2.5vw, 36px);
	font-weight: 600;
	letter-spacing: -.04em;
	color: var(--accent);
	line-height: 1.1;
	display: flex;
	align-items: center;
	gap: 12px;
}
 
.fy-cta-bar-dash {
	display: inline-block;
	width: 40px;
	height: 1px;
	background: var(--accent);
	vertical-align: middle;
	margin-top: 4px;
}
 
/* Sredina: tekst + link */
.fy-cta-bar-mid {
	border-left: 1px solid var(--line);
	border-right: 1px solid var(--line);
	padding: 0 48px;
}
 
.fy-cta-bar-mid p {
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255,255,255,.5);
	margin: 0 0 14px;
}
 
.fy-cta-bar-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: .08em;
	color: var(--text);
	border-bottom: 1px solid var(--line);
	padding-bottom: 4px;
	transition: color .25s, border-color .25s;
}
 
.fy-cta-bar-link svg { width: 13px; height: 13px; transition: transform .25s; }
.fy-cta-bar-link:hover { color: var(--accent); border-color: var(--accent); }
.fy-cta-bar-link:hover svg { transform: translate(2px, -2px); }
 
/* Desno: stats */
.fy-cta-bar-stats {
	display: flex;
	gap: 40px;
	justify-content: flex-end;
}
 
.fy-cta-stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
 
.fy-cta-stat-num {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(28px, 2.5vw, 40px);
	font-weight: 700;
	letter-spacing: -.04em;
	color: var(--accent);
	line-height: 1;
}
 
.fy-cta-stat-label {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: .06em;
	color: rgba(255,255,255,.4);
	white-space: nowrap;
}
 
/* ── Responsive ── */
@media (max-width: 1100px) {
	.fy-cta-bar-inner {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}
	.fy-cta-bar-left { grid-column: 1 / -1; }
	.fy-cta-bar-mid { border: none; padding: 0; border-top: 1px solid var(--line); padding-top: 32px; }
	.fy-cta-bar-stats { border-top: 1px solid var(--line); padding-top: 32px; justify-content: flex-start; }
}
 
@media (max-width: 768px) {
	.fy-partners-grid { grid-template-columns: 1fr; }
	.fy-partners-left { border-right: none; border-bottom: 1px solid var(--line); padding: 56px 22px; }
	.fy-partners-logo-row { grid-template-columns: repeat(2, 1fr); }
	.fy-partners-logo-row .fy-logo-cell:nth-child(2n) { border-right: none; }
 
	.fy-cta-bar { margin: 0 12px; }
	.fy-cta-bar-inner {
		grid-template-columns: 1fr;
		padding: 32px 22px;
		gap: 32px;
	}
	.fy-cta-bar-mid { border: none; padding: 0; border-top: 1px solid var(--line); padding-top: 28px; }
	.fy-cta-bar-stats { flex-wrap: wrap; gap: 24px; border-top: 1px solid var(--line); padding-top: 28px; }
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/
 
.fy-footer {
	position: relative;
	background: #050505;
	border-top: 1px solid var(--line);
	overflow: hidden;
}
 
/* ── Main grid ── */
.fy-footer-main {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.4fr 1fr 1.3fr;
	gap: 0;
	padding: 72px 48px 64px;
	border-bottom: 1px solid var(--line);
	position: relative;
	z-index: 2;
}
 
/* Separator lines između kolona */
.fy-footer-col,
.fy-footer-col--contact {
	padding-left: 40px;
	border-left: 1px solid var(--line);
}
 
/* ── Brand kolona ── */
.fy-footer-brand {
	padding-right: 48px;
}
 
.fy-footer-logo {
	display: inline-block;
	margin-bottom: 24px;
}
 
.fy-footer-logo img {
	height: 52px;
	width: auto;
	filter: brightness(0) invert(1);
}
 
.fy-footer-tagline {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .18em;
	margin-bottom: 20px;
}
 
.fy-footer-tagline span {
	width: 28px;
	height: 1px;
	background: var(--accent);
	flex-shrink: 0;
}
 
.fy-footer-desc {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255,255,255,.45);
	margin: 0 0 36px;
}
 
.fy-footer-start {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: .06em;
	color: var(--text);
	transition: color .25s;
}
 
.fy-footer-start:hover { color: var(--accent); }
.fy-footer-start:hover .fy-footer-start-icon {
	background: var(--accent);
	color: #000;
	border-color: var(--accent);
}
 
.fy-footer-start-icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.2);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .25s, color .25s, border-color .25s;
}
 
.fy-footer-start-icon svg { width: 18px; height: 18px; }
 
/* ── Nav kolone ── */
.fy-footer-col-header {
	margin-bottom: 28px;
}
 
.fy-footer-col-num {
	display: block;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: .14em;
	color: var(--accent);
	margin-bottom: 8px;
}
 
.fy-footer-col-title {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .18em;
	color: rgba(255,255,255,.55);
	margin: 0;
}
 
.fy-footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
 
.fy-footer-nav a {
	font-size: 14px;
	color: rgba(255,255,255,.55);
	text-decoration: none;
	transition: color .2s;
	line-height: 1.3;
}
 
.fy-footer-nav a:hover { color: var(--text); }
 
/* ── Contact kolona ── */
.fy-footer-contact-list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
 
.fy-footer-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: rgba(255,255,255,.55);
	line-height: 1.5;
}
 
.fy-footer-contact-list svg { flex-shrink: 0; margin-top: 2px; opacity: .5; }
 
.fy-footer-contact-list a {
	color: rgba(255,255,255,.55);
	text-decoration: none;
	transition: color .2s;
}
 
.fy-footer-contact-list a:hover { color: var(--accent); }
 
/* CTA card */
.fy-footer-cta-card {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--line);
	text-decoration: none;
	transition: border-color .3s, background .3s;
	margin-top: 4px;
}
 
.fy-footer-cta-card:hover {
	border-color: rgba(245,197,66,.3);
	background: rgba(245,197,66,.04);
}
 
.fy-footer-cta-card:hover svg { color: var(--accent); }
 
.fy-footer-cta-card span {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -.02em;
	color: var(--text);
	line-height: 1.4;
}
 
.fy-footer-cta-card em {
	font-style: normal;
	color: var(--accent);
}
 
.fy-footer-cta-card svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: rgba(255,255,255,.4);
	transition: color .3s, transform .3s;
}
 
.fy-footer-cta-card:hover svg { transform: translate(2px, -2px); }
 
/* ── Globe canvas ── */
.fy-footer-globe-wrap {
	position: relative;
	height: 200px;
	overflow: hidden;
	/* Fade top edge — globe se pojavljuje iz donje trećine */
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.6) 20%, rgba(0,0,0,1) 50%);
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.6) 20%, rgba(0,0,0,1) 50%);
}
 
#fyFooterCanvas {
	width: 100%;
	height: 100%;
	display: block;
}
 
/* ── Bottom bar ── */
.fy-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 48px;
	position: relative;
	z-index: 2;
	background: rgba(5,5,5,.95);
}
 
.fy-footer-copy {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	color: rgba(255,255,255,.28);
	letter-spacing: .04em;
}
 
.fy-footer-legal {
	display: flex;
	gap: 28px;
}
 
.fy-footer-legal a {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255,255,255,.28);
	text-decoration: none;
	transition: color .2s;
}
 
.fy-footer-legal a:hover { color: rgba(255,255,255,.65); }
 
.fy-footer-socials {
	display: flex;
	align-items: center;
	gap: 18px;
}
 
.fy-footer-socials a {
	color: rgba(255,255,255,.35);
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: color .2s;
}
 
.fy-footer-socials a:hover { color: var(--text); }
 
/* ── Responsive ── */
@media (max-width: 1200px) {
	.fy-footer-main {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 40px 0;
	}
 
	.fy-footer-brand {
		grid-column: 1 / -1;
		border-left: none;
		padding-left: 0;
		padding-right: 0;
		border-bottom: 1px solid var(--line);
		padding-bottom: 40px;
	}
}
 
@media (max-width: 768px) {
	.fy-footer-main {
		grid-template-columns: 1fr 1fr;
		padding: 48px 22px 40px;
		gap: 36px 0;
	}
 
	.fy-footer-col, .fy-footer-col--contact {
		padding-left: 24px;
	}
 
	.fy-footer-globe-wrap { height: 260px; }
 
	.fy-footer-bottom {
		flex-wrap: wrap;
		padding: 20px 22px;
		gap: 16px;
	}
 
	.fy-footer-legal { flex-wrap: wrap; gap: 16px; }
}
/* ── Mobile scroll fix ──────────────────────────────────────
   Canvas elementi ne smiju blokirati touch scroll.
   pointer-events: none nije dovoljno — touch-action: pan-y
   eksplicitno dozvoljava vertikalni scroll kroz canvas. */
canvas {
	touch-action: pan-y;
}

/* Na mobilnom sakrijemo tech i footer canvas koji su JS-om disabled */
@media (max-width: 767px) {
	#fyTechCanvas,
	#fyFooterCanvas {
		display: none;
	}

	/* Hero canvas na mobilnom — smanji na cijelu širinu */
	#fyHeroCanvas {
		width: 100%;
		opacity: 0.35;
	}
}
/* ══════════════════════════════════════════════════════════════
   MOBILE SCROLL OPTIMIZACIJE
   ══════════════════════════════════════════════════════════════ */

/* 1. Cursor sakrij na touch uređajima — JS ga ne pokreće,
      ali da ne bude vidljiv ako CSS ostane */
@media (hover: none) {
	.fy-cursor { display: none !important; }
}

/* 2. Ukloni sve transition-e koji troše GPU na mobilnom
      Header hide/show animacija je OK, ali ostale tranzicije
      na hover efektima nisu potrebne na touch */
@media (hover: none) and (max-width: 1024px) {
	.fy-work-item,
	.fy-work-item-img-wrap img,
	.fy-work-item-cta,
	.fy-service-item,
	.fy-tech-card,
	.fy-logo-cell,
	.fy-partners-cta-icon,
	.fy-footer-start-icon {
		transition: none !important;
	}
}

/* 3. Slike u work sekciji — ukloni filter na mobilnom
      grayscale filter je skup za GPU kompoziciju */
@media (max-width: 768px) {
	.fy-work-item-img-wrap img {
		filter: none;
	}
	
	/* Hero canvas na mobilnom — potpuno sakrij */
	#fyHeroCanvas {
		display: none;
	}

	/* Services — vertikalni layout */
	.fy-services-grid {
		grid-template-columns: 1fr;
	}
	.fy-services-nav {
		flex-direction: row;
		flex-wrap: wrap;
		border-right: none;
		border-bottom: 1px solid var(--line);
		padding: 24px 22px;
		padding-right: 22px;
	}
	.fy-service-item {
		padding: 10px 14px;
		transform: none !important;
	}
	.fy-service-item::before { display: none; }
	.fy-services-content { padding: 40px 22px; }
}

/* 4. Radial gradients na hero-u su skupi za repaint na mobilnom */
@media (max-width: 768px) {
	.fy-hero {
		background: #050505;
	}
}