@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=EB+Garamond:wght@400;500&family=Montserrat:wght@200;300;400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #080808;
    color: #e8dcc8;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    line-height: 1.9;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(135deg, rgba(201,169,110,0.015) 0px, rgba(201,169,110,0.015) 1px, transparent 1px, transparent 8px);
    pointer-events: none;
    z-index: -1;
}


::selection {
    background-color: #c9a96e;
    color: #080808;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #0f0f0f;
}

::-webkit-scrollbar-thumb {
    background-color: #7a6240;
    border-radius: 2px;
}

a, button, input, textarea, select {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

button, input[type="submit"], input[type="button"], .cta-primary, .cta-secondary, .submit-btn {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: rgba(8, 8, 8, 0.92);
    backdrop-filter: blur(12px);
    border: none;
    padding: 16px 0;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(201, 169, 110, 0.1);
}

nav.scrolled {
    border-bottom: 1px solid rgba(201, 169, 110, 0.3);
}

nav .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

nav .logo img {
    filter: brightness(0) invert(1);
    height: 40px;
    width: auto;
}

nav .nav-links {
    display: flex;
    gap: 40px;
    align-items: center;
}

nav .nav-links a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c9a96e;
    text-decoration: none;
    transition: all 0.4s ease;
    padding: 8px 16px;
    border: 1px solid transparent;
    display: inline-block;
}

nav .nav-links a:hover {
    color: #e8dcc8;
    border: 1px solid #c9a96e;
    background-color: rgba(201, 169, 110, 0.08);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
    z-index: 1000;
    padding: 8px;
    background: none;
    border: none;
}

.hamburger-line {
    width: 24px;
    height: 2px;
    background-color: #c9a96e;
    transition: all 0.3s ease;
    border-radius: 1px;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

nav .nav-mobile {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: rgba(8, 8, 8, 0.98);
    backdrop-filter: blur(12px);
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid rgba(201, 169, 110, 0.2);
    z-index: 998;
}

nav .nav-mobile.active {
    display: flex;
}

nav .nav-mobile a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a96e;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 14px 40px;
    border-left: 2px solid transparent;
    display: block;
}

nav .nav-mobile a:hover {
    color: #e8dcc8;
    border-left-color: #c9a96e;
    background-color: rgba(201, 169, 110, 0.05);
}

header#home {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

header#home .hero-image {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
    object-fit: cover;
    object-position: center;
}

header#home .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(8, 8, 8, 0.65) 10%, transparent 40%);
    z-index: 2;
}


header#home .hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 900px;
    padding: 0 40px;
    margin-top: min(280px, 30vh);
}

header#home .eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 24px;
    display: block;
}

header#home h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(48px, 7vw, 96px);
    color: #e8dcc8;
    letter-spacing: 0.04em;
    line-height: 1.05;
    margin-bottom: 32px;
}

header#home h1 .line1 {
    display: block;
    margin-left: 0px;
}

header#home h1 .line2 {
    display: block;
    margin-left: 48px;
}

header#home h1 .line3 {
    display: block;
    margin-left: 16px;
}

header#home .headline-rule {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #c9a96e;
    margin: 0 auto 32px;
}

header#home .hero-description {
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    font-size: 20px;
    color: #c9a96e;
    line-height: 1.9;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 10px rgba(201, 169, 110, 0.4), 0 0 30px rgba(201, 169, 110, 0.2);
}

header#home .hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.btn-primary, .btn-secondary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    border: 1px solid #c9a96e;
    background-color: rgba(201, 169, 110, 0.12);
    color: #c9a96e;
    padding: 16px 40px;
    font-size: 13px;
}

.btn-primary:hover {
    background-color: #c9a96e;
    color: #080808;
}

.btn-secondary {
    background-color: rgba(232, 220, 200, 0.08);
    border: 1px solid rgba(232, 220, 200, 0.25);
    color: #e8dcc8;
    padding: 16px 40px;
    font-size: 13px;
}

.btn-secondary:hover {
    color: #c9a96e;
}

