/*
Theme Name: Lightning for issior.systems
Template: lightning
Author: Kaneda, Akio
Version: 1.0
*/


/* Fonts
--------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400&display=swap");


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

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-autospace: normal;
}


/* Layout
--------------------------------------------- */

@media (min-width: 1200px) {
    .site-header-container,
    .site-body-container,
    .page-header-inner.container,
    .site-body-bottom .container,
    .site-footer-copyright.container {
        max-width: 960px !important;
    }
}


/* Header
--------------------------------------------- */

.site-header {
    border-top: none !important;
    border-bottom: 3px dotted #d0d0d0 !important;
    box-shadow: none !important;
}

.global-nav-name {
    letter-spacing: 0.04em;
}


/* Hero
--------------------------------------------- */

.hero-standard {
    position: relative;
    display: grid !important;
    overflow: hidden;
    border-radius: 20px;
}

.hero-standard > * {
    grid-column: 1;
    grid-row: 1;
}

.hero-standard__image {
    width: 100%;
    margin: 0 !important;
}

.hero-standard__image img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-standard > .hero-standard__content {
    position: relative;
    z-index: 2;
    align-self: center;
    justify-self: start;
    width: min(54%, 560px);
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: clamp(24px, 5vw, 72px) !important;
    padding: 0;
}

.hero-standard__content > * {
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/* Main copy
--------------------------------------------- */

.hero-standard h2.wp-block-heading {
    font-family: "IBM Plex Mono", monospace;
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.045em;
}


/* Typography
--------------------------------------------- */

h4,
h4.wp-block-heading {
    color: #355e3b;
    line-height: 1.75;
}


/* English typography
--------------------------------------------- */

.global-nav-name,
.page-header-title,
body.home h6.wp-block-heading,
.post-name-works h4.wp-block-heading,
.phil-h4 {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
}


/* Page title
--------------------------------------------- */

.page-header {
    color: #333;
    text-align: left;
    background-color: #fff;
}

.page-header-inner {
    margin-top: 2rem;
    margin-bottom: 2rem;
}


/* Breadcrumb
--------------------------------------------- */

.breadcrumb {
    display: none;
}


/* Footer
--------------------------------------------- */

.site-footer {
    border-top: 3px dotted #d0d0d0 !important;
}

.site-footer-copyright p:nth-child(2) {
    display: none;
}


/* Mobile
--------------------------------------------- */

@media (max-width: 767px) {

    .hero-standard {
        display: block !important;
        overflow: visible;
        border-radius: 20px;
    }

    .hero-standard__image {
        overflow: hidden;
        border-radius: 20px;
    }

    .hero-standard__image img {
        width: 100%;
        height: auto;
    }

    .hero-standard > .hero-standard__content {
        position: static;
        width: auto;
        max-width: none !important;
        margin: 0 !important;
        padding: 24px 16px 0;
    }

    .hero-standard__content > * {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .hero-standard h2.wp-block-heading {
        font-size: clamp(40px, 5vw, 60px);
        line-height: 1;
        letter-spacing: -0.05em;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
}