/*
Imminent - Coming Soon Template by Themewagon
Version: 1.0 (cleaned by Claude)
*/

/* =Reset & Base
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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

body {
    background: #fff;
    color: white;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

section { overflow: hidden; }
::selection { background: #161a1b; color: #fff; }
::-moz-selection { background: #161a1b; color: #fff; }

/* =Typography
-------------------------------------------------------------- */
a { text-decoration: none; }

h1, h2 { margin: 0; }

h1 {
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -0.08em;
    color: white;
}

h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
}

/* =Layout
-------------------------------------------------------------- */
.wrapper {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
    padding-bottom: 120px !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.scene {
    min-height: calc(100vh - 120px) !important;
    height: auto !important;
    position: relative !important;
    overflow: visible !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.layer {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    display: block;
    padding: 0;
    margin: 0;
}

.layer div {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.background {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1 !important;
}

.background img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* =Terminal Column (main content)
-------------------------------------------------------------- */
.terminal-column {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 40% !important;
    margin: 40px auto 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    z-index: 10 !important;
    padding-bottom: 60px !important;
}

.title {
    width: 100% !important;
    text-align: center !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 2;
}

.title h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    background: rgba(22, 26, 27, 0.88) !important;
    padding: 2px 4px !important;
    border-radius: 2px !important;
    color: #fff !important;
    margin: 0 0 12px !important;
    line-height: 1.8 !important;
    display: block !important;
}

.title h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    width: 100% !important;
    background: rgba(22, 26, 27, 0.88) !important;
    padding: 2px 4px !important;
    border-radius: 2px !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1.8 !important;
    display: block !important;
}

.line {
    display: block !important;
    margin: 10px auto !important;
    width: 60px !important;
    height: 2px !important;
    background: #00bcd4 !important;
}

.hero {
    width: 100% !important;
    text-align: center !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
}

/* =Countdown
-------------------------------------------------------------- */
#countdown {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    font-size: 72px !important;
    width: 100% !important;
    font-family: 'Poppins', sans-serif !important;
    margin: 0 0 20px !important;
    background: rgba(22, 26, 27, 0.88) !important;
    padding: 2px 4px !important;
}

#countdown div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-family: 'Poppins', sans-serif !important;
    background: none !important;
    flex: 1 !important;
    margin: 0 !important;
}

#countdown span {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
}

#countdown div span {
    display: block;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: initial;
    font-weight: 100;
    text-transform: uppercase;
}

.sub-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    margin: 0 !important;
    background: rgba(22, 26, 27, 0.88) !important;
    padding: 2px 4px !important;
    border-radius: 2px !important;
    color: #fff !important;
    width: 100% !important;
    line-height: 1.8 !important;
    display: block !important;
}

/* =CTA Buttons
-------------------------------------------------------------- */
.terminal-cta {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    flex-wrap: wrap !important;
}

#preview-btn {
    background: black !important;
    border: 1.5px solid rgba(255,255,255,0.6) !important;
    color: #fff !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    letter-spacing: 0.04em !important;
    transition: background 0.2s !important;
}

#signup-btn {
    background: #fff !important;
    border: none !important;
    color: black !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    letter-spacing: 0.04em !important;
    transition: background 0.2s !important;
}

#signup-btn:hover {
    background: white !important;
}

/* =Contact
-------------------------------------------------------------- */
.contact {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 5%;
}

.contact .icons {
    margin: 0 0 18px;
    padding: 0;
    text-align: center;
    list-style: none;
}

.contact .icons li {
    display: inline-block;
    margin-right: 10px;
}

.contact .icons li:last-of-type { margin-right: 0; }

.contact .icons li a {
    display: block;
    width: 25px;
    height: 25px;
    opacity: .5;
    transition: opacity 0.3s;
    color: black;
    font-size: 24px;
}

.contact .icons li a:hover {
    opacity: 1;
    transition: opacity 0.3s;
}

.contact a.mail {
    text-decoration: none;
    color: #161a1b;
    padding-bottom: 8px;
    font-size: 15px;
}

.contact a.mail::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 125px;
    margin-left: -60px;
    margin-top: 10px;
    height: 1px;
    background: #666666;
    content: '';
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
}