.btn-secondary::after {
    content: '→';
    margin-left: 8px;
    color: #c9a96e;
}

header#home .scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: pulse-indicator 2s infinite;
}

header#home .scroll-indicator .scroll-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a96e;
}

header#home .scroll-indicator .scroll-line {
    width: 2px;
    height: 24px;
    background-color: #c9a96e;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

@keyframes pulse-indicator {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

section#about {
    position: relative;
    background-color: #0f0f0f;
    padding: 160px 40px;
    max-width: 1440px;
    margin: 0 auto;
}

section#about::before {
    content: 'I';
    position: absolute;
    top: 40px;
    left: 60px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 140px;
    font-weight: 600;
    color: #c9a96e;
    opacity: 0.08;
    line-height: 1;
    pointer-events: none;
}

section#about .section-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 16px;
    display: block;
}

section#about h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(40px, 6vw, 72px);
    color: #e8dcc8;
    margin-bottom: 32px;
    line-height: 1.1;
}

section#about .about-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

section#about .about-image-wrap {
    flex: 0 0 380px;
    max-width: 100%;
}

section#about .about-image {
    width: 100%;
    height: auto;
    filter: sepia(0.25) brightness(0.82) contrast(1.05);
    border: 1px solid rgba(201, 169, 110, 0.15);
}

section#about .about-text {
    flex: 1;
    color: #9e9282;
    line-height: 1.9;
    font-size: 19px;
}

section#about .about-text p {
    margin-bottom: 20px;
}

section#about .view-gallery {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e8dcc8;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 169, 110, 0.2);
    padding-bottom: 8px;
    transition: all 0.4s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 32px;
}

section#about .view-gallery:hover {
    color: #c9a96e;
    border-bottom-color: #c9a96e;
}

section#about .bottom-rule {
    margin-top: 80px;
    height: 1px;
    background-color: rgba(201, 169, 110, 0.15);
}

section#export {
    background-color: #080808;
    padding: 160px 40px;
    max-width: 1440px;
    margin: 0 auto;
}

section#export h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(40px, 6vw, 72px);
    color: #e8dcc8;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.1;
}

section#export .export-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

section#export .export-item {
    text-align: center;
    border-top: 1px solid #7a6240;
    padding-top: 24px;
}

section#export .export-number {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 42px;
    color: #c9a96e;
    margin-bottom: 12px;
}

section#export .export-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #e8dcc8;
    margin-bottom: 12px;
}

section#export .export-description {
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    color: #9e9282;
    line-height: 1.8;
}

section#gallery {
    background-color: #0f0f0f;
    padding: 160px 40px;
    max-width: 1440px;
    margin: 0 auto;
}

section#gallery .gallery-header {
    text-align: center;
    margin-bottom: 80px;
}

section#gallery .gallery-categories {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

section#gallery .gallery-cat-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a96e;
    text-decoration: none;
    border: 1px solid #c9a96e;
    padding: 10px 28px;
    transition: all 0.4s ease;
    background-color: rgba(201, 169, 110, 0.08);
}

section#gallery .gallery-cat-link:hover {
    background-color: #c9a96e;
    color: #080808;
}

section#gallery .section-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c9a96e;
    display: block;
    margin-bottom: 16px;
}

section#gallery h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(40px, 6vw, 72px);
    color: #e8dcc8;
    margin-bottom: 24px;
}

section#gallery .gallery-description {
    font-family: 'EB Garamond', serif;
    color: #9e9282;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.9;
    font-size: 18px;
}

section#gallery .category {
    margin-bottom: 80px;
}

section#gallery .category-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 28px;
    color: #e8dcc8;
    margin-bottom: 32px;
    padding-left: 20px;
    border-left: 3px solid #c9a96e;
}

section#gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

section#gallery .gallery-item {
    cursor: pointer;
}

section#gallery .gallery-item img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 0;
    filter: saturate(0.85);
    transition: filter 0.5s ease;
}

section#gallery .gallery-item:hover img {
    filter: saturate(1);
}

section#gallery .gallery-item .product-name {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 20px;
    color: #e8dcc8;
    margin-top: 16px;
    margin-bottom: 4px;
}

