/*------------------------------------------------------
Table of Contents
--------------------------------------------------------
0. Reset
1. General Styles
2. Navigation
3. Home Page
4. About & Contact Page
5. Works
6. Single Project
7. Footer

------------------------------------------------------*/

/*-----------------------------------------------------
Reset
------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/*-----------------------------------------------------
General Styles
------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    font-family: 'soleil', sans-serif;
    font-size: 62.5%;
    margin: 0;
}

main {
    scroll-padding-top: 60px;
}

ul {
    list-style: none;
}

.container {
    max-width: 1000px;
    margin: auto;
}

.container-full {
    width: 100%;
}

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

p {
    font-family: soleil, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    font-size: 15px;
}

a {
    text-decoration: none;
    transition: all .2s linear;
}

a:hover {
    text-decoration: none;
    color: #f8798f;
}

u {
    text-decoration: none;
}

u:hover {
    text-decoration: none;
    color: #f8798f;
}

.clearfix {
    clear: both;
}

.caption {
    font-family: soleil, sans-serif;
    font-size: 12px;
    color: #737373;
    margin: 4px 0;
}

.caption span {
    font-style: italic;
    font-weight: bold;
    color: #737373;
}

.caption a {
    text-underline-position: under;
}

/*-----------------------------------------------------
Navigation
------------------------------------------------------*/

header {
    height: 85px;
    line-height: 85px;
    /* line-heigh = height */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    color: white;
    transition: top 0.3s;
    /* Smooth transition for hiding */
    z-index: 1000;
}

.logo {
    font-family: Playfair-Display, serif;
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    float: left;
}

.logo:hover {
    color: #f8798f;
    text-decoration: none;
}

.nav-button {
    display: none;
    float: right;
}

.nav-button .fa {
    color: #121212;
    font-size: 2.5em;
    line-height: 85px;
}

.nav-button .fa:hover {
    color: #121212;
    text-decoration: none;
}

.close-btn {
    display: none;
}

.close-btn .fa {
    color: #121212;
    position: absolute;
    right: 37px;
    top: 37px;
    font-size: 1.7em;
}

.close-btn .fa:hover {
    color: #f8798f;
    text-decoration: none;
}

/* Local fallbacks for the Font Awesome glyphs used on the site. */
.fa-bars::before,
.fa-times::before,
.fa-chevron-circle-down::before,
.fa-envelope::before,
.fa-phone::before,
.fa-map-marker::before,
.fa-paper-plane::before,
.fa-linkedin::before,
.fa-behance::before {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}

.fa-bars::before {
    content: "\2630";
}

.fa-times::before {
    content: "\00d7";
}

.fa-chevron-circle-down::before {
    content: "\2304";
}

.fa-envelope::before {
    content: "\2709";
}

.fa-phone::before {
    content: "\260E";
}

.fa-map-marker::before {
    content: "\25CF";
}

.fa-paper-plane::before {
    content: "\27A4";
}

.fa-linkedin::before {
    content: "in";
    font-weight: 700;
}

.fa-behance::before {
    content: "Be";
    font-weight: 700;
}

.social-icons .fa-envelope::before {
    content: "";
    display: block;
    width: 1em;
    height: 0.7em;
    background: currentColor;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 18%, 50% 62%, 100% 18%, 100% 0, 50% 48%, 0 0);
}

.main-menu {
    float: right;
}

.main-menu>li {
    font-family: soleil, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-left: 60px;
}

.main-menu li a {
    color: #222;
}

.main-menu li a:hover {
    color: #B0000F;
    text-decoration: none;
}

.main-menu li a.active {
    color: #f8798f;
}

.main-menu li ul {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 999;
    min-width: 190px;
    padding: 12px 30px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    text-align: left;
}

.main-menu li:hover ul {
    display: block;
}

.sub-menu li a {
    font-size: .9em;
    letter-spacing: 2px;
}

/*-----------------------------------------------------
Home Page
------------------------------------------------------*/

.hero-homepage,
.hero-about,
.hero-contact {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 0;
}