.contact a.mail:hover::after,
.contact a.mail:focus::after {
    opacity: 1;
    transform: translateY(0px);
}

/* =Sphere
-------------------------------------------------------------- */
.sphere img {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

/* =Flakes Sizing & Positioning
-------------------------------------------------------------- */
.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.depth-5 { position: absolute; right: -100%; top: -24%; }
.depth-4 { position: absolute; left: -10%; top: 37%; }

.depth-3.flake1 { display: none; }
.depth-3.flake2 { position: absolute; right: 16%; bottom: 20%; }
.depth-3.flake3 { position: absolute; left: 10%; bottom: 16%; }
.depth-3.flake4 { display: none; }

.depth-2.flake1 { display: none; }
.depth-2.flake2 { display: none; }

.depth-1.flake1 { display: none; }
.depth-1.flake2 { position: absolute; right: 40%; top: 50%; }
.depth-1.flake3 { display: none; }
.depth-1.flake4 { position: absolute; right: 0; top: 0; }

/* =404
-------------------------------------------------------------- */
.snap {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url(../images/404-background.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.snap .line { margin-bottom: 70px; }

.button {
    display: inline-block;
    margin-top: 80px;
    text-decoration: none;
    font-size: 9px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #161a1b;
    background: transparent;
    border: 1px solid rgba(23,26,28,.3);
    border-radius: 4px;
    padding: 15px 25px;
    transition: all 0.3s;
}

.button:hover {
    background: rgb(23,26,28);
    color: #fff;
    border: 1px solid rgb(23,26,28);
    transition: all 0.3s;
}

/* =Preloader
-------------------------------------------------------------- */
.preloader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #000;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =Modal Overlay
-------------------------------------------------------------- */
#tl-signup-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#tl-signup-modal.open {
    display: flex;
}

/* =Modal Container
-------------------------------------------------------------- */
.tm-container {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.5);
    font-family: 'Poppins', sans-serif;
    max-height: 92vh;
}

/* =Modal Left Panel
-------------------------------------------------------------- */
.tm-left {
    width: 340px;
    min-width: 340px;
    background: #000;
    padding: 24px 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}

.tm-eyebrow {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0 6px;
}

.tm-left-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #fff;
}

.tm-left-desc {
    font-size: 0.78rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 24px;
}

.tm-section-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin: 0 0 12px;
}

.tm-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    transition: transform 0.25s ease;
}

.tm-feature:hover { transform: translateX(8px); }
.tm-feature:last-child { margin-bottom: 0; }

.tm-feature-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 0.6rem;
}

.tm-feature-title {
    font-size: 0.72rem;
    font-weight: 600;
    margin: 0 0 2px;
    color: #fff;
}

.tm-feature-desc {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.5;
}

.tm-left-footer {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tm-contact-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin: 0 0 10px;
}

.tm-contact-text {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 4px;
}

.tm-social-links {
    margin-top: 12px;
    display: flex;
    gap: 6px;
}

.tm-social-btn {
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s;
}

.tm-social-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    color: #fff;
    text-decoration: none;
}

/* =Modal Right Panel
-------------------------------------------------------------- */
.tm-right {
    flex: 1;
    background: #fff;
    padding: 24px 22px;
    position: relative;
    overflow-y: auto;
}

.tm-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #aaa;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    transition: color 0.15s;
}

.tm-close:hover { color: #111; }

.tm-right-eyebrow {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #aaa;
    margin: 0 0 6px;
}

.tm-right-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: #111;
    font-family: 'Poppins', sans-serif;
}

.tm-right-desc {
    font-size: 0.78rem;
    color: #888;
    margin: 0 0 14px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

/* =Form
-------------------------------------------------------------- */
.tm-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tm-row {
    display: flex;
    gap: 10px;
}

.tm-row .tm-field {
    flex: 1;
    min-width: 0;
}

.tm-field {
    margin-bottom: 8px;
}

.tm-field:last-of-type {
    margin-bottom: 18px;
}

.tm-field-last {
    margin-top: 4px;
}

.tm-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
    color: #333;
}

.tm-input,
.tm-select,
.tm-textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 5px 10px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
    color: #333;
}