section#gallery .gallery-item .product-material {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9e9282;
}

section#gallery .gallery-footer {
    text-align: center;
    margin-top: 32px;
}

section#gallery .view-full-gallery {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e8dcc8;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 169, 110, 0.2);
    padding-bottom: 8px;
    transition: all 0.4s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

section#gallery .view-full-gallery:hover {
    color: #c9a96e;
    border-bottom-color: #c9a96e;
}

section#gallery .view-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c9a96e;
    text-decoration: none;
    border: 1px solid #c9a96e;
    padding: 10px 24px;
    transition: all 0.4s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 24px;
    background-color: rgba(201, 169, 110, 0.08);
}

section#gallery .view-more:hover {
    background-color: #c9a96e;
    color: #080808;
}

section#services {
    background-color: #0f0f0f;
    padding: 0px 40px 160px;
    max-width: 1440px;
    margin: 0 auto;
}

section#services .section-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c9a96e;
    display: block;
    margin-bottom: 16px;
}

section#services h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(36px, 5vw, 60px);
    color: #e8dcc8;
    margin-bottom: 80px;
    line-height: 1.1;
}

section#services .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

section#services .services-item {
    text-align: center;
    border-top: 1px solid #7a6240;
    padding-top: 24px;
}

section#services .services-icon {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 42px;
    color: #c9a96e;
    margin-bottom: 12px;
}

section#services .services-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #e8dcc8;
    margin-bottom: 12px;
}

section#services .services-description {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    color: #9e9282;
    line-height: 1.8;
}

section#ventures {
    background-color: #080808;
    padding: 100px 40px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

section#ventures .ventures-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #7a6240;
    display: block;
    margin-bottom: 12px;
}

section#ventures .ventures-heading {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(28px, 4vw, 42px);
    color: #e8dcc8;
    margin-bottom: 20px;
    line-height: 1.1;
}

section#ventures .ventures-description {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    color: #9e9282;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 32px;
}

section#ventures .ventures-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

section#ventures .venture-item {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #c9a96e;
}

section#ventures .venture-divider {
    color: #7a6240;
    font-size: 12px;
}

section#ventures .ventures-closing {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 17px;
    color: #7a6240;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

section#dedication {
    padding: 120px 20px;
    max-width: 1440px;
    margin: 0 auto;
}

.dedication-card {
    background: rgba(201, 169, 110, 0.04);
    border: 1px solid rgba(201, 169, 110, 0.12);
    border-radius: 12px;
    padding: 0;
    backdrop-filter: blur(4px);
    overflow: hidden;
}

.dedication-image-wrap {
    width: 200px;
    height: 200px;
    margin: 40px auto 0;
    overflow: hidden;
    border: 2px solid rgba(201, 169, 110, 0.25);
    box-shadow:
        0 0 30px rgba(201, 169, 110, 0.08),
        inset 0 0 30px rgba(201, 169, 110, 0.03);
    position: relative;
}

.dedication-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(201, 169, 110, 0.1);
    pointer-events: none;
}

.dedication-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dedication-block {
    padding: 48px 40px;
}

.dedication-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(201, 169, 110, 0.2), transparent);
    margin: 0;
}

.dedication-card:hover {
    border-color: rgba(201, 169, 110, 0.3);
}

.dedication-lang {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 4px;
}

.dedication-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    color: #e8dcc8;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(201, 169, 110, 0.15);
}

.dedication-block p {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    line-height: 1.9;
    color: #d4c9b4;
    margin-bottom: 6px;
}

.dedication-block .dedication-signature {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(201, 169, 110, 0.1);
    font-style: italic;
    color: #c9a96e;
    font-size: 18px;
}

section#contact {
    background-color: #080808;
    padding: 160px 40px;
    max-width: 1440px;
    margin: 0 auto;
}

section#contact .contact-header {
    text-align: center;
    margin-bottom: 80px;
}

section#contact h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(40px, 6vw, 72px);
    color: #e8dcc8;
    margin-bottom: 24px;
}

