/* =========================================================
   BRASSÉ / HOME BRASS
   PREMIUM LUXURY INTERIOR STYLE
   HTML & PHP TIDAK DIUBAH
========================================================= */

:root {
    --black: #111111;
    --dark: #1b1b1a;
    --cream: #f4f3f0;
    --soft: #e9e8e4;
    --white: #ffffff;
    --text: #222222;
    --muted: #777772;
    --line: #d8d7d2;
    --brass: #a9824f;
    --brass-dark: #806136;
    --font-body: "DM Sans", sans-serif;
    --font-display: "Playfair Display", serif;
    --transition: all .35s ease;
}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

button {
    cursor: pointer;
}

img {
    width: 100%;
    display: block;
}

::selection {
    background: var(--brass);
    color: white;
}


/* =========================================================
   LOADING
========================================================= */

#loader {
    position: fixed;
    inset: 0;
    background: #111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity .6s ease, visibility .6s ease;
}

#loader.hide {
    opacity: 0;
    visibility: hidden;
}

.loader-logo {
    font-family: var(--font-display);
    font-size: 42px;
    letter-spacing: 8px;
}


/* =========================================================
   GLOBAL
========================================================= */

.section-padding {
    padding: 120px 4%;
}

.eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
}

em {
    font-family: var(--font-display);
    font-weight: 500;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--text);
    font-size: 13px;
    letter-spacing: .5px;
    transition: var(--transition);
}

.text-link:hover {
    gap: 20px;
    color: var(--brass);
    border-color: var(--brass);
}


/* =========================================================
   BUTTON
========================================================= */

.btn {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    padding: 0 28px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: var(--transition);
}

.btn-primary {
    background: var(--text);
    color: white;
    border: 1px solid var(--text);
}

.btn-primary:hover {
    background: var(--brass);
    border-color: var(--brass);
}

.btn-outline {
    border: 1px solid rgba(255,255,255,.7);
    color: white;
}

.btn-outline:hover {
    background: white;
    color: var(--black);
}

.btn-dark {
    background: var(--black);
    color: white;
}

.btn-dark:hover {
    background: var(--brass);
}

.btn-light {
    background: white;
    color: var(--black);
}

.btn-light:hover {
    background: var(--brass);
    color: white;
}


/* =========================================================
   TOPBAR
========================================================= */

.topbar {
    height: 42px;
    background: #080808;
    color: #d8d8d8;
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    letter-spacing: .5px;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.topbar-right {
    gap: 25px;
}

.topbar a {
    transition: var(--transition);
}

.topbar a:hover {
    color: var(--brass);
}

.dot {
    color: var(--brass);
}


/* =========================================================
   NAVBAR
========================================================= */

.navbar {
    height: 108px;
    padding: 0 4%;
    background: rgba(244,243,240,.97);
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
}

.navbar.scrolled {
    height: 82px;
    box-shadow: 0 5px 30px rgba(0,0,0,.06);
}

.logo {
    min-width: 220px;

    display: flex;
    align-items: flex-start;
    font-family: var(--font-display);
    font-size: 30px;
    letter-spacing: 5px;
    color: var(--black);
}

.logo span {
    white-space: nowrap;
}

.logo em {
    font-family: var(--font-body);
    font-style: normal;
    font-size: 13px;
    margin-left: 4px;
    margin-top: 2px;
    color: var(--brass);
}

.desktop-menu {
    height: 100%;

    display: flex;
    align-items: center;
    gap: 34px;
}

.desktop-menu a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 13px;
    letter-spacing: .3px;
    transition: var(--transition);
}

.desktop-menu a::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--black);
    transition: var(--transition);
}

.desktop-menu a:hover::after {
    width: 100%;
}

.nav-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-icon {
    width: 46px;
    height: 46px;
    border: none;
    background: transparent;
    position: relative;
    font-size: 17px;
    color: var(--text);
    transition: var(--transition);
}

.nav-icon:hover {
    color: var(--brass);
}

.count {
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brass);
    color: white;
    font-size: 8px;
}


/* =========================================================
   MOBILE MENU
========================================================= */

.menu-toggle {
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.menu-toggle span {
    width: 24px;
    height: 1px;
    background: var(--black);
    transition: var(--transition);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(380px, 90%);
    height: 100vh;
    background: #f4f3f0;
    z-index: 999;
    padding: 120px 45px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    transition: var(--transition);
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu a {
    font-family: var(--font-display);
    font-size: 28px;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    min-height: calc(100vh - 150px);
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 4% 100px;

    background:
        linear-gradient(
            90deg,
            rgba(12,12,12,.72),
            rgba(12,12,12,.28)
        ),
        url("homebrass 1.jpg");
    background-size: cover;
    background-position: center;
    color: white;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.08),
            rgba(0,0,0,.5)
        );
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
}

.hero .eyebrow {
    color: rgba(255,255,255,.7);
    margin-bottom: 24px;
}

.hero h1 {
    font-family: var(--font-body);
    font-size: clamp(54px, 7vw, 105px);
    line-height: .98;
    letter-spacing: -3px;
    font-weight: 400;
}

.hero h1 span {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
}

