/* ========================================================================== Cdech Custom Builds — original design system stylesheet Deployed VERBATIM from the source HTML mockups (index/portfolio/quote/contact all share this identical stylesheet) so every rule matches the design exactly. Two rules were adapted for WordPress; everything else is untouched: - neutralized bare nav{}
rule -> .cdech-legacy-nav (header styled via HFG instead) - scoped global * reset (kept box-sizing global, scoped margin/padding zeroing) Do not hand-edit. Regenerate from the source mockups instead. ========================================================================== */ html { scroll-behavior: smooth; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 2px solid #ffb347; outline-offset: 3px; border-radius: 2px; }
@keyframes page-fade-in { from { opacity: 0; } to { opacity: 1; } }
body { animation: page-fade-in 0.5s ease; }
#scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(to right, #e37027, #ffb347); z-index: 100; box-shadow: 0 0 8px rgba(255,179,71,0.6); }
@media (prefers-reduced-motion: reduce) { body { animation: none; } html { scroll-behavior: auto; } }
*, *::before, *::after { box-sizing: border-box; }
/* Scoped reset: the design assumes zeroed default margins/padding. Applied only inside Elementor content + the site footer so theme/admin chrome is untouched. */ :where(.elementor, #site-footer) h1, :where(.elementor, #site-footer) h2, :where(.elementor, #site-footer) h3, :where(.elementor, #site-footer) h4, :where(.elementor, #site-footer) h5, :where(.elementor, #site-footer) h6, :where(.elementor, #site-footer) p, :where(.elementor, #site-footer) ul, :where(.elementor, #site-footer) ol, :where(.elementor, #site-footer) figure, :where(.elementor, #site-footer) blockquote { margin: 0; padding: 0; }
:where(.elementor, #site-footer) ul, :where(.elementor, #site-footer) ol { list-style: none; }
body { background: #0e0e11; color: #ede7da; font-family: 'Open Sans', sans-serif; overflow-x: hidden; }
/* Navigation */.cdech-legacy-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(14, 14, 17, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 179, 71, 0.2); box-shadow: 0 4px 30px rgba(0,0,0,0.5), 0 0 20px rgba(255,179,71,0.1); }
.nav-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: stretch; height: 80px; }
.logo { height: 70px; width: auto; display: flex; align-items: center; }
.nav-links { display: flex; align-items: stretch; list-style: none; gap: 0; }
.nav-links li { display: flex; align-items: stretch; }
.nav-links a { position: relative; font-family: 'Cinzel', serif; font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(237, 231, 218, 0.7); text-decoration: none; padding: 0 24px; display: flex; align-items: center; transition: all 0.5s; }
.nav-links a:hover { color: #ffb347; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 1px; background: linear-gradient(to right, #e37027, #ffb347, #e37027); box-shadow: 0 0 8px rgba(255, 179, 71, 0.5); transition: width 0.5s ease-out; }
.nav-links a:hover::after { width: 80%; }
.cta-btn { background: linear-gradient(to right, #e37027, #ffb347); color: white; border: none; padding: 0 24px; border-radius: 8px; font-family: 'Cinzel', serif; font-size: 14px; letter-spacing: 0.1em; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.3s; box-shadow: 0 0 20px rgba(255, 179, 71, 0.4); margin-left: 16px; margin-top: 20px; margin-bottom: 20px; }
.cta-btn:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(255, 179, 71, 0.6); }
.mobile-menu-btn { display: none; }
/* Hero Section */#hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; will-change: transform, opacity; }
.hero-overlay-radial { position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 0%, rgba(14,14,17,0.6) 50%, rgba(14,14,17,1) 100%); }
.hero-overlay-gradient { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(14,14,17,0.8), rgba(26,21,32,0.6), rgba(14,14,17,0.8)); }
.glow-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.glow-orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, #e37027 0%, transparent 70%); filter: blur(150px); opacity: 0.2; top: 25%; left: -128px; }
.glow-orb-2 { width: 500px; height: 500px; background: radial-gradient(circle, #ffb347 0%, transparent 70%); filter: blur(120px); opacity: 0.15; bottom: 25%; right: -128px; }
.hero-content { position: relative; z-index: 10; text-align: center; padding: 0 24px; max-width: 1280px; }
.hero-title { font-family: 'Cinzel', serif; font-size: clamp(40px, 8vw, 65px); margin-bottom: 24px; letter-spacing: -0.02em; background: linear-gradient(to bottom, #ffb347 0%, #e37027 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 0 30px rgba(255,179,71,0.25)); text-shadow: 0 0 60px rgba(227,112,39,0.15); }
.hero-subtitle { font-size: clamp(18px, 3vw, 24px); color: rgba(237, 231, 218, 0.7); margin-bottom: 48px; max-width: 768px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.btn-primary { position: relative; background: linear-gradient(to right, #e37027, #ffb347); color: white; border: none; padding: 10px 32px; font-size: 18px; border-radius: 8px; font-family: 'Cinzel', serif; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; cursor: pointer; overflow: hidden; transition: all 0.3s; box-shadow: 0 0 30px rgba(227,112,39,0.5); }
.btn-primary:hover { transform: scale(1.1); }
.btn-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #ffb347, #e37027); opacity: 0; transition: opacity 0.5s; }
.btn-primary:hover::before { opacity: 1; }
.btn-primary span { position: relative; z-index: 1; }
.btn-primary svg { position: relative; z-index: 1; }
.btn-secondary { position: relative; background: transparent; color: #ffb347; border: 1px solid #ffb347; padding: 10px 32px 10px 30px; font-size: 18px; border-radius: 8px; font-family: 'Cinzel', serif; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; cursor: pointer; overflow: hidden; transition: all 0.3s; box-shadow: 0 0 20px rgba(255,179,71,0.3), inset 0 0 0 0px #ffb347; }
.btn-secondary:hover { transform: scale(1.1); background: rgba(255, 179, 71, 0.2); color: white; box-shadow: inset 0 0 60px rgba(255,179,71,0.4), 0 0 40px rgba(255,179,71,0.6); }
.btn-secondary span { position: relative; z-index: 1; }
.hero-bottom-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 128px; background: linear-gradient(to top, #0e0e11, transparent); }
/* Particles */@keyframes particle-rise { 0% { opacity: 0; transform: translateY(0) scale(0); } 50% { opacity: 1; transform: translateY(-50px) scale(1.5); } 100% { opacity: 0; transform: translateY(-100px) scale(0); } }
.particle { position: absolute; width: 4px; height: 4px; border-radius: 50%; pointer-events: none; animation: particle-rise 4s infinite ease-out; }
.particle-ember { background: linear-gradient(to top, #e37027, #ffb347); }
.particle-gold { background: #ffb347; }
.particle-dust { background: rgba(237, 231, 218, 0.3); }
/* Services Section */#services { position: relative; padding: 96px 24px; overflow: hidden; }
.services-bg { position: absolute; inset: 0; background: linear-gradient(to bottom, #0e0e11, #1a1218, #0e0e11); }
.section-title { font-family: 'Cinzel', serif; font-size: clamp(40px, 6vw, 60px); margin-bottom: 16px; text-align: center; background: linear-gradient(to bottom, #ffb347 0%, #e37027 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 0 20px rgba(255,179,71,0.2)); }
.section-divider { width: 96px; height: 4px; background: linear-gradient(to right, transparent, #ffb347, transparent); margin: 0 auto 64px; box-shadow: 0 0 20px rgba(255,179,71,0.6); }
.services-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 32px; position: relative; z-index: 10; }
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(4, 1fr); } }
.service-card { position: relative; background: linear-gradient(to bottom right, rgba(26,21,32,0.9), rgba(14,14,17,0.9)); padding: 48px 32px; text-align: center; cursor: pointer; transition: all 0.5s; overflow: hidden; backdrop-filter: blur(10px); box-shadow: 0 10px 40px rgba(0,0,0,0.5); border-radius: 0 14px 0 14px; }
.service-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: inset 0 0 80px rgba(255,179,71,0.1), 0 0 60px rgba(255,179,71,0.15); }
.crest-border { position: absolute; inset: 5px; pointer-events: none; }
.corner-ornament { position: absolute; width: 32px; height: 32px; }
.corner-tl { top: 0; left: 0; }
.corner-tr { top: 0; right: 0; transform: rotate(90deg); }
.corner-bl { bottom: 0; left: 0; transform: rotate(-90deg); }
.corner-br { bottom: 0; right: 0; transform: rotate(180deg); }
.service-icon { position: relative; width: 80px; height: 80px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; }
.service-icon svg { width: 48px; height: 48px; stroke: #ffb347; stroke-width: 1.5; fill: none; position: relative; z-index: 1; transition: transform 0.3s; }
.service-card:hover .service-icon svg { transform: scale(1.1); }
.icon-glow { position: absolute; inset: 0; background: radial-gradient(circle, #ffb347 0%, transparent 70%); filter: blur(20px); opacity: 0.3; }
.service-card:hover .icon-glow { opacity: 0.5; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.2); opacity: 0.7; } }
.service-title { font-family: 'Cinzel', serif; font-size: 28px; color: #ffb347; margin-bottom: 16px; text-shadow: 0 0 20px rgba(255,179,71,0.5); transition: color 0.3s; }
.service-card:hover .service-title { color: #ede7da; }
.service-description { color: rgba(237, 231, 218, 0.6); line-height: 1.6; font-size: 16px; transition: color 0.3s; }
.service-card:hover .service-description { color: rgba(237, 231, 218, 0.8); }
/* Portfolio Section */#portfolio { position: relative; padding: 96px 24px; overflow: hidden; background: #0e0e11; }
.glow-orb-3 { width: 700px; height: 700px; background: radial-gradient(circle, #e37027 0%, transparent 70%); filter: blur(180px); opacity: 0.15; top: 0; left: -256px; }
.glow-orb-4 { width: 600px; height: 600px; background: radial-gradient(circle, #ffb347 0%, transparent 70%); filter: blur(160px); opacity: 0.12; bottom: 0; right: -256px; }
.portfolio-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 24px; position: relative; z-index: 20; }
@media (min-width: 768px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .portfolio-grid { grid-template-columns: repeat(3, 1fr); } }
.portfolio-item { position: relative; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; transition: transform 0.5s; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7); background: #1a1520; }
.portfolio-item:hover { transform: translateY(-8px); }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.portfolio-item:hover img { transform: scale(1.1); }
.portfolio-vignette { position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 20%, rgba(14,14,17,0.8) 100%); opacity: 0.6; }
.portfolio-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(227,112,39,0.9), rgba(14,14,17,0.5), transparent); opacity: 0; transition: opacity 0.5s; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-category { display: inline-block; padding: 4px 12px; background: rgba(255,179,71,0.2); border: 1px solid rgba(255,179,71,0.5); color: #ffb347; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; box-shadow: 0 0 20px rgba(255,179,71,0.3); }
.portfolio-title { font-family: 'Cinzel', serif; font-size: 24px; color: #ede7da; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.portfolio-item::after { content: ''; position: absolute; inset: 0; border: 2px solid rgba(139,94,60,0.2); border-radius: 0 14px 0 14px; pointer-events: none; transition: border-color 0.5s; }
.portfolio-item:hover::after { border-color: rgba(255,179,71,0.7); }
.portfolio-cta { text-align: center; margin-top: 80px; position: relative; z-index: 10; }
.portfolio-cta-btn { position: relative; background: linear-gradient(to right, #e37027, #ffb347); color: white; border: none; padding: 14px 40px; font-size: 16px; border-radius: 8px; font-family: 'Cinzel', serif; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; cursor: pointer; overflow: hidden; transition: all 0.3s; box-shadow: 0 8px 32px rgba(227,112,39,0.4); }
.portfolio-cta-btn:hover { transform: scale(1.05); }
.portfolio-cta-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #ffb347, #e37027); opacity: 0; transition: opacity 0.5s; }
.portfolio-cta-btn:hover::before { opacity: 1; }
.portfolio-cta-btn span, .portfolio-cta-btn svg { position: relative; z-index: 1; }
.portfolio-cta-text { margin-top: 24px; color: rgba(255,179,71,0.6); font-family: 'Cinzel', serif; font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; }
/* Process Section */#process { position: relative; padding: 96px 24px; overflow: hidden; }
.process-bg { position: absolute; inset: 0; background: linear-gradient(to bottom, #0e0e11, #1a1218, #0e0e11); }
.process-texture { position: absolute; inset: 0; opacity: 0.05; background-image: repeating-linear-gradient(45deg, #8b5e3c 0px, #8b5e3c 2px, transparent 2px, transparent 10px); }
.process-container { max-width: 1024px; margin: 0 auto; position: relative; z-index: 10; }
.process-timeline { position: relative; margin-top: 80px; }
.timeline-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: linear-gradient(to bottom, #8b5e3c, #ffb347, #8b5e3c); transform: translateX(-50%); box-shadow: 0 0 20px rgba(255,179,71,0.4); }
.process-step { position: relative; margin-bottom: 64px; display: flex; align-items: center; gap: 170px; }
.process-step:last-child { margin-bottom: 0; }
.process-card { flex: 1; position: relative; border: 1px solid transparent; border-radius: 0 14px 0 14px; background: linear-gradient(to bottom right, rgba(26,21,32,0.95), rgba(14,14,17,0.95)); padding: 32px; backdrop-filter: blur(10px); box-shadow: 0 10px 40px rgba(0,0,0,0.5); cursor: pointer; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease; }
.process-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(to bottom, #ffb347 0%, #e37027 45%, #0e0e11 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 1; transition: opacity 0.6s ease; pointer-events: none; z-index: 3; }
.process-card:hover::after { opacity: 0; }
.process-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, #ffb347, #e37027, #ffb347); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.7s ease; pointer-events: none; z-index: 3; }
.process-card:hover::before { opacity: 1; }
.process-card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0,0,0,0.55), 0 26px 32px -14px rgba(255,179,71,0.5); }
.process-number { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 4; width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(to bottom right, #ffb347, #e37027); display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; font-size: 24px; font-weight: bold; box-shadow: 0 0 40px rgba(255,179,71,0.6); }
.process-step-title { font-family: 'Cinzel', serif; font-size: 32px; color: #ffb347; margin-bottom: 12px; text-shadow: 0 0 20px rgba(255,179,71,0.5); transition: color 0.3s; }
.process-card:hover .process-step-title { color: #ede7da; }
.process-step-description { color: rgba(237, 231, 218, 0.6); font-size: 18px; line-height: 1.6; transition: color 0.3s; }
.process-card:hover .process-step-description { color: rgba(237, 231, 218, 0.8); }
/* About Section */#about { position: relative; padding: 96px 24px; overflow: hidden; }
.about-bg { position: absolute; inset: 0; background: linear-gradient(to bottom, #0e0e11, #1a1218); }
.wood-texture { position: absolute; inset: 0; opacity: 0.1; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238b5e3c' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.glow-orb-5 { width: 800px; height: 800px; background: radial-gradient(circle, #8b5e3c 0%, transparent 70%); filter: blur(200px); opacity: 0.15; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.about-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; position: relative; z-index: 10; }
@media (min-width: 768px) { .about-container { grid-template-columns: 1fr 1fr; } }
.about-image-wrapper { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.about-image-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.about-image-lighting { position: absolute; inset: 0; background: linear-gradient(to right, transparent, rgba(255,179,71,0.1), rgba(227,112,39,0.2)); mix-blend-mode: overlay; }
.about-image-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 30%, rgba(14,14,17,0.7) 100%); }
.about-content-title { font-family: 'Cinzel', serif; font-size: clamp(48px, 6vw, 72px); margin-bottom: 24px; background: linear-gradient(to bottom, #ffb347 0%, #e37027 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 0 20px rgba(255,179,71,0.2)); }
.about-divider { width: 96px; height: 4px; background: linear-gradient(to right, #ffb347, transparent); margin-bottom: 32px; box-shadow: 0 0 20px rgba(255,179,71,0.6); }
.about-text { font-size: 20px; color: rgba(237, 231, 218, 0.7); line-height: 1.6; margin-bottom: 24px; }
.about-text-secondary { font-size: 18px; color: rgba(237, 231, 218, 0.6); line-height: 1.6; margin-bottom: 24px; }
.about-decorative-divider { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.about-decorative-divider .line { flex: 1; height: 1px; background: linear-gradient(to right, #ffb347, transparent); }
.about-decorative-divider .line.reverse { background: linear-gradient(to left, #ffb347, transparent); }
.about-decorative-divider svg { width: 24px; height: 24px; color: #ffb347; }
/* Contact Section */#contact { position: relative; padding: 96px 24px; overflow: hidden; background: #0e0e11; }
.contact-pattern { position: absolute; inset: 0; opacity: 0.05; background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 10 L60 40 L90 40 L66 58 L76 90 L50 72 L24 90 L34 58 L10 40 L40 40 Z' fill='none' stroke='%23ffb347' stroke-width='0.5'/%3E%3C/svg%3E"); background-size: 200px 200px; background-position: center; }
.glow-orb-6 { width: 600px; height: 600px; background: radial-gradient(circle, #e37027 0%, transparent 70%); filter: blur(150px); opacity: 0.15; top: 0; left: 50%; transform: translateX(-50%); }
.contact-container { max-width: 1024px; margin: 0 auto; position: relative; z-index: 10; }
.contact-form-wrapper { position: relative; background: linear-gradient(to bottom, rgba(26,21,32,0.9), rgba(14,14,17,0.9)); padding: 48px; backdrop-filter: blur(10px); }
@media (min-width: 768px) { .contact-form-wrapper { padding: 72px; } }
.contact-form { position: relative; z-index: 10; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 24px; }
@media (min-width: 768px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-group { display: flex; flex-direction: column; }
.form-label { color: #ffb347; margin-bottom: 8px; font-size: 14px; letter-spacing: 0.1em; }
.form-input, .form-textarea { background: rgba(14,14,17,0.5); border: 1px solid rgba(227,112,39,0.5); color: #ede7da; padding: 12px 16px; font-family: 'Open Sans', sans-serif; font-size: 16px; transition: all 0.3s; }
.form-input:focus, .form-textarea:focus { outline: none; border-color: rgba(255,179,71,0.7); box-shadow: 0 0 10px rgba(255,179,71,0.2), inset 0 0 10px rgba(255,179,71,0.075); }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(237, 231, 218, 0.3); }
.form-textarea { min-height: 150px; resize: vertical; }
.form-submit { position: relative; width: 100%; background: linear-gradient(to right, #e37027, #ffb347); color: white; border: none; padding: 16px 32px; font-size: 16px; border-radius: 8px; font-family: 'Cinzel', serif; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; overflow: hidden; transition: all 0.3s; box-shadow: 0 8px 32px rgba(227,112,39,0.4); margin-top: 24px; }
.form-submit:hover { transform: scale(1.02); }
.form-submit::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #ffb347, #e37027); opacity: 0; transition: opacity 0.5s; }
.form-submit:hover::before { opacity: 1; }
.form-submit span { position: relative; z-index: 1; }
.contact-info { margin-top: 64px; text-align: center; }
.contact-divider { display: flex; align-items: center; gap: 24px; margin: 48px 0; justify-content: center; }
.contact-divider .line { width: 128px; height: 1px; background: linear-gradient(to right, transparent, #8b5e3c, #8b5e3c); }
.contact-divider .line.reverse { background: linear-gradient(to left, transparent, #8b5e3c, #8b5e3c); }
.contact-divider svg { width: 20px; height: 20px; color: #ffb347; }
.contact-details { display: flex; flex-wrap: wrap; gap: 48px; justify-content: center; }
.contact-detail { display: flex; align-items: center; gap: 12px; color: rgba(237, 231, 218, 0.6); }
.contact-detail svg { width: 20px; height: 20px; color: #ffb347; }
.contact-detail a { color: inherit; text-decoration: none; transition: color 0.3s; }
.contact-detail a:hover, .contact-detail a:focus-visible { color: #ffb347; }
.mobile-cta-bar { display: none; }
@media (max-width: 768px) { body { padding-bottom: 64px; } .mobile-cta-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(14,14,17,0.98); backdrop-filter: blur(20px); border-top: 1px solid rgba(255,179,71,0.25); box-shadow: 0 -4px 24px rgba(0,0,0,0.5); } .mobile-cta-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 8px; font-family: 'Cinzel', serif; font-size: 14px; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; } .mobile-cta-btn svg { width: 18px; height: 18px; } .mobile-cta-call { color: #ede7da; background: rgba(255,179,71,0.08); } .mobile-cta-quote { color: white; background: linear-gradient(to right, #e37027, #ffb347); } }
/* Footer */footer { position: relative; overflow: hidden; background: linear-gradient(to bottom, #0e0e11, #08080a); padding: 64px 24px 32px; border-top: 1px solid rgba(255,179,71,0.1); }
.footer-container { position: relative; z-index: 10; max-width: 1280px; margin: 0 auto; }
.footer-content { display: grid; grid-template-columns: 1fr; gap: 48px; margin-bottom: 48px; }
@media (min-width: 768px) { .footer-content { grid-template-columns: 2fr 1fr 1fr; } }
.footer-brand h3 { font-family: 'Cinzel', serif; font-size: 24px; color: #ffb347; margin-bottom: 16px; }
.footer-brand p { color: rgba(237, 231, 218, 0.6); line-height: 1.6; }
.footer-links h4 { font-family: 'Cinzel', serif; font-size: 18px; color: #ffb347; margin-bottom: 16px; }
.footer-links ul { list-style: none; }
.footer-links a { color: rgba(237, 231, 218, 0.6); text-decoration: none; display: block; margin-bottom: 8px; transition: color 0.3s; }
.footer-links a:hover { color: #ffb347; }
.footer-bottom { padding-top: 32px; border-top: 1px solid rgba(255,179,71,0.1); text-align: center; color: rgba(237, 231, 218, 0.6); font-size: 14px; }
/* Responsive */@media (max-width: 768px) { .nav-links { display: none; } .cta-btn { display: none; } .mobile-menu-btn { display: block; background: none; border: none; color: #ffb347; font-size: 32px; cursor: pointer; } .timeline-line { display: none; } .process-step { flex-direction: column !important; } .process-number { position: static !important; transform: none !important; margin: 0 auto 16px; } }
/* Utility Classes */.relative { position: relative; }
.z-10 { z-index: 10; }
/* ===== Multi-page additions ===== */ .logo { height: 56px; width: auto; display: flex; align-items: center; align-self: center; }
.logo img { height: 100%; width: auto; display: block; max-width: 260px; object-fit: contain; }
.nav-links a.active { color: #ffb347; }
.nav-links a.active::after { width: 80%; }
/* Inner page hero banner */ .page-hero { position: relative; padding: 170px 24px 90px; text-align: center; overflow: hidden; background: #0e0e11; }
.page-hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(227,112,39,0.18), transparent 55%), linear-gradient(to bottom, #0e0e11, #1a1218); }
.page-hero-content { position: relative; z-index: 10; max-width: 800px; margin: 0 auto; }
.page-hero-eyebrow { font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,179,71,0.7); margin-bottom: 16px; }
.page-hero-title { font-family: 'Cinzel', serif; font-size: clamp(36px, 6vw, 58px); margin-bottom: 20px; background: linear-gradient(to bottom, #ffb347 0%, #e37027 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 0 20px rgba(255,179,71,0.2)); }
.page-hero-subtitle { font-size: 18px; color: rgba(237,231,218,0.65); line-height: 1.6; }
/* Image placeholder tiles (swap for real project photos) */ .img-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, #1a1218, #0e0e11); border: 1px solid rgba(255,179,71,0.35); color: rgba(255,179,71,0.55); text-align: center; padding: 16px; }
.img-placeholder svg { width: 36px; height: 36px; opacity: 0.6; }
.img-placeholder span { font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.about-image-wrapper .img-placeholder, .hero-bg .img-placeholder { position: relative; height: 100%; width: 100%; }
#quote-section { position: relative; overflow: hidden; background: #0e0e11; border-top: 1px solid rgba(255,179,71,0.15); }
.quote-banner { position: relative; padding: 80px 24px; text-align: center; overflow: hidden; background: linear-gradient(to bottom, #0e0e11, #1a1218 50%, #0e0e11); border-top: 1px solid rgba(255,179,71,0.15); border-bottom: 1px solid rgba(255,179,71,0.15); }
.quote-banner-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 300px; background: radial-gradient(circle, #e37027 0%, transparent 70%); filter: blur(140px); opacity: 0.2; pointer-events: none; }
.quote-banner-title { position: relative; z-index: 2; font-family: 'Cinzel', serif; font-size: clamp(28px, 4vw, 42px); margin-bottom: 16px; color: #ffb347; text-shadow: 0 0 20px rgba(255,179,71,0.4); }
.quote-banner-text { position: relative; z-index: 2; color: rgba(237,231,218,0.65); max-width: 560px; margin: 0 auto 32px; line-height: 1.6; }
/* Portfolio filter pills */ .portfolio-filters { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 56px; position: relative; z-index: 20; }
.filter-pill { font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; padding: 10px 22px; border: 1px solid rgba(255,179,71,0.4); border-radius: 30px; color: rgba(237,231,218,0.7); background: rgba(20,18,20,0.55); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); cursor: pointer; transition: all 0.3s; }
.filter-pill:hover, .filter-pill.active { color: #0e0e11; background: linear-gradient(to right, #e37027, #ffb347); box-shadow: 0 0 20px rgba(255,179,71,0.4); }
/* Service page: process + pricing style cards */ .value-grid { max-width: 1100px; margin: 64px auto 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 24px; position: relative; z-index: 10; }
.value-card { background: linear-gradient(to bottom right, rgba(26,21,32,0.9), rgba(14,14,17,0.9)); border: 1px solid rgba(255,179,71,0.15); padding: 28px; text-align: center; }
.value-card h4 { font-family: 'Cinzel', serif; color: #ffb347; font-size: 18px; margin-bottom: 8px; }
.value-card p { color: rgba(237,231,218,0.6); font-size: 14px; line-height: 1.6; }
/* Quote page form extras */ .quote-page-wrapper { max-width: 860px; margin: 0 auto; padding: 96px 24px; }
.quote-form-card { background: linear-gradient(to bottom, rgba(26,21,32,0.9), rgba(14,14,17,0.9)); border: 1px solid rgba(255,179,71,0.15); padding: 48px; position: relative; }
.quote-note { margin-top: 28px; padding: 18px 20px; border-left: 3px solid #ffb347; background: rgba(255,179,71,0.06); color: rgba(237,231,218,0.65); font-size: 14px; line-height: 1.6; }
.form-select { background: rgba(14,14,17,0.5); border: 1px solid rgba(227,112,39,0.5); color: #ede7da; padding: 12px 16px; font-family: 'Open Sans', sans-serif; font-size: 16px; width: 100%; }
.form-select option { background: #1a1218; }
@media (max-width: 768px) { .quote-form-card { padding: 32px 24px; } }
@media (max-width: 768px) { .nav-links.open { display: flex; position: absolute; top: 80px; left: 0; right: 0; flex-direction: column; align-items: center; text-align: center; background: rgba(14,14,17,0.98); padding: 16px 24px; border-bottom: 1px solid rgba(255,179,71,0.2); } .nav-links.open li { width: 100%; justify-content: center; } .nav-links.open a { padding: 14px 0; justify-content: center; width: 100%; } }
/* Custom-styled select dropdown (replaces native <select> so we control the popup styling) */ .custom-select { position: relative; width: 100%; font-family: 'Open Sans', sans-serif; }
.cs-trigger { width: 100%; text-align: left; background: rgba(14,14,17,0.5); border: 1px solid rgba(227,112,39,0.5); color: #ede7da; padding: 12px 40px 12px 16px; font-family: 'Open Sans', sans-serif; font-size: 16px; cursor: pointer; position: relative; transition: all 0.3s; }
.cs-trigger::after { content: ''; position: absolute; right: 16px; top: 50%; width: 9px; height: 9px; border-right: 2px solid #ffb347; border-bottom: 2px solid #ffb347; transform: translateY(-65%) rotate(45deg); transition: transform 0.25s; }
.custom-select.open .cs-trigger::after { transform: translateY(-35%) rotate(-135deg); }
.cs-trigger:hover, .custom-select.open .cs-trigger { border-color: rgba(255,179,71,0.8); box-shadow: 0 0 10px rgba(255,179,71,0.2); }
.cs-panel { display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 40; background: #1a1218; border: 1px solid rgba(255,179,71,0.4); box-shadow: 0 12px 40px rgba(0,0,0,0.6), 0 0 20px rgba(255,179,71,0.1); max-height: 260px; overflow-y: auto; }
.custom-select.open .cs-panel { display: block; }
.cs-option { padding: 12px 16px; font-size: 15px; color: rgba(237,231,218,0.75); cursor: pointer; transition: all 0.2s; border-left: 2px solid transparent; }
.cs-option:hover { background: linear-gradient(to right, rgba(227,112,39,0.18), rgba(255,179,71,0.1)); color: #ffb347; border-left-color: #ffb347; }
.cs-option[data-selected='true'] { color: #ffb347; background: rgba(255,179,71,0.08); border-left-color: #e37027; }
/* Rounded corners pass — soften hard edges across cards, inputs, and panels */ .service-card { border-radius: 14px; }
.portfolio-item { border-radius: 0 14px 0 14px; }
.process-card { border-radius: 14px; }
.contact-form-wrapper { border-radius: 16px; }
.quote-form-card { border-radius: 0 16px 0 16px; }
.value-card { border-radius: 0 12px 0 12px; }
.img-placeholder { border-radius: 0 14px 0 14px; }
.about-image-wrapper { border-radius: 14px; overflow: hidden; }
.form-input, .form-textarea { border-radius: 0 8px 0 8px; }
.cs-trigger { border-radius: 0 8px 0 8px; }
.cs-panel { border-radius: 0 10px 0 10px; overflow: hidden; }
.cs-option:first-child { border-radius: 0 8px 0 0; }
.cs-option:last-child { border-radius: 0 0 0 8px; }
.quote-note { border-radius: 0 8px 8px 0; }
.nav-links.open { border-radius: 0 0 14px 14px; }
.portfolio-category { border-radius: 0 4px 0 4px; }
/* ============================================================ "Our Craft" service cards — unified "Full Installation" style Signature asymmetric frame (sharp TL & BR, rounded TR & BL), mounted base plate with bolt marks, and a corner ribbon. ============================================================ */ .service-card { padding: 0; text-align: left; display: flex; flex-direction: column; position: relative; border: 1px solid transparent; border-radius: 0 14px 0 14px; background: linear-gradient(to bottom right, rgba(26,21,32,0.95), rgba(14,14,17,0.95)); }
.service-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(to bottom, #ffb347 0%, #e37027 45%, #0e0e11 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 1; transition: opacity 0.6s ease; pointer-events: none; z-index: 3; }
.service-card:hover::after { opacity: 0; }
.service-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, #ffb347, #e37027, #ffb347); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.7s ease; pointer-events: none; z-index: 3; }
.service-card:hover::before { opacity: 1; }
.service-media { position: relative; width: 100%; aspect-ratio: 4/3; background: #0e0e11; flex-shrink: 0; }
.service-media .img-placeholder { border: none; border-bottom: 1px solid rgba(255,179,71,0.4); }
.service-body { padding: 26px 28px 32px; position: relative; }
.service-eyebrow { display: block; font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,179,71,0.7); margin-bottom: 8px; }
.service-title { font-size: 26px; margin-bottom: 10px; }
.service-card:hover .service-title { color: #ede7da; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0,0,0,0.55), 0 26px 32px -14px rgba(255,179,71,0.5); }
.service-card { transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease, border-color 0.5s ease; }
/* Corner ribbon */ .service-media::after { content: 'Custom'; position: absolute; top: 16px; right: -36px; width: 150px; text-align: center; transform: rotate(45deg); background: linear-gradient(to right, #8b5e3c, #e37027, #ffb347); color: #0e0e11; font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; padding: 5px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.5); z-index: 2; }
.services-grid .service-card:nth-child(1) .service-media::after { content: 'Custom'; }
.services-grid .service-card:nth-child(2) .service-media::after { content: 'Refaced'; }
.services-grid .service-card:nth-child(3) .service-media::after { content: 'Installed'; }
.services-grid .service-card:nth-child(4) .service-media::after { content: 'Restored'; }
.services-grid .service-card:nth-child(5) .service-media::after { content: 'Built-In'; }
.services-grid .service-card:nth-child(6) .service-media::after { content: 'Concept'; }
.services-grid .service-card:nth-child(7) .service-media::after { content: 'Upgraded'; }
.services-grid .service-card:nth-child(8) .service-media::after { content: 'Finished'; }
@media (max-width: 480px) { .service-media::after { display: none; } }
/* ============================================================ Scroll reveal — fade/slide elements in as they enter view ============================================================ */ .reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.8s ease, transform 0.8s ease; will-change: opacity, transform; }
.reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity 0.8s ease, transform 0.8s ease; will-change: opacity, transform; }
.reveal-right { opacity: 0; transform: translateX(50px); transition: opacity 0.8s ease, transform 0.8s ease; will-change: opacity, transform; }
.reveal.is-visible, .reveal-left.is-visible, .reveal-right.is-visible { opacity: 1; transform: translate(0, 0); }
@media (prefers-reduced-motion: reduce) { .reveal, .reveal-left, .reveal-right { opacity: 1; transform: none; transition: none; } }
/* Nav needs to switch to the hamburger menu earlier now that it has 6 links */ @media (max-width: 1100px) { .nav-links { display: none; } .cta-btn { display: none; } .mobile-menu-btn { display: block; background: none; border: none; color: #ffb347; font-size: 32px; cursor: pointer; } }
@media (max-width: 1100px) { .nav-links.open { display: flex; position: absolute; top: 80px; left: 0; right: 0; flex-direction: column; align-items: center; text-align: center; background: rgba(14,14,17,0.98); padding: 16px 24px; border-bottom: 1px solid rgba(255,179,71,0.2); border-radius: 0 0 14px 14px; } .nav-links.open li { width: 100%; justify-content: center; } .nav-links.open a { padding: 14px 0; justify-content: center; width: 100%; } }
/* Nav "Start a Project" button — same left-to-right gradient crossfade as the other CTAs */ .cta-btn { position: relative; overflow: hidden; }
.cta-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #ffb347, #e37027); opacity: 0; transition: opacity 0.5s; }
.cta-btn:hover::before { opacity: 1; }
.cta-btn span, .cta-btn svg { position: relative; z-index: 1; }
/* Remove the added brightness/glow on Start a Project hover — keep only the scale + crossfade */ .cta-btn:hover { box-shadow: 0 0 20px rgba(255, 179, 71, 0.4); }
/* Testimonials */ .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; margin-top: 64px; }
.testimonial-card { padding: 36px 32px; text-align: left; border: 1px solid transparent; border-radius: 0 14px 0 14px; background-image: linear-gradient(to bottom right, rgba(26,21,32,0.95), rgba(14,14,17,0.95)), linear-gradient(to bottom, #ffb347 0%, #e37027 45%, #0e0e11 100%); background-origin: border-box; background-clip: padding-box, border-box; position: relative; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease; }
.testimonial-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, #ffb347, #e37027, #ffb347); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.6s ease; pointer-events: none; }
.testimonial-card:hover::before { opacity: 1; }
.testimonial-card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0,0,0,0.55), 0 26px 32px -14px rgba(255,179,71,0.5); }
.testimonial-stars { color: #ffb347; font-size: 16px; letter-spacing: 3px; margin-bottom: 16px; }
.testimonial-quote { color: rgba(237, 231, 218, 0.8); font-size: 16px; line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testimonial-author { font-family: 'Cinzel', serif; font-size: 14px; color: #ffb347; letter-spacing: 0.05em; }
.testimonial-author span { color: rgba(237, 231, 218, 0.5); font-family: 'Open Sans', sans-serif; font-style: normal; letter-spacing: normal; }
/* FAQ accordion */ .faq-list { margin-top: 56px; display: flex; flex-direction: column; gap: 16px; }
.faq-item { border: 1px solid rgba(255,179,71,0.25); border-radius: 0 10px 0 10px; background: linear-gradient(to bottom right, rgba(26,21,32,0.9), rgba(14,14,17,0.9)); padding: 4px 24px; transition: border-color 0.3s; }
.faq-item[open] { border-color: rgba(255,179,71,0.55); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 0; font-family: 'Cinzel', serif; font-size: 17px; color: #ede7da; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: #ffb347; }
.faq-icon { color: #ffb347; font-size: 22px; font-weight: 300; flex-shrink: 0; transition: transform 0.3s; }
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-item p { color: rgba(237, 231, 218, 0.7); line-height: 1.7; padding-bottom: 22px; margin: 0; animation: faq-fade-in 0.35s ease; }
@keyframes faq-fade-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
/* Trust bar — sits right under the hero */ .trust-bar { position: relative; background: #0e0e11; border-top: 1px solid rgba(255,179,71,0.15); border-bottom: 1px solid rgba(255,179,71,0.15); padding: 28px 24px; }
.trust-bar-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; }
.trust-item { display: flex; align-items: center; gap: 10px; color: rgba(237, 231, 218, 0.75); font-size: 14px; letter-spacing: 0.03em; }
.trust-item svg { width: 22px; height: 22px; color: #ffb347; flex-shrink: 0; }
@media (max-width: 640px) { .trust-bar-inner { gap: 20px 28px; } .trust-item { font-size: 13px; } }
/* Offset anchor jump targets so they don't land underneath the fixed nav bar */ #quote-section, #services, #portfolio, #process, #about { scroll-margin-top: 90px; }
/* "Start a Project" is now an <a> for anchor-jumping — remove the default link underline */ .cta-btn { text-decoration: none; }
/* Footer logo (replaces the plain text brand name) */ .footer-logo { height: 90px; width: auto; display: block; margin-bottom: 16px; }
/* Portfolio lightbox — click a tile to browse that project's full photo set */ .portfolio-item { cursor: pointer; transition: opacity 0.28s ease, transform 0.28s ease; }
.portfolio-gallery-hint { position: absolute; top: 14px; right: 14px; z-index: 3; display: flex; align-items: center; gap: 6px; background: rgba(14,14,17,0.75); border: 1px solid rgba(255,179,71,0.4); color: #ffb347; font-size: 12px; letter-spacing: 0.03em; padding: 5px 10px; border-radius: 20px; pointer-events: none; }
.lightbox-overlay { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(8,8,10,0.96); align-items: center; justify-content: center; flex-direction: column; padding: 40px 24px; }
.lightbox-overlay.open { display: flex; }
.lightbox-stage { position: relative; width: 100%; max-width: 900px; aspect-ratio: 4/3; }
.lightbox-gallery { display: none; position: absolute; inset: 0; }
.lightbox-gallery.active { display: block; }
.lightbox-slide { display: none; position: absolute; inset: 0; }
.lightbox-slide.active { display: block; }
.lightbox-slide .img-placeholder { border-radius: 8px; }
.lightbox-close { position: absolute; top: 24px; right: 28px; background: none; border: none; color: #ede7da; font-size: 36px; line-height: 1; cursor: pointer; z-index: 1001; transition: color 0.3s; }
.lightbox-close:hover { color: #ffb347; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,179,71,0.12); border: 1px solid rgba(255,179,71,0.4); color: #ffb347; width: 48px; height: 48px; border-radius: 50%; font-size: 18px; cursor: pointer; z-index: 1001; transition: all 0.3s; display: flex; align-items: center; justify-content: center; }
.lightbox-nav:hover { background: rgba(255,179,71,0.25); border-color: rgba(255,179,71,0.8); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
.lightbox-info { text-align: center; margin-top: 24px; }
.lightbox-info h3 { font-family: 'Cinzel', serif; font-size: 22px; color: #ffb347; margin-bottom: 6px; }
.lightbox-info span#lightbox-category { display: inline-block; font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(237, 231, 218, 0.6); margin-right: 16px; }
.lightbox-info span#lightbox-counter { color: rgba(237, 231, 218, 0.5); font-size: 13px; }
@media (max-width: 640px) { .lightbox-nav { width: 40px; height: 40px; } .lightbox-prev { left: 6px; } .lightbox-next { right: 6px; } .lightbox-close { top: 14px; right: 16px; font-size: 30px; } }
/* Real uploaded photos inside portfolio tiles and the lightbox */ .portfolio-item .lightbox-real-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lightbox-slide .lightbox-real-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; border-radius: 8px; background: #0e0e11; }
.lightbox-real-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 16px; background: linear-gradient(to top, rgba(14,14,17,0.9), transparent); color: rgba(237, 231, 218, 0.85); font-size: 13px; text-align: center; }
/* Portfolio hero — real photo behind the dark/gold gradient, so the photo is visible but muted */ .page-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transform: scale(1.2); transition: opacity 0.6s ease; will-change: transform, opacity; }
.page-hero:has(.page-hero-photo) .page-hero-bg { background: radial-gradient(circle at 50% 0%, rgba(227,112,39,0.28), transparent 55%), radial-gradient(circle at 50% 0%, rgba(14,14,17,1) 0%, rgba(14,14,17,0.5) 65%, transparent 100%), radial-gradient(ellipse 62% 130% at 50% 50%, transparent 50%, rgba(14,14,17,1) 100%), linear-gradient(to bottom, rgba(14,14,17,0.95), rgba(26,18,24,0.75)); }
/* Divider strip at the top of the Portfolio grid section, with a glow confined behind the content */ .hero-divider-line { position: absolute; top: 0; left: 12%; right: 12%; height: 1px; z-index: 1; pointer-events: none; background: linear-gradient(to right, transparent, #ffb347, #e37027, #ffb347, transparent); box-shadow: 0 0 16px rgba(255,179,71,0.7); }
.hero-divider-glow { position: absolute; top: -64px; left: 50%; transform: translateX(-50%); z-index: 1; pointer-events: none; width: 1100px; height: 320px; border-radius: 0 0 50% 50%; background: radial-gradient(ellipse at center top, rgba(255,179,71,0.55), rgba(227,112,39,0.25) 45%, transparent 78%); filter: blur(30px); }