section#contact .contact-description {
    font-family: 'EB Garamond', serif;
    color: #9e9282;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.9;
    font-size: 18px;
}

section#contact .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    margin-bottom: 40px;
}

section#contact .contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section#contact .contact-item {
    border-left: 1px solid rgba(201, 169, 110, 0.2);
    padding-left: 24px;
}

section#contact .contact-item .contact-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #c9a96e;
    border-radius: 50%;
    margin-right: 12px;
}

section#contact .contact-item-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #e8dcc8;
    margin-bottom: 12px;
    display: block;
}

section#contact .contact-item-text {
    font-family: 'EB Garamond', serif;
    color: #9e9282;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 20px;
}

section#contact .contact-item-text a {
    color: #9e9282;
    text-decoration: none;
    transition: color 0.4s ease;
}

section#contact .contact-item-text a:hover {
    color: #c9a96e;
}

section#contact .follow-join-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

section#contact .follow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #c9a96e;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    padding: 10px 12px;
    border-radius: 0;
}

section#contact .follow-link:hover {
    color: #e8dcc8;
    border: 1px solid #c9a96e;
    background-color: rgba(201, 169, 110, 0.08);
}

section#contact .follow-link svg {
    transition: transform 0.3s ease;
}

section#contact .follow-link:hover svg {
    transform: scale(1.2);
}

section#contact .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section#contact .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

section#contact .form-group.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

section#contact .form-group label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #e8dcc8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section#contact .form-group input,
section#contact .form-group textarea,
section#contact .form-group select {
    width: 100%;
    background-color: #0f0f0f;
    border: 1px solid #2a1f14;
    color: #e8dcc8;
    font-family: 'EB Garamond', serif;
    padding: 14px 16px;
    font-size: 15px;
    transition: border-color 0.3s ease;
    border-radius: 0;
}

section#contact .form-group input:focus,
section#contact .form-group textarea:focus,
section#contact .form-group select:focus {
    outline: none;
    border-color: #c9a96e;
}

section#contact .form-group textarea {
    resize: vertical;
    min-height: 120px;
}

section#contact .form-group label #charCount {
    font-weight: 400;
    color: #9e9282;
    font-size: 11px;
}

section#contact .form-group input::placeholder,
section#contact .form-group textarea::placeholder {
    color: #9e9282;
}

section#contact .form-submit {
    align-self: flex-start;
    margin-top: 16px;
}

footer {
    background-color: #080808;
    border-top: 1px solid rgba(201, 169, 110, 0.12);
    padding: 80px 40px 40px;
    max-width: 1440px;
    margin: 0 auto;
}

footer .footer-logo img {
    filter: brightness(0) invert(1);
    height: 40px;
    width: auto;
}

footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

footer .footer-section h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #e8dcc8;
    margin-bottom: 20px;
}

footer .footer-section p {
    font-family: 'EB Garamond', serif;
    color: #9e9282;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
}

footer .footer-section ul {
    list-style: none;
}

footer .footer-section ul li {
    margin-bottom: 12px;
}

footer .footer-section ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a96e;
    text-decoration: none;
    transition: color 0.4s ease;
}

footer .footer-section ul li a:hover {
    color: #c9a96e;
}

footer .social-links {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

footer .social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 169, 110, 0.2);
    color: #9e9282;
    transition: all 0.4s ease;
}

footer .social-links a:hover {
    border-color: #c9a96e;
    color: #c9a96e;
}

footer .footer-bottom {
    border-top: 1px solid rgba(201, 169, 110, 0.12);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

footer .footer-bottom p {
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    color: #9e9282;
}

footer .footer-bottom .designed-in {
    font-family: 'Montserrat', sans-serif;
    color: #c9a96e;
    font-size: 15px;
    font-weight: 300;
}

footer .footer-bottom .designer-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.05em;
    color: #d4c9b4;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer-bottom .designer-name:hover {
    color: #c9a96e;
}