.hero-description {
    max-width: 540px;
    margin-top: 30px;
    color: rgba(255,255,255,.8);
    line-height: 1.8;
    font-size: 15px;
}

.hero-buttons {
    margin-top: 38px;
    display: flex;
    gap: 12px;
}

.scroll-indicator {
    position: absolute;
    right: 4%;
    bottom: 55px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    transform: rotate(90deg);
    transform-origin: right center;
}

.scroll-indicator span {
    font-size: 9px;
    letter-spacing: 2px;
}

.scroll-line {
    width: 65px;
    height: 1px;
    background: rgba(255,255,255,.7);
}


/* =========================================================
   INTRO
========================================================= */

.intro {
    background: var(--cream);
}

.intro-small {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 80px;
}

.intro-small span {
    color: var(--brass);
    font-size: 12px;
}

.intro-small p {
    font-size: 11px;
    letter-spacing: 2px;
}

.intro-content {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 100px;
    align-items: end;
}

.intro-content h2 {
    font-size: clamp(42px, 5vw, 78px);
    line-height: 1.1;
    letter-spacing: -2px;
}

.intro-content h2 span {
    font-family: var(--font-display);
    font-style: italic;
}

.intro-text {
    max-width: 450px;
}

.intro-text p {
    color: var(--muted);
    line-height: 1.9;
    margin-bottom: 28px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 55px;
}

.section-heading h2 {
    margin-top: 15px;
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 400;
    letter-spacing: -1.5px;
}

.section-heading h2 em {
    font-style: italic;
}


/* =========================================================
   COLLECTION
========================================================= */

.collection {
    background: #e9e8e4;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.category-card {
    position: relative;
    height: 650px;
    overflow: hidden;
    color: white;
    background: #222;
}

.category-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .9s cubic-bezier(.2,.7,.2,1);
}

.category-card:hover img {
    transform: scale(1.06);
}

.category-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.05),
            rgba(0,0,0,.7)
        );
}

.category-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 28px;
    z-index: 2;
}

.category-content > span {
    font-size: 11px;
    letter-spacing: 2px;
    color: rgba(255,255,255,.65);
}

.category-content h3 {
    margin-top: 12px;
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 500;
}

.category-arrow {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.category-card:hover .category-arrow {
    background: white;
    color: var(--black);
}


/* =========================================================
   FEATURED PRODUCTS
========================================================= */

.featured {
    background: #f7f6f3;
}

.product-navigation {
    display: flex;
    gap: 8px;
}

.slider-btn {
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.slider-btn:hover {
    background: var(--black);
    color: white;
    border-color: var(--black);
}

.product-slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.product-slider::-webkit-scrollbar {
    display: none;
}

.product-card {
    flex: 0 0 calc(25% - 14px);
    min-width: 280px;
}

.product-image {
    height: 460px;
    position: relative;
    overflow: hidden;
    background: #e9e7e1;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-wishlist {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 45px;
    height: 45px;
    border: none;
    background: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.product-wishlist:hover {
    background: var(--black);
    color: white;
}

.quick-add {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -60px;
    height: 50px;
    border: none;
    background: var(--black);
    color: white;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: var(--transition);
}

.product-card:hover .quick-add {
    bottom: 15px;
}

.quick-add:hover {
    background: var(--brass);
}

.product-info {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.product-info p {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--muted);
    margin-bottom: 8px;
}

.product-info h3 {
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 500;
}

.product-info > span {
    white-space: nowrap;
    font-size: 13px;
    color: var(--brass-dark);
}

.center-button {
    margin-top: 55px;
    text-align: center;
}


/* =========================================================
   STATEMENT IMAGE
========================================================= */

.statement {
    height: 760px;
    position: relative;
    color: white;
}

.statement-image,
.statement-image img,
.statement-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.statement-image img {
    object-fit: cover;
}

.statement-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.72),
            rgba(0,0,0,.15)
        );
}

.statement-content {
    position: relative;
    z-index: 2;
    width: min(700px, 100%);
    padding: 160px 4%;
}

.statement-content .eyebrow {
    color: rgba(255,255,255,.65);
}

