/* 2026 Comma Design content refresh.
   This layer intentionally preserves the original comma-design.com layout. */

:root {
    --comma-radius: 16px;
    --btn-radius: 8px;
    font-family: "Stolzl","Roboto", "Noto Sans TC", sans-serif;
    --primary-green: #31563c;
    --btn-opacity: 0.8;
    font-size: 16px;
}

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

/* Shared corner system: 16px on desktop, reduced proportionally on mobile. */
.navbar-custom .shop-dropdown-menu,
.navbar-custom .navbar-toggle,
.Portfolio-box,
.Portfolio-box .portfolio-link,
.Portfolio-box .caption,
.Portfolio-box img,
.preserved-service-media,
.preserved-service-media img,
#about figure img,
.team-leader,
.team-leader-shadow,
.team-leader img,
.portfolio-modal .modal-content,
.portfolio-modal .modal-content .container,
.portfolio-modal .modal-content img,
.legacy-project-modal-body iframe {
    border-radius: var(--comma-radius);
}

.input-text,
.input-btn,
.btn:not(.btn-social),
.input-btn-1{
    border-radius: var(--btn-radius);
}

.navbar-custom .shop-dropdown-menu,
.Portfolio-box,
.Portfolio-box .portfolio-link,
.preserved-service-media,
.team-leader {
    overflow: hidden;
}

.header {
    position: relative;
    min-height: 720px;
    padding-top: 280px;
    overflow: hidden;
    background: #f3f3f0 url(../img/sea.jpg) center / cover no-repeat;
}

.header > .container {
    position: relative;
    z-index: 2;
}

.header-commercial-slides,
.header-commercial-slide {
    position: absolute;
    inset: 0;
}

.header-commercial-slides {
    z-index: 0;
}

.header-commercial-slide {
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: comma-commercial-banner 18s infinite;
}

.header-commercial-slide-1 {
    background-image: url("https://blog.comma-design.com/wp-content/uploads/2025/02/%E9%80%97%E9%BB%9E%E4%BA%BA%E8%A8%AD%E8%A8%88-20.png");
}

.header-commercial-slide-2 {
    background-image: url("https://blog.comma-design.com/wp-content/uploads/2025/02/104%E5%B0%88%E6%A1%88-blog.png");
    animation-delay: 6s;
}

.header-commercial-slide-3 {
    background-image: url("https://blog.comma-design.com/wp-content/uploads/2025/02/83b887120655977.60b629356d167.png");
    animation-delay: 12s;
}

@keyframes comma-commercial-banner {
    0%, 30% { opacity: 1; transform: scale(1); }
    33%, 97% { opacity: 0; transform: scale(1.02); }
    100% { opacity: 1; transform: scale(1); }
}

.header h1 {
    max-width: 640px;
}

.header .we-create {
    max-width: 650px;
}

/* Floating capsule navigation, adapted from the supplied references. */
.navbar-custom,
.navbar-custom.affix {
    padding: 14px 0;
    background: transparent;
    transition: padding .25s ease, transform .25s ease, opacity .25s ease, filter .25s ease;
}

.navbar-custom > .container {
    position: relative;
    padding-right: 40px; /* 12px; */
    padding-left:  40px; /* 26px; */
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(29, 51, 36, .08);
    border-radius: 999px;
    box-shadow: 0 12px 36px rgba(24, 48, 32, .14);
    transition: box-shadow .25s ease, background .25s ease, transform .25s ease;
}

.navbar-custom .navbar-brand,
.navbar-custom.affix .navbar-brand {
    height: 54px;
    padding: 17px 0;
    color: #203d29;
    font-size: 18px;
    line-height: 20px;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #203d29;
}