.floating-wa {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 40;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    transition: all 0.4s ease;
    animation: float 3s ease-in-out infinite;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.floating-wa:hover {
    background-color: #20ba5a;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.6);
    transform: scale(1.1);
}

.floating-wa svg {
    width: 28px;
    height: 28px;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

#lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#lightbox.show {
    display: flex;
    opacity: 1;
}

#lightbox .lightbox-topbar {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 16px;
    flex-shrink: 0;
}

#lightbox .lightbox-counter {
    font-family: 'EB Garamond', serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-right: auto;
}

#lightbox .lightbox-close {
    background: #c9a96e;
    border: none;
    color: #080808;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    flex-shrink: 0;
}

#lightbox .lightbox-close:hover {
    background: #b89650;
    transform: scale(1.05);
}

#lightbox .lightbox-close:active {
    transform: scale(0.92);
}

#lightbox .lightbox-close svg {
    width: 20px;
    height: 20px;
}

#lightbox .lightbox-image-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    min-height: 0;
}

#lightbox .lightbox-close-btn {
    display: none;
}

#lightbox .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease;
    padding: 16px;
}

#lightbox .lightbox-nav:hover {
    color: white;
}

#lightbox .lightbox-prev {
    left: 16px;
}

#lightbox .lightbox-next {
    right: 16px;
}

#lightboxImg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    transform: scale(0.9);
    transition: transform 0.4s ease;
}

#lightbox.show #lightboxImg {
    transform: scale(1);
}

.reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    nav .nav-container {
        padding: 16px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    nav .logo img {
        height: 32px;
        width: auto;
    }

    nav .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
        padding: 8px;
        align-items: center;
        justify-content: center;
        z-index: 1001;
    }

    nav .nav-mobile {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(8, 8, 8, 0.99);
        backdrop-filter: blur(12px);
        overflow-y: auto;
        padding-top: 20px;
        z-index: 998;
    }

    nav .nav-mobile.active {
        display: flex;
    }

    nav.scrolled {
        border-bottom: 1px solid rgba(201, 169, 110, 0.3);
    }

    header#home {
        height: 100vh;
        padding: 0;
        margin-top: 0;
        display: flex;
        align-items: center;
        background-image: url('bg-img.webp');
        background-size: cover;
        background-position: center 20%;
        background-repeat: no-repeat;
        overflow: visible;
    }

    header#home .hero-image {
        display: none;
    }

    header#home .hero-overlay {
        background: linear-gradient(to bottom, rgba(8, 8, 8, 0.4) 0%, transparent 25%, transparent 75%, rgba(8, 8, 8, 0.7) 100%);
    }

    header#home .hero-content {
        padding: 100px 20px 80px 20px;
        max-width: 100%;
        margin-top: min(240px, 30vh);
    }

    header#home h1 {
        font-size: clamp(32px, 8vw, 48px);
        line-height: 1.1;
        margin-bottom: 16px;
    }

    header#home h1 .line1 {
        margin-left: 0;
    }

    header#home h1 .line2 {
        margin-left: 12px;
    }

    header#home h1 .line3 {
        margin-left: 0;
    }

    header#home .eyebrow {
        font-size: 10px;
        letter-spacing: 0.2em;
    }

    header#home .hero-description {
        font-size: 16px;
        line-height: 1.8;
        max-width: 100%;
        margin-bottom: 24px;
    }

    header#home .rule {
        width: 30px;
        margin: 20px 0 24px 0;
    }

    header#home .hero-cta {
        gap: 8px;
    }

    header#home .btn-primary,
    header#home .btn-secondary {
        padding: 6px 16px;
        font-size: 10px;
    }

    header#home .scroll-indicator {
        display: none;
    }



    section#about {
        padding: 60px 20px;
    }

    section#about .section-label {
        font-size: 10px;
    }

    section#about h2 {
        font-size: clamp(24px, 6vw, 40px);
        margin-bottom: 30px;
    }

    section#about .about-content {
        flex-direction: column;
        gap: 24px;
    }

    section#about .about-image-wrap {
        flex: none;
    }

    section#about .about-image {
        width: 100%;
        height: auto;
    }

    section#about .about-text {
        font-size: 22px;
        line-height: 1.8;
    }

    section#about .about-text p {
        margin-bottom: 16px;
    }

    section#about .view-gallery {
        font-size: 10px;
        padding-bottom: 6px;
        margin-top: 20px;
    }

    section#about .bottom-rule {
        margin-top: 40px;
    }

    section#export {
        padding: 60px 20px;
    }

    section#export h2 {
        font-size: clamp(22px, 5vw, 36px);
        margin-bottom: 40px;
    }

    section#export .export-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    section#export .export-item {
        padding: 20px 0;
        border-top: 1px solid rgba(201, 169, 110, 0.15);
    }

    section#export .export-number {
        font-size: 42px;
        margin-bottom: 8px;
    }

    section#export .export-label {
        font-size: 20px;
        margin-bottom: 8px;
    }

    section#export .export-description {
        font-size: 19px;
    }

    section#export .world-map {
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    section#services {
        padding: 60px 20px;
    }

    section#services h2 {
        font-size: clamp(32px, 7vw, 46px);
        margin-bottom: 40px;
    }

    section#services .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    section#services .services-item {
        padding: 20px 0;
        border-top: 1px solid rgba(201, 169, 110, 0.15);
    }

    section#services .services-icon {
        font-size: 36px;
        margin-bottom: 8px;
    }

    section#services .services-title {
        font-size: 12px;
        margin-bottom: 8px;
    }

    section#services .services-description {
        font-size: 22px;
    }

    section#gallery {
        padding: 60px 20px;
    }

    section#gallery .section-label {
        font-size: 10px;
    }

    section#gallery .category-title {
        font-size: clamp(18px, 5vw, 28px);
        margin: 30px 0 20px 0;
        padding-left: 16px;
    }

    section#gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    section#gallery .gallery-item {
        cursor: pointer;
    }

    section#gallery .gallery-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
    }

    section#gallery .product-name {
        font-size: 14px;
        margin-top: 8px;
    }

    section#gallery .product-material {
        font-size: 10px;
    }

    section#ventures {
        padding: 60px 20px;
    }

    section#ventures .ventures-heading {
        font-size: clamp(22px, 5vw, 32px);
    }

    section#ventures .ventures-description {
        font-size: 20px;
    }

    section#ventures .ventures-list {
        flex-direction: column;
        gap: 8px;
    }

    section#ventures .venture-item {
        font-size: 22px;
    }

    section#ventures .venture-divider {
        display: none;
    }

    section#ventures .ventures-closing {
        font-size: 19px;
    }

