:root {
    --bg: #ffffff;
    --paper: #fbfcf8;
    --soft: #f5f8f1;
    --ink: #142015;
    --text: #2f382f;
    --muted: #707b70;
    --green: #547C57;
    --green-dark: #314f34;
    --coral: #F97070;
    --cream: #F1FFE8;
    --line: rgba(20, 32, 21, .12);
    --line-strong: rgba(20, 32, 21, .22);
    --shadow: 0 28px 90px rgba(20, 32, 21, .10);
    --shadow-hover: 0 38px 120px rgba(20, 32, 21, .16);
    --radius: 28px;
    --ease: cubic-bezier(.22, 1, .36, 1);
    --mx: 0;
    --my: 0;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 15% 0%, rgba(84, 124, 87, .08), transparent 28rem),
        radial-gradient(circle at 92% 8%, rgba(249, 112, 112, .07), transparent 24rem),
        linear-gradient(180deg, #fff 0%, #fff 54%, #fbfcf8 100%);
    overflow-x: hidden;
}

body.is-grabbing {
    cursor: grabbing
}

::selection {
    background: var(--green);
    color: white
}

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

img {
    display: block;
    max-width: 100%;
    height: auto
}

.noise {
    position: fixed;
    inset: 0;
    z-index: 80;
    pointer-events: none;
    opacity: .028;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}

.cursor {
    position: fixed;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--coral);
    z-index: 90;
    pointer-events: none;
    mix-blend-mode: multiply;
    transform: translate(-50%, -50%);
    transition: width .25s var(--ease), height .25s var(--ease), opacity .25s var(--ease), background .25s var(--ease);
    opacity: .72
}

.cursor.is-active {
    width: 62px;
    height: 62px;
    opacity: .16;
    background: var(--green)
}

.cursor-label {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 91;
    pointer-events: none;
    transform: translate(20px, 20px);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: white;
    background: var(--ink);
    border-radius: 999px;
    padding: 9px 12px;
    opacity: 0;
    transition: opacity .22s var(--ease)
}

.cursor-label.is-visible {
    opacity: 1
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px clamp(18px, 4vw, 56px);
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(20, 32, 21, .08);
    transition: .35s var(--ease)
}

header.is-scrolled {
    padding-block: 12px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 40px rgba(20, 32, 21, .07)
}

.brand {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -.045em
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--green), #94ad70);
    position: relative;
    box-shadow: 0 15px 35px rgba(84, 124, 87, .25)
}

.brand-mark:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    right: -4px;
    top: 7px;
    border-radius: 50%;
    background: var(--coral);
    border: 3px solid white
}

.nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 900;
    color: var(--muted)
}

.nav a {
    padding: 10px 13px;
    border-radius: 999px;
    transition: .3s var(--ease)
}

.nav a:hover {
    background: var(--soft);
    color: var(--ink)
}

.nav .nav-cta {
    background: var(--ink);
    color: white;
    padding-inline: 16px;
    box-shadow: 0 16px 40px rgba(20, 32, 21, .15)
}

.container {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto
}

.magnet {
    transition: transform .28s var(--ease)
}

.parallax {
    transform: translate3d(calc(var(--mx) * var(--depth, 10px)), calc(var(--my) * var(--depth, 10px)), 0);
    transition: transform .16s linear;
    will-change: transform
}

.hero {
    min-height: 100svh;
    padding: 150px 0 70px;
    display: grid;
    align-items: end;
    border-bottom: 1px solid var(--line);
    position: relative;
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: clamp(34px, 6vw, 88px);
    align-items: center;
    position: relative;
    z-index: 2
}

.eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 22px;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 900
}

.eyebrow:before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--green)
}

h1 {
    font-size: clamp(48px, 8.2vw, 102px);
    line-height: .92;
    letter-spacing: -.078em;
    margin: 0;
    font-weight: 900;
    color: var(--ink)
}

.accent {
    color: var(--green)
}

.hero-lead {
    font-size: clamp(16px, 1.6vw, 21px);
    line-height: 1.85;
    color: var(--text);
    margin: 30px 0 0;
    max-width: 720px;
    letter-spacing: .02em
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 34px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 999px;
    padding: 16px 22px;
    font-weight: 900;
    border: 1px solid var(--ink);
    transition: .35s var(--ease)
}

.btn.primary {
    background: var(--ink);
    color: white;
    box-shadow: 0 22px 55px rgba(20, 32, 21, .16)
}

.btn.secondary {
    background: white;
    color: var(--ink);
    border-color: var(--line-strong)
}

.btn:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover)
}