.navbar-custom .navbar-nav > li > a {
    margin: 7px 2px;
    padding: 10px 13px;
    color: #7a7f7b;
    border-radius: 999px;
    font-size: 13px;
    line-height: 20px;
    transition: color .2s ease, background .2s ease;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > li.active > a,
.navbar-custom .navbar-nav > li.active > a:hover,
.navbar-custom .navbar-nav > li.active > a:focus,
.navbar-custom .shop-dropdown.open > a,
.navbar-custom .shop-dropdown.open > a:hover,
.navbar-custom .shop-dropdown.open > a:focus {
    color: #1c2820;
    background: #eef0ee;
}

.navbar-custom .navbar-nav > li.text_quotation > a,
.navbar-custom .navbar-nav > li.text_quotation > a:focus {
    color: #fff;
    background: var(--primary-green);
    opacity: var(--btn-opacity);
}

.navbar-custom.is-scrolled,
.navbar-custom.affix {
    padding: 10px 0;
}

.navbar-custom.is-scrolled > .container,
.navbar-custom.affix > .container {
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 18px 42px rgba(24, 48, 32, .18);
}

.navbar-custom .navbar-nav > li.text_quotation {
    background: transparent !important;
    border-radius: 0;
}

.navbar-custom .shop-dropdown-menu {
    top: calc(100% + 14px);
    right: 0;
    left: auto;
    width: 560px;
    padding: 10px;
    background: #121a15;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 22px 52px rgba(17, 28, 21, .28);
}

.navbar-custom .shop-dropdown.open .shop-dropdown-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.navbar-custom .shop-dropdown-menu > li {
    float: none;
}

.navbar-custom .shop-dropdown-menu > li:last-child {
    grid-column: 1 / -1;
}

.navbar-custom .shop-dropdown-menu > li > a {
    display: flex;
    align-items: center;
    min-height: 108px;
    padding: 22px;
    color: #fff;
    background: #17372a;
    border-radius: 16px;
    white-space: normal;
    transition: transform .2s ease, filter .2s ease;
}

.navbar-custom .shop-dropdown-menu > li:nth-child(2) > a {
    background: #705430;
}

.navbar-custom .shop-dropdown-menu > li:nth-child(3) > a {
    background: #545454;
}

.navbar-custom .shop-dropdown-menu > li > a:hover,
.navbar-custom .shop-dropdown-menu > li > a:focus {
    color: #fff;
    background: #4d5552;
    filter: brightness(1.12);
    outline: none;
    transform: translateY(-2px);
}

/* .navbar-custom .shop-dropdown-menu > li:nth-child(2) > a:hover,
.navbar-custom .shop-dropdown-menu > li:nth-child(2) > a:focus {
    background: #3a2b18;
}

.navbar-custom .shop-dropdown-menu > li:nth-child(3) > a:hover,
.navbar-custom .shop-dropdown-menu > li:nth-child(3) > a:focus {
    background: #342039;
} */

.shop-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 16px;
    color: #183524;
    background: #9cf2b4;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 800;
    flex: 0 0 auto;
}

.shop-dropdown-menu > li:nth-child(2) .shop-card-icon {
    /* color: #4e2e00; */
    /* background: #ffb52d; */
}

.shop-dropdown-menu > li:nth-child(3) .shop-card-icon {
    /* color: #4a1741; */
    /* background: #ef77ca; */
}

.shop-card-copy {
    display: block;
}

.shop-card-copy strong,
.shop-card-copy small {
    display: block;
}

.shop-card-copy strong {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.shop-card-copy small {
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.menu-toggle-icon {
    display: inline-flex;
    width: 18px;
    height: 14px;
    flex-direction: column;
    justify-content: space-between;
}

.menu-toggle-icon > span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.legacy-home-stories {
    display: none !important;
}

.preserved-services {
    background: #ededed;
}

.preserved-services h6 {
    margin-bottom: 34px;
}

.preserved-service-row {
    padding: 72px 0;
    border-top: 1px solid #d5d5d5;
}

.preserved-service-row .row {
    display: flex;
    align-items: center;
}

.preserved-service-row.is-reversed .preserved-service-media {
    order: 2;
}

.preserved-service-row.is-reversed .preserved-service-copy {
    order: 1;
}

.preserved-service-media {
    margin: 0;
}

.preserved-service-media img {
    width: 100%;
    max-height: 430px;
    margin: 0 auto;
    object-fit: contain;
    background: #fff;
}

.preserved-service-copy {
    padding-right: 56px;
    padding-left: 56px;
    text-align: left;
}

.preserved-service-copy > span {
    display: inline-block;
    margin-bottom: 22px;
    color: #32533b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.preserved-service-copy h3 {
    margin: 0 0 22px;
    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
}

.preserved-service-copy p {
    color: #4f5551;
    font-size: 16px;
    line-height: 1.9;
}

.preserved-service-copy .preserved-service-tags {
    margin-top: 26px;
    padding-top: 20px;
    color: #32533b;
    border-top: 2px solid #32533b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}

/* Selected Highlights: an editorial list with the visual rhythm of a table. */
.highlights-section {
    padding: 120px 0 112px;
    color: #fff;
    background: #364236;
}

.highlights-heading {
    max-width: 890px;
    margin-bottom: 64px;
}

.highlights-eyebrow {
    margin: 0 0 18px;
    color: #a8b8ab;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.highlights-section h2 {
    margin: 0;
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
}

.highlights-table {
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.highlights-table-head,
.highlight-row {
    display: grid;
    grid-template-columns: 72px minmax(200px, 1.05fr) minmax(280px, 1.55fr) 120px 44px;
    gap: 24px;
    align-items: center;
}

.highlights-table-head {
    padding: 22px 0;
    color: #858a86;
    border-bottom: 1px solid #b4b4b4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.highlight-item {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.highlight-row {
    min-height: 122px;
    padding: 26px 0;
    cursor: pointer;
    list-style: none;
    transition: background .25s ease, padding .25s ease;
}

.highlight-row::-webkit-details-marker {
    display: none;
}

.highlight-row:hover {
    padding-right: 14px;
    padding-left: 14px;
    background: rgba(255, 255, 255, .035);
}

.highlight-number {
    color: #f0f2f0;
    font-size: 15px;
    font-weight: 700;
}

.highlight-row h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.5;
    text-transform: none;
}

.highlight-row p {
    margin: 0;
    color: #e7e7e7;
    font-size: 15px;
    line-height: 1.75;
}

.highlight-note {
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    text-align: right;
}

.highlight-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    /* color: #17231a;
    background: #dce9de; */
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}

.highlight-toggle::before {
    content: "→";
}

.highlight-item[open] .highlight-toggle::before {
    content: "↘";
}

.highlight-row:hover .highlight-toggle,
.highlight-row:focus .highlight-toggle {
    color: #fff;
    background: #000;
    opacity: var(--btn-opacity);
}

.highlight-row:focus {
    outline-offset: -2px;
}

.highlight-expanded {
    margin: 0 0 0 96px;
    padding: 6px 188px 34px 0;
    color: #c4c9c5;
}

.highlight-expanded > p {
    max-width: 760px;
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.9;
}

.highlight-expanded strong {
    color: #fff;
}

.highlight-record-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 28px;
    max-width: 780px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.highlight-record-list li {
    position: relative;
    padding-left: 16px;
    color: #c4c9c5;
    font-size: 14px;
    line-height: 1.7;
}

.highlight-record-list li::before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    width: 5px;
    height: 5px;
    background: #8dad94;
    border-radius: 50%;
}

.bookstore-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 26px;
    margin-bottom: 30px;
}