section#founder-message {
    padding: 120px 0;
    max-width: 1440px;
    margin: 0 auto;
}

.founder-text {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    line-height: 1.9;
    color: #d4c9b4;
    margin-bottom: 20px;
}

.founder-text:last-of-type {
    margin-bottom: 32px;
}

.founder-signature {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: #c9a96e;
    font-style: italic;
    line-height: 1.6;
    padding-top: 24px;
    border-top: 1px solid rgba(201, 169, 110, 0.1);
}

    section#contact {
        padding: 60px 20px;
    }

    section#contact h2 {
        font-size: clamp(42px, 9vw, 58px);
        margin-bottom: 40px;
    }

    section#contact .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    section#contact .contact-form {
        order: -1;
    }

    section#contact .form-group {
        margin-bottom: 16px;
    }

    section#contact label {
        font-size: 10px;
        margin-bottom: 6px;
    }

    section#contact input,
    section#contact textarea {
        font-size: 15px;
        padding: 12px;
    }

    section#contact .char-counter {
        font-size: 11px;
        margin-top: 4px;
    }

    section#contact .submit-btn {
        font-size: 11px;
        padding: 12px 24px;
        width: 100%;
    }

    section#contact .contact-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    section#contact .info-item {
        display: flex;
        gap: 12px;
        align-items: flex-start;
    }

    section#contact .info-dot {
        font-size: 20px;
        color: #c9a96e;
        line-height: 1.2;
        flex-shrink: 0;
    }

    section#contact .info-text {
        font-size: 14px;
        line-height: 1.6;
    }

    section#contact .info-text a {
        color: #c9a96e;
        text-decoration: none;
    }

    section#contact .follow-join {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid rgba(201, 169, 110, 0.15);
    }

    section#contact .follow-join h4 {
        font-size: 12px;
        margin-bottom: 12px;
    }

    section#contact .follow-join-links {
        gap: 12px;
    }

    section#contact .follow-join-links a {
        font-size: 11px;
        padding: 8px 12px;
    }

    section#contact .follow-join-links svg {
        width: 16px;
        height: 16px;
    }

    footer {
        padding: 40px 20px 20px;
    }

    footer .footer-container {
        flex-direction: column;
        gap: 24px;
    }

    footer .footer-logo img {
        height: 28px;
    }

    footer .footer-links {
        flex-direction: column;
        gap: 12px;
    }

    footer .footer-links a {
        font-size: 11px;
    }

    footer .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    footer .footer-bottom p {
        font-size: 12px;
    }

    .floating-wa {
        width: 48px;
        height: 48px;
        bottom: 16px;
        right: 16px;
    }

    .floating-wa svg {
        width: 24px;
        height: 24px;
    }

    #lightbox .lightbox-topbar {
        padding: 8px 12px;
    }

    #lightbox .lightbox-close {
        display: none;
    }

    #lightbox .lightbox-close-btn {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #c9a96e;
        background: none;
        border: 1px solid #c9a96e;
        padding: 12px 40px;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 16px;
    }

    #lightbox .lightbox-close-btn:active {
        background: #c9a96e;
        color: #080808;
    }

    #lightbox .lightbox-nav {
        padding: 12px;
        font-size: 32px;
    }

    #lightbox .lightbox-prev {
        left: 8px;
    }

    #lightbox .lightbox-next {
        right: 8px;
    }
}