.tm-input:focus,
.tm-select:focus,
.tm-textarea:focus {
    border-color: #000;
}

.tm-select { color: #444; }
.tm-textarea { resize: vertical; }

.tm-submit {
    background: linear-gradient(135deg, #000, #2a2a2a);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.04em;
    width: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}

.tm-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* =Searchable Dropdown
-------------------------------------------------------------- */
.tm-country-wrap {
    position: relative;
}

.tm-country-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #000;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 160px;
    overflow-y: auto;
    z-index: 100;
}

.tm-country-item {
    padding: 7px 10px;
    font-size: 0.72rem;
    color: #333;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: background 0.15s;
}

.tm-country-item:hover { background: #f5f5f5; }

/* =Animations
-------------------------------------------------------------- */
@-webkit-keyframes wave {
    0%   { -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
    100% { -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); }
}
@-moz-keyframes wave {
    0%   { -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
    100% { -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); }
}
@keyframes wave {
    0%   { transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
    100% { transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); }
}

/* =Responsive
-------------------------------------------------------------- */

/* Mobile */
@media (max-width: 480px) {
    .terminal-column {
        width: 90% !important;
        margin: 20px auto 0 !important;
    }

    #countdown {
        font-size: 36px !important;
    }

    #countdown div span {
        font-size: 24px;
        line-height: 34px;
    }

    h1 { font-size: 40px; line-height: 40px; }
    .sub-title { font-size: 10px; line-height: 1.4; margin-top: 10px; }

    .depth-5, .depth-4, .depth-3.flake1, .depth-3.flake4,
    .depth-2.flake1, .depth-2.flake2, .depth-1.flake1,
    .depth-1.flake3, .depth-1.flake4 { display: none; }

    .depth-3.flake2 { position: absolute; right: 16%; bottom: 20%; }
    .depth-3.flake3 { position: absolute; left: 10%; bottom: 16%; }
    .depth-1.flake2 { position: absolute; right: 40%; top: 40%; }

    .tm-container {
        flex-direction: column;
        max-height: 95vh;
    }
    .tm-left {
        width: 100%;
        min-width: unset;
    }
    .tm-row {
        flex-direction: column;
        gap: 0;
    }
}

/* Small tablet */
@media (min-width: 481px) and (max-width: 699px) {
    .terminal-column {
        width: 70% !important;
    }

    h1 { font-size: 40px; line-height: 40px; }
    #countdown div span { font-size: 24px; line-height: 34px; }
    .sub-title { font-size: 10px; line-height: 10px; margin-top: 10px; }

    .depth-5 { right: -50%; top: -50%; }
    .depth-4 { left: -4%; top: 20%; }
    .depth-1.flake2 { position: absolute; right: 40%; top: 40%; }
}

/* Modal stacks on small screens */
@media (max-width: 700px) {
    .tm-container {
        flex-direction: column-reverse !important;
        max-height: 95vh !important;
        width: 100% !important;
    }
    .tm-left {
        width: 100% !important;
        min-width: unset !important;
    }
    .tm-row {
        flex-direction: column !important;
        gap: 0 !important;
    }
}

/* Tablet */
@media (min-width: 701px) {
    h1 { font-size: 90px; line-height: 90px; }
    .sub-title { font-size: 20px; line-height: 20px; margin-top: 10px; }
    .line { margin-top: 20px; }
    .contact { bottom: 10%; }
    .contact .icons { margin-bottom: 12px; }

    .sphere img { transform: scale(1); }
    .depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img { transform: scale(0.8); }

    .depth-5 { right: -25%; top: 3%; }
    .depth-4 { left: -3%; top: 15%; }
    .depth-3.flake2 { right: 25%; bottom: 25%; }
    .depth-3.flake3 { left: 20%; bottom: 20%; }
    .depth-3.flake4 { display: block; position: absolute; left: 10%; bottom: 40%; }
    .depth-1.flake2 { display: block; left: 15%; top: 25%; }

    .button { font-size: 12px; border-radius: 10px; padding: 25px 45px; }

    .tm-container {
        flex-direction: row !important;
        max-height: 92vh !important;
        max-width: 900px !important;
    }
    .tm-left {
        width: 340px !important;
        min-width: 340px !important;
    }
    .tm-row {
        flex-direction: row !important;
        gap: 10px !important;
    }
}