.bookstore-grid h4 {
    margin: 0 0 10px;
    color: #8dad94;
    font-size: 13px;
    font-weight: 700;
}

.bookstore-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bookstore-grid li {
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 1.65;
}

.highlight-expanded-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 4px;
    color: #fff;
    border-bottom: 1px solid #737a74;
    font-size: 13px;
    font-weight: 700;
}

.highlight-expanded-link:hover,
.highlight-expanded-link:focus {
    color: #cfe0d2;
    text-decoration: none;
}

.highlights-more {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 42px;
    padding-bottom: 5px;
    color: #fff;
    border-bottom: 1px solid #777d78;
    font-size: 14px;
    font-weight: 700;
}

.highlights-more:hover,
.highlights-more:focus {
    color: #cfe0d2;
    text-decoration: none;
}

/* Back-to-top button and the animated pre-contact statement. */
.scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1049;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px) scale(.94);
    transition: opacity .28s ease, transform .28s ease;
}

.scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.scroll-top .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #fff;
    background: var(--primary-green);
    opacity: var(--btn-opacity);
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(24, 48, 32, .22);
    font-size: 22px;
    line-height: 1;
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.scroll-top .btn:hover,
.scroll-top .btn:focus {
    color: #fff;
    background: #223f2b;
    outline: none;
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(24, 48, 32, .28);
}

.contact-motion {
    padding: 0 0 82px;
    background: #f3f1ec;
}

.contact-motion-panel {
    padding: 74px 72px 64px;
    color: #1b1f1c;
    background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(241, 245, 241, .88));
    border-top: 1px solid #d4dad4;
    border-bottom: 1px solid #d4dad4;
    border-radius: var(--comma-radius);
    box-shadow: 0 18px 42px rgba(46, 64, 49, .08);
}

.contact-motion-eyebrow {
    margin: 0 0 18px;
    color: #32533b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-motion-panel h2 {
    max-width: 760px;
    margin: 0 0 34px;
    color: #171917;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    text-transform: none;
}

.contact-motion-stack {
    position: relative;
    overflow: hidden;
    padding: 18px 0;
    border-top: 1px solid #ccd4cd;
    border-bottom: 1px solid #ccd4cd;
}

.contact-motion-line {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 16px;
    margin: 0;
    color: #183524;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.contact-motion-prefix {
    color: #171a17;
}

.contact-motion-word-wrap {
    display: inline-flex;
    align-items: baseline;
    min-width: 4.9em;
    color: var(--primary-green);
}

.contact-motion-word {
    display: inline-block;
    min-width: 0;
}

.contact-motion-cursor {
    display: inline-block;
    margin-left: 2px;
    color: var(--primary-green);
    animation: contact-motion-cursor-blink .9s step-end infinite;
}

@keyframes contact-motion-cursor-blink {
    0%, 48% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

.legacy-project-modal .modal-content {
    padding: 0;
    background: #fff;
    opacity: 1;
}

.legacy-project-modal-body > .main-section {
    min-height: 620px;
    padding: 110px 0 80px;
}

.legacy-project-modal-body img {
    max-width: 100%;
    height: auto;
}

.legacy-project-modal-body iframe {
    max-width: 100%;
}

.legacy-project-modal-footer {
    padding: 30px 20px 55px;
    text-align: center;
    background: #fff;
}

.legacy-project-modal-error {
    padding: 160px 20px;
    text-align: center;
}

/* Onovo-inspired portfolio: left filters with a three-column project grid. */
#Portfolio {
    padding-top: 130px;
    background: #fff;
}