.btn-icon {
    color: var(--ink);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: white;
    border: 1px solid rgba(255, 255, 255, .35);
    transition: .35s var(--ease)
}

.btn.secondary .btn-icon {
    color: white;
    background: var(--ink);
    border-color: rgba(20, 32, 21, .18)
}

.btn:hover .btn-icon {
    transform: translateX(3px)
}

.hero-note {
    margin-top: 26px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7
}

.photo-stage {
    position: relative;
    min-height: 590px;
    perspective: 1200px
}

.photo-card {
    position: absolute;
    border-radius: 30px;
    overflow: hidden;
    background: white;
    border: 1px solid rgba(20, 32, 21, .08);
    box-shadow: var(--shadow);
    isolation: isolate;
    transition: box-shadow .45s var(--ease), filter .45s var(--ease)
}

.photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.95) contrast(.96);
    transition: transform .7s var(--ease), filter .7s var(--ease)
}

.photo-card:hover {
    box-shadow: var(--shadow-hover);
    filter: brightness(1.02)
}

.photo-card:hover img {
    transform: scale(1.06);
    filter: saturate(1.06) contrast(1)
}

.photo-card.main {
    width: 68%;
    height: 420px;
    right: 4%;
    top: 60px;
    z-index: 2;
    --depth: 18px
}

.photo-card.sub-a {
    width: 38%;
    height: 260px;
    left: 0;
    bottom: 42px;
    z-index: 3;
    --depth: -13px
}

.photo-card.sub-b {
    width: 34%;
    height: 210px;
    right: 0;
    bottom: 0;
    z-index: 4;
    --depth: 10px
}

.photo-card.sub-c {
    width: 27%;
    height: 180px;
    left: 14%;
    top: 0;
    z-index: 1;
    --depth: -8px;
    opacity: .92
}

.photo-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-end;
    color: white;
    text-shadow: 0 2px 22px rgba(0, 0, 0, .45)
}

.photo-caption b {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.photo-caption span {
    font-size: 11px;
    opacity: .86
}

.photo-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .42));
    z-index: 2;
    pointer-events: none
}

.floating-word {
    position: absolute;
    z-index: 5;
    left: 4%;
    top: 46%;
    font-size: clamp(42px, 8vw, 96px);
    line-height: .86;
    font-weight: 900;
    letter-spacing: -.08em;
    color: white;
    text-shadow: 0 18px 58px rgba(0, 0, 0, .35);
    mix-blend-mode: normal;
    --depth: 24px;
    pointer-events: none
}

.ticker {
    overflow: hidden;
    border-block: 1px solid var(--line);
    background: var(--paper)
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite
}

.ticker span {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    padding: 18px 24px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase
}

.ticker span:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coral)
}

section {
    padding: 112px 0;
    border-bottom: 1px solid var(--line)
}

.section-head {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: clamp(24px, 6vw, 90px);
    align-items: end;
    margin-bottom: 48px
}

.kicker {
    font-size: 12px;
    color: var(--green);
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 14px
}

h2 {
    font-size: clamp(38px, 5.2vw, 80px);
    line-height: .99;
    letter-spacing: -.065em;
    margin: 0;
    font-weight: 900
}

.section-lead {
    font-size: clamp(16px, 1.65vw, 21px);
    line-height: 1.85;
    color: var(--text);
    margin: 0
}

.photo-use {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 16px
}

.feature-photo {
    position: relative;
    min-height: 560px;
    border-radius: 34px;
    overflow: hidden;
    background: var(--soft);
    border: 1px solid var(--line);
    box-shadow: var(--shadow)
}

.feature-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s var(--ease);
    transform: scale(1.02) translate3d(calc(var(--mx) * 14px), calc(var(--my) * 14px), 0)
}

.feature-photo:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 20%, rgba(0, 0, 0, .50) 100%)
}

.feature-copy {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    color: white
}

.feature-copy span {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    padding: 8px 11px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.feature-copy h3 {
    font-size: clamp(36px, 4.8vw, 56px);
    letter-spacing: -.065em;
    line-height: .95;
    margin: 0
}

.feature-copy p {
    max-width: 640px;
    line-height: 1.85;
    color: rgba(255, 255, 255, .84)
}

.use-cards {
    display: grid;
    gap: 16px
}

.use-card {
    min-height: 174px;
    border-radius: 28px;
    border: 1px solid var(--line);
    background: white;
    padding: 26px;
    box-shadow: 0 18px 58px rgba(20, 32, 21, .05);
    transition: .42s var(--ease);
    position: relative;
    overflow: hidden
}

.use-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
    border-color: rgba(84, 124, 87, .26)
}

.use-card:before {
    content: "";
    position: absolute;
    right: -44px;
    top: -44px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(84, 124, 87, .08);
    transform: scale(.8);
    transition: .42s var(--ease)
}

.use-card:hover:before {
    transform: scale(1.15)
}

.use-card span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--green)
}

.use-card h3 {
    font-size: 25px;
    margin: 22px 0 10px;
    letter-spacing: -.04em
}

.use-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75
}

.works-wrap {
    position: relative
}

.works-intro {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 13px
}

.works {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px
}

.work-card {
    grid-column: span 6;
    min-height: 520px;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    background: #ddd;
    border: 1px solid var(--line);
    box-shadow: 0 18px 70px rgba(20, 32, 21, .08);
    transition: transform .5s var(--ease), box-shadow .5s var(--ease)
}

.work-card:nth-child(3) {
    grid-column: span 7
}

.work-card:nth-child(4) {
    grid-column: span 5
}

.work-card img {
    position: absolute;
    inset: -4%;
    width: 108%;
    height: 108%;
    object-fit: contain;
    transform: translate3d(calc(var(--mx) * var(--img-depth, 18px)), calc(var(--my) * var(--img-depth, 18px)), 0) scale(1.03);
    transition: filter .5s var(--ease);
    filter: saturate(.95) contrast(.96)
}

.work-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .68));
    z-index: 1
}

.work-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover)
}

.work-card:hover img {
    filter: saturate(1.05) contrast(1.02)
}

.work-info {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px;
    z-index: 3;
    color: white
}

.work-info .meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.work-info .meta span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px)
}

.work-info h3 {
    font-size: clamp(34px, 4.8vw, 70px);
    line-height: .93;
    letter-spacing: -.065em;
    margin: 0
}

.work-info p {
    margin: 16px 0 0;
    line-height: 1.75;
    color: rgba(255, 255, 255, .82);
    max-width: 620px
}

.motion-lab {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 16px;
    align-items: stretch
}

.lab-copy {
    background: var(--ink);
    color: white;
    border-radius: 34px;
    padding: clamp(30px, 5vw, 54px);
    position: relative;
    overflow: hidden
}

.lab-copy:before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    right: -160px;
    top: -160px;
    background: rgba(84, 124, 87, .55)
}

.lab-copy h3 {
    position: relative;
    font-size: clamp(40px, 5.2vw, 72px);
    letter-spacing: -.065em;
    line-height: .96;
    margin: 0
}

.lab-copy p {
    position: relative;
    color: rgba(255, 255, 255, .76);
    line-height: 1.9;
    margin: 24px 0 0
}

.skill-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px
}

.skill-list span {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    padding: 9px 11px;
    font-size: 12px;
    color: rgba(255, 255, 255, .82)
}

.lab-stage {
    min-height: 440px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #fff, var(--paper));
    border-radius: 34px;
    position: relative;
    overflow: hidden
}

.lab-photo {
    position: absolute;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, .65)
}

.lab-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lab-photo.a {
    width: 48%;
    height: 220px;
    left: 8%;
    top: 12%;
    --depth: 16px
}

.lab-photo.b {
    width: 42%;
    height: 270px;
    right: 8%;
    bottom: 9%;
    --depth: -14px
}

.lab-photo.c {
    width: 28%;
    height: 150px;
    left: 30%;
    bottom: 10%;
    --depth: 22px
}

.lab-text {
    position: absolute;
    left: 8%;
    bottom: 12%;
    font-size: clamp(42px, 7vw, 92px);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: .84;
    color: var(--green);
    mix-blend-mode: multiply;
    --depth: -18px
}

.lab-dot {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--coral);
    right: 23%;
    top: 20%;
    --depth: 28px
}

.process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    counter-reset: step
}

.step {
    counter-increment: step;
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 24px;
    min-height: 230px;
    position: relative;
    overflow: hidden;
    transition: .35s var(--ease)
}

.step:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 70px rgba(20, 32, 21, .08)
}

.step:before {
    content: "0" counter(step);
    display: block;
    color: var(--coral);
    font-weight: 900;
    letter-spacing: -.05em;
    font-size: 38px;
    margin-bottom: 34px
}

.step h3 {
    font-size: 22px;
    margin: 0 0 12px
}

.step p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8
}

.cta {
    background: linear-gradient(180deg, #fff, var(--soft));
    text-align: center
}

.cta-box {
    width: min(920px, 100%);
    margin: auto;
    border: 1px solid var(--line);
    border-radius: 36px;
    background: white;
    padding: clamp(34px, 7vw, 76px);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden
}

.cta-box:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    left: -120px;
    top: -140px;
    background: rgba(84, 124, 87, .08)
}