.statement-content h2 {
    margin-top: 22px;
    font-size: clamp(45px, 5vw, 78px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.statement-content p:not(.eyebrow) {
    max-width: 500px;
    margin: 30px 0;
    line-height: 1.9;
    color: rgba(255,255,255,.78);
}


/* =========================================================
   CRAFTSMANSHIP
========================================================= */

.craftsmanship {
    background: #ecebe7;
}

.craft-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9%;
}

.craft-image {
    min-height: 720px;
    position: relative;
    overflow: hidden;
}

.craft-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.craft-number {
    position: absolute;
    left: 35px;
    bottom: 25px;
    font-family: var(--font-display);
    font-size: 60px;
    color: white;
    letter-spacing: 6px;
}

.craft-content {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.craft-content h2 {
    margin: 20px 0 28px;
    font-size: clamp(44px, 4.5vw, 70px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.craft-content > p:not(.eyebrow) {
    max-width: 500px;
    color: var(--muted);
    line-height: 1.9;
}

.craft-features {
    margin-top: 60px;
    display: grid;
    gap: 30px;
}

.craft-features > div {
    padding-top: 20px;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 60px 1fr;
}

.craft-features span {
    color: var(--brass);
    font-size: 12px;
}

.craft-features h4 {
    font-family: var(--font-display);
    font-size: 22px;
    margin-bottom: 8px;
}

.craft-features p {
    grid-column: 2;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

/* =========================================================
   CUSTOM
========================================================= */

.custom {
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
    background: #171716;
}

.custom-background {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(10,10,10,.85),
            rgba(10,10,10,.25)
        ),
        url("home brass 3.jpg");
    background-size: cover;
    background-position: center;
}

.custom-content {
    position: relative;
    z-index: 2;
    width: min(700px, 100%);
}

.custom-content .eyebrow {
    color: rgba(255,255,255,.6);
}

.custom-content h2 {
    margin: 20px 0;
    font-size: clamp(45px, 5vw, 78px);
    line-height: 1.05;
}

.custom-content > p {
    max-width: 570px;
    color: rgba(255,255,255,.75);
    line-height: 1.8;
}

.custom-actions {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.text-button {
    border: none;
    background: transparent;
    color: white;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.6);
    font-size: 12px;
    letter-spacing: .7px;
    transition: var(--transition);
}

.text-button:hover {
    color: var(--brass);
}

/* =========================================================
   TESTIMONIAL
========================================================= */

.testimonial {
    background: #f6f5f1;
    text-align: center;
}

.quote-wrap {
    margin-top: 55px;
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    align-items: center;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.quote-content {
    max-width: 900px;
    margin: auto;
}

.quote-mark {
    font-family: var(--font-display);
    font-size: 100px;
    line-height: .5;
    color: var(--brass);
}

.quote-content h2 {
    margin: 25px 0 35px;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.5vw, 54px);
    line-height: 1.25;
    font-weight: 500;
}

.client {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.client strong {
    font-size: 13px;
    letter-spacing: .8px;
}

.client span {
    color: var(--muted);
    font-size: 12px;
}

.quote-nav {
    width: 52px;
    height: 52px;
    border: 1px solid var(--line);
    background: transparent;
    margin: auto;
    transition: var(--transition);
}

.quote-nav:hover {
    background: var(--black);
    color: white;
}


/* =========================================================
   NEWSLETTER
========================================================= */

.newsletter {
    background: #deddd8;
    text-align: center;
}

.newsletter-content {
    max-width: 750px;
    margin: auto;
}

.newsletter h2 {
    margin: 18px 0;
    font-size: clamp(45px, 5vw, 72px);
    line-height: 1.1;
    letter-spacing: -2px;
}

.newsletter-content > p:not(.eyebrow) {
    max-width: 550px;
    margin: 0 auto 35px;
    color: var(--muted);
    line-height: 1.8;
}

.newsletter-form {
    max-width: 600px;
    margin: auto;
    border-bottom: 1px solid var(--black);
    display: flex;
}

.newsletter-form input {
    flex: 1;

    height: 65px;

    border: none;
    background: transparent;

    outline: none;

    font-size: 14px;
}

.newsletter-form button {
    border: none;
    background: transparent;

    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#newsletterMessage {
    display: block;
    margin-top: 15px;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    background: #111;

    color: white;

    padding: 85px 4% 30px;
}

.footer-top {
    display: grid;

    grid-template-columns: 2fr 1fr 1fr 1fr;

    gap: 60px;

    padding-bottom: 80px;

    border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-logo {
    color: white;

    font-size: 34px;
    letter-spacing: 7px;
}

.footer-brand > p {
    max-width: 320px;

    margin-top: 25px;

    color: rgba(255,255,255,.55);

    line-height: 1.8;

    font-size: 13px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer-column h4 {
    margin-bottom: 10px;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;

    color: var(--brass);
}

.footer-column a,
.footer-column p {
    font-size: 13px;

    color: rgba(255,255,255,.62);

    transition: var(--transition);
}

.footer-column a:hover {
    color: white;
}

.socials {
    display: flex;
    gap: 10px;

    margin-top: 10px;
}

.socials a {
    width: 36px;
    height: 36px;

    border: 1px solid rgba(255,255,255,.18);

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;

    transition: var(--transition);
}

.socials a:hover {
    background: var(--brass);
    border-color: var(--brass);
}

.footer-bottom {
    padding-top: 25px;

    display: flex;
    justify-content: space-between;

    color: rgba(255,255,255,.45);

    font-size: 10px;

    letter-spacing: .5px;
}

.footer-bottom div {
    display: flex;
    gap: 25px;
}


/* =========================================================
   CART DRAWER
========================================================= */

.drawer {
    position: fixed;

    top: 0;
    right: -500px;

    width: min(460px, 100%);
    height: 100vh;

    background: #f7f6f2;

    z-index: 10000;

    display: flex;
    flex-direction: column;

    transition: right .45s cubic-bezier(.2,.7,.2,1);

    box-shadow: -15px 0 50px rgba(0,0,0,.12);
}

.drawer.active {
    right: 0;
}

.drawer-header {
    padding: 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid var(--line);
}

.drawer-header h3 {
    font-family: var(--font-display);
    font-size: 28px;
}

.closeDrawer,
.close-search,
.modal-close {
    width: 45px;
    height: 45px;

    border: none;
    background: transparent;

    font-size: 20px;
}

.cart-items {
    flex: 1;

    overflow-y: auto;

    padding: 25px;
}

.empty-state {
    height: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 15px;

    color: var(--muted);
}

.empty-state i {
    font-size: 35px;
}

.cart-footer {
    padding: 25px;

    border-top: 1px solid var(--line);
}

.cart-total {
    margin-bottom: 20px;

    display: flex;
    justify-content: space-between;
}

.checkout-btn {
    width: 100%;
    height: 58px;

    border: none;

    background: var(--black);
    color: white;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;

    transition: var(--transition);
}

.checkout-btn:hover {
    background: var(--brass);
}


/* =========================================================
   SEARCH MODAL
========================================================= */

.search-modal {
    position: fixed;
    inset: 0;

    background: rgba(245,244,240,.98);

    z-index: 10001;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: var(--transition);
}

.search-modal.active {
    opacity: 1;
    visibility: visible;
}

.close-search {
    position: absolute;

    top: 30px;
    right: 4%;
}

.search-box {
    width: min(850px, 90%);
}

.search-box .eyebrow {
    margin-bottom: 20px;
}

.search-box form {
    display: flex;

    border-bottom: 1px solid var(--black);
}

.search-box input {
    flex: 1;

    height: 80px;

    border: none;
    background: transparent;

    outline: none;

    font-family: var(--font-display);
    font-size: 32px;
}

.search-box button {
    width: 70px;

    border: none;
    background: transparent;

    font-size: 22px;
}

#searchResults {
    margin-top: 30px;
}

/* =========================================================
   OUR JOURNEY / HOME BRASS HISTORY
========================================================= */
.journey {
    background: #f1f0ec;
}

/* =========================================================
   JOURNEY HEADER
========================================================= */

.journey-header {
    max-width: 1000px;

    margin-bottom: 80px;
}

.journey-header h2 {
    margin-top: 20px;

    font-size: clamp(48px, 6vw, 90px);

    line-height: 1.05;

    letter-spacing: -3px;

    font-weight: 400;
}

.journey-header h2 em {
    font-family: var(--font-display);

    font-style: italic;

    font-weight: 500;
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.journey-hero {
    position: relative;

    height: min(72vw, 760px);

    min-height: 520px;

    overflow: hidden;

    background: #222;

    margin-bottom: 130px;
}

.journey-main-image,
.journey-main-image img {
    width: 100%;
    height: 100%;
}

.journey-main-image img {
    object-fit: cover;

    filter: saturate(.85);
}


.journey-main-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.48),
            rgba(0,0,0,.05)
        );
}


/* YEAR */

.journey-year {
    position: absolute;

    left: 55px;
    bottom: 45px;

    z-index: 2;

    display: flex;
    flex-direction: column;
}

.journey-year span {
    font-size: 10px;

    letter-spacing: 3px;

    color: rgba(255,255,255,.7);

    margin-bottom: 8px;
}

.journey-year strong {
    font-family: var(--font-display);

    font-size: clamp(70px, 10vw, 150px);

    line-height: .8;

    font-weight: 500;

    color: white;
}


/* IMAGE CAPTION */

.journey-image-caption {
    position: absolute;

    right: 40px;
    bottom: 40px;

    width: 280px;

    z-index: 2;

    color: rgba(255,255,255,.75);

    font-size: 11px;

    line-height: 1.7;

    letter-spacing: .5px;
}


/* =========================================================
   INTRO STORY
========================================================= */

.journey-intro {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10%;

    padding-bottom: 140px;

    border-bottom: 1px solid var(--line);
}

.journey-intro-title {
    display: flex;

    gap: 25px;
}

.journey-intro-title > span {
    color: var(--brass);

    font-size: 12px;

    padding-top: 10px;
}

.journey-intro-title h3 {
    font-size: clamp(38px, 4vw, 65px);

    font-weight: 400;

    line-height: 1.08;

    letter-spacing: -2px;
}

.journey-intro-title h3 em {
    font-family: var(--font-display);

    font-style: italic;
}


.journey-intro-text {
    max-width: 600px;
}

.journey-intro-text p {
    color: var(--muted);
    font-size: 16px;
    line-height: 2;
    margin-bottom: 25px;
}

.journey-intro-text p:first-child {
    color: var(--text);
    font-family: var(--font-display);
    font-size: 24px;
}

/* =========================================================
   TIMELINE
========================================================= */

.journey-timeline {
    margin-top: 20px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 200px 1px 1fr;
    gap: 70px;
    padding: 100px 0;
    border-bottom: 1px solid var(--line);
}

.timeline-year {
    font-family: var(--font-display);
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1;
    color: var(--brass-dark);
    letter-spacing: -1px;
}

.timeline-year small {
    display: block;
    margin: 8px 0;
    font-size: 20px;
    color: var(--brass);
}

.timeline-line {
    width: 1px;
    height: 100%;
    background: var(--line);
}

.timeline-content {
    max-width: 700px;
}

.timeline-content > span {
    display: block;
    margin-bottom: 20px;
    color: var(--brass);
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 600;
}

.timeline-content h3 {
    margin-bottom: 25px;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.timeline-content h3 em {
    font-family: var(--font-display);
    font-style: italic;
}

.timeline-content > p {
    max-width: 620px;
    margin-bottom: 18px;
    color: var(--muted);
    line-height: 1.9;
    font-size: 15px;
}

/* =========================================================
   TECHNIQUES
========================================================= */

.journey-techniques {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 45px;
}

.journey-techniques > div {
    padding: 30px;
    background: #e7e5df;
    border-top: 2px solid var(--brass);
}

.journey-techniques strong {
    display: block;
    margin-bottom: 35px;
    color: var(--brass);
    font-size: 12px;
    letter-spacing: 2px;
}

.journey-techniques h4 {
    margin-bottom: 12px;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 500;
}

.journey-techniques p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
}

/* =========================================================
   FINAL JOURNEY
========================================================= */

.journey-final {
    margin-top: 130px;
    padding: 120px 7%;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(16,16,15,.97),
            rgba(16,16,15,.82)
        ),
        url("homebrass 3.jpg");

    background-size: cover;
    background-position: center;
    color: white;
}

.journey-final-content {
    max-width: 750px;
}

.journey-final .eyebrow {
    color: rgba(255,255,255,.6);
}

.journey-final h2 {
    margin: 20px 0 30px;
    font-size: clamp(50px, 6vw, 90px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -3px;
}

.journey-final h2 em {
    font-family: var(--font-display);
    font-style: italic;
}

.journey-final p:not(.eyebrow) {
    max-width: 580px;
    margin-bottom: 20px;
    color: rgba(255,255,255,.7);
    font-size: 15px;
    line-height: 1.9;
}

.journey-final .btn {
    margin-top: 25px;
    background: white;
    color: var(--black);
    border-color: white;
}

.journey-final .btn:hover {
    background: var(--brass);
    color: white;
    border-color: var(--brass);
}


/* =========================================================
   JOURNEY TABLET
========================================================= */

@media (max-width: 1100px) {
    .timeline-item {
        grid-template-columns: 140px 1px 1fr;
        gap: 45px;
    }

}

/* =========================================================
   JOURNEY MOBILE
========================================================= */

@media (max-width: 768px) {
    .journey-header {
        margin-bottom: 50px;
    }

    .journey-header h2 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .journey-hero {
        min-height: 500px;
        height: 70vh;
        margin-bottom: 80px;
    }

    .journey-year {
        left: 25px;
        bottom: 30px;
    }

    .journey-year strong {
        font-size: 75px;
    }

    .journey-image-caption {
        display: none;
    }

    .journey-intro {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 80px;
    }

    .journey-intro-title h3 {
        font-size: 42px;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 70px 0;
    }

    .timeline-line {
        width: 100%;

        height: 1px;
    }

    .timeline-year {
        font-size: 36px;
    }

    .timeline-content h3 {
        font-size: 42px;
    }

    .journey-techniques {
        grid-template-columns: 1fr;

        margin-top: 30px;
    }

    .journey-final {
        margin-top: 80px;

        padding: 90px 8%;
    }

    .journey-final h2 {
        font-size: 52px;
    }

}

/* =========================================================
   CUSTOM MODAL
========================================================= */
.modal {
    position: fixed;
    inset: 0;

    background: rgba(0,0,0,.55);

    z-index: 10002;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    opacity: 0;
    visibility: hidden;

    transition: var(--transition);
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    width: min(800px, 100%);

    max-height: 90vh;
    overflow-y: auto;

    position: relative;

    background: #f6f5f1;

    padding: 55px;
}

.modal-close {
    position: absolute;

    right: 20px;
    top: 20px;
}

.modal-content h2 {
    margin: 15px 0 35px;

    font-size: 45px;
    font-weight: 400;
}

.form-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin-bottom: 15px;
}

.modal input,
.modal select,
.modal textarea {
    width: 100%;

    border: 1px solid var(--line);
    background: white;

    padding: 15px;

    outline: none;
}

.modal textarea {
    min-height: 120px;

    resize: vertical;

    margin-bottom: 15px;
}

.upload-box {
    min-height: 130px;

    border: 1px dashed #aaa;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 12px;

    color: var(--muted);

    cursor: pointer;

    margin-bottom: 20px;
}

.upload-box input {
    display: none;
}

.upload-box i {
    font-size: 25px;
}

.full-btn {
    width: 100%;
}


/* =========================================================
   BACK TO TOP
========================================================= */

.back-to-top {
    position: fixed;

    right: 25px;
    bottom: 25px;

    width: 50px;
    height: 50px;

    border: none;

    background: var(--black);
    color: white;

    opacity: 0;
    visibility: hidden;

    transform: translateY(20px);

    transition: var(--transition);

    z-index: 900;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--brass);
}


/* =========================================================
   TOAST
========================================================= */

#toast {
    position: fixed;

    left: 50%;
    bottom: 30px;

    transform: translate(-50%, 100px);

    padding: 15px 25px;

    background: var(--black);
    color: white;

    font-size: 12px;

    z-index: 20000;

    opacity: 0;

    transition: var(--transition);
}

#toast.show {
    opacity: 1;

    transform: translate(-50%, 0);
}