.portfolio-intro {
    max-width: 820px;
    margin-bottom: 72px;
    text-align: left;
}

.portfolio-eyebrow {
    margin-bottom: 22px;
    color: #32533b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

#Portfolio .portfolio-intro h2 {
    margin: 0;
    color: #171917;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.08;
    text-align: left;
    text-transform: none;
}

.portfolio-work-layout {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
}

/* Bootstrap's clearfix pseudo-elements become anonymous grid items otherwise. */
.portfolio-work-layout::before,
.portfolio-work-layout::after {
    display: none;
    content: none;
}

.portfolioFilter {
    min-width: 0;
}

.Portfolio-nav {
    position: sticky;
    top: 110px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.Portfolio-nav li {
    display: block;
    margin: 0;
}

.Portfolio-nav li a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 0 10px 18px;
    color: #292929;
    background: transparent;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: none;
}

.Portfolio-nav li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    background: #32533b;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .25s ease;
}

.Portfolio-nav li a:hover,
.Portfolio-nav li a.current {
    color: #171917;
    background: transparent;
}

.Portfolio-nav li a:hover::before,
.Portfolio-nav li a.current::before {
    opacity: 1;
}

.portfolio-grid-column,
.portfolioContainer {
    min-width: 0;
}

#Portfolio .portfolioContainer {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 22px;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    position: static !important;
}

#Portfolio .Portfolio-box {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto;
    margin: 0;
    padding: 0 0 22px;
    overflow: visible;
    border-bottom: 1px solid #d8dcd9;
    transform: none !important;
    text-align: left;
}

#Portfolio .Portfolio-box.portfolio-is-hidden {
    display: none !important;
}

#Portfolio .Portfolio-box .portfolio-link {
    position: relative;
    display: block;
    overflow: hidden;
    background: #eef1ee;
}

#Portfolio .Portfolio-box img {
    width: 100%;
    height: auto;
    margin: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    opacity: 1;
    transform: scale(1);
    transition: transform .55s cubic-bezier(.2, .7, .2, 1), opacity .35s ease;
}

#Portfolio .Portfolio-box .caption {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 37, 28, .08);
    opacity: 0;
    transition: opacity .35s ease;
}

#Portfolio .Portfolio-box .caption::after {
    content: "↗";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    color: #fff;
    background: #32533b;
    border-radius: 50%;
    font-size: 26px;
    transform: translateY(12px) scale(.88);
    transition: transform .35s ease;
}

#Portfolio .Portfolio-box .portfolio-link:hover img,
#Portfolio .Portfolio-box .portfolio-link:focus img {
    opacity: 1;
    transform: scale(1.035);
}

#Portfolio .Portfolio-box .portfolio-link:hover .caption,
#Portfolio .Portfolio-box .portfolio-link:focus .caption {
    opacity: 1;
}

#Portfolio .Portfolio-box .portfolio-link:hover .caption::after,
#Portfolio .Portfolio-box .portfolio-link:focus .caption::after {
    transform: translateY(0) scale(1);
}

#Portfolio .Portfolio-box h3 {
    margin: 22px 0 7px;
    color: #171917;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

#Portfolio .Portfolio-box p {
    color: #777d79;
    font-size: 14px;
    line-height: 1.55;
}

/* Blog journal carousel: keeps Comma Design's light, editorial visual language. */
.blog-showcase {
    padding: 120px 0 110px;
    overflow: hidden;
    background: #edf2ed;
}

.blog-showcase-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 72px;
    margin-bottom: 58px;
}

.blog-showcase-heading > div:first-child {
    flex: 1 1 auto;
}

.blog-showcase-eyebrow {
    margin: 0 0 18px;
    color: #32533b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-showcase h2 {
    margin: 0;
    color: #171917;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.16;
    text-align: left;
    text-transform: none;
}

.blog-showcase-intro {
    flex: 0 0 360px;
    padding-bottom: 6px;
}

.blog-showcase-intro p {
    margin: 0 0 22px;
    color: #59615b;
    font-size: 16px;
    line-height: 1.85;
}

.blog-showcase-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #32533b;
    border-bottom: 1px solid #32533b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.blog-showcase-all:hover,
.blog-showcase-all:focus {
    color: #1d3826;
    text-decoration: none;
}

.blog-carousel {
    position: relative;
}

.blog-carousel-viewport {
    width: 100%;
    padding: 4px 2px 28px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.blog-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.blog-carousel-track {
    display: flex;
    gap: 24px;
    width: 100%;
}

.blog-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d8ded8;
    border-radius: var(--comma-radius);
    scroll-snap-align: start;
    transition: transform .3s ease, box-shadow .3s ease;
}

