* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "DM Sans", sans-serif;
    background: #faf8f5;
    color: #30263d;
    line-height: 1.6;
    overflow-x: hidden
}

body.modal-open {
    overflow: hidden
}

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

button,
input,
textarea,
select {
    font: inherit
}

button {
    cursor: pointer
}

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

.section-pad {
    padding: 110px clamp(22px, 6vw, 96px)
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 22px clamp(22px, 5vw, 72px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .35s
}

.site-header.scrolled {
    background: rgba(250, 248, 245, .9);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 35px rgba(48, 38, 61, .07);
    padding-top: 14px;
    padding-bottom: 14px
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: -.02em
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    background: linear-gradient(135deg,#eadcf2,#f8e7d8);
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 12px
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: 13px;
    font-weight: 600
}

.main-nav>a:not(.nav-cta) {
    opacity: .7;
    transition: .2s
}

.main-nav>a:hover {
    opacity: 1
}

.nav-cta {
    padding: 11px 17px;
    border-radius: 999px;
    background: #30263d;
    color: #fff
}

.nav-cta span {
    margin-left: 7px
}

.menu-toggle {
    display: none;
    border: 0;
    background: none;
    width: 40px;
    height: 40px
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #30263d;
    margin: 5px auto
}

.hero {
    min-height: 850px;
    padding-top: 180px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #faf8f5 20%, #f1eafa 100%)
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    opacity: .45;
    pointer-events: none
}

.orb-one {
    width: 330px;
    height: 330px;
    background: #dccdea;
    right: 8%;
    top: 10%
}

.orb-two {
    width: 230px;
    height: 230px;
    background: #f2c8aa;
    left: -80px;
    bottom: 5%;
    opacity: .25
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 720px
}

.eyebrow {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 800;
    color: #766985;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px
}

.eyebrow span {
    width: 28px;
    height: 1px;
    background: #8b5fbf
}

.hero h1 {
    font-family: Manrope, sans-serif;
    font-size: clamp(48px, 6vw, 86px);
    line-height: .98;
    letter-spacing: -.065em;
    max-width: 820px
}

.hero h1 em,
.section-heading em,
.section-top h2 em,
.about-copy h2 em,
.contact-copy h2 em,
.faq-intro h2 em {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #8b5fbf
}

.hero-text {
    font-size: 17px;
    max-width: 590px;
    color: #665b70;
    margin: 30px 0
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap
}

.btn {
    border: 0;
    border-radius: 999px;
    padding: 15px 21px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    font-size: 13px;
    transition: .25s;
    justify-content: center
}

.btn-dark {
    background: #30263d;
    color: #fff;
    box-shadow: 0 12px 25px rgba(48, 38, 61, .15)
}

.btn-dark:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 35px rgba(48, 38, 61, .2)
}

.btn-light {
    background: #faf8f5;
    color: #30263d
}

.text-link {
    font-size: 13px;
    font-weight: 800;
    border-bottom: 1px solid #c6bacd;
    padding-bottom: 4px
}

.text-link span {
    margin-left: 7px
}

.hero-proof {
    display: flex;
    gap: 40px;
    margin-top: 60px
}

.hero-proof div {
    display: flex;
    flex-direction: column
}

.hero-proof strong {
    font-family: Manrope;
    font-size: 22px
}

.hero-proof span {
    font-size: 11px;
    color: #847a8c
}

.hero-visual {
    height: 540px;
    position: relative;
    display: grid;
    place-items: center
}

.deck-scene {
    position: relative;
    width: min(500px, 90%);
    height: 470px;
    transform: rotate(3deg)
}

.deck-back,
.deck-card {
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 35px 70px rgba(48, 38, 61, .16)
}

.deck-back {
    inset: 50px 20px 20px;
    background: #d8c9e5
}

.deck-back-2 {
    transform: rotate(-8deg);
    opacity: .45
}

.deck-back-1 {
    transform: rotate(-3deg);
    background: #bca6ce
}

.deck-card {
    inset: 20px 50px 30px;
    background: #f5efe9;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3
}

.deck-top,
.deck-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    letter-spacing: .14em;
    font-weight: 800
}