@media (max-width: 480px) {
    nav .nav-container {
        padding: 12px 16px;
    }

    nav .logo img {
        height: 28px;
    }

    header#home .hero-content {
        padding: 50px 16px 60px 16px;
    }

    header#home h1 {
        font-size: clamp(28px, 7vw, 40px);
    }

    header#home .hero-description {
        font-size: 14px;
    }

    header#home .btn-primary,
    header#home .btn-secondary {
        font-size: 10px;
        padding: 5px 14px;
    }

    section#about {
        padding: 40px 16px;
    }

    section#about h2 {
        font-size: clamp(20px, 5vw, 32px);
    }

    section#about .about-text {
        font-size: 21px;
    }

    section#export {
        padding: 40px 16px;
    }

    section#export h2 {
        font-size: clamp(18px, 4vw, 28px);
    }

    section#export .export-number {
        font-size: 38px;
    }

    section#export .export-description {
        font-size: 18px;
    }

    section#services {
        padding: 40px 16px;
    }

    section#services h2 {
        font-size: clamp(28px, 6vw, 38px);
    }

    section#services .services-description {
        font-size: 22px;
    }

    section#gallery {
        padding: 40px 16px;
    }

    section#gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    section#gallery .gallery-item {
        cursor: pointer;
    }

    section#gallery .gallery-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
    }

    section#gallery .product-name {
        font-size: 12px;
    }

    section#ventures {
        padding: 40px 16px;
    }

    section#ventures .ventures-heading {
        font-size: clamp(18px, 4vw, 28px);
    }

    section#contact {
        padding: 40px 16px;
    }

    section#contact h2 {
        font-size: clamp(36px, 8vw, 48px);
    }

    section#contact input,
    section#contact textarea {
        font-size: 14px;
        padding: 10px;
    }

    section#contact .submit-btn {
        font-size: 10px;
        padding: 10px 16px;
    }

    section#contact .info-text {
        font-size: 13px;
    }

    footer {
        padding: 30px 16px 16px;
    }

    footer .footer-links a {
        font-size: 10px;
    }

    .floating-wa {
        width: 44px;
        height: 44px;
        bottom: 12px;
        right: 12px;
    }

    .floating-wa svg {
        width: 22px;
        height: 22px;
    }
}
