:root { --navy: #17152c; --navy-2: #26203e; --ink: #242034; --gold: #d4a95f; --gold-light: #f3dca8; --blush: #f4cbd4; --rose: #d87892; --cream: #fff8f3; --white: #fff; --muted: #776e7d; --line: rgba(36,32,52,.13); --shadow: 0 22px 60px rgba(37,23,49,.16); --serif: "Playfair Display",Georgia,serif; --sans: "DM Sans",Arial,sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0px; font-family: var(--sans); color: var(--ink); background: var(--white); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, 100% - 40px); margin: auto; }
.section { padding: 105px 0px; }
.skip-link { position: fixed; top: -100px; left: 20px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 10px 16px; z-index: 1000; }
.skip-link:focus { top: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); }
.site-header { position: fixed; inset: 0px 0px auto; z-index: 100; background: rgba(7, 21, 37, 0.78); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255, 255, 255, 0.08); transition: 0.3s; }
.site-header.scrolled { background: rgba(7, 21, 37, 0.96); }
.nav-wrap { height: 82px; width: min(1240px, 100% - 40px); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; color: rgb(255, 255, 255); line-height: 1; }
.brand-mark { width: 45px; height: 45px; border: 1px solid var(--gold); display: grid; place-items: center; font-family: var(--serif); font-size: 15px; color: var(--gold); transform: rotate(45deg); }
.brand-mark::first-letter { }
.brand-mark { letter-spacing: -2px; }
.brand span:last-child { display: flex; flex-direction: column; }
.brand b { font-family: var(--serif); font-size: 20px; font-weight: 600; font-style: italic; }
.brand small { font-size: 9px; letter-spacing: 5px; color: var(--gold); margin-top: 5px; }
.site-header nav { display: flex; align-items: center; gap: 29px; }
.site-header nav > a:not(.button) { font-size: 12px; text-transform: uppercase; letter-spacing: 1.3px; color: rgba(255, 255, 255, 0.8); }
.site-header nav > a:hover { color: var(--gold-light); }
.nav-phone { padding-left: 24px; border-left: 1px solid rgba(255, 255, 255, 0.2); }
.nav-toggle { display: none; background: none; border: 0px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: rgb(255, 255, 255); margin: 6px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; padding: 17px 25px; background: var(--gold); color: var(--navy); border: 1px solid var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; transition: 0.25s; cursor: pointer; }
.button:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: rgba(201, 168, 106, 0.2) 0px 10px 25px; }
.button-small { padding: 11px 17px; gap: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: rgb(255, 255, 255); font-size: 13px; font-weight: 600; letter-spacing: 0.4px; }
.phone-icon { color: var(--gold); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.eyebrow span { width: 35px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: rgb(139, 106, 53); }
h1, h2, h3, p { margin-top: 0px; }
h1, h2 { font-family: var(--serif); font-weight: 600; line-height: 1.07; }
h1 { font-size: clamp(58px, 7vw, 100px); color: rgb(255, 255, 255); letter-spacing: -3px; margin: 25px 0px; }
h1 em, h2 em { color: var(--gold); font-weight: 600; }
h2 { font-size: clamp(42px, 5vw, 68px); letter-spacing: -2px; margin: 17px 0px 22px; }
.hero { min-height: 800px; height: 100vh; max-height: 960px; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--navy); }
.hero::after { content: ""; position: absolute; inset: auto 0px 0px; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: 0.5; }
.hero-grid { display: grid; grid-template-columns: 1.03fr 0.97fr; align-items: center; gap: 60px; position: relative; z-index: 2; padding-top: 70px; }
.hero-lede { max-width: 600px; color: rgb(184, 194, 204); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 35px; }
.trust-row { display: flex; gap: 22px; margin-top: 34px; color: rgb(137, 152, 167); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.trust-row span::first-letter { color: var(--gold); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); }
.glow-one { width: 600px; height: 600px; right: -180px; top: 80px; background: radial-gradient(circle, rgba(201, 168, 106, 0.12), transparent 68%); }
.glow-two { width: 500px; height: 500px; left: -380px; bottom: -100px; background: radial-gradient(circle, rgba(48, 101, 149, 0.23), transparent 70%); }
.hero-visual { position: relative; }
.display-stage { height: 490px; display: flex; align-items: center; justify-content: center; perspective: 800px; position: relative; }
.display-stage::before { content: ""; position: absolute; width: 115%; height: 58%; bottom: 1%; background: radial-gradient(rgba(226, 190, 121, 0.24), transparent 65%); transform: rotateX(70deg); }
.stage-shine { position: absolute; inset: -20% -10%; background: linear-gradient(115deg, transparent 30%, rgba(255, 249, 221, 0.35) 48%, rgba(212, 169, 106, 0.18) 54%, transparent 70%); pointer-events: none; mix-blend-mode: screen; }
.display-word { display: flex; align-items: center; justify-content: center; transform: rotateY(-8deg) rotateX(2deg); filter: drop-shadow(rgba(255, 235, 190, 0.45) 0px 0px 20px); z-index: 2; }
.display-word span { width: 92px; height: 245px; display: grid; place-items: center; margin: -2px; border: 8px solid rgb(219, 185, 111); background: linear-gradient(145deg, rgb(255, 249, 221), rgb(185, 142, 72)); box-shadow: rgb(255, 255, 255) 0px 0px 12px inset, rgb(255, 231, 173) 0px 0px 8px; color: var(--navy); font: 700 86px/1 var(--sans); }
.floating-card { position: absolute; right: -6px; bottom: 25px; background: rgba(14, 34, 54, 0.9); border: 1px solid rgba(201, 168, 106, 0.35); padding: 13px 20px; display: flex; align-items: center; gap: 12px; color: rgb(255, 255, 255); box-shadow: var(--shadow); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { text-transform: uppercase; letter-spacing: 1.5px; color: rgb(163, 175, 185); font-size: 8px; }
.floating-card strong { font-family: var(--serif); font-size: 15px; color: var(--gold-light); }
.pulse { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: rgba(201, 168, 106, 0.1) 0px 0px 0px 6px; animation: 2s ease 0s infinite normal none running pulse; }
.scroll-cue { position: absolute; bottom: 29px; left: 50%; transform: translateX(-50%); z-index: 3; color: rgb(137, 152, 167); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; }
.scroll-cue span { display: inline-block; width: 1px; height: 35px; background: linear-gradient(var(--gold),transparent); vertical-align: middle; margin-right: 12px; }
.intro { background: rgb(255, 255, 255); }
.intro-grid { display: grid; grid-template-columns: 0.55fr 1.55fr 0.35fr; gap: 55px; align-items: center; }
.section-number { font-size: 9px; letter-spacing: 2px; color: rgb(155, 121, 62); align-self: start; margin-top: 24px; }
.intro h2 { font-size: clamp(40px, 4vw, 62px); margin: 0px 0px 22px; }
.intro-grid > div:nth-child(2) > p { font-size: 17px; color: rgb(102, 114, 124); max-width: 700px; }
.stat { border-left: 1px solid var(--gold); padding-left: 30px; }
.stat strong { font: 600 62px/1 var(--serif); color: var(--navy); }
.stat span { display: block; color: rgb(123, 135, 145); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin-top: 8px; }
.section-light { background: var(--cream); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 50px; }
.section-head > p { max-width: 390px; color: rgb(113, 128, 139); font-size: 14px; }
.section-head h2 { margin-bottom: 0px; }
.size-selector { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.size-tab { border-top: 0px; border-bottom: 0px; border-left: 0px; border-image: none; border-right: 1px solid var(--line); background: transparent; padding: 18px; color: rgb(101, 113, 124); cursor: pointer; transition: 0.2s; }
.size-tab:last-child { border: 0px; }
.size-tab.active { background: var(--navy); color: var(--gold-light); }
.display-config { display: grid; grid-template-columns: 1.4fr 0.8fr; background: rgb(255, 255, 255); min-height: 410px; box-shadow: var(--shadow); }
.config-stage { position: relative; display: flex; align-items: end; justify-content: center; padding: 55px; background: linear-gradient(145deg, rgb(239, 232, 218), rgb(249, 247, 242)); overflow: hidden; }
.config-stage::after { content: ""; position: absolute; left: 8%; right: 8%; bottom: 38px; height: 35px; background: radial-gradient(rgba(7, 21, 37, 0.23), transparent 70%); }
.led-panels { height: 280px; display: flex; align-items: stretch; z-index: 2; transition: 0.45s; background: rgb(8, 8, 12) url("images/signature-ledzz-logo.png") no-repeat center center / 60% auto; border: 7px solid rgb(213, 180, 107); box-shadow: rgb(255, 255, 255) 0px 0px 12px inset, rgba(220, 184, 109, 0.45) 0px 0px 18px, rgba(23, 21, 44, 0.25) 0px 20px 40px; }
.led-panels div { width: 90px; transition: 0.4s; }
.config-info { padding: 55px 50px; display: flex; flex-direction: column; justify-content: center; }
.kicker { font-size: 9px; letter-spacing: 2px; color: rgb(156, 121, 61); }
.config-info h3 { font: 600 32px/1.2 var(--serif); margin: 10px 0px 14px; }
.config-info > p:not(.kicker), .config-info li { color: rgb(108, 120, 130); font-size: 13px; }
.config-info ul { padding: 0px; list-style: none; margin: 8px 0px 22px; }
.config-info li { padding: 7px 0px; border-bottom: 1px solid var(--line); }
.config-info li::before { content: "✓"; color: rgb(162, 127, 66); margin-right: 10px; }
.dark-link { color: var(--navy); }
.services { background: var(--navy); color: rgb(255, 255, 255); }
.section-head.light > p { color: rgb(154, 168, 180); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid rgba(255, 255, 255, 0.1); border-top: 1px solid rgba(255, 255, 255, 0.1); }
.service-grid article { min-height: 270px; padding: 35px; border-right: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; transition: 0.3s; }
.service-grid article:hover { background: rgba(201, 168, 106, 0.07); transform: translateY(-3px); }
.service-num { position: absolute; right: 24px; top: 19px; color: rgb(92, 107, 121); font-size: 9px; letter-spacing: 2px; }
.service-icon { color: var(--gold); font-size: 27px; height: 48px; }
.service-grid h3 { font: 600 23px var(--serif); margin: 13px 0px 10px; }
.service-grid p { font-size: 13px; color: rgb(147, 161, 174); line-height: 1.7; }
.service-grid a { color: var(--gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.service-feature { background: linear-gradient(145deg, rgba(201, 168, 106, 0.14), transparent); }
.event-line { text-align: center; color: rgb(111, 125, 137); font-size: 10px; text-transform: uppercase; letter-spacing: 1.7px; margin: 45px 0px 0px; }
.event-line i { color: var(--gold); margin: 0px 8px; }
.gallery .section-head { align-items: center; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr 0.85fr 0.85fr; grid-template-rows: 260px 260px; gap: 16px; }
.gallery-a { grid-row: span 2; }
.placeholder { margin: 0px; position: relative; overflow: hidden; background: linear-gradient(145deg, rgb(24, 49, 74), rgb(9, 24, 39)); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.25); text-transform: uppercase; font-size: 10px; letter-spacing: 2px; }
.placeholder::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(201, 168, 106, 0.18); }
.placeholder:nth-child(2) { background: linear-gradient(145deg, rgb(75, 58, 45), rgb(24, 35, 51)); }
.placeholder:nth-child(3) { background: linear-gradient(145deg, rgb(25, 53, 74), rgb(113, 91, 57)); }
.placeholder:nth-child(4) { background: linear-gradient(145deg, rgb(109, 93, 90), rgb(24, 35, 52)); }
.placeholder figcaption { position: absolute; left: 30px; bottom: 25px; color: rgb(255, 255, 255); text-transform: none; letter-spacing: 0px; }
.placeholder figcaption b, .placeholder figcaption small { display: block; }
.placeholder figcaption b { font: 600 22px var(--serif); }
.placeholder figcaption small { color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: 1.3px; margin-top: 4px; }
.process { background: var(--navy-2); color: rgb(255, 255, 255); }
.center-head { text-align: center; margin-bottom: 60px; }
.center-head .eyebrow { justify-content: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-grid::before { content: ""; position: absolute; top: 29px; left: 12%; right: 12%; height: 1px; background: rgba(201, 168, 106, 0.3); }
.process-grid article { text-align: center; padding: 0px 25px; position: relative; }
.process-grid b { position: relative; z-index: 2; width: 58px; height: 58px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; margin: 0px auto 32px; background: var(--navy-2); color: var(--gold); font-family: var(--serif); }
.process-grid span { font-size: 9px; color: rgb(109, 122, 134); letter-spacing: 2px; }
.process-grid h3 { font: 600 20px var(--serif); margin: 8px 0px 10px; }
.process-grid p { font-size: 13px; color: rgb(143, 156, 167); }
.testimonial { padding: 90px 0px; background: var(--gold); text-align: center; color: var(--navy); }
.testimonial .container { max-width: 880px; }
.quote-mark { font: 600 75px/0 var(--serif); opacity: 0.45; }
.testimonial blockquote { font: italic 600 clamp(25px,3vw,38px)/1.45 var(--serif); margin: 30px 0px; }
.testimonial p { font-size: 9px; letter-spacing: 2px; font-weight: 700; }
.faq-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; }
.faq-intro { max-width: 340px; color: rgb(115, 128, 139); }
.accordion details { border-top: 1px solid var(--line); padding: 0px 3px; }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: 22px 0px; font: 600 18px var(--serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font: 300 25px var(--sans); transition: 0.2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 660px; color: rgb(112, 128, 141); font-size: 13px; padding: 0px 35px 20px 0px; }
.contact { background: var(--navy); color: rgb(255, 255, 255); }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 90px; }
.contact-copy > p:not(.eyebrow) { color: rgb(147, 162, 174); max-width: 460px; }
.contact-phone { display: inline-block; border-left: 1px solid var(--gold); padding-left: 18px; margin: 25px 0px 38px; }
.contact-phone small, .contact-phone strong { display: block; }
.contact-phone small { font-size: 8px; letter-spacing: 2px; color: rgb(133, 148, 160); }
.contact-phone strong { font: 600 25px var(--serif); color: var(--gold-light); }
.socials { display: flex; align-items: center; gap: 11px; }
.socials a { width: 35px; height: 35px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; display: grid; place-items: center; color: var(--gold-light); font-size: 12px; }
.socials span { font-size: 11px; color: rgb(140, 155, 167); }
.quote-form { background: rgb(255, 255, 255); color: var(--ink); padding: 44px; box-shadow: var(--shadow); }
.quote-form label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 10px; color: rgb(60, 68, 78); }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgb(206, 212, 216); border-image: none; background: rgb(255, 255, 255); padding: 10px 0px; color: var(--ink); outline: none; border-radius: 0px; text-transform: none; letter-spacing: 0px; font-weight: 400; }
.quote-form textarea { border: 1px solid rgb(206, 212, 216); padding: 12px; margin-top: 8px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.form-button { width: 100%; margin-top: 9px; }
.form-note { text-align: center; color: rgb(105, 115, 123); font-size: 12px; margin: 11px 0px 0px; }
.form-success { display: none; background: rgb(238, 247, 240); color: rgb(40, 90, 50); padding: 15px; margin-top: 15px; font-size: 13px; }
.form-success.show { display: block; }
footer { background: rgb(4, 14, 26); color: rgb(116, 129, 140); padding: 58px 0px 20px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 0.8fr auto; gap: 40px; align-items: center; }
.footer-main > p { font-size: 12px; margin: 0px; }
.footer-main > div a { display: block; color: rgb(154, 166, 176); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin: 5px; }
.footer-call { color: var(--gold-light); font: 600 17px var(--serif); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 35px; padding-top: 18px; display: flex; justify-content: space-between; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s, transform 0.7s; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes pulse { 
  50% { box-shadow: rgba(201, 168, 106, 0) 0px 0px 0px 11px; }
}
@media (max-width: 900px) {
  .section { padding: 80px 0px; }
  .site-header nav { position: fixed; top: 82px; inset-inline: 0px; height: calc(-82px + 100vh); background: var(--navy); display: flex; flex-direction: column; align-items: flex-start; padding: 38px 30px; gap: 28px; transform: translateX(100%); transition: 0.3s; }
  .site-header nav.open { transform: none; }
  .site-header nav > a:not(.button) { font-size: 15px; }
  .nav-phone { border: 0px; padding: 0px; }
  .nav-toggle { display: block; }
  .hero { height: auto; max-height: none; min-height: 100vh; padding: 130px 0px 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .display-stage { height: 350px; }
  .display-word span { width: 73px; height: 195px; border-width: 6px; font-size: 65px; }
  .scroll-cue { display: none; }
  .intro-grid { grid-template-columns: 1fr; }
  .section-number { margin: 0px; }
  .stat { max-width: 190px; }
  .display-config { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 240px 240px; }
  .gallery-a { grid-area: auto / span 2; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 50px 0px; }
  .process-grid::before { display: none; }
  .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 600px) {
  .container, .nav-wrap { width: min(100% - 30px, 1160px); }
  .section { padding: 65px 0px; }
  .nav-wrap { height: 72px; }
  .site-header nav { top: 72px; height: calc(-72px + 100vh); }
  .brand-mark { width: 39px; height: 39px; }
  .brand b { font-size: 17px; }
  .hero { padding-top: 108px; }
  .hero-grid { display: block; }
  .hero-copy .eyebrow { font-size: 11px; }
  .hero h1 { font-size: 52px; letter-spacing: -2px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-row { flex-wrap: wrap; gap: 8px 15px; }
  .display-stage { height: 270px; }
  .display-word span { width: 56px; height: 152px; border-width: 5px; font-size: 48px; }
  .floating-card { right: 0px; bottom: 5px; }
  .intro-grid { gap: 25px; }
  .intro h2, h2 { font-size: 39px; letter-spacing: -1.5px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 22px; }
  .size-selector { grid-template-columns: 1fr 1fr; }
  .size-tab:nth-child(2) { border-right: 0px; }
  .size-tab:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .config-stage { padding: 38px 20px; }
  .led-panels { height: 220px; }
  .led-panels div { width: 56px; }
  .config-info { padding: 35px 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .gallery-grid { display: block; }
  .placeholder { height: 280px; margin-bottom: 12px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { max-width: 330px; margin: auto; }
  .testimonial { padding: 70px 0px; }
  .faq-grid { gap: 30px; }
  .form-row { grid-template-columns: 1fr; gap: 0px; }
  .quote-form { padding: 30px 22px; margin-inline: -2px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: auto ease 0s 1 normal none running none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
.button { background: linear-gradient(135deg,var(--gold-light),var(--gold)); border-radius: 2px; }
.hero { background: radial-gradient(circle at 78% 25%, rgb(61, 40, 73) 0px, transparent 34%), linear-gradient(135deg, rgb(23, 21, 44), rgb(33, 23, 45) 62%, rgb(53, 32, 57)); }
.glow-one { background: radial-gradient(circle, rgba(244, 203, 212, 0.2), transparent 68%); }
.display-word span { box-shadow: rgb(255, 255, 255) 0px 0px 12px inset, rgb(255, 233, 184) 0px 0px 10px, rgba(244, 203, 212, 0.25) 0px 0px 34px; }
.services { background: linear-gradient(155deg,var(--navy),#2e1d3a); position: relative; overflow: hidden; }
.services::before { content: "♥"; position: absolute; right: -10px; top: 30px; font: 600 240px/1 var(--serif); color: rgba(244, 203, 212, 0.035); transform: rotate(-12deg); }
.service-grid article:hover { background: rgba(244, 203, 212, 0.09); transform: translateY(-6px) rotate(-0.2deg); }
.testimonial { background: linear-gradient(135deg,var(--blush),#f8dfcf 55%,var(--gold-light)); position: relative; overflow: hidden; }
.testimonial::before, .testimonial::after { content: "♥"; position: absolute; color: rgba(255, 255, 255, 0.45); font-size: 70px; transform: rotate(-15deg); }
.testimonial::before { left: 8%; top: 25px; }
.testimonial::after { right: 9%; bottom: 20px; transform: rotate(18deg); }
.quote-form { border-top: 5px solid var(--blush); }
.event-line i { color: var(--blush); font-style: normal; }
.heart-pop { position: fixed; z-index: 999; pointer-events: none; color: var(--blush); text-shadow: rgba(23, 21, 44, 0.25) 0px 2px 8px; animation: 0.8s ease-out 0s 1 normal forwards running heart-pop; }
@keyframes heart-pop { 
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.3) rotate(0deg); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--x)),calc(-50% + var(--y))) scale(1.25) rotate(25deg); }
}
.gallery-photo { margin: 0px; position: relative; overflow: hidden; background: rgb(8, 8, 23); }
.gallery-photo > img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s, filter 0.55s; filter: saturate(0.92) contrast(1.04); }
.gallery-photo::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(transparent 44%, rgba(1, 1, 8, 0.86)); pointer-events: none; }
.gallery-photo::before { content: ""; position: absolute; z-index: 2; inset: 14px; border: 1px solid rgba(212, 169, 106, 0.24); box-shadow: rgba(212, 169, 106, 0.1) 0px 0px 18px inset; pointer-events: none; }
.gallery-photo figcaption { position: absolute; z-index: 3; left: 30px; bottom: 25px; color: rgb(255, 255, 255); }
.gallery-photo figcaption b, .gallery-photo figcaption small { display: block; }
.gallery-photo figcaption b { font: 600 22px var(--serif); }
.gallery-photo figcaption small { color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: 1.3px; margin-top: 4px; }
.gallery-photo:hover > img { transform: scale(1.035); filter: saturate(1.08) contrast(1.05); }
.gallery-photo { min-height: 260px; }
.gallery-a { min-height: 536px; }
@media (max-width: 900px) {
  .gallery-a { min-height: 320px; }
}
@media (max-width: 600px) {
  .gallery-photo, .gallery-a { height: 290px; min-height: 290px; margin-bottom: 12px; }
}
.brand-logo { display: block; width: 200px; height: 100px; overflow: hidden; position: relative; flex: 0 0 auto; }
.brand-logo img { position: absolute; width: 350px; height: auto; max-width: none; left: -80px; top: -64px; object-fit: initial; filter: drop-shadow(rgba(212, 169, 106, 0.35) 0px 0px 7px); }
.footer-brand { width: 230px; height: 120px; }
.footer-brand img { width: 420px; left: -97px; top: -76px; }
@media (max-width: 900px) {
  .site-header nav { top: 104px; height: calc(-104px + 100vh); }
}
@media (max-width: 600px) {
  .brand-logo { width: 172px; height: 88px; }
  .brand-logo img { width: 306px; left: -70px; top: -56px; }
  .footer-brand { width: 210px; height: 110px; }
  .footer-brand img { width: 380px; left: -87px; top: -69px; }
}
.nav-wrap { height: 104px; }
@media (max-width: 900px) {
  .hero { padding-top: 150px; }
}
@media (max-width: 600px) {
  .nav-wrap { height: 92px; }
  .site-header nav { top: 92px; height: calc(-92px + 100vh); }
  .hero { padding-top: 125px; }
}
.site-header nav { gap: 12px; }
.site-header nav > a:not(.button) { position: relative; padding: 11px 10px; color: rgba(255, 255, 255, 0.85); font-size: 12px; font-weight: 700; letter-spacing: 1.45px; border-radius: 4px; }
.site-header nav > a:not(.button)::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 4px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transition: transform 0.25s; }
.site-header nav > a:not(.button):hover, .site-header nav > a:not(.button).active { color: var(--gold-light); background: rgba(212, 169, 106, 0.1); }
.site-header nav > a:not(.button):hover::after, .site-header nav > a:not(.button).active::after { transform: scaleX(1); }
.site-header .nav-phone { margin-left: 6px; background: rgba(212, 169, 106, 0.07); box-shadow: rgba(201, 168, 106, 0.06) 0px 0px 15px inset; padding: 11px 14px !important; border: 1px solid rgba(212, 169, 106, 0.34) !important; color: var(--gold-light) !important; }
.site-header .button-small { padding: 15px 24px; font-size: 12px; letter-spacing: 1.7px; box-shadow: rgba(212, 169, 106, 0.45) 0px 6px 20px; }
.footer-main > div a { color: rgb(210, 215, 228); font-size: 13px; font-weight: 700; padding: 4px 0px; transition: 0.2s; }
.footer-main > div a:hover { color: var(--gold-light); transform: translateX(4px); }
.socials .social-handle { width: auto; height: auto; border: 0px; border-radius: 0px; color: rgb(168, 180, 194); font-size: 11px; }
.socials .social-handle:hover { color: var(--gold-light); }
@media (max-width: 900px) {
  .site-header nav { gap: 12px; }
  .site-header nav > a:not(.button) { width: 100%; font-size: 16px; padding: 12px 10px; }
  .site-header .nav-phone { width: auto !important; margin-left: 0px; }
}
.form-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin: -5px 0px 28px; padding-bottom: 22px; border-bottom: 1px solid rgb(227, 231, 238); }
.form-heading h3 { font: 600 30px/1.15 var(--serif); margin: 5px 0px 0px; color: var(--ink); }
.form-kicker { color: rgb(139, 106, 53); font-size: 11px; letter-spacing: 1.3px; font-weight: 700; }
.form-year { flex: 0 0 auto; padding: 8px 10px; border: 1px solid rgba(212, 169, 106, 0.4); color: rgb(139, 106, 53); background: var(--cream); font-size: 11px; font-weight: 700; letter-spacing: 0.6px; }
.quote-form fieldset { border: 0px; padding: 0px; margin: 0px 0px 25px; }
.quote-form legend { width: 100%; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: rgb(32, 35, 54); font: 600 16px var(--serif); }
.quote-form legend span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--navy); font: 700 8px var(--sans); }
.quote-form input, .quote-form select { padding: 12px 0px; }
.quote-form textarea { min-height: 100px; background: rgb(251, 251, 254); }
.form-assurance { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; margin: 14px 0px 5px; color: rgb(70, 80, 89); font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-assurance span::first-letter { color: var(--rose); }
.form-success strong, .form-error strong { display: block; font-size: 15px; margin-bottom: 2px; }
@media (max-width: 600px) {
  .form-heading { display: block; }
  .form-year { display: inline-block; margin-top: 12px; }
  .form-heading h3 { font-size: 26px; }
  .quote-form fieldset { margin-bottom: 20px; }
  .form-assurance { justify-content: flex-start; }
}
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { display: none; background: rgb(255, 241, 244); color: rgb(139, 24, 53); padding: 15px; margin-top: 15px; font-size: 13px; }
.form-error.show { display: block; }
.form-button:disabled { opacity: 0.72; cursor: wait; transform: none; }
.mobile-quote { display: flex; align-items: center; justify-content: center; gap: 8px; position: fixed; right: 22px; bottom: 22px; z-index: 300; padding: 16px 26px; border-radius: 999px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--navy); font: 700 13px/1 var(--sans); text-transform: uppercase; letter-spacing: 1.2px; box-shadow: rgba(23, 21, 44, 0.3) 0px 16px 34px, rgba(212, 169, 106, 0.5) 0px 0px 0px 1px; transition: transform 0.2s; }
.mobile-quote:hover { transform: translateY(-3px); }
@media (max-width: 600px) {
  .mobile-quote { left: 0px; right: 0px; bottom: 0px; width: 100%; border-radius: 0px; padding: 16px 20px; box-shadow: rgba(23, 21, 44, 0.35) 0px -8px 24px; }
  .mobile-quote:hover { transform: translateY(0); }
}
