:root {
    --bg-dark: #2a1208;
    --bg-mid: #4b210c;
    --bg-light: #7a3e18;
    --gold: #b8661c;
    --gold-lite: #f3dfbf;
    --gold-dark: #69300f;
    --text-white: #fff8ed;
    --font-heading: 'Cormorant Garamond', serif;
    --font-sans: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; cursor: none; }
html { scroll-behavior: initial; overflow-x: hidden; width: 100%; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body { background-color: var(--bg-dark); color: var(--text-white); font-family: var(--font-sans); overflow-x: hidden; width: 100%; position: relative; }
::selection { background: var(--gold); color: var(--bg-dark); }
.text-gold { color: var(--gold); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mx-auto { margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Cinematic Noise overlay */
.noise {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    pointer-events: none; z-index: 9999; opacity: 0.04;
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
}

/* Custom Cursor - Smooth Lag */
.cursor {
    width: 6px; height: 6px; background: var(--gold); border-radius: 50%;
    position: fixed; top: 0; left: 0; pointer-events: none; z-index: 99999;
    transform: translate(-50%, -50%); transition: opacity 0.3s ease; mix-blend-mode: difference;
}
.cursor-follower {
    width: 40px; height: 40px; border: 1px solid rgba(184, 102, 28, 0.5);
    border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 99998;
    transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s, background 0.3s;
}

/* Preloader - Heart Pounding */
.preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 9000; display: flex; justify-content: center; align-items: center; pointer-events: none; overflow: hidden;}
.p-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--bg-dark); z-index: 9001; }
.p-bg-2 { background: var(--bg-mid); z-index: 9002; transform: translateY(100%); }
.preloader-content { position: relative; z-index: 9003; display: flex; flex-direction: column; align-items: center; }
.hk-emblem { font-family: var(--font-heading); font-size: 5vw; color: var(--gold); opacity: 0; margin-bottom: 30px; letter-spacing: -2px;}
.p-titles { display: flex; flex-direction: column; align-items: center; height: 30px; overflow: hidden; position: relative; margin-bottom: 20px;}
.p-text { position: absolute; font-size: 11px; letter-spacing: 5px; color: var(--gold); opacity: 0; transform: translateY(20px); text-transform: uppercase;}
.progress-bar-wrap { width: 150px; height: 1px; background: rgba(184,102,28,0.2); overflow: hidden; opacity: 0;}
.progress-bar-fill { width: 0%; height: 100%; background: var(--gold); }

/* Magnetics */
.magnetic { display: inline-block; }