.blog-card:hover {
    box-shadow: 0 18px 42px rgba(33, 58, 41, .12);
    transform: translateY(-5px);
}

.blog-card > a {
    display: flex;
    height: 100%;
    color: inherit;
    flex-direction: column;
}

.blog-card > a:hover,
.blog-card > a:focus {
    color: inherit;
    text-decoration: none;
}

.blog-card-media {
    margin: 0;
    overflow: hidden;
    background: #dfe5df;
    aspect-ratio: 4 / 3;
}

.blog-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.blog-card:hover .blog-card-media img {
    transform: scale(1.035);
}

.blog-card-content {
    display: flex;
    min-height: 282px;
    padding: 28px 26px 26px;
    flex: 1 1 auto;
    flex-direction: column;
}

.blog-card-tag {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 6px 10px;
    color: #24432e;
    background: #d9eadc;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.blog-card h3 {
    margin: 0 0 14px;
    color: #1b201c;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.42;
    text-align: left;
    text-transform: none;
}

.blog-card p {
    margin: 0 0 26px;
    color: #4f4d4d;
    font-size: 15px;
    line-height: 1.75;
}

.blog-card-meta {
    margin-top: auto;
    color: #4f4d4d;
    font-size: 12px;
    font-weight: 500;
}

.blog-carousel-controls {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.blog-carousel-button {
    position: absolute;
    top: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    color: #fff;
    background: #32533b;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(26, 45, 32, .18);
    font-size: 21px;
    line-height: 1;
    pointer-events: auto;
    transition: background .25s ease, opacity .25s ease, transform .25s ease;
}

.blog-carousel-button:hover,
.blog-carousel-button:focus {
    color: #fff;
    background: #203d29;
    outline: none;
    transform: scale(1.04);
}

.blog-carousel-button:disabled {
    opacity: .32;
    cursor: default;
    transform: none;
}

.blog-carousel-prev {
    left: 14px;
}

.blog-carousel-next {
    right: 14px;
}

.blog-carousel-progress {
    position: relative;
    height: 2px;
    margin-top: 18px;
    overflow: hidden;
    background: #c6d0c8;
}

.blog-carousel-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: #32533b;
    transition: left .2s ease, width .2s ease;
}

@media only screen and (max-width: 991px) {
    .blog-showcase-heading {
        gap: 42px;
    }

    .blog-showcase h2 {
        font-size: 44px;
    }

    .blog-showcase-intro {
        flex-basis: 300px;
    }

    .blog-card {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media only screen and (max-width: 767px) {
    .blog-showcase {
        padding: 82px 0 76px;
    }

    .blog-showcase-heading {
        display: block;
        margin-bottom: 38px;
    }

    .blog-showcase h2 {
        font-size: 36px;
    }

    .blog-showcase-intro {
        margin-top: 26px;
        padding: 0;
    }

    .blog-showcase-intro p {
        font-size: 15px;
    }

    .blog-carousel-viewport {
        margin-right: -15px;
        padding-right: 15px;
    }

    .blog-card {
        flex-basis: min(84vw, 340px);
    }

    .blog-card-content {
        min-height: 260px;
        padding: 24px 22px;
    }

    .blog-card h3 {
        font-size: 22px;
    }

    .blog-carousel-controls {
        display: none;
    }
}

/* Process: four clear stages shared by website, identity, and publishing work. */
.process-section {
    padding: 120px 0 110px;
    background: #f9fff9;/* #f3f1ec; */
}

.process-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 72px;
    margin-bottom: 62px;
}

.process-heading > div {
    flex: 1 1 auto;
}


.process-eyebrow {
    margin: 0 0 18px;
    color: #32533b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.process-section h2 {
    margin: 0;
    color: #171917;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.18;
    text-align: left;
    text-transform: none;
}

.process-heading > p {
    flex: 0 0 390px;
    margin: 0 0 4px;
    color: #646a65;
    font-size: 15px;
    line-height: 1.85;
}

.process-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    /* repeat(5, 1fr) */
    margin: 0;
    padding: 0;
    border-top: 1px solid #c8ccc8;
    border-bottom: 1px solid #c8ccc8;
    list-style: none;
}

.process-step {
    position: relative;
    min-height: 220px;
    padding: 32px 22px 22px;
    border-right: 1px solid #c8ccc8;
}

.process-step:last-child {
    border-right: 0;
}

.process-number {
    display: block;
    margin-bottom: 82px;
    color: #32533b;
    font-size: 14px;
    font-weight: 700;
}

.process-label {
    margin: 0 0 10px;
    color: #848984;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.process-step h3 {
    margin: 0 0 18px;
    color: #1c201d;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

.process-step > p:last-child {
    margin: 0;
    color: #656b66;
    line-height: 1.8;
}

.process-action {
    margin-top: 42px;
    text-align: right;
}

.process-action a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    color: #fff;
    background: var(--primary-green);
    border-radius: var(--btn-radius);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    transition: color .2s ease, background .2s ease;
}