/* =========================================================
   REVEAL ANIMATION
========================================================= */

.reveal {
    opacity: 0;
    transform: translateY(35px);

    transition:
        opacity .8s ease,
        transform .8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .desktop-menu {
        gap: 20px;
    }

    .logo {
        min-width: 180px;
        font-size: 24px;
    }

    .product-card {
        flex-basis: calc(33.333% - 12px);
    }

    .category-card {
        height: 520px;
    }

    .craft-grid {
        gap: 50px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .section-padding {
        padding: 80px 5%;
    }

    .topbar {
        justify-content: center;
    }

    .topbar-left span:not(:first-child),
    .topbar-right {
        display: none;
    }

    .navbar {
        height: 75px;
        padding: 0 5%;
    }

    .navbar.scrolled {
        height: 70px;
    }

    .logo {
        min-width: auto;
        font-size: 20px;
        letter-spacing: 3px;
    }

    .desktop-menu {
        display: none;
    }

    .nav-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .menu-toggle {
        display: flex;
    }

    .hero {
        min-height: calc(100vh - 117px);

        padding: 0 6% 80px;

        background-position: 60% center;
    }

    .hero h1 {
        font-size: 54px;
        letter-spacing: -2px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .scroll-indicator {
        display: none;
    }

    .intro-small {
        margin-bottom: 45px;
    }

    .intro-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .intro-content h2 {
        font-size: 43px;
    }

    .section-heading {
        align-items: flex-start;
        gap: 25px;

        flex-direction: column;

        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 43px;
    }

    .desktop-only {
        display: none;
    }

    .category-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .category-card {
        height: 480px;
    }

    .product-card {
        flex: 0 0 82%;
    }

    .product-image {
        height: 430px;
    }

    .statement {
        height: 700px;
    }

    .statement-content {
        padding: 150px 6%;
    }

    .statement-content h2 {
        font-size: 50px;
    }

    .craft-grid {
        grid-template-columns: 1fr;
    }

    .craft-image {
        min-height: 500px;
    }

    .craft-content {
        padding: 0;
    }

    .craft-content h2 {
        font-size: 48px;
    }

    .custom {
        min-height: 720px;
    }

    .custom-content h2 {
        font-size: 50px;
    }

    .custom-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .quote-wrap {
        grid-template-columns: 45px 1fr 45px;
    }

    .quote-content h2 {
        font-size: 28px;
    }

    .quote-nav {
        width: 38px;
        height: 38px;
    }

    .newsletter h2 {
        font-size: 48px;
    }

    .newsletter-form input {
        font-size: 13px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 45px 25px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .modal-content {
        padding: 45px 25px 30px;
    }

    .modal-content h2 {
        font-size: 34px;
    }

    .search-box input {
        font-size: 22px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .topbar {
        font-size: 9px;
    }

    .logo {
        font-size: 17px;
    }

    .nav-actions {
        gap: 0;
    }

    .nav-icon:nth-child(2) {
        display: none;
    }

    .hero h1 {
        font-size: 45px;
    }

    .hero-description {
        font-size: 13px;
    }

    .btn {
        width: 100%;
        min-height: 50px;
    }

    .hero-buttons {
        width: 100%;
    }

    .intro-content h2,
    .section-heading h2 {
        font-size: 37px;
    }

    .category-card {
        height: 420px;
    }

    .category-content h3 {
        font-size: 27px;
    }

    .product-card {
        flex-basis: 90%;
    }

    .product-image {
        height: 380px;
    }

    .statement-content h2,
    .craft-content h2,
    .custom-content h2,
    .newsletter h2 {
        font-size: 40px;
    }

    .craft-image {
        min-height: 400px;
    }

    .craft-features > div {
        grid-template-columns: 45px 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: auto;
    }

}

/* =========================================================
   HOME BRASS JOURNEY / HISTORY
========================================================= */

.journey {
    background: #f4f3f0;
}


/* HEADING */

.journey-heading {
    display: grid;
    grid-template-columns: 1.3fr .7fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 80px;
}

.journey-heading h2 {
    margin-top: 18px;

    font-size: clamp(48px, 5vw, 82px);

    line-height: 1.05;

    font-weight: 400;

    letter-spacing: -2px;
}

.journey-heading h2 span {
    font-family: var(--font-display);

    font-style: italic;
}

.journey-intro {
    max-width: 420px;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.9;
}


/* HERO IMAGE */

.journey-hero {
    height: 700px;

    position: relative;

    overflow: hidden;

    margin-bottom: 140px;

    background: #222;
}

.journey-hero img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 1.2s ease;
}

.journey-hero:hover img {
    transform: scale(1.04);
}

.journey-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.65),
            rgba(0,0,0,.08)
        );
}