/* Navbar */
.navbar { position: fixed; top: 0; left: 0; width: 100%; padding: 15px 40px; display: flex; justify-content: space-between; align-items: center; z-index: 9500; transition: padding 0.5s cubic-bezier(0.7, 0, 0.3, 1), background 0.5s cubic-bezier(0.7, 0, 0.3, 1); background: transparent; }
.navbar::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 70px; background: rgba(42, 18, 8, 0.68); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,248,237,0.08); transform: translateY(-50%); z-index: -1; transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1), background 0.5s cubic-bezier(0.7, 0, 0.3, 1); border-radius: 0; }
.nav-left, .nav-right { flex: 1; z-index: 1; }
.nav-center { flex: 1; display: flex; justify-content: center; align-items: center; z-index: 9505; pointer-events: auto; }
.nav-right { display: flex; justify-content: flex-end; align-items: center; gap: 28px; }
.navbar.menu-active::before { opacity: 0 !important; }
.navbar.menu-active .nav-left, .navbar.menu-active .nav-center { opacity: 0; pointer-events: none; }
.est { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; letter-spacing: 4px; color: #fff; text-shadow: 0 0 15px rgba(0,0,0,1); font-weight: 500; transition: opacity 0.5s; }
.est::before { content: ''; width: 34px; height: 1px; background: var(--gold); box-shadow: 0 0 18px rgba(184,102,28,0.65); }
.logo-link { display: block; width: 280px; transition: opacity 0.5s, width 0.5s cubic-bezier(0.7, 0, 0.3, 1), transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), filter 0.5s cubic-bezier(0.7, 0, 0.3, 1); z-index: 9501; filter: drop-shadow(0 5px 25px rgba(184, 102, 28, 0.45));}
.main-logo { width: 100%; height: auto; display: block; }
.logo-link:hover { transform: scale(1.05); }
.order-hotline { color: #fff; text-decoration: none; display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; background: rgba(20, 8, 3, 0.58); border: 1px solid rgba(243,223,191,0.22); border-right-color: var(--gold); padding: 9px 13px 8px; text-shadow: 0 0 15px rgba(0,0,0,0.75); transition: color 0.3s, opacity 0.3s, border-color 0.3s, background 0.3s; }
.order-hotline span { color: var(--gold-lite); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 5px; }
.order-hotline strong { color: #fff8ed; font-size: 13px; letter-spacing: 2px; font-weight: 600; white-space: nowrap; }
.order-hotline:hover strong { color: var(--gold-lite); }
.navbar.sticky { padding: 8px 40px; }
.navbar.sticky::before { height: 58px; background: rgba(42, 18, 8, 0.84); }
.navbar.sticky .logo-link { width: 150px; filter: drop-shadow(0 4px 16px rgba(184, 102, 28, 0.32)); }
.navbar.sticky .logo-link:hover { transform: scale(1.03); }
.navbar.sticky .order-hotline { background: rgba(20, 8, 3, 0.72); padding: 7px 12px 6px; }
.navbar.sticky .order-hotline span { margin-bottom: 3px; }
.navbar.sticky .order-hotline strong { font-size: 12px; }
.menu-toggle { background: none; border: none; width: 40px; display: flex; flex-direction: column; gap: 8px; justify-content: flex-end; align-items: flex-end;}
.bar-wrap { width: 100%; display: flex; justify-content: flex-end; }
.bar { height: 1px; width: 100%; background: #fff; transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
.bar.short { width: 60%; }
.menu-toggle:hover .bar.short { width: 100%; }

/* Menu Overlay */
.menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 7999; visibility: hidden; }
.menu-bg { position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--bg-dark); }
.fullscreen-menu { position: relative; z-index: 8000; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; list-style: none; gap: 28px; padding: 40px 20px; }
.fullscreen-menu a { text-decoration: none; font-family: var(--font-heading); font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 400; color: rgba(255,255,255,0.88); display: flex; align-items: center; gap: 20px; transition: color 0.4s, transform 0.4s; }
.fullscreen-menu a span { font-family: var(--font-sans); font-size: clamp(1rem, 2.5vw, 1.4rem); color: var(--gold); font-weight: 600; display: inline-block; }
.fullscreen-menu a:hover { color: var(--gold-lite); transform: translateX(15px); }
.menu-contact { position: absolute; bottom: 40px; left: 50px; z-index: 8000; opacity: 0; }
.menu-contact p { font-size: 12px; letter-spacing: 3px; color: var(--gold-lite); margin-bottom: 5px; font-weight: 500; }

/* Hero Section */
.hero { height: 100vh; display: flex; position: relative; overflow: hidden; background: #000; }
.hero-slider-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; z-index: 1; }
.hero-left, .hero-right { flex: 1; position: relative; overflow: hidden; background: #000; }
.hero-img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); transition: opacity 0.5s ease; }

/* Side Vignettes (Shadows) */
.hero::before, .hero::after { content: ''; position: absolute; top: 0; width: 30vw; height: 100%; z-index: 5; pointer-events: none; }
.hero::before { left: 0; background: linear-gradient(to right, var(--bg-dark) 0%, transparent 100%); opacity: 0.8; }
.hero::after { right: 0; background: linear-gradient(to left, var(--bg-dark) 0%, transparent 100%); opacity: 0.8; }

.overlay-grad { position: absolute; top: 0; left:0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(42,18,8,0.62), transparent, rgba(42,18,8,0.62)); mix-blend-mode: multiply; }

