/*
Theme Name: Light Up Letter Hire
Theme URI: https://example.com/
Author: Light Up Letter Hire
Description: Bespoke WordPress theme for giant illuminated letters, names, surnames, birthday numbers and event displays.
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: light-up-letter-hire
*/

:root{
 --bg:#fbfaf7;--paper:#fff;--ink:#1f1f1d;--muted:#6d675f;--line:#e7dfd5;
 --gold:#c79b4a;--gold-soft:#ead5a8;--dark:#151515;--dark2:#222;--soft:#f5efe7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);line-height:1.62}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(1180px,92%);margin:auto}
header{position:sticky;top:0;z-index:40;background:rgba(251,250,247,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{font-weight:900;letter-spacing:.055em;font-size:1.03rem;white-space:nowrap}
.navlinks{display:flex;gap:18px;align-items:center;font-size:.88rem}
.navlinks a:hover{color:var(--gold)}
.btn{display:inline-block;padding:13px 20px;border-radius:999px;background:var(--dark);color:#fff;font-weight:800;border:0;cursor:pointer}
.btn.alt{background:transparent;color:var(--dark);border:1px solid var(--dark)}
.hero{padding:68px 0;background:radial-gradient(circle at 85% 10%,rgba(199,155,74,.2),transparent 30%),linear-gradient(#fffdf9,#f6efe6)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.19em;font-weight:900;font-size:.75rem;color:#a47628}
h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.95;letter-spacing:-.05em;margin:.2em 0}
h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.03;letter-spacing:-.04em;margin:.2em 0}
h3{font-size:1.32rem;line-height:1.18}
.lead{font-size:1.15rem;color:var(--muted);max-width:720px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.photo-frame{height:500px;background:var(--dark);border-radius:28px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 60px rgba(0,0,0,.14)}
.photo-frame img{width:100%;height:100%;object-fit:contain;object-position:center;background:var(--dark)}
section{padding:82px 0}
.section-head{display:flex;justify-content:space-between;gap:34px;align-items:end;margin-bottom:34px}
.section-head h2{margin:0}
.section-head p{max-width:650px;color:var(--muted);margin:0}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:stretch}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;transition:.2s}
.card:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(0,0,0,.06)}
.icon{font-size:2.25rem;font-weight:900;color:var(--gold)}
.card p{color:var(--muted)}
.dark{background:var(--dark);color:#fff}
.dark p{color:#bdbdbd}
.dark .card{background:#202020;border-color:#383838}
.dark .card p{color:#bdbdbd}
.media-card{background:var(--dark);border-radius:22px;overflow:hidden;border:1px solid #333}
.media-card .media{height:330px;display:flex;align-items:center;justify-content:center;background:#111}
.media-card .media img{width:100%;height:100%;object-fit:contain;object-position:center;background:#111}
.media-card .copy{padding:22px;color:#fff}
.media-card .copy p{margin:5px 0 0;color:#c5c5c5}
.feature-photo{min-height:440px;border-radius:26px;overflow:hidden;background:#111;display:flex;align-items:center;justify-content:center}
.feature-photo img{width:100%;height:100%;object-fit:contain;object-position:center;background:#111}
.feature-copy{border-radius:26px;padding:38px;background:#202020;border:1px solid #383838}
.pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.pill{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--ink);font-size:.9rem}
.steps{counter-reset:step}
.step{position:relative;padding-left:74px}
.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--dark);color:#fff;font-weight:900}
.specs{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.spec{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;color:var(--ink)}
.spec strong{display:block;font-size:1.7rem}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.letter-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.letter-link{background:#fff;border:1px solid var(--line);border-radius:16px;min-height:90px;display:grid;place-items:center;text-align:center;font-size:2rem;font-weight:900;color:var(--gold)}
.letter-link span{display:block;font-size:.67rem;color:var(--muted);font-weight:700}
.faq{display:grid;gap:12px}
details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px}
summary{font-weight:800;cursor:pointer}
details p{color:var(--muted);margin-bottom:0}
.notice{padding:20px;border-radius:18px;background:#fff4da;border:1px solid #ead095}
.cta{background:linear-gradient(135deg,#d5ae65,#f0d8a7);border-radius:28px;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:30px}
footer{padding:36px 0 52px;border-top:1px solid var(--line);color:var(--muted)}
.footer{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}
.subnav{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.subnav a{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:.88rem}
.birthday-stage{min-height:500px;border-radius:28px;background:linear-gradient(145deg,#171717,#292929);color:#fff;display:grid;place-items:center;text-align:center}
.birthday-stage .number{font-size:clamp(7rem,17vw,13rem);font-weight:900;line-height:.8;text-shadow:0 0 8px #fff,0 0 30px #e4bd68}
.birthday-stage p{color:#ccc;max-width:380px}
.content{max-width:820px}
.content p{font-size:1.06rem;color:#4f4b46}
.muted{color:var(--muted)}
@media(max-width:1050px){
 .navlinks{display:none}.hero-grid,.two{grid-template-columns:1fr}.grid3,.grid4{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.specs{grid-template-columns:1fr 1fr}.letter-grid{grid-template-columns:repeat(5,1fr)}.photo-frame{height:430px}
}
@media(max-width:680px){
 .grid3,.grid4,.gallery,.specs{grid-template-columns:1fr}.section-head,.cta{display:block}.cta .btn{margin-top:18px}.letter-grid{grid-template-columns:repeat(4,1fr)}.photo-frame{height:330px}section{padding:60px 0}
}

.spec span{display:block;color:var(--muted);margin-top:4px}

.dimension-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dimension-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}
.dimension-card .measure{font-size:1.5rem;font-weight:900;color:var(--gold);line-height:1.2;margin-bottom:12px}
.dimension-card p{color:var(--muted)}
.gallery-large{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gallery-large .media-card .media{height:280px}
.note{font-size:.9rem;color:var(--muted);margin-top:16px}
@media(max-width:1050px){.dimension-grid{grid-template-columns:1fr 1fr}.gallery-large{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.dimension-grid,.gallery-large{grid-template-columns:1fr}}

.product-photo{height:560px;border-radius:28px;overflow:hidden;background:#111;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 60px rgba(0,0,0,.14)}
.product-photo img{width:100%;height:100%;object-fit:contain;object-position:center;background:#111}
.gallery-wide{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gallery-wide .media-card .media{height:260px}
.photo-count{font-size:.9rem;color:var(--muted);margin-top:12px}
@media(max-width:1050px){.gallery-wide{grid-template-columns:repeat(2,1fr)}.product-photo{height:480px}}
@media(max-width:680px){.gallery-wide{grid-template-columns:1fr}.product-photo{height:410px}}

/* WordPress integration */
body.admin-bar header{top:32px}
.wp-site-blocks{padding:0}
.current-menu-item>a,.current_page_item>a{color:var(--gold)!important}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:782px){body.admin-bar header{top:46px}}

/* Header / WordPress logo and menu fixes - v1.0.1 */
.site-header{background:#fbfaf7;}
.site-branding{display:flex;align-items:center;flex:0 0 auto;min-width:0;}
.site-branding .custom-logo-link{display:flex;align-items:center;line-height:0;max-height:60px;}
.site-branding .custom-logo{display:block;width:auto!important;height:auto!important;max-width:190px!important;max-height:58px!important;object-fit:contain;}
.nav{height:78px;min-height:78px;}
.navlinks{display:flex;align-items:center;min-width:0;}
.navlinks .primary-menu{display:flex;align-items:center;gap:18px;list-style:none;margin:0;padding:0;}
.navlinks .primary-menu>li{list-style:none;margin:0;padding:0;}
.navlinks .primary-menu>li::marker{content:"";}
.navlinks .primary-menu a{display:block;white-space:nowrap;}
.quote-btn{flex:0 0 auto;white-space:nowrap;}
@media(max-width:1050px){
 .site-branding .custom-logo{max-width:160px!important;max-height:52px!important;}
 .nav{height:72px;min-height:72px;}
}
@media(max-width:680px){
 .site-branding .custom-logo{max-width:135px!important;max-height:46px!important;}
 .quote-btn{padding:10px 14px;font-size:.88rem;}
}