/* YEAR */

.journey-year {
    position: absolute;

    top: 45px;
    right: 55px;

    display: flex;
    flex-direction: column;

    text-align: right;

    color: white;
}

.journey-year span {
    font-size: 10px;

    letter-spacing: 3px;

    color: rgba(255,255,255,.65);
}

.journey-year strong {
    font-family: var(--font-display);

    font-size: clamp(70px, 10vw, 150px);

    font-weight: 400;

    line-height: .9;
}


/* HERO CAPTION */

.journey-caption {
    position: absolute;

    left: 60px;
    bottom: 55px;

    color: white;
}

.journey-caption > span {
    font-size: 10px;

    letter-spacing: 3px;

    color: rgba(255,255,255,.7);
}

.journey-caption h3 {
    margin-top: 15px;

    font-size: clamp(32px, 4vw, 60px);

    line-height: 1.1;

    font-weight: 400;
}

.journey-caption em {
    font-family: var(--font-display);

    font-style: italic;
}


/* TIMELINE */

.journey-timeline {
    max-width: 1500px;

    margin: auto;
}


/* NORMAL STORY */

.journey-item {
    display: grid;

    grid-template-columns: .35fr .65fr;

    gap: 10%;

    padding: 100px 0;

    border-top: 1px solid var(--line);
}