/* Minimal Slider Controls */
.hero-controls { position: absolute; right: 40px; top: 50%; transform: translateY(-50%); z-index: 20; display: flex; flex-direction: column; align-items: flex-end; gap: 40px; }
.control-btn { background: none; border: none; color: #fff; font-size: 10px; letter-spacing: 5px; text-transform: uppercase; cursor: pointer; opacity: 0.4; transition: 0.4s; padding: 10px 0; }
.control-btn:hover { opacity: 1; letter-spacing: 8px; color: var(--gold); }
.control-dots { display: flex; flex-direction: column; gap: 20px; align-items: flex-end;}
.dot { width: 40px; height: 1px; background: rgba(255,255,255,0.2); transition: 0.6s cubic-bezier(0.7,0,0.3,1); cursor: pointer;}
.dot.active { width: 80px; background: var(--gold); }
.dot:hover { background: #fff; width: 60px; }

/* Central Diamond */
.hero-center-box { position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; z-index: 10; pointer-events: none;}
.floating-diamond { width: 100px; height: 100px; border: 1px solid rgba(184,102,28,0.45); transform: rotate(45deg); display: flex; justify-content: center; align-items: center; animation: floatDiamond 4s ease-in-out infinite; margin-bottom: 40px;}
.floating-diamond::after { content: ''; width: 80px; height: 80px; border: 1px solid rgba(184,102,28,0.22); position: absolute; }
.hero-subtitle-box { font-size: 10px; letter-spacing: 6px; color: var(--gold); text-align: center; }
.scroll-down-arrow { margin-top: 40px; width: 24px; height: 24px; fill: var(--gold-lite); animation: bounce 2s infinite; }

@keyframes floatDiamond { 0%, 100% { transform: translateY(0) rotate(45deg); } 50% { transform: translateY(-15px) rotate(45deg); } }
@keyframes bounce { 0%, 100% {transform: translateY(0);} 50% {transform: translateY(10px);} }

/* Generic Classes */
.container { max-width: 1500px; margin: 0 auto; padding: 0 5vw; }
.section-heading { font-family: var(--font-heading); font-size: 4.5rem; font-weight: 300; color: #fff; margin-bottom: 30px; letter-spacing: -1px;}
.section-subtext { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.5); max-width: 500px; }
.split-words .word { overflow: hidden; display: inline-block; }

/* Manifesto */
.manifesto { padding: 15vw 0; background: var(--bg-dark); position: relative; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: center; }
.gold-subtitle { display: block; color: var(--gold); font-size: 11px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 40px; }
.m-title { font-family: var(--font-heading); font-size: 4vw; font-weight: 300; line-height: 1.1; margin-bottom: 40px; }
.m-desc { font-size: 1.05rem; line-height: 2; color: rgba(255,255,255,0.6); margin-bottom: 60px; max-width: 90%; }
.m-image-container { position: relative; }
.m-image-mask { width: 100%; height: 85vh; overflow: hidden; border-radius: 400px 400px 0 0; }
.img-inner { width: 100%; height: 120%; position: relative; }
.img-inner img { width: 100%; height: 100%; object-fit: cover; }
.img-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(to top, var(--bg-dark), transparent 50%); }

.btn-explore { display: inline-flex; align-items: center; gap: 20px; text-decoration: none; position: relative; }
.btn-circle { width: 60px; height: 60px; border: 1px solid var(--gold); border-radius: 50%; display: block; transition: 0.4s; position: relative; overflow: hidden;}
.btn-circle::after { content: '→'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--gold); font-size: 20px;}
.btn-text { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-white); transition: 0.4s; }
.btn-explore:hover .btn-circle { background: var(--gold); }
.btn-explore:hover .btn-circle::after { color: var(--bg-dark); }
.btn-explore:hover .btn-text { color: var(--gold); }

/* Craft */
.craft-section { padding: 10vw 0; background: var(--bg-mid); border-radius: 60px 60px 0 0;}
.craft-header { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-bottom: 15vw; }
.craft-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.craft-item { position: relative; }
.mt-offset { margin-top: 15vw; }
.c-img-wrapper { height: 70vh; aspect-ratio: 3/4; max-width: 100%; margin: 0 auto; overflow: hidden; border-radius: 10px; box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
.zoom-img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1); filter: brightness(0.85) sepia(20%); }
.craft-item:hover .zoom-img { transform: scale(1.1); filter: brightness(1) sepia(0); }
.c-content { margin-top: 40px; margin-left: 30px; position: relative; }
.c-content::before { content: ''; position: absolute; left: -30px; top: 15px; width: 15px; height: 1px; background: var(--gold); }
.c-content h3 { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 300; color: var(--gold-lite); margin-bottom: 15px; }
.c-content p { color: rgba(255,255,255,0.6); font-size: 1rem; line-height: 1.8; max-width: 80%;}
.counter-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; max-width: 82%; margin-top: 26px; }
.counter-list li { color: rgba(255,248,237,0.72); font-size: 0.86rem; line-height: 1.4; padding-left: 18px; position: relative; }
.counter-list li::before { content: ''; position: absolute; left: 0; top: 0.65em; width: 7px; height: 1px; background: var(--gold); }