.navbar-custom .navbar-nav > li.text_quotation > a:hover,
.process-action a:hover,
.process-action a:focus {
    color: #fff;
    background: #223f2b;
    text-decoration: none;
}

/* FAQ: editorial introduction with native, keyboard-accessible disclosures. */
.faq-section {
    padding: 120px 0;
    background: #18291e;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
    gap: 100px;
    align-items: start;
}

.faq-heading {
    position: sticky;
    top: 112px;
}

.faq-eyebrow {
    margin: 0 0 18px;
    color: #9fc5a7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.faq-section h2 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 38px; /* 52px; */
    font-weight: 700;
    line-height: 1.18;
    text-align: left;
    text-transform: none;
}

.faq-heading > p:not(.faq-eyebrow) {
    max-width: 430px;
    margin: 0 0 28px;
    color: #b9c6bc;
    font-size: 15px;
    line-height: 1.85;
}

.faq-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    color: #fff;
    border-bottom: 1px solid #89a990;
    font-weight: 700;
}

.faq-contact-link:hover,
.faq-contact-link:focus {
    color: #d6e7da;
    text-decoration: none;
}

.faq-list {
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.faq-item summary {
    position: relative;
    padding: 28px 58px 28px 0;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    list-style: none;
}

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

.faq-item summary::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
    transform: translateY(-50%);
}

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

.faq-item summary:focus {
    /* outline: 2px solid #9fc5a7; */
    outline-offset: 4px;
}

.faq-answer {
    padding: 0 64px 28px 0;
}

.faq-answer p {
    margin: 0;
    color: #b9c6bc;
    font-size: 15px;
    line-height: 1.9;
}

/* Dedicated project detail page, sharing the homepage visual language. */
.project-detail-page {
    background: #fff;
}

.project-detail-hero {
    margin-top: 50px;
    padding: 155px 0 70px;
    color: #fff;
    background: #17251b;
    text-align: left;
}

.project-detail-hero .container {
    padding-top: 0;
    padding-bottom: 0;
}

.project-detail-kicker,
.project-detail-category {
    color: #b9c8bd;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.project-detail-hero h1 {
    max-width: 930px;
    margin: 24px 0 22px;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.08;
}

.project-detail-breadcrumb {
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .35);
    color: #dce5de;
    font-size: 13px;
}

.project-detail-breadcrumb a {
    color: #fff;
}

.project-detail-overview {
    padding: 110px 0 90px;
}

.project-detail-overview h2 {
    margin-bottom: 28px;
    color: #171917;
    font-size: 38px;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
}

.project-detail-overview p {
    color: #555c57;
    font-size: 17px;
    line-height: 1.95;
}

.project-detail-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-detail-meta li {
    padding: 15px 0;
    border-bottom: 1px solid #d9ddda;
    color: #626963;
    font-size: 14px;
}

.project-detail-meta strong {
    display: block;
    margin-bottom: 4px;
    color: #1c201d;
}

.project-detail-visual {
    padding: 70px 0;
    background: #eef2ef;
}

.project-detail-visual figure {
    margin: 0;
    padding: 44px;
    background: #fff;
    border-radius: var(--comma-radius);
}

.project-detail-visual img {
    display: block;
    width: 40%; /* 100%;*/
    margin: 0 auto;
    border-radius: var(--comma-radius);
}

.project-detail-note {
    padding: 100px 0;
    background: #fff;
}

.project-detail-note blockquote {
    max-width: 880px;
    margin: 0 auto;
    padding: 0;
    color: #203126;
    border: 0;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.55;
    text-align: center;
}

.project-detail-back {
    padding: 70px 0 95px;
    text-align: center;
}

.project-detail-back a {
    display: inline-block;
    padding: 15px 24px;
    color: #fff;
    background: #32533b;
    border-radius: var(--comma-radius);
    font-weight: 700;
}

.project-detail-back a:hover,
.project-detail-back a:focus {
    color: #fff;
    background: #243f2d;
    text-decoration: none;
}