.journey-year-title {
    display: flex;

    flex-direction: column;

    gap: 15px;
}

.journey-year-title span {
    color: var(--brass);

    font-size: 11px;

    letter-spacing: 2px;
}

.journey-year-title h3 {
    font-family: var(--font-display);

    font-size: clamp(60px, 8vw, 120px);

    font-weight: 400;

    line-height: .9;
}

.journey-story {
    max-width: 680px;
}

.journey-story h4 {
    margin-bottom: 35px;

    font-size: clamp(38px, 4vw, 65px);

    font-weight: 400;

    line-height: 1.1;
}

.journey-story h4 em {
    font-family: var(--font-display);

    font-style: italic;
}

.journey-story p {
    margin-bottom: 20px;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.9;
}

.journey-story strong {
    color: var(--text);
}


/* LABEL */

.journey-label {
    display: inline-block;

    margin-bottom: 20px;

    color: var(--brass);

    font-size: 10px;

    letter-spacing: 2px;
}


/* IMAGE + TEXT */

.journey-image-left,
.journey-image-right {
    grid-template-columns: 1fr 1fr;

    gap: 8%;

    align-items: center;
}

.journey-image-right {
    background: #ecebe7;

    margin-left: -4%;
    margin-right: -4%;

    padding-left: 4%;
    padding-right: 4%;
}