.deck-main {
    margin-top: 40px
}

.mini-label {
    font-size: 9px;
    letter-spacing: .16em;
    color: #8b5fbf;
    font-weight: 800
}

.deck-main h2 {
    font-family: Manrope;
    font-size: 50px;
    line-height: .9;
    letter-spacing: -.06em;
    margin: 16px 0
}

.deck-main h2 span {
    color: #8b5fbf
}

.deck-main p {
    font-size: 11px;
    color: #756c7a;
    max-width: 220px
}

.mini-line {
    height: 1px;
    width: 45px;
    background: #30263d;
    margin: 15px 0
}

.portrait-card {
    position: absolute;
    width: 150px;
    height: 200px;
    right: -10px;
    bottom: 45px;
    z-index: 5;
    border: 8px solid #faf8f5;
    border-radius: 15px;
    overflow: hidden;
    background: #cbb8d9;
    box-shadow: 0 20px 40px rgba(48, 38, 61, .18);
    transform: rotate(9deg)
}

.portrait-card img,
.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.portrait-card span {
    display: none
}

.portrait-placeholder:after {
    content: "SA";
    display: grid;
    place-items: center;
    height: 100%;
    font-family: Manrope;
    font-weight: 800;
    font-size: 42px;
    color: #fff
}

.floating-note {
    position: absolute;
    background: #fff;
    border: 1px solid #eee7f0;
    box-shadow: 0 15px 35px rgba(48, 38, 61, .1);
    padding: 12px 16px;
    border-radius: 13px;
    font-size: 11px;
    font-weight: 800;
    z-index: 8
}

.note-top {
    top: 55px;
    left: 2%
}

.note-bottom {
    bottom: 35px;
    right: 4%
}

.note-top span,
.note-bottom span {
    color: #8b5fbf;
    margin-left: 8px
}

.logo-strip {
    padding: 26px clamp(22px, 6vw, 96px);
    border-top: 1px solid #e8e1e8;
    border-bottom: 1px solid #e8e1e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.logo-strip p {
    font-size: 11px;
    color: #83788b
}

.logo-strip>div {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-family: Manrope;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #918895
}

.intro-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: end
}

.section-heading h2,
.section-top h2 {
    font-family: Manrope;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -.06em
}

.intro-copy {
    font-size: 18px;
    color: #665b70;
    max-width: 570px
}

.circle-arrow {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    border: 1px solid #d9d0db;
    border-radius: 50%;
    margin-top: 35px;
    font-size: 22px;
    transition: .25s
}

.circle-arrow:hover {
    background: #30263d;
    color: #fff;
    transform: rotate(-15deg)
}

.services {
    background: #f0e9f6
}

.section-top {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: end;
    margin-bottom: 55px
}

.section-top>p {
    max-width: 430px;
    color: #706576;
    font-size: 14px
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #d9cfe0;
    border: 1px solid #d9cfe0
}

.service-card {
    background: #f0e9f6;
    min-height: 250px;
    padding: 30px;
    position: relative;
    transition: .3s
}

.service-card:hover {
    background: #faf8f5;
    transform: translateY(-4px);
    z-index: 2
}

.service-card>span {
    font-size: 10px;
    color: #8b5fbf;
    font-weight: 800
}

.service-card h3 {
    font-family: Manrope;
    font-size: 21px;
    margin: 45px 0 10px;
    letter-spacing: -.03em
}

.service-card p {
    font-size: 13px;
    color: #766b7b;
    max-width: 310px
}

.service-card>b {
    position: absolute;
    right: 28px;
    bottom: 28px;
    font-size: 20px
}

.work {
    background: #faf8f5
}

.project-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.project-tabs button {
    border: 1px solid #ddd4df;
    background: transparent;
    border-radius: 999px;
    padding: 10px 17px;
    font-size: 11px;
    font-weight: 800;
    color: #766b7b
}

.project-tabs button.active,
.project-tabs button:hover {
    background: #30263d;
    color: #fff;
    border-color: #30263d
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 65px 28px
}

.project-card.is-hidden {
    display: none
}