/* Desktop */
@media (min-width: 900px) {
    .terminal-column { width: 40% !important; }

    h1 { font-size: 120px; line-height: 120px; }
    #countdown div span { font-size: 34px; line-height: 34px; }
    .sub-title { font-size: 20px; line-height: 20px; margin-top: 20px; }
    .contact { bottom: 8%; }

    .depth-5 { right: -25%; top: 3%; }
    .depth-4 { left: -3%; top: 15%; }
    .depth-3.flake2 { right: 25%; bottom: 25%; }
    .depth-3.flake3 { left: 20%; bottom: 20%; }
    .depth-3.flake4 { display: block; position: absolute; left: 10%; bottom: 40%; }
    .depth-1.flake2 { display: block; left: 15%; top: 25%; }
}

/* Large Desktop */
@media (min-width: 1200px) {
    h1 { font-size: 150px; line-height: 150px; }
    #countdown div span { font-size: 44px; line-height: 44px; }
    .sub-title { font-size: 25px; line-height: 25px; margin-top: 20px; }

    .depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img { transform: scale(1); }

    .depth-5  { right: -10%; top: -10%; animation: wave 9s 0.1s infinite linear; }
    .depth-4  { left: -3%; top: 15%; animation: wave 7s 0.1s infinite linear; }
    .depth-3  { animation: wave 6s 0.1s infinite linear; }
    .depth-2  { animation: wave 5s 0.1s infinite linear; }
    .depth-1  { animation: wave 4s 0.1s infinite linear; }

    .depth-3.flake1 { display: block; position: absolute; left: 20%; top: 40%; }
    .depth-3.flake2 { right: 25%; bottom: 25%; }
    .depth-3.flake3 { left: 20%; bottom: 20%; }
    .depth-3.flake4 { display: block; position: absolute; left: 10%; bottom: 40%; }
    .depth-2.flake1 { display: block; position: absolute; right: 40%; top: 40%; }
    .depth-2.flake2 { display: none; }
    .depth-1.flake1 { display: block; position: absolute; left: 30%; bottom: 20%; }
    .depth-1.flake2 { display: block; left: 15%; top: 25%; }
    .depth-1.flake3 { display: none; }
    .depth-1.flake4 { display: none; }
}

@media (min-width: 1400px) {
    h1 { font-size: 160px; line-height: 160px; }
    .sub-title { font-size: 25px; line-height: 25px; margin-top: 20px; }

    .depth-5 { right: -10%; top: -5%; }
    .depth-3.flake1 { display: block; position: absolute; left: 20%; top: 40%; }
    .depth-3.flake3 { left: 40%; bottom: 20%; }
    .depth-3.flake4 { display: block; position: absolute; left: 10%; bottom: 40%; }
    .depth-2.flake1 { display: block; position: absolute; right: 40%; top: 40%; }
    .depth-1.flake1 { display: block; position: absolute; left: 30%; bottom: 30%; }
    .depth-1.flake2 { display: block; left: 15%; top: 25%; }
    .depth-1.flake3 { display: block; position: absolute; bottom: 20%; right: 40%; }
    .depth-1.flake4 { display: block; right: 40%; top: 25%; }
}

@media (min-width: 1600px) {
    h1 { font-size: 180px; line-height: 180px; }
    #countdown div span { font-size: 54px; line-height: 54px; }
    .sub-title { font-size: 25px; margin-top: 25px; }
}

@media (min-width: 1920px) {
    h1 { font-size: 200px; line-height: 200px; }
    .sub-title { font-size: 30px; line-height: 30px; margin-top: 30px; }

    .depth-5 { right: -10%; top: 5%; }
    .depth-4 { left: 3%; top: 15%; }
    .depth-1.flake2 { display: block; left: 20%; top: 30%; }
    .depth-1.flake3 { display: block; position: absolute; bottom: 30%; right: 40%; }
    .depth-1.flake4 { display: block; right: 40%; top: 25%; }
}