.journey-photo {
    height: 680px;

    position: relative;

    overflow: hidden;

    background: #222;
}

.journey-photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .9s ease;
}

.journey-photo:hover img {
    transform: scale(1.05);
}


/* 17 YEARS */

.journey-photo-number {
    position: absolute;

    left: 35px;
    bottom: 35px;

    color: white;

    font-family: var(--font-display);

    font-size: 100px;

    line-height: .8;
}

.journey-photo-number span {
    display: block;

    margin-top: 18px;

    font-family: var(--font-body);

    font-size: 10px;

    letter-spacing: 3px;
}


/* TECHNIQUES */

.journey-techniques {
    margin: 30px 0;

    list-style: none;

    border-top: 1px solid var(--line);
}

.journey-techniques li {
    padding: 18px 0;

    border-bottom: 1px solid var(--line);

    font-family: var(--font-display);

    font-size: 22px;
}


/* LOCATION */

.journey-location {
    position: absolute;

    right: 30px;
    bottom: 30px;

    padding: 22px 25px;

    background: rgba(17,17,17,.9);

    color: white;

    display: flex;

    align-items: center;

    gap: 15px;
}

.journey-location span {
    font-family: var(--font-display);

    font-size: 45px;
}

.journey-location small {
    font-size: 9px;

    line-height: 1.7;

    letter-spacing: 2px;
}


/* PRODUCTS */

.journey-products {
    display: grid;

    grid-template-columns: 1.1fr .9fr;

    margin: 140px 0;

    background: #deddd8;
}

.journey-products-image {
    min-height: 700px;
}

.journey-products-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.journey-products-content {
    padding: 12%;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.journey-products-content h3 {
    margin: 18px 0 30px;

    font-size: clamp(45px, 5vw, 75px);

    font-weight: 400;

    line-height: 1.05;
}

.journey-products-content h3 em {
    font-family: var(--font-display);

    font-style: italic;
}

.journey-products-content > p:not(.eyebrow) {
    color: var(--muted);

    line-height: 1.9;

    margin-bottom: 35px;
}

.product-type-list {
    display: grid;

    border-top: 1px solid var(--line);
}

.product-type-list span {
    padding: 14px 0;

    border-bottom: 1px solid var(--line);

    font-family: var(--font-display);

    font-size: 18px;
}


/* FUTURE */

.journey-future {
    height: 750px;

    position: relative;

    overflow: hidden;

    color: white;
}

.journey-future-bg,
.journey-future-bg img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;
}

.journey-future-bg img {
    object-fit: cover;
}

.journey-future-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.78),
            rgba(0,0,0,.2)
        );
}

.journey-future-content {
    position: relative;

    z-index: 2;

    width: min(800px, 100%);

    padding: 150px 7%;
}

.journey-future-content .eyebrow {
    color: rgba(255,255,255,.65);
}

.journey-future-content h2 {
    margin: 20px 0 30px;

    font-size: clamp(48px, 6vw, 90px);

    font-weight: 400;

    line-height: 1.05;
}