.project-detail-footer {
    padding: 34px 0;
    color: #dce5de;
    background: #17251b;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .portfolio-work-layout {
        display: block;
    }

    .Portfolio-nav {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 34px;
    }

    .Portfolio-nav li {
        display: inline-block;
    }

    .Portfolio-nav li a {
        padding: 9px 14px;
        background: #f0f2f0;
        border-radius: var(--comma-radius);
    }

    .Portfolio-nav li a::before {
        display: none;
    }

    .Portfolio-nav li a:hover,
    .Portfolio-nav li a.current {
        color: #fff;
        background: #32533b;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --comma-radius: 12px;
    }

    .header {
        min-height: 660px;
        padding: 210px 0 70px;
        background: #f3f3f0;
    }

    .header-commercial-slide {
        background-position: center top;
    }

    .navbar-custom .shop-dropdown-menu {
        width: 100%;
        margin: 0;
        padding: 4px 0;
        background: #e7e7e7;
        box-shadow: none;
    }

    .navbar-custom .shop-dropdown-menu > li > a {
        padding: 10px 28px;
    }

    .header h1 {
        font-size: 31px;
        line-height: 1.35;
    }

    .header .we-create li {
        margin-top: 18px;
        padding-left: 0;
        color: #285334;
        font-size: 15px;
        line-height: 1.8;
        text-transform: none;
    }

    .preserved-service-row {
        padding: 48px 0;
    }

    .preserved-service-row .row {
        display: block;
    }

    .preserved-service-row.is-reversed .preserved-service-media,
    .preserved-service-row.is-reversed .preserved-service-copy {
        order: initial;
    }

    .preserved-service-media {
        margin-bottom: 32px;
    }

    .preserved-service-copy {
        padding-right: 24px;
        padding-left: 24px;
    }

    .preserved-service-copy h3 {
        font-size: 28px;
    }

    .legacy-project-modal-body > .main-section {
        min-height: 0;
        padding: 90px 0 45px;
    }

    .legacy-project-modal-body .container {
        width: 100%;
    }

    .legacy-project-modal-body figure {
        margin-top: 30px;
        text-align: center;
    }

    #Portfolio {
        padding-top: 82px;
    }

    .portfolio-intro {
        margin-bottom: 44px;
    }

    #Portfolio .portfolio-intro h2 {
        font-size: 40px;
    }

    #Portfolio .Portfolio-box {
        margin: 0 0 46px;
    }

    #Portfolio .portfolioContainer {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #Portfolio .Portfolio-box h3 {
        font-size: 21px;
    }

    .project-detail-hero {
        margin-top: 50px;
        padding: 110px 0 54px;
    }

    .project-detail-hero h1 {
        font-size: 43px;
    }

    .project-detail-breadcrumb {
        margin-top: 42px;
    }

    .project-detail-overview {
        padding: 70px 0 58px;
    }

    .project-detail-overview h2 {
        margin-top: 42px;
        font-size: 30px;
    }

    .project-detail-visual {
        padding: 42px 0;
    }

    .project-detail-visual figure {
        padding: 18px;
    }

    .project-detail-note {
        padding: 68px 0;
    }

    .project-detail-note blockquote {
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-commercial-slide {
        animation: none;
        transform: none;
    }

    .header-commercial-slide-1 {
        opacity: 1;
    }
}