.hero-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    width: 100%;
    text-align: left;
}

.hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 6.3em;
    font-weight: 300;
    line-height: 1.7;
    padding-bottom: 10px;
}

.hero-content h2 {
    font-family: 'soleil', sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5;
}

/*-----------------------------------------------------
About
------------------------------------------------------*/

#about {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 100px;
    padding-bottom: 50px;
    color: #000;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-col-1 {
    flex-basis: 35%;
}

.about-col-1 img {
    width: 100%;
    border-radius: 15px;
}

@media (max-width: 1024px) {
    /* You can adjust this width as needed */
    .about-col-1 {
        display: none;
        /* Hides the table of contents */
    }
}

.about-col-2 {
    flex-basis: 60%;
}

@media (max-width: 1024px) {
    /* You can adjust this width as needed */
    .about-col-2 {
        flex-basis: 90%;
        /* Changes the width (less white space L & R)*/
    }
}

.about-col-2 h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 35px;
}

.about-col-2 p {
    padding: 30px 0 0 0;
}

.sub-title {
    font-size: 60px;
    font-weight: 600;
    color: #000;
}

.tab-titles {
    display: flex;
    margin: 20px 0 40px;
}

.tab-links {
    cursor: pointer;
    position: relative;
}

.tab-titles p {
    margin-right: 50px;
    font-size: 18px;
    font-weight: 500;
}

.tab-titles p:hover {
    color: #F8798F;
}

.tab-links::after {
    content: '';
    width: 0;
    height: 3px;
    background: #F8798F;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
}

.tab-links.active-link::after {
    width: 50%;
}

.tab-contents ul li {
    margin: 10px 0;
}

.tab-contents ul li span {
    color: #F8798F;
    font-weight: 500;
}

.tab-contents {
    display: none;
}

.tab-contents.active-tab {
    font-family: soleil, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    font-size: 14px;
    text-align: left;
    display: block;
}

/*-----------------------------------------------------
Works
------------------------------------------------------*/

.hero-portfolio {
    color: #222;
    text-align: center;
    padding: 100px 0;
}

.hero-portfolio h1 {
    font-family: 'Playfair Display', serif;
    font-size: 5em;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.hero-portfolio p {
    font-family: 'soleil', sans-serif;
    font-size: 1.7em;
    line-height: 2;
    width: 50%;
    margin: auto;
}

.portfolio-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin: 0 auto 24px;
    padding: 6px;
    border: 1px solid rgba(248, 121, 143, 0.28);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(248, 121, 143, 0.18);
}

.portfolio-filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 160px;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #6b6b6b;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.portfolio-filter-button .fa {
    font-size: 14px;
}

.portfolio-filter-button:hover,
.portfolio-filter-button:focus-visible {
    background: rgba(248, 121, 143, 0.10);
    color: #B0000F;
    box-shadow: none;
    outline: none;
}

.portfolio-filter-button.is-active,
.portfolio-filter-button.is-active:hover,
.portfolio-filter-button.is-active:focus-visible {
    background: #F8798F;
    color: #fff;
    box-shadow: 0 8px 20px rgba(248, 121, 143, 0.34);
    outline: none;
}


[data-project-type][hidden] {
    display: none !important;
}

.works-item {
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.works-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform .45s ease;
}

.works_2-columns .works-item {
    width: 50%;
    height: 70vh;
}

.works_3-columns .works-item {
    width: 33.33%;
    height: 45vh;
}

.works_4-columns .works-item {
    width: 25%;
    height: 35vh;
}

.works-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    transition: opacity .35s ease, backdrop-filter .35s ease, -webkit-backdrop-filter .35s ease;
}

.works-item:hover .works-item-overlay {
    opacity: 1;
}

.works-item:hover img {
    transform: scale(1.04);
}

