:root {
    --bg: #191c1f;
    --bg-soft: #202529;
    --txt: #f7f5f2;
    --ink: #111315;
    --line: rgba(247, 245, 242, .12);
    --line-strong: rgba(247, 245, 242, .2);
    --panel: rgba(247, 245, 242, .045);
    --panel-strong: rgba(247, 245, 242, .075);
    --gray30: rgba(247, 245, 242, .3);
    --gray40: rgba(247, 245, 242, .4);
    --gray55: rgba(247, 245, 242, .55);
    --gray70: rgba(247, 245, 242, .7);
    --orange: #ec7e00;
    --mint: #83dcb8;
    --blue: #8bb7f1;
    --red: #ff6b6b;
    --shadow: rgba(0, 0, 0, .36);
}

@supports (font-variation-settings: normal) {
    :root {
        font-family: "Schibsted Grotesk", "Apple SD Gothic Neo", sans-serif;
    }
}

* {
    box-sizing: border-box;
    font: inherit;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -.025rem;
    margin: 0;
    padding: 0;
    scrollbar-width: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

*::-webkit-scrollbar {
    display: none;
}

html,
body {
    min-height: 100%;
    background: var(--bg);
    color: var(--txt);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
}

button,
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

button {
    border: 0;
    background: transparent;
}

.serif {
    font-family: "Instrument Serif", "Apple SD Gothic Neo", serif;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
    background: linear-gradient(to bottom, var(--bg), transparent);
}

.brand,
.site-nav,
.hero-actions,
.site-footer div {
    display: flex;
    align-items: center;
}

.brand {
    gap: .5rem;
}

.brand-logo {
    width: 2.41rem;
    height: 2rem;
    background: var(--orange) !important;
}

.brand span {
    font-weight: 600;
    font-size: 1.2rem;
}

.site-nav {
    gap: .4rem;
}

.site-nav a,
.nav-button,
.secondary-action {
    min-height: 2.35rem;
    border: solid .05rem transparent;
    border-radius: .5rem;
    padding: .58rem .78rem;
    color: var(--gray70);
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.site-nav a:hover,
.secondary-action:hover {
    color: var(--txt);
    border-color: var(--line);
    background: var(--panel);
}

.nav-button {
    border-color: var(--line);
    color: var(--txt);
    background: var(--panel);
}

.nav-button:hover {
    border-color: rgba(236, 126, 0, .52);
}

.hero {
    position: relative;
    min-height: 86svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding: 8rem clamp(1.2rem, 5vw, 5rem) 6rem;
}

.hero-media {
    position: absolute;
    inset: -2rem 0;
    z-index: -3;
    width: 100%;
    height: calc(100% + 4rem);
    object-fit: cover;
    object-position: center;
    opacity: .52;
    filter: saturate(.9) contrast(1.04);
    transform: scale(1.02);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eyebrow {
    color: var(--orange);
    font-size: .78rem;
    font-weight: 820;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hero-title {
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 5rem;
    letter-spacing: -.2rem;
    margin-bottom: 1.8rem;
    text-align: center;
}

.hero-copy {
    text-align: center;
    width: min(36rem, 100%);
    margin-bottom: 2rem;
    color: var(--gray70);
    font-size: 1.18rem;
    line-height: 1.58;
}

.hero-actions {
    gap: .65rem;
    flex-wrap: wrap;
}

.primary-action {
    min-height: 2.85rem;
    border-radius: 3rem;
    padding: .84rem 1.05rem;
    background: var(--txt);
    color: var(--bg);
    font-weight: 600;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.primary-action:hover {
    background: var(--orange);
    color: var(--txt);
}

.hero-proof {
    position: absolute;
    left: clamp(1.2rem, 5vw, 5rem);
    right: clamp(1.2rem, 5vw, 5rem);
    bottom: 1.6rem;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
    color: var(--gray55);
}

.hero-proof span {
    min-width: 0;
    border-top: solid .05rem var(--line);
    padding-top: .7rem;
    font-size: .88rem;
}

.content-band {
    position: relative;
    width: 100%;
}

.section-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 6rem clamp(1rem, 4vw, 2rem);
}

.interface-section {
    background:
        linear-gradient(180deg, rgba(247, 245, 242, .028), transparent 18rem),
        var(--bg);
}

.section-head {
    width: min(42rem, 100%);
    margin-bottom: 2.5rem;
}

.section-title,
.cta-title {
    font-size: 4.6rem;
    line-height: .92;
    padding: 0 1rem;
}

.interface-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .65fr);
    gap: clamp(1.2rem, 4vw, 3rem);
    align-items: start;
}

.app-showcase {
    min-width: 0;
}

.actual-shell {
    position: relative;
    width: min(760px, 100%);
    min-height: 47rem;
    overflow: hidden;
    border: solid .05rem var(--line);
    border-radius: 2rem;
    background: var(--bg);
    box-shadow: 0 2rem 5rem var(--shadow);
}

.actual-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background: linear-gradient(to bottom, var(--bg), rgba(25, 28, 31, 0));
}

.actual-logo {
    width: 2.41rem;
    height: 2rem;
    background: var(--orange) !important;
}

.actual-date {
    color: var(--gray55);
    font-size: .8rem;
    line-height: 1rem;
    text-align: right;
}

.actual-main {
    padding: 2rem 1rem 7rem;
}

.actual-title {
    padding: 0 1rem;
    font-size: 3rem;
    line-height: 3rem;
}

.actual-subtitle {
    margin-top: .75rem;
    padding: 0 1rem;
    color: var(--gray55);
}

.actual-calendar {
    padding: 2rem 0 1rem;
}

.actual-category {
    padding: 0 1rem;
    color: var(--gray70);
}

.actual-task {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: .5rem;
    padding: .55rem 1rem;
    border-radius: .8rem;
    transition: background .18s ease;
}

.actual-task.is-hot {
    background: rgba(236, 126, 0, .12);
}

.actual-toggle {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
    border: dashed .1rem var(--gray55);
    border-radius: 50%;
}

.actual-task.is-hot .actual-toggle {
    border: 0;
    background: var(--orange);
}

.actual-task.is-done {
    color: var(--gray40);
}

.actual-task.is-done .actual-toggle {
    border: 0;
    border-radius: .25rem;
    background: var(--panel-strong);
}

.actual-task strong,
.actual-memo strong {
    display: block;
}

.actual-task small {
    display: block;
    margin-top: .25rem;
    color: var(--gray55);
}

.actual-memo {
    padding: 1rem 0;
}

.actual-memo article {
    margin-top: .75rem;
    border: solid .05rem var(--line);
    border-radius: .8rem;
    padding: .9rem 1rem;
    background: var(--panel);
}

.actual-memo span {
    display: block;
    margin-bottom: .45rem;
    color: var(--gray40);
    font-size: .88rem;
    font-style: italic;
}

.actual-memo p {
    margin-top: .45rem;
    color: var(--gray70);
    font-size: .92rem;
    line-height: 1.5;
}

.actual-composer {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.6rem;
    border: solid .075rem var(--line);
    border-radius: 1rem;
    padding: .8rem .65rem .8rem 1rem;
    background: rgba(247, 245, 242, .045);
    backdrop-filter: blur(.4rem);
    -webkit-backdrop-filter: blur(.4rem);
}

.actual-composer span {
    min-width: 0;
    color: var(--gray70);
    line-height: 1.45;
}

.actual-composer i {
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 auto;
    border-radius: .5rem;
    padding: .6rem;
    background-color: var(--orange);
    margin-right: .5rem;
}

.feature-strip {
    display: grid;
    gap: .7rem;
}

.feature-item {
    padding: 1.5rem;
}

.feature-item span,
.system-list span {
    display: block;
    color: var(--orange);
    font-size: .82rem;
    font-weight: 820;
    margin-bottom: 1.2rem;
}

.feature-item h3,
.system-list strong {
    display: block;
    font-size: 1.16rem;
    font-weight: 760;
    margin-bottom: .45rem;
}

.feature-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.feature-item p,
.system-copy p,
.system-list small {
    color: var(--gray55);
    line-height: 1.55;
}

.system-copy p {
    padding: 1rem;
    margin-top: 1rem;
}

.system-section {
    border-top: solid .05rem var(--line);
}

.system-inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.system-list {
    display: grid;
    gap: .65rem;
}

.system-list div {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: .35rem 1rem;
    padding: 1rem;
}

.system-list span {
    grid-row: span 2;
    margin: 0;
}

.system-list small {
    display: block;
}

.cta {
    text-align: center;
}

.cta .section-inner {
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.cta .primary-action {
    margin-top: 2rem;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(1180px, 100%);
    margin: 0 auto;
    border-top: solid .05rem var(--line);
    padding: 2rem;
    color: var(--gray40);
}

.site-footer div {
    gap: 1rem;
}

.site-footer a:hover {
    color: var(--txt);
}

@media (max-width: 980px) {
    .hero-title {
        font-size: 4.75rem;
        line-height: 4.25rem;
    }

    .section-title,
    .cta-title {
        font-size: 3.8rem;
    }

    .interface-layout,
    .system-inner {
        grid-template-columns: 1fr;
    }

    .feature-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .site-nav a {
        display: none;
    }

    .hero {
        min-height: 84svh;
        padding: rem2;
    }

    .hero-media {
        opacity: .42;
        object-position: center;
    }

    .hero::before {
        background:
            linear-gradient(180deg, rgba(25, 28, 31, .84), rgba(25, 28, 31, .95)),
            linear-gradient(90deg, rgba(25, 28, 31, .95), rgba(25, 28, 31, .66));
    }

    .hero-title {
        font-size: 4rem;
        line-height: 3.5rem;
        line-height: .82;
    }

    .hero-copy {
        font-size: 1.05rem;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions>* {
        width: min(18rem, 100%);
        text-align: center;
    }

    .hero-proof {
        display: none;
    }

    .section-inner {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .section-title,
    .cta-title {
        font-size: 3rem;
    }

    .actual-shell {
        min-height: 0;
    }

    .actual-header {
        padding: 1.4rem;
    }

    .actual-main {
        padding: 1.3rem .4rem 1rem;
    }

    .actual-title {
        font-size: 2.55rem;
        line-height: 2.55rem;
    }

    .actual-composer {
        position: static;
        margin: 0 1rem 1rem;
    }

    .feature-strip {
        grid-template-columns: 1fr;
    }

    .site-footer {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .hero-title {
        font-size: 4rem;
        line-height: 3.5rem;
    }

    .section-title,
    .cta-title {
        font-size: 2.55rem;
    }
}

@media (max-width: 360px) {
    .hero-title {
        font-size: 3.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
}