@media only screen and (max-width: 991px) {
    .highlights-table-head {
        display: none;
    }

    .highlight-row {
        grid-template-columns: 52px minmax(0, 1fr) 44px;
        gap: 10px 20px;
        align-items: start;
    }

    .highlight-number {
        grid-column: 1;
        grid-row: 1;
    }

    .highlight-row h3 {
        grid-column: 2;
        grid-row: 1;
    }

    .highlight-row > p {
        grid-column: 2 / -1;
        grid-row: 2;
    }

    .highlight-note {
        grid-column: 2;
        grid-row: 3;
        text-align: left;
    }

    .highlight-toggle {
        grid-column: 3;
        grid-row: 1;
    }

    .highlight-expanded {
        margin-left: 72px;
        padding-right: 52px;
    }

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

    .process-heading {
        display: block;
    }

    .process-heading > p {
        max-width: 620px;
        margin-top: 28px;
    }

    .process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-step:nth-child(2) {
        border-right: 0;
    }

    .process-step:nth-child(-n+2) {
        border-bottom: 1px solid #c8ccc8;
    }

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

    .faq-heading {
        position: static;
    }

    .faq-heading > p:not(.faq-eyebrow) {
        max-width: 620px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-custom,
    .navbar-custom.affix {
        padding: 10px 12px;
    }

    .navbar-custom > .container {
        width: auto;
        margin: 0;
        padding: 0 14px;
        border-radius: 30px;
    }

    .navbar-custom .navbar-header {
        margin-right: 0;
        margin-left: 0;
        /* padding: 10px; */
    }

    .navbar-custom .navbar-brand,
    .navbar-custom.affix .navbar-brand {
        height: 54px;
        margin-left: 0;
        padding: 17px 0;
        font-size: 16px;
    }

    .navbar-custom .navbar-toggle {
        margin-right: 0;
        margin-top: 2px;
        color: #24432e;
        /* background: #eef0ee; */
        border: 0;
        border-radius: 999px;
    }

    .navbar-custom .navbar-toggle:hover,
    .navbar-custom .navbar-toggle:focus {
        color: #fff;
        background: var(--primary-green);
    }

    .navbar-custom .navbar-collapse {
        margin-right: -14px;
        margin-left: -14px;
        padding: 7px 12px 14px;
        border: 0;
        box-shadow: none;
    }

    .navbar-custom .navbar-collapse.in {
        max-height: calc(100vh - 88px);
        overflow-y: auto;
    }

    .navbar-custom .navbar-nav {
        margin: 0;
    }

    .navbar-custom .navbar-nav > li > a {
        margin: 2px 0;
        padding: 11px 14px;
        color: #606761;
    }

    .navbar-custom .shop-dropdown-menu {
        position: static;
        width: 100%;
        margin: 8px 0 4px;
        padding: 8px;
        background: #121a15;
        border-radius: 18px;
        box-shadow: none;
    }

    .navbar-custom .shop-dropdown.open .shop-dropdown-menu {
        grid-template-columns: 1fr;
    }

    .navbar-custom .shop-dropdown-menu > li:last-child {
        grid-column: auto;
    }

    .navbar-custom .shop-dropdown-menu > li > a {
        min-height: 86px;
        padding: 18px;
    }

    .highlights-section,
    .process-section {
        padding: 82px 0;
    }

    .highlights-heading {
        margin-bottom: 44px;
    }

    .highlights-section h2,
    .process-section h2 {
        font-size: 36px;
    }

    .highlight-row {
        grid-template-columns: 34px minmax(0, 1fr) 38px;
        gap: 10px 14px;
        min-height: 0;
        padding: 24px 0;
    }

    .highlight-row:hover {
        padding-right: 8px;
        padding-left: 8px;
    }

    .highlight-toggle {
        width: 36px;
        height: 36px;
        font-size: 19px;
    }

    .highlight-expanded {
        margin-left: 48px;
        padding: 0 0 28px;
    }

    .highlight-record-list,
    .bookstore-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .process-heading {
        margin-bottom: 42px;
    }

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

    .process-step,
    .process-step:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #c8ccc8;
    }

    .process-step:last-child {
        border-bottom: 0;
    }

    .process-number {
        margin-bottom: 34px;
    }

    .process-action {
        text-align: left;
    }

    .faq-section {
        padding: 82px 0;
    }

    .faq-layout {
        gap: 42px;
    }

    .faq-section h2 {
        font-size: 36px;
    }

    .faq-item summary {
        padding: 23px 48px 23px 0;
        font-size: 17px;
    }

    .faq-item summary::after {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .faq-answer {
        padding-right: 42px;
        padding-bottom: 24px;
    }

    .scroll-top {
        right: 14px;
        bottom: 14px;
    }

    .scroll-top .btn {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .contact-motion {
        padding-bottom: 58px;
    }

    .contact-motion-panel {
        padding: 44px 20px 38px;
    }

    .contact-motion-panel h2 {
        margin-bottom: 24px;
        font-size: 34px;
    }

    .contact-motion-stack {
        padding: 12px 0;
    }

    .contact-motion-line {
        font-size: 24px;
        gap: 0 10px;
        white-space: normal;
    }

    .contact-motion-word-wrap {
        min-width: 4.4em;
    }
}


.navbar > .container .navbar-brand {
    margin-left: 0px;
}

@media (prefers-reduced-motion: reduce) {
    .contact-motion-cursor {
        animation: none;
        opacity: 1;
    }
}



.eden-back-to-top{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:900;
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    /* padding:0 20px 0 0; */
    border:1px solid rgba(255,255,255,.12);
    border-radius:50%;
    background:#2d333c;
    color:#fff;
    font-size:15px;
    cursor:pointer;
    opacity:0;
    visibility:hidden;
    -webkit-transform:translateY(10px);
    -ms-transform:translateY(10px);
    transform:translateY(10px);
    -webkit-box-shadow:2px 2px 10px rgba(0,0,0,.18);
    box-shadow:2px 2px 10px rgba(0,0,0,.18);
    -webkit-transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background-color .25s ease,border-color .25s ease;
    -o-transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background-color .25s ease,border-color .25s ease;
    transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background-color .25s ease,border-color .25s ease
}
.eden-back-to-top.is-visible{
    opacity:1;
    visibility:visible;
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
}
.eden-back-to-top:hover{
    border-color:var(--primary-green);
    background:var(--primary-green)
}
.eden-back-to-top:focus-visible,.eden-home .switch-button:focus-visible{
    outline:3px solid rgba(151,208,183,.42);
    outline-offset:3px
}
.body--white .eden-back-to-top{
    border-color:rgba(17,17,17,.1);
    background:#f1f1f1;
    color:#111
}
.body--white .eden-back-to-top:hover{
    border-color:var(--secondary-color);
    background:var(--secondary-color);
    color:#fff
}
@media(max-width:640px){
    .eden-home .switch-button{left:14px;bottom:14px;width:44px;height:24px}
    .eden-home .switch-button::after{top:3px;left:3px;width:16px;height:16px}
    .eden-home .switch-button--active::after{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}
    .eden-back-to-top{right:14px;bottom:14px;width:40px;height:40px;font-size:14px}
}