/* Horizontal Scroll - Menu */
.horizontal-scroll-section { padding: 80px 0; background: var(--bg-dark); position: relative; overflow: hidden; }
.h-title-container { padding: 0 5vw; margin-bottom: 40px; }
.h-title-row { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; }
.h-scroll-hint { display: flex; align-items: center; gap: 20px; }
.h-scroll-hint span { font-size: 11px; letter-spacing: 2.5px; color: var(--gold-lite); text-transform: uppercase; opacity: 0.85; font-weight: 500; }
.h-arrows { display: flex; gap: 10px; }
.h-arrow { width: 44px; height: 44px; border-radius: 50%; background: rgba(184, 102, 28, 0.15); border: 1px solid rgba(184, 102, 28, 0.4); color: var(--gold); font-size: 18px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: 0.3s; }
.h-arrow:hover { background: var(--gold); color: var(--bg-dark); border-color: var(--gold); transform: scale(1.05); }

.h-scroll-container { 
    display: flex; 
    gap: 32px; 
    padding: 10px 5vw 40px; 
    width: 100%;
    overflow-x: auto; 
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--gold) transparent;
    cursor: grab;
}
.h-scroll-container:active { cursor: grabbing; }
.h-scroll-container::-webkit-scrollbar { height: 6px; }
.h-scroll-container::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 3px; margin: 0 5vw; }
.h-scroll-container::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

.h-item { width: clamp(280px, 35vw, 440px); flex-shrink: 0; scroll-snap-align: start; }
.h-img-box { display: block; width: 100%; height: 450px; position: relative; overflow: hidden; border-radius: 10px; text-decoration: none; }
.h-img-box img { width: 100%; height: 100%; object-fit: cover; transition: 0.8s cubic-bezier(0.7,0,0.3,1); }
.h-dimmer { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.25); transition: 0.4s; }
.h-item:hover .h-img-box img { transform: scale(1.05); }
.h-item:hover .h-dimmer { background: rgba(0,0,0,0); }
.h-info { margin-top: 20px; display: flex; align-items: center; gap: 15px;}
.h-info span { font-size: 12px; color: var(--gold); font-weight: 600; }
.h-info h3 { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 400; color: #fff; letter-spacing: 1px; }
.h-more-box { background: var(--bg-mid); display: flex; justify-content: center; align-items: center; border: 1px solid rgba(184,102,28,0.22); }
.h-circle { width: 160px; height: 160px; border-radius: 50%; border: 1px dashed var(--gold); display: flex; justify-content: center; align-items: center; text-align: center; color: var(--gold); font-family: var(--font-heading); font-size: 1.4rem; transition: 0.5s; }
.h-more-box:hover .h-circle { background: var(--gold); color: var(--bg-dark); transform: scale(1.1); }

.icon-mini { width: 130px; height: auto; margin-bottom: 40px; display: block; opacity: 0.8; }

/* Footer */
.site-footer { background: #1b0b05; padding: 120px 5vw 40px; color: #fff; }
.footer-top { margin-bottom: 100px; text-align: center; }
.footer-big-title { font-family: var(--font-heading); font-size: 6vw; font-weight: 300; line-height: 1; letter-spacing: -2px;}
.footer-middle { display: grid; grid-template-columns: 0.9fr 0.9fr 0.8fr 1.7fr; gap: 60px; margin-bottom: 80px; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 80px; align-items: start; }
.f-title { font-size: 10px; text-transform: uppercase; letter-spacing: 3px; color: var(--gold-lite); margin-bottom: 40px; font-family: var(--font-sans); font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 20px; overflow: hidden; }
.f-link { color: rgba(255,248,237,0.82); text-decoration: none; font-size: 0.95rem; transition: 0.3s; display: inline-block; position: relative; }
.f-link::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 1px; background: var(--gold); transition: 0.4s cubic-bezier(0.7,0,0.3,1); }
.f-link:hover { color: #fff; }
.f-link:hover::after { width: 100%; }
.static-link { cursor: default; }
.static-link::after { display: none; }

.footer-contact-panel { border-left: 1px solid rgba(184,102,28,0.35); padding-left: 50px; }
.footer-contact-lead { max-width: 440px; color: rgba(255,248,237,0.86); font-size: 1rem; line-height: 1.9; margin-bottom: 34px; }
.footer-phone { display: inline-flex; color: #fff; text-decoration: none; font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 4.6rem); line-height: 0.95; font-weight: 300; transition: color 0.3s, transform 0.3s; }
.footer-phone:hover { color: var(--gold-lite); }
.footer-contact-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.footer-contact-meta span { border: 1px solid rgba(243,223,191,0.28); color: rgba(255,248,237,0.86); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 10px 14px; }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: var(--font-heading); font-size: 1.5rem; color: var(--gold); letter-spacing: 6px; }
.footer-copy { font-size: 0.75rem; color: rgba(255,248,237,0.78); letter-spacing: 1px;}
.footer-socials a { color: rgba(255,248,237,0.82); text-decoration: none; font-size: 0.85rem; margin-left: 30px; transition: 0.3s; text-transform: uppercase; letter-spacing: 1px;}
.footer-socials a:hover { color: var(--gold); }

/* Luxury Modal for Category details */
.luxury-modal { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 10000; display: none; justify-content: center; align-items: center; pointer-events: none;}
.modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(42, 18, 8, 0.95); backdrop-filter: blur(20px); opacity: 0; }
.modal-wrapper { position: relative; width: 90vw; max-width: 1300px; height: 80vh; background: var(--bg-mid); border: 1px solid rgba(184,102,28,0.3); display: flex; border-radius: 10px; overflow: hidden; transform: translateY(50px); opacity: 0; }
.modal-close { position: absolute; top: 30px; right: 30px; background: none; border: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gold); display: flex; justify-content: center; align-items: center; color: var(--gold); font-size: 20px; transition: 0.3s; z-index: 10;}
.modal-close:hover { background: var(--gold); color: var(--bg-dark); transform: rotate(90deg); }