.works-item-info {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.works-info-title {
    color: #fff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    font-size: 2.3em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

.works-info-category {
    color: rgba(255, 255, 255, 0.84);
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.works_2-columns a:hover,
.works_3-columns a:hover,
.works_4-columns a:hover {
    color: inherit;
}

@media (max-width: 670px) {
    .works_2-columns .works-item.works-item-cylo {
        aspect-ratio: 45 / 32;
        height: auto;
    }
}

.visual-assets-section .single-project-info h2:not(:first-child) {
    margin-top: 64px;
}

.visual-asset-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 24px 0 0;
    border-radius: 24px;
    border: 1px solid rgba(176, 0, 15, 0.10);
    box-shadow: 0 22px 44px rgba(38, 20, 26, 0.08);
}

.visual-asset-image-icon {
    max-width: 280px;
}

.zoomable-image {
    display: block;
    width: 100%;
    height: auto;
    transition: width .2s ease;
}


.inline-zoom {
    position: relative;
    margin: 20px 0 26px;
}

.inline-zoom-stage {
    overflow: auto;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(176, 0, 15, 0.10);
    box-shadow: 0 22px 44px rgba(38, 20, 26, 0.08);
    cursor: grab;
    scroll-behavior: smooth;
}

.inline-zoom-stage.is-zoomed {
    max-height: 82vh;
    overscroll-behavior: contain;
    touch-action: none;
}

.inline-zoom-stage.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.inline-zoom-stage img {
    max-width: none;
    user-select: none;
}

.visual-assets-section .inline-zoom {
    margin: 24px 0 0;
}

.inline-zoom .visual-asset-image {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.inline-zoom .visual-asset-image-icon {
    max-width: none;
}

.inline-zoom-controls {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.inline-zoom-button,
.inline-zoom-level {
    border-radius: 999px;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(35, 19, 24, 0.72);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.inline-zoom-button {
    min-width: 38px;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease;
}

.inline-zoom-button:hover,
.inline-zoom-button:focus-visible {
    background: rgba(176, 0, 15, 0.82);
    transform: translateY(-1px);
    outline: none;
}

.inline-zoom-level {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .inline-zoom {
        margin: 18px 0 22px;
    }

    .inline-zoom-stage {
        border-radius: 18px;
    }

    .inline-zoom-controls {
        top: 10px;
        right: 10px;
        gap: 6px;
    }

    .inline-zoom-button {
        min-width: 34px;
        min-height: 34px;
        font-size: 18px;
    }

    .inline-zoom-level {
        min-width: 60px;
        min-height: 34px;
        padding: 0 10px;
        font-size: 12px;
    }
}

/*-----------------------------------------------------
Single Project
------------------------------------------------------*/

.single-project {
    text-align: center;
    margin-top: 50px;
}

.tag {
    color: #f8798f;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

.tag:hover {
    color: #f8798f;
}

.header2 {
    font-family: soleil, sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 30px;
    color: #808080;
}

img.header-large {
    width: 100%;
    padding-top: 75px;
}

.single-project h1 {
    font-family: 'Playfair Display', serif;
    color: #333;
    font-size: 7.5em;
    letter-spacing: 2px;
    padding: 10px 0 20px 0;
}

.single-project-info {
    margin: 90px auto;
    width: 80%;
}

@media (max-width: 768px) {
    /* You can adjust this width as needed */
    .single-project-info {
        width: 100%;
        /* Makes the paragraphs fit more on mobile (less white space on the L & R)*/
    }
}

.single-project-info h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    margin: 0;
}

.single-project-info h2:not(:first-child) {
    margin-top: 90px;
}

.single-project-info b {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
}

.single-project-info strong {
    font-weight: 600;
    color: #000;
}

.single-project-info p {
    font-family: soleil, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 15px;
    text-align: left;
}

.single-project-info ul {
    list-style: disc;
    margin: 8px 0 12px 22px;
    padding: 0;
}

.single-project-info li {
    font-family: soleil, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 2px 0;
    text-align: left;
}

@media (max-width: 768px) {
    /* You can adjust this width as needed */
    .single-project-info iframe {
        display: none;
        /* Hides the table of contents */
    }
}

a {
    color: #F8798F;
    text-decoration: none
}

a:hover {
    transition: .3s;
    color: #B0000F;
    text-decoration: none;
}

.new-section {
    margin-top: 1px;
}

.row-paragraph,
.row-tagline {
    margin-top: 10px
}

.tagline,
.specs-title,
.specs-list {
    margin: 12px 0
}

.tagline {
    font-size: 32px;
    color: #737373;
    font-family: source-code-pro, monospace
}

.specs {
    list-style: none;
    color: #737373;
    padding: 0
}

.specs-title,
.specs-list {
    text-align: left;
}

.specs-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 16px;
}

.specs-list {
    font-family: soleil, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.specs-mobile {
    font-size: 18px;
    color: #737373;
    padding: 0;
    display: none
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.offset-l1 {
    margin-left: 8.3333333333%;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.specs-mobile {
    font-size: 18px;
    color: #737373;
    padding: 0;
    display: none;
}

@media (max-width: 768px) {
    /* You can adjust this width as needed */
    .row-tagline {
        display: none;
        /* Hides the table of contents */
    }
}

@media (max-width: 768px) {
    body.aurora-page .single-project,
    body.cylo-page .single-project,
    body.notepad-page .single-project,
    body.gallery-page .single-project {
        margin-top: 36px;
    }

    body.aurora-page .single-project h1,
    body.cylo-page .single-project h1,
    body.notepad-page .single-project h1,
    body.gallery-page .single-project h1 {
        font-size: 5.2em;
        line-height: 1.05;
        letter-spacing: 1px;
        padding: 8px 0 16px;
        overflow-wrap: anywhere;
    }

    body.aurora-page .header2,
    body.cylo-page .header2,
    body.notepad-page .header2,
    body.gallery-page .header2 {
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        font-size: 20px;
        line-height: 1.45;
    }

    body.aurora-page .row-tagline,
    body.cylo-page .row-tagline,
    body.notepad-page .row-tagline,
    body.gallery-page .row-tagline {
        display: none;
    }

    body.notepad-page .specs-mobile {
        display: block;
        max-width: 92%;
        margin: 0 auto 22px;
    }

    html body.aurora-page .single-project-info,
    html body.cylo-page .single-project-info,
    html body.notepad-page .single-project-info,
    html body.gallery-page .single-project-info {
        width: 100%;
        margin: 50px auto;
    }

    html body.aurora-page .single-project-info h2,
    html body.cylo-page .single-project-info h2,
    html body.notepad-page .single-project-info h2,
    html body.gallery-page .single-project-info h2 {
        font-size: 22px;
        line-height: 1.25;
    }

    html body.aurora-page .single-project-info p,
    html body.aurora-page .single-project-info li,
    html body.cylo-page .single-project-info p,
    html body.cylo-page .single-project-info li,
    html body.notepad-page .single-project-info p,
    html body.notepad-page .single-project-info li,
    html body.gallery-page .single-project-info p,
    html body.gallery-page .single-project-info li {
        font-size: 14px;
        line-height: 1.7;
    }

    html body.aurora-page .single-project-info strong,
    html body.cylo-page .single-project-info strong,
    html body.notepad-page .single-project-info strong,
    html body.gallery-page .single-project-info strong {
        font-size: 16px;
        line-height: 1.45;
    }

    html body.cylo-page .single-project-info p > b {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    body.aurora-page .single-project h1,
    body.cylo-page .single-project h1,
    body.notepad-page .single-project h1,
    body.gallery-page .single-project h1 {
        font-size: 3.8em;
        letter-spacing: 0.5px;
        padding: 6px 0 12px;
    }

    body.aurora-page .header2,
    body.cylo-page .header2 {
        max-width: 100%;
        font-size: 18px;
        line-height: 1.45;
    }

    html body.aurora-page .single-project-info,
    html body.cylo-page .single-project-info {
        margin: 42px auto;
    }

    html body.notepad-page .single-project-info {
        margin: 42px auto;
    }

    html body.gallery-page .single-project-info {
        margin: 42px auto;
    }

    html body.aurora-page .single-project-info h2,
    html body.cylo-page .single-project-info h2 {
        font-size: 21px;
    }
}

/*.single-project > img:nth-of-type(3){
	float: left;
	width: 50%;
	padding-right:15px;
}

.single-project > img:nth-of-type(4){
	float: left;
	width: 50%;
	padding-left:15px;
}*/

/*-----------------------------------------------------
Proj Nav
------------------------------------------------------*/

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.sticky>nav {
    position: absolute;
    align-self: start;
    margin-top: 80px
}

@media (max-width: 1280px) {
    /* You can adjust this width as needed */
    .sticky {
        display: none;
        /* Hides the table of contents */
    }
}

.section-nav {
    font-family: 'Playfair Display', serif;
    position: fixed;
    z-index: 1;
    right: 25px;
    overflow-x: hidden;
    padding-left: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 200px;
    width: 90%
}

.section-nav a {
    text-decoration: none;
    display: block;
    padding: .125rem 0;
    color: #737373;
    transition: all 50ms ease-in-out
}

.section-nav a:hover,
.section-nav a:focus {
    color: #F8798F;
    transition: .3s;
    font-weight: bold
}

.scrollspy-list,
.scrollspy-order {
    list-style: none;
    margin: 0;
    padding: 0
}

.scrollspy {
    margin-left: 1rem;
    padding: 1.5px 0;
    font-size: 13px
}

.scrollspy.active>a {
    color: #F8798F;
    font-weight: bold
}

/*-----------------------------------------------------
More Projects
------------------------------------------------------*/

.project-slider-section {
    padding: 48px 0 84px;
    background:
        radial-gradient(circle at top left, rgba(248, 121, 143, 0.10), transparent 28%),
        linear-gradient(180deg, #fffafb 0%, #ffffff 55%, #fff6f8 100%);
}

.project-slider-shell {
    border-top: 1px solid rgba(176, 0, 15, 0.10);
    padding-top: 32px;
}

.project-slider-intro {
    text-align: center;
    margin-bottom: 24px;
}

.project-slider-intro h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6em, 4vw, 3.6em);
    line-height: 0.95;
    color: #2f2328;
    margin-bottom: 10px;
}

.project-slider-intro p {
    color: #6f5b62;
    max-width: 560px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
}

.project-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 31vw);
    gap: 22px;
    overflow-x: auto;
    padding: 6px 4px 18px;
    scroll-padding-inline: 4px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(176, 0, 15, 0.3) transparent;
}

.project-slider-track::-webkit-scrollbar {
    height: 8px;
}

.project-slider-track::-webkit-scrollbar-thumb {
    background: rgba(176, 0, 15, 0.25);
    border-radius: 999px;
}

.project-slider-card {
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(45, 24, 31, 0.08);
    border: 1px solid rgba(176, 0, 15, 0.08);
    color: #222;
    text-decoration: none;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.project-slider-card:hover,
.project-slider-card:focus-visible {
    color: #222;
    transform: translateY(-6px);
    box-shadow: 0 28px 58px rgba(45, 24, 31, 0.14);
    border-color: rgba(176, 0, 15, 0.18);
}

.project-slider-card:focus-visible {
    outline: 3px solid rgba(248, 121, 143, 0.45);
    outline-offset: 4px;
}

.project-slider-card img {
    width: 100%;
    height: clamp(180px, 18vw, 230px);
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.project-slider-card:hover img,
.project-slider-card:focus-visible img {
    transform: scale(1.04);
}

.project-slider-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 20px 20px 22px;
}

.project-slider-card-label {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #B0000F;
    margin-bottom: 12px;
    font-weight: 600;
}

.project-slider-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2em, 2.2vw, 2.55em);
    line-height: 1.02;
    color: #241a1e;
    margin-bottom: 10px;
}

.project-slider-card p {
    color: #6f6468;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 1440px) {
    .project-slider-track {
        grid-auto-columns: minmax(320px, 360px);
    }
}

@media (max-width: 768px) {
    .project-slider-section {
        padding: 28px 0 60px;
    }

    .project-slider-shell {
        padding-top: 26px;
    }

    .project-slider-intro {
        display: block;
        margin-bottom: 18px;
    }

    .project-slider-intro h2 {
        font-size: 2.45em;
        margin-bottom: 8px;
    }

    .project-slider-track {
        grid-auto-columns: minmax(255px, 84vw);
        gap: 16px;
        padding: 6px 2px 16px;
        scroll-padding-inline: 2px;
    }

    .project-slider-card img {
        height: 180px;
    }

    .project-slider-card-body {
        padding: 18px 16px 20px;
    }

    .project-slider-card h3 {
        font-size: 1.95em;
    }
}

@media (max-width: 480px) {
    .project-slider-section {
        padding: 22px 0 52px;
    }

    .project-slider-intro h2 {
        font-size: 2.1em;
    }

    .project-slider-intro p {
        font-size: 14px;
    }

    .project-slider-track {
        grid-auto-columns: minmax(240px, 78vw);
        padding-right: 72px;
        scrollbar-width: auto;
    }

    .project-slider-track::-webkit-scrollbar {
        height: 10px;
    }

    .project-slider-track::-webkit-scrollbar-thumb {
        background: rgba(176, 0, 15, 0.42);
    }

    .project-slider-card {
        border-radius: 24px;
    }

    .project-slider-card img {
        height: 168px;
    }
}

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

footer {
    height: 85px;
    line-height: 85px;
}

/*
.copyright{
	float: left;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin-bottom: 0;
}

.social-links{
	float: right;
}

.social-links li{
	display: inline-block;
	margin-left: 30px;
}

.social-links li a{
	color: #000;
	font-size: 1.4em;
}

.social-links li a:hover{
	color: #009fff;
} 
*/

.copyright {
    text-align: center;
    width: 100%;
    padding: 25px;
    background: #262626;
}

.copyright p {
    text-align: center;
    font-weight: 300;
    font-family: soleil, sans-serif;
    font-size: 13px;
    color: #737373;
}

.copyright i {
    color: #f8798f;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 26px;
    margin-right: 15px;
    color: #ababab;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s;
}

.social-icons a:hover {
    color: #F8798F;
    transform: translateY(-5px);
    text-decoration: none;
}

/*-----------------------------------------------------
Contact Page
------------------------------------------------------*/

.contact-page {
    padding: 96px 0 32px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.1fr);
    gap: 28px;
    align-items: stretch;
    position: relative;
}

.contact-panel {
    border-radius: 28px;
}

.contact-panel-left {
    background: #ffffff;
    color: #3d242b;
    padding: 24px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    position: relative;
    overflow: hidden;
}

.contact-panel-left h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4.4em;
    line-height: 1.06;
    color: #3d242b;
    margin-bottom: 14px;
    text-shadow: none;
}

.contact-panel-left h1 span {
    color: #c63d51;
}

.contact-copy {
    color: #5e4a52;
    max-width: 360px;
    font-size: 15px;
}

.contact-copy-mobile {
    display: none;
}

.contact-orbit {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    mix-blend-mode: screen;
}

.contact-orbit-one {
    width: 240px;
    height: 240px;
    top: -70px;
    left: -90px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(248, 121, 143, 0.1) 36%, transparent 72%);
}

.contact-orbit-two {
    width: 170px;
    height: 170px;
    right: 20px;
    bottom: 24px;
    background: radial-gradient(circle, rgba(143, 15, 36, 0.18) 0%, rgba(143, 15, 36, 0.08) 45%, transparent 72%);
}

.contact-highlights {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.contact-highlight-card {
    width: fit-content;
    max-width: 360px;
    display: grid;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 250, 251, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 36px rgba(121, 22, 39, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.contact-highlight-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 248, 250, 0.74);
}

.contact-highlight-card strong {
    font-size: 16px;
    line-height: 1.45;
    color: #fffdfd;
    font-weight: 500;
}

.contact-mini-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-mini-pills span {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(143, 15, 36, 0.16);
    border: 1px solid rgba(143, 15, 36, 0.18);
    color: #fffafb;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.contact-details {
    display: grid;
    max-width: 520px;
    gap: 3px;
}

.contact-note {
    max-width: 430px;
    margin-top: 16px;
    color: #6d5961;
    font-size: 14px;
    line-height: 1.7;
}

.contact-note-mobile {
    display: none;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    color: #3d242b;
    font-size: 15px;
    min-height: 34px;
    border-radius: 14px;
}

.contact-detail-item:hover {
    color: #3d242b;
}

.contact-detail-icon {
    width: 20px;
    flex: 0 0 20px;
    text-align: center;
}

.contact-detail-item > svg:first-child {
    width: 20px;
    height: 20px;
    flex: 0 0 36px;
    display: block;
    color: #4f313b;
}
    
.contact-detail-item.contact-detail-highlight > svg:first-child {
    width: 20px;
    height: 20px;
    flex-basis: 30px;
}

.contact-socials {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.contact-socials a {
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3d242b;
    background: rgba(248, 121, 143, 0.12);
    border: 1px solid rgba(196, 61, 81, 0.18);
}

.contact-socials a:hover {
    color: #fff;
    background: #c63d51;
    transform: translateY(-2px);
}

.contact-panel-right {
    background:
        radial-gradient(circle at top right, rgba(248, 121, 143, 0.18), transparent 28%),
        linear-gradient(180deg, #fff8fa 0%, #fff1f4 100%);
    padding: 22px 24px 22px;
    box-shadow: 0 24px 48px rgba(99, 36, 50, 0.12);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(198, 61, 81, 0.12);
}

.contact-panel-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
}

.contact-form {
    display: grid;
    gap: 18px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.contact-form-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.contact-form-kicker {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 6px;
}

.contact-form-top h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.9em;
    color: #ffffff;
    line-height: 1.1;
}

.contact-form-badge {
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.contact-interest-label {
    font-size: 15px;
    color: #6b4a53;
    margin-bottom: 10px;
}

.contact-interest-grid {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.contact-chip {
    border: 1px solid rgba(198, 61, 81, 0.14);
    background: rgba(255, 255, 255, 0.92);
    color: #6d4350;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contact-chip:hover {
    background: #fff6f8;
    color: #c63d51;
    border-color: rgba(198, 61, 81, 0.34);
}

.contact-chip.active {
    background: #c63d51;
    color: #ffffff;
    border-color: #c63d51;
    box-shadow: 0 12px 24px rgba(198, 61, 81, 0.24);
    transform: translateY(-1px);
}

.contact-field {
    display: grid;
    gap: 8px;
}

.contact-field span {
    color: #6b4a53;
    font-size: 14px;
}

.contact-field input,
.contact-field textarea {
    border: 1px solid rgba(198, 61, 81, 0.14);
    border-bottom: 2px solid rgba(198, 61, 81, 0.24);
    background: rgba(255, 255, 255, 0.96);
    font-size: 15px;
    color: #2b2024;
    padding: 14px 16px 12px;
    outline: none;
    font-family: soleil, sans-serif;
    border-radius: 12px;
}

.contact-field textarea {
    resize: vertical;
    min-height: 88px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #9f7b86;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: rgba(198, 61, 81, 0.24);
    border-bottom-color: #c63d51;
    box-shadow: 0 0 0 4px rgba(248, 121, 143, 0.12);
}

.contact-submit {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 0;
    border-radius: 12px;
    padding: 14px 22px;
    background: #f8798f;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 18px 38px rgba(248, 121, 143, 0.28);
    transition: transform .2s ease, box-shadow .2s ease;
}

.contact-submit:disabled {
    opacity: 0.7;
    cursor: wait;
    transform: none;
}

.contact-submit:hover {
    color: #fff;
    transform: translateY(-2px);
    background: #b0000f;
    box-shadow: 0 22px 44px rgba(176, 0, 15, 0.24);
}

.contact-form-status {
    min-height: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    opacity: 1;
    transition: opacity .25s ease;
}

.contact-form-status.is-success {
    color: #b0000f;
}

.contact-form-status.is-error {
    color: #8f0f24;
}

.contact-form-status.is-hidden {
    opacity: 0;
}