.project-cover {
    width: 100%;
    border: 0;
    background: none;
    text-align: left;
    position: relative;
    display: block
}

.project-art {
    aspect-ratio: 1.45/1;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    color: #30263d;
    box-shadow: 0 20px 40px rgba(48, 38, 61, .08);
    transition: .4s
}

.project-cover:hover .project-art {
    transform: scale(.985);
    box-shadow: 0 30px 60px rgba(48, 38, 61, .13)
}

.project-art span {
    font-family: Manrope;
    font-size: clamp(30px, 4vw, 55px);
    font-weight: 800;
    line-height: .92;
    letter-spacing: -.06em
}

.project-art small {
    font-size: 10px;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 800
}

.art-1 {
    background: linear-gradient(135deg, #eadcf2, #f8e7d8)
}

.art-2 {
    background: linear-gradient(135deg, #dfe8e2, #efe3f4)
}

.art-3 {
    background: linear-gradient(135deg, #f0e2d6, #e5d9ed)
}

.art-4 {
    background: linear-gradient(135deg, #e2d9ee, #dfe8e6)
}

.art-5 {
    background: linear-gradient(135deg, #f2e1d7, #e9dff1)
}

.art-6 {
    background: linear-gradient(135deg, #e1e9df, #e9def0)
}

.cover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(48, 38, 61, .92);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: .3s;
    font-size: 12px;
    font-weight: 800
}

.project-cover:hover .cover-overlay {
    opacity: 1
}

.project-meta {
    display: flex;
    justify-content: space-between;
    padding-top: 17px
}

.project-meta span {
    font-size: 9px;
    letter-spacing: .13em;
    font-weight: 800;
    color: #897d8e
}

.project-meta h3 {
    font-family: Manrope;
    font-size: 18px;
    margin-top: 5px
}

.process {
    background: #30263d;
    color: #fff
}

.centered {
    text-align: center;
    align-items: center
}

.centered .eyebrow {
    justify-content: center;
    color: #b7a9c0
}

.process-line {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 70px
}

.process-step {
    padding: 0 25px;
    border-left: 1px solid rgba(255, 255, 255, .15);
    min-height: 190px
}

.process-step:first-child {
    border-left: 0
}

.process-step i {
    font-style: normal;
    font-size: 10px;
    color: #c8a9df
}

.process-step h3 {
    font-family: Manrope;
    font-size: 20px;
    margin: 30px 0 10px
}

.process-step p {
    font-size: 12px;
    color: #b7aebb;
    max-width: 170px
}

.about {
    display: grid;
    grid-template-columns: minmax(320px, 500px) 1fr;
    gap: 90px;
    align-items: center
}

.about-image {
    height: 590px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    background: #cdbbda
}

.image-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(250, 248, 245, .9);
    backdrop-filter: blur(12px);
    padding: 14px 16px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 800
}

.about-copy h2 {
    font-family: Manrope;
    font-size: clamp(42px, 5vw, 65px);
    line-height: 1;
    letter-spacing: -.06em;
    margin-bottom: 25px
}

.about-copy>p:not(.eyebrow) {
    color: #706576;
    max-width: 590px
}

.about-points {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin: 30px 0
}

.about-points span {
    border: 1px solid #ded5df;
    border-radius: 999px;
    padding: 9px 13px;
    font-size: 10px;
    font-weight: 800
}

.testimonial-section {
    background: #f0e9f6
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 60px
}

.testimonial {
    padding: 35px;
    background: #faf8f5;
    border-radius: 18px;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.testimonial.featured {
    background: #30263d;
    color: #fff
}

.stars {
    letter-spacing: .12em;
    color: #8b5fbf;
    font-size: 12px
}

.testimonial blockquote {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.3
}

.testimonial footer {
    display: flex;
    gap: 12px;
    align-items: center
}

.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #d8c8e3;
    font-size: 10px;
    font-weight: 800
}

.testimonial footer div {
    display: flex;
    flex-direction: column
}

.testimonial small {
    font-size: 9px;
    color: #877b8c
}

.testimonial.featured small {
    color: #b5a9bc
}

.faq {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 100px
}

.faq-intro h2 {
    font-family: Manrope;
    font-size: clamp(45px, 5vw, 65px);
    line-height: 1;
    letter-spacing: -.06em;
    margin-bottom: 25px
}

.faq-intro>p:not(.eyebrow) {
    color: #766b7b;
    max-width: 280px;
    margin-bottom: 25px
}

.faq-list {
    border-top: 1px solid #ddd5df
}

.faq-item {
    border-bottom: 1px solid #ddd5df;
    padding: 0
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 0;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.faq-item summary::-webkit-details-marker {
    display: none
}

.faq-item summary:after {
    content: "+";
    font-size: 22px;
    font-weight: 400;
    color: #8b5fbf
}

.faq-item[open] summary:after {
    content: "−"
}

.faq-item p {
    font-size: 13px;
    color: #766b7b;
    max-width: 650px;
    padding: 0 45px 25px 0
}

.contact {
    background: #30263d;
    color: #fff
}

.contact-box {
    background: #493d54;
    border-radius: 25px;
    padding: 65px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px
}

.contact-copy h2 {
    font-family: Manrope;
    font-size: clamp(45px, 5vw, 70px);
    line-height: .98;
    letter-spacing: -.06em
}

.contact-copy>p:not(.eyebrow) {
    color: #c4bac9;
    margin-top: 25px;
    max-width: 400px
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.contact-form label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #c7bdcb;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-form label:nth-child(3),
.contact-form label:nth-child(4),
.contact-form button,
.form-status {
    grid-column: 1/-1
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    background: #5a4e64;
    border: 1px solid #6b5e75;
    color: #fff;
    border-radius: 10px;
    padding: 13px 14px;
    outline: none;
    font-size: 13px;
    resize: vertical
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #a99eaf
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: #cbb0dc
}

.contact-form option {
    color: #30263d
}

.form-status {
    font-size: 11px;
    color: #d9c4e8;
    min-height: 15px
}

.contact-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 35px
}

.contact-details>a {
    font-family: Manrope;
    font-size: clamp(20px, 3vw, 38px);
    letter-spacing: -.04em
}

.contact-details div {
    display: flex;
    gap: 22px;
    font-size: 10px;
    color: #b6abbc
}

.footer {
    background: #30263d;
    color: #fff;
    border-top: 1px solid #51465a;
    padding: 40px clamp(22px, 6vw, 96px);
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end
}

.footer p {
    color: #9f94a5;
    font-size: 11px;
    margin-top: 12px
}

.footer-right {
    display: flex;
    gap: 25px;
    font-size: 10px;
    color: #9f94a5
}

.footer-right a {
    color: #fff
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 25px
}

.modal.open {
    display: flex
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 18, 29, .82);
    backdrop-filter: blur(10px)
}

.modal-dialog {
    position: relative;
    z-index: 2;
    width: min(1050px, 100%);
    max-height: 94vh;
    overflow: auto;
    background: #faf8f5;
    color: #30263d;
    border-radius: 20px;
    padding: 25px
}

.modal-close {
    position: absolute;
    right: 18px;
    top: 16px;
    border: 0;
    background: #30263d;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 22px;
    z-index: 3
}

.modal-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 8px 45px 20px 5px
}

.modal-head span {
    font-size: 9px;
    letter-spacing: .12em;
    color: #8b5fbf;
    font-weight: 800
}

.modal-head h2 {
    font-family: Manrope;
    font-size: 28px;
    letter-spacing: -.04em
}

.carousel {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    align-items: center;
    gap: 15px
}

.carousel-btn {
    border: 1px solid #ddd4df;
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 18px
}

.slide-frame {
    background: #e8deeb;
    border-radius: 14px;
    overflow: hidden
}

.slide-art {
    aspect-ratio: 16/9;
    padding: clamp(25px, 5vw, 70px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, #e8d9f1, #f4e2d6)
}

.slide-art .slide-label {
    font-size: 10px;
    letter-spacing: .15em;
    font-weight: 800
}

.slide-art .slide-title {
    font-family: Manrope;
    font-size: clamp(35px, 6vw, 80px);
    line-height: .9;
    letter-spacing: -.06em;
    max-width: 650px
}

.slide-art .slide-title em {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #8b5fbf
}

.slide-art .slide-number {
    font-size: 10px;
    font-weight: 800
}

.thumbs {
    display: flex;
    gap: 8px;
    overflow: auto;
    padding-top: 15px
}

.thumb {
    min-width: 85px;
    height: 50px;
    border: 2px solid transparent;
    border-radius: 7px;
    background: #e8ddea;
    padding: 0;
    overflow: hidden
}

.thumb.active {
    border-color: #8b5fbf
}

.thumb div {
    width: 100%;
    height: 100%
}

.cursor-glow {
    position: fixed;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(139, 95, 191, .06);
    filter: blur(35px);
    pointer-events: none;
    z-index: 0;
    transform: translate(-50%, -50%)
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.reveal-delay {
    transition-delay: .15s
}

@media(max-width:900px) {
    .main-nav {
        gap: 15px
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 145px;
        padding-bottom: 90px
    }

    .hero-visual {
        height: 500px
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .process-line {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px
    }

    .process-step:nth-child(4) {
        border-left: 0
    }

    .about {
        grid-template-columns: 1fr;
        gap: 55px
    }

    .about-image {
        height: min(620px, 110vw);
        max-width: 500px
    }

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

    .testimonial {
        min-height: 270px
    }

    .faq {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .contact-box {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 45px
    }

    .logo-strip {
        flex-direction: column;
        align-items: flex-start
    }

    .logo-strip>div {
        justify-content: flex-start
    }
}

@media(max-width:700px) {
    .site-header {
        padding: 18px 20px
    }

    .menu-toggle {
        display: block
    }

    .main-nav {
        position: absolute;
        top: 70px;
        left: 14px;
        right: 14px;
        background: #faf8f5;
        border: 1px solid #e6dfe7;
        border-radius: 17px;
        padding: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        box-shadow: 0 25px 50px rgba(48, 38, 61, .12)
    }

    .main-nav.open {
        display: flex
    }

    .main-nav>a {
        text-align: center;
        padding: 7px
    }

    .nav-cta {
        margin-top: 5px
    }

    .hero {
        padding-left: 20px;
        padding-right: 20px
    }

    .hero h1 {
        font-size: 48px
    }

    .hero-proof {
        gap: 20px
    }

    .hero-proof strong {
        font-size: 18px
    }

    .deck-scene {
        width: 95%;
        height: 400px
    }

    .deck-card {
        inset: 20px 25px 30px
    }

    .deck-main h2 {
        font-size: 40px
    }

    .portrait-card {
        width: 110px;
        height: 155px;
        right: 0
    }

    .floating-note {
        font-size: 9px
    }

    .section-pad {
        padding: 80px 20px
    }

    .section-top,
    .intro-section {
        display: block
    }

    .section-top>p {
        margin-top: 25px
    }

    .service-grid,
    .project-grid {
        grid-template-columns: 1fr
    }

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

    .process-step {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
        padding: 25px 10px
    }

    .process-step:first-child,
    .process-step:nth-child(2) {
        border-top: 0
    }

    .contact-box {
        padding: 30px 22px
    }

    .contact-form {
        grid-template-columns: 1fr
    }

    .contact-form label:nth-child(3),
    .contact-form label:nth-child(4),
    .contact-form button,
    .form-status {
        grid-column: 1
    }

    .contact-details {
        display: block
    }

    .contact-details div {
        margin-top: 20px;
        flex-wrap: wrap
    }

    .footer {
        display: block
    }

    .footer-right {
        margin-top: 25px;
        justify-content: space-between
    }

    .modal {
        padding: 10px
    }

    .modal-dialog {
        padding: 15px;
        border-radius: 15px
    }

    .carousel {
        grid-template-columns: 35px 1fr 35px;
        gap: 6px
    }

    .carousel-btn {
        width: 35px;
        height: 35px
    }

    .modal-head h2 {
        font-size: 22px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal {
        transition: none
    }

    .cursor-glow {
        display: none
    }

    .project-art,
    .btn,
    .circle-arrow {
        transition: none
    }
}