.cta-box h2,
.cta-box p,
.cta-actions {
    position: relative
}

.cta-box p {
    margin: 24px auto 32px;
    max-width: 650px;
    color: var(--muted);
    line-height: 1.9
}

.cta-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

footer {
    padding: 34px 0;
    color: var(--muted);
    font-size: 13px
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center
}

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .8s var(--ease), transform .8s var(--ease)
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0)
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

@media (max-width:980px) {

    .cursor,
    .cursor-label {
        display: none
    }

    .nav a:not(.nav-cta) {
        display: none
    }

    .hero {
        padding-top: 122px
    }

    .hero-grid,
    .section-head,
    .photo-use,
    .motion-lab {
        grid-template-columns: 1fr
    }

    .photo-stage {
        min-height: 520px
    }

    .works {
        grid-template-columns: 1fr
    }

    .work-card,
    .work-card:nth-child(3),
    .work-card:nth-child(4) {
        grid-column: auto
    }

    .process {
        grid-template-columns: 1fr 1fr
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .parallax,
    .work-card img,
    .feature-photo img {
        transform: none !important
    }

    .tb-only {
        display: none;
    }
}

@media (max-width:640px) {
    h1 {
        font-size: clamp(44px, 12vw, 68px)
    }

    h2 {
        font-size: clamp(32px, 4.6vw, 56px);
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column
    }

    .btn {
        width: 100%
    }

    .photo-stage {
        min-height: 520px
    }

    .photo-card.main {
        width: 86%;
        height: 330px;
        right: 0;
        top: 58px
    }

    .photo-card.sub-a {
        width: 52%;
        height: 190px;
        left: 0;
        bottom: 62px
    }

    .photo-card.sub-b {
        width: 48%;
        height: 160px;
        right: 2%;
        bottom: 22px
    }

    .photo-card.sub-c {
        width: 42%;
        height: 140px;
        left: 10%;
        top: 0
    }

    .floating-word {
        left: 6%;
        top: 46%;
        font-size: 52px
    }

    section {
        padding: 76px 0
    }

    .feature-photo {
        min-height: 520px
    }

    .work-card {
        min-height: 460px
    }

    .process {
        grid-template-columns: 1fr
    }

    .lab-stage {
        min-height: 390px
    }

    .lab-photo.a {
        width: 58%;
        height: 180px
    }

    .lab-photo.b {
        width: 54%;
        height: 210px
    }

    .lab-photo.c {
        display: none
    }

    .sp-only {
        display: block;
    }
}

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

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }

    .parallax,
    .work-card img,
    .feature-photo img {
        transform: none !important
    }
}

.contact-page {
    padding: 150px 0 112px
}

.contact-wrap {
    max-width: 680px;
    margin: 0 auto
}

.contact-wrap .kicker {
    font-size: 12px;
    color: var(--green);
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 14px
}

.contact-wrap h1 {
    font-size: clamp(38px, 5.4vw, 72px);
    line-height: .99;
    letter-spacing: -.065em;
    margin: 0 0 24px;
    font-weight: 900
}

.contact-lead {
    font-size: clamp(16px, 1.65vw, 21px);
    line-height: 1.85;
    color: var(--text);
    margin: 0 0 48px
}

.contact-form .wpcf7-form label {
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 0 0 8px
}

.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    font-size: 16px;
    font-family: inherit;
    background: white;
    color: var(--ink);
    transition: .3s var(--ease);
    margin-bottom: 24px
}

.contact-form .wpcf7-form input:focus,
.contact-form .wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(84, 124, 87, .12)
}

.contact-form .wpcf7-form textarea {
    height: 160px;
    resize: vertical
}

.contact-form .wpcf7-form input[type="submit"] {
    background: var(--ink);
    color: white;
    border: none;
    border-radius: 999px;
    padding: 18px 36px;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    transition: .35s var(--ease)
}

.contact-form .wpcf7-form input[type="submit"]:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(20, 32, 21, .16)
}

.general-page {
    padding: 150px 0 112px
}

.general-wrap {
    max-width: 780px;
    margin: 0 auto
}

.general-wrap h1 {
    font-size: clamp(38px, 5.4vw, 72px);
    line-height: .99;
    letter-spacing: -.065em;
    margin: 0 0 48px;
    font-weight: 900
}

.general-content {
    font-size: 17px;
    line-height: 1.85;
    color: var(--text)
}

.general-content h2 {
    font-size: 24px;
    font-weight: 900;
    margin: 48px 0 16px
}

.general-content p {
    margin: 0 0 24px
}

.general-content a {
    color: var(--green);
    text-decoration: underline
}