.modal-left { width: 50%; height: 100%; position: relative; display: flex; flex-direction: column; }
.modal-main-img { width: 100%; height: 75%; overflow: hidden; }
.modal-main-img img { width: 100%; height: 100%; object-fit: cover; }
.modal-thumbs { display: flex; height: 25%; }
.modal-thumbs img { width: 50%; height: 100%; object-fit: cover; border-top: 1px solid rgba(184,102,28,0.3); border-right: 1px solid rgba(184,102,28,0.3); cursor: pointer; filter: grayscale(50%); transition: 0.3s; }
.modal-thumbs img:hover { filter: grayscale(0%); }

.modal-right { width: 50%; height: 100%; padding: 80px 60px; overflow-y: auto; position: relative;}
.modal-right::-webkit-scrollbar { width: 5px; }
.modal-right::-webkit-scrollbar-thumb { background: var(--gold); }
.modal-badge { display: inline-block; font-size: 10px; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: 5px; margin-bottom: 30px; }
.modal-t { font-family: var(--font-heading); font-size: 3.5rem; color: #fff; line-height: 1.1; margin-bottom: 20px; font-weight: 300; }
.modal-desc { font-size: 1rem; color: rgba(255,255,255,0.7); line-height: 1.9; margin-bottom: 40px; }
.modal-notes { border-left: 2px solid var(--gold); padding-left: 30px; margin-bottom: 40px; }
.modal-notes h5 { font-family: var(--font-heading); font-size: 1.5rem; color: var(--gold-lite); margin-bottom: 10px; font-weight: 400;}
.modal-notes p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.modal-ingredient { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.1);}
.modal-ingredient span { font-size: 11px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; width: 100px; flex-shrink: 0;}
.modal-ingredient p { font-size: 0.9rem; color: #fff; margin: 0; }

.modal-navigation { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 30px; border-top: 1px solid rgba(184,102,28,0.22);}
.modal-navigation button { background: none; border: none; font-family: var(--font-sans); color: var(--gold); font-size: 10px; letter-spacing: 4px; text-transform: uppercase; transition: 0.3s; opacity: 0.6; }
.modal-navigation button:hover:not(:disabled) { opacity: 1; color: #fff; }
.modal-navigation button:disabled { opacity: 0.2; cursor: not-allowed; }

@media (max-width: 1024px) {
    .modal-wrapper { flex-direction: column; height: 90vh; overflow-y: auto; }
    .modal-left { width: 100%; height: 50vh; flex-shrink: 0;}
    .modal-right { width: 100%; padding: 40px 30px; }
    .footer-middle { grid-template-columns: 1fr 1fr; }
    .footer-contact-panel { grid-column: span 2; border-left: 0; border-top: 1px solid rgba(184,102,28,0.35); padding-left: 0; padding-top: 44px; }
}

@media (max-width: 1024px) {
    .huge-text { font-size: 15vw; }
    .section-heading { font-size: 3.5rem; }
    .m-title { font-size: 6vw; }
    .manifesto-grid, .craft-grid { grid-template-columns: 1fr; gap: 80px; }
    .craft-item.mt-offset { margin-top: 0; }
    .m-image-mask { height: 60vh; }
    .h-item { width: 85vw; }
    .footer-middle { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .cursor, .cursor-follower { display: none; }
    .navbar { padding: 12px 16px; }
    .navbar::before { height: 60px; }
    .logo-link { width: 140px; }
    .navbar.sticky { padding: 8px 16px; }
    .navbar.sticky::before { height: 50px; }
    .navbar.sticky .logo-link { width: 100px; }
    .est { display: none; }
    
    /* Hero section single full-screen image slide on mobile */
    .hero-right { display: none !important; }
    .hero-left { width: 100% !important; flex: 1 0 100% !important; }
    
    /* Compact, highly visible order hotline on mobile */
    .order-hotline { 
        display: flex; 
        padding: 5px 8px; 
        border-radius: 4px;
    }
    .order-hotline span { font-size: 8px; letter-spacing: 1.5px; margin-bottom: 2px; }
    .order-hotline strong { font-size: 11px; letter-spacing: 1px; }

    /* Prominent, touch-friendly menu toggle button */
    .menu-toggle {
        width: 42px;
        height: 42px;
        padding: 8px;
        justify-content: center;
        align-items: center;
        gap: 5px;
        background: rgba(184, 102, 28, 0.15);
        border: 1px solid rgba(243, 223, 191, 0.3);
        border-radius: 6px;
    }
    .bar { height: 2px; width: 100%; background: var(--gold-lite); }
    .bar.short { width: 75%; }

    /* Grand, highly legible fullscreen mobile menu */
    .fullscreen-menu { gap: 26px; padding: 80px 20px 120px; justify-content: center; align-items: center; }
    .fullscreen-menu a {
        font-size: clamp(2.4rem, 8.5vw, 3.2rem);
        font-weight: 400;
        color: #fff8ed;
        gap: 18px;
    }
    .fullscreen-menu a span {
        font-size: 1.3rem;
        color: var(--gold);
        transform: none !important;
        font-weight: 600;
    }
    .menu-contact {
        bottom: 35px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .menu-contact p {
        font-size: 13px;
        letter-spacing: 3px;
        color: var(--gold-lite);
    }

    /* Footer navigation improvements for mobile */
    .f-title { font-size: 12px; letter-spacing: 3.5px; margin-bottom: 24px; color: var(--gold); }
    .f-link { font-size: 1.05rem; padding: 4px 0; }
    .footer-col ul li { margin-bottom: 14px; }

    .hero-controls { right: 10px; transform: translateY(-50%) scale(0.8); gap: 20px; }
    .footer-middle { grid-template-columns: 1fr; }
    .footer-contact-panel { grid-column: auto; }
    .footer-phone { font-size: 2.15rem; }
    .counter-list { grid-template-columns: 1fr; max-width: 100%; }
    .section-heading { font-size: 2.5rem; }
    .m-title { font-size: 9vw; }
    .footer-bottom { flex-direction: column; gap: 30px; text-align: center; }
    .footer-socials a { margin: 0 15px; }
}