.journey-future-content h2 em {
    font-family: var(--font-display);

    font-style: italic;
}

.journey-future-content > p {
    max-width: 550px;

    color: rgba(255,255,255,.75);

    line-height: 1.9;
}


/* SIGNATURE */

.journey-signature {
    margin-top: 50px;

    display: flex;

    flex-direction: column;

    gap: 8px;
}

.journey-signature span {
    font-family: var(--font-display);

    font-size: 28px;

    letter-spacing: 5px;
}

.journey-signature small {
    font-size: 9px;

    letter-spacing: 3px;

    color: var(--brass);
}


/* ENDING */

.journey-ending {
    padding: 140px 20px;

    text-align: center;
}

.journey-ending-line {
    width: 1px;
    height: 70px;

    display: block;

    margin: 0 auto 35px;

    background: var(--brass);
}

.journey-ending p {
    font-size: clamp(40px, 5vw, 75px);

    line-height: 1.1;
}

.journey-ending em {
    font-family: var(--font-display);

    font-style: italic;
}


/* =========================================================
   RESPONSIVE JOURNEY
========================================================= */

@media (max-width: 900px) {

    .journey-heading {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .journey-hero {
        height: 550px;

        margin-bottom: 80px;
    }

    .journey-item {
        grid-template-columns: 1fr;

        gap: 50px;

        padding: 70px 0;
    }

    .journey-image-left,
    .journey-image-right {
        grid-template-columns: 1fr;
    }

    .journey-image-right .journey-story {
        order: 1;
    }

    .journey-image-right .journey-photo {
        order: 2;
    }

    .journey-photo {
        height: 550px;
    }

    .journey-products {
        grid-template-columns: 1fr;

        margin: 80px 0;
    }

    .journey-products-image {
        min-height: 500px;
    }

}

@media (max-width: 600px) {

    .journey-heading h2 {
        font-size: 48px;
    }

    .journey-hero {
        height: 500px;
    }

    .journey-caption {
        left: 25px;
        bottom: 30px;
    }

    .journey-year {
        top: 25px;
        right: 25px;
    }

    .journey-year strong {
        font-size: 80px;
    }

    .journey-photo {
        height: 450px;
    }

    .journey-photo-number {
        left: 20px;
        bottom: 25px;

        font-size: 75px;
    }

    .journey-products-content {
        padding: 60px 30px;
    }

    .journey-future {
        height: 650px;
    }

    .journey-future-content {
        padding: 100px 30px;
    }
}

/* =========================================================
   JOURNEY GALLERY GRID FIX (TAMBAHAN)
========================================================= */

.journey-gallery {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Jarak antara foto utama (atas) dan baris foto kecil (bawah) */
}

/* Modifikasi foto utama khusus di dalam gallery agar proporsional */
.journey-gallery .journey-photo {
    height: 500px; 
    border-radius: 12px; /* Efek sudut melengkung seperti pada desain */
}

/* Membuat grid 3 kolom untuk foto kecil */
.journey-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Dibagi menjadi 3 kolom berukuran sama rata */
    gap: 15px; /* Jarak antar foto kecil */
}

/* Pengaturan bingkai foto kecil agar menjadi kotak sempurna */
.journey-small-photo {
    position: relative;
    aspect-ratio: 1 / 1; /* Memaksa rasio foto menjadi 1:1 (persegi) */
    overflow: hidden;
    border-radius: 12px;
}

/* Memastikan gambar masuk ke dalam kotak tanpa merusak rasio (tidak gepeng) */
.journey-small-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform .9s ease;
}

/* Efek animasi zoom saat gambar disorot mouse */
.journey-small-photo:hover img {
    transform: scale(1.05);
}

/* =========================================================
   PERBAIKAN LOGO TECHNIQUES (HAND-HAMMERED & LOST-WAX)
========================================================= */

/* Mengatur wadah utama agar berjejer ke samping dan rata tengah */
.journey-techniques {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 40px !important; /* Jarak antar elemen */
    margin: 40px 0 !important;
    border: none !important;
}

/* Menghilangkan background abu-abu dan border atas bawaan */
.journey-techniques > div {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Mengatur setiap item (ikon + teks) menjadi vertikal rata tengah */
.technique-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Membuat bingkai lingkaran estetik untuk ikon */
.technique-icon {
    width: 90px;
    height: 90px;
    border: 1px solid var(--brass); /* Warna border keemasan sesuai tema */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px; /* Memperbesar ukuran ikon text bawaan HTML */
    color: var(--text);
}

/* Merapikan teks di bawah ikon */
.technique-item span {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 500;
    letter-spacing: 0.5px !important;
    color: var(--text) !important;
    border: none !important;
    padding: 0 !important;
}

/* Membuat garis pembatas (divider) vertikal di tengah */
.technique-divider {
    width: 1px !important;
    height: 70px !important;
    background: var(--line) !important;
}

/* Penyesuaian untuk layar HP (Mobile Responsive) */
@media (max-width: 600px) {
    .journey-techniques {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    /* Mengubah garis vertikal menjadi horizontal di layar kecil */
    .technique-divider {
        width: 50px !important;
        height: 1px !important;
    }
}

