/* Custom Closet Installation — production stylesheet
   Base tokens + DC helmet styles + codex subset + responsive layer */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #070604; color: #EDE5D4; font-family: Manrope, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }
button, input, select { font: inherit; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }

/* ---- keyframes + helpers (from design helmet) ---- */
@keyframes ccMarquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@keyframes ccSheen { 0% { background-position:0% 50%; } 50% { background-position:100% 50%; } 100% { background-position:0% 50%; } }
@keyframes ccRise { from { opacity:0; transform:translateY(38px); } to { opacity:1; transform:translateY(0); } }
@keyframes ccFloat { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-20px); } }
@keyframes ccGlow { 0%,100% { box-shadow:0 0 30px 2px rgba(200,155,90,.2); } 50% { box-shadow:0 0 60px 10px rgba(200,155,90,.45); } }
@keyframes ccTickStar { 0%,100% { transform:scale(1) rotate(0); opacity:.7; } 50% { transform:scale(1.5) rotate(90deg); opacity:1; } }
@keyframes ccKen { 0% { transform:scale(1.02) translate(0,0); } 100% { transform:scale(1.09) translate(-1.4%,1.2%); } }
@keyframes ccRing { 0%,100% { transform:rotate(0); } 4% { transform:rotate(-14deg); } 8% { transform:rotate(12deg); } 12% { transform:rotate(-9deg); } 16% { transform:rotate(6deg); } 20% { transform:rotate(0); } }
@keyframes ccRingPulse { 0% { box-shadow:0 0 0 0 rgba(224,183,120,.55); } 70% { box-shadow:0 0 0 12px rgba(224,183,120,0); } 100% { box-shadow:0 0 0 0 rgba(224,183,120,0); } }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.nav-dd:hover .nav-dd-menu, .nav-dd-menu:hover { opacity:1 !important; visibility:visible !important; transform:translateY(0) !important; }
.nav-dd-menu::before { content:""; position:absolute; left:0; right:0; top:0; height:2px; background:linear-gradient(90deg,#DDB474,rgba(221,180,116,.1)); }
.nav-dd-menu a { position:relative; opacity:0; transform:translateX(-10px); transition:opacity .35s ease, transform .35s ease, color .25s, background .25s, padding-left .25s !important; }
.nav-dd:hover .nav-dd-menu a { opacity:1; transform:translateX(0); }
.nav-dd:hover .nav-dd-menu a:nth-child(2) { transition-delay:.05s; } .nav-dd:hover .nav-dd-menu a:nth-child(3) { transition-delay:.1s; } .nav-dd:hover .nav-dd-menu a:nth-child(4) { transition-delay:.15s; } .nav-dd:hover .nav-dd-menu a:nth-child(5) { transition-delay:.2s; } .nav-dd:hover .nav-dd-menu a:nth-child(6) { transition-delay:.25s; }
.nav-dd-menu a::after { content:"→"; position:absolute; right:14px; top:50%; transform:translate(-6px,-50%); opacity:0; color:#E0B778; transition:all .25s ease; font-size:12px; }
.nav-dd-menu a:hover { padding-left:22px !important; }
.nav-dd-menu a:hover::after { opacity:1; transform:translate(0,-50%); }
.nav-dd .ddchev { display:inline-block; transition:transform .3s ease; }
.nav-dd:hover .ddchev { transform:rotate(180deg); color:#E0B778; }
[data-reveal] { transition:opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1); }
.ccPre { opacity:0; transform:translateY(18px); }
.ccOn { opacity:1 !important; transform:translateY(0) !important; }
.imgfx, .imgfx img { animation:ccKen 18s ease-in-out infinite alternate; will-change:transform; }
.floaty { animation:ccFloatY 4.5s ease-in-out infinite; }
@keyframes ccFloatY { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-7px); } }
.callbtn .callicon { animation:ccRingPulse 2.6s ease-out infinite; }
.callbtn .callicon svg { animation:ccRing 2.6s ease-in-out infinite; transform-origin:50% 40%; }
.callbtn { transition:transform .35s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.callbtn:hover { transform:translateY(-2px) scale(1.03); filter:brightness(1.12); }
.callbtn:hover .callicon svg { animation-duration:1.1s; }
.heroCall { transition:background .35s ease; }
.heroCall:hover { background:rgba(224,183,120,.09); }
.heroCall > span:first-child { animation:ccRingPulse 2.6s ease-out infinite; border-radius:50%; }
.heroCall > span:first-child svg { animation:ccRing 2.6s ease-in-out infinite; transform-origin:50% 40%; }
.cityrow { transition:transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s, background .35s, padding-left .35s; }
.cityrow:hover { transform:translateX(12px); border-color:rgba(201,162,39,.6) !important; background:linear-gradient(90deg, rgba(224,183,120,.12), rgba(224,183,120,0) 70%); padding-left:10px !important; }
.cityrow .cityname { transition:color .3s, transform .35s; display:inline-block; }
.cityrow:hover .cityname { color:#EAD198; transform:scale(1.08); }
.cityrow .citydot { transition:transform .35s, box-shadow .35s; }
.cityrow:hover .citydot { transform:scale(1.9); box-shadow:0 0 16px rgba(234,209,152,.95); }
.cityrow .citychip { opacity:.55; transition:opacity .3s, transform .3s; }
.cityrow:hover .citychip { opacity:1; transform:translateX(-4px); }
.phoneLink { position:relative; background:linear-gradient(105deg,#F5E6BC,#DDB474 55%,#C89B5A); -webkit-background-clip:text; background-clip:text; color:transparent !important; transition:transform .35s cubic-bezier(.2,.7,.2,1), filter .35s; }
.phoneLink::after { content:""; position:absolute; left:0; bottom:-4px; height:2px; width:0; background:linear-gradient(90deg,#DDB474,#EAD198); transition:width .4s cubic-bezier(.2,.7,.2,1); }
.phoneLink:hover { transform:translateX(5px) scale(1.05); filter:brightness(1.15); }
.phoneLink:hover::after { width:100%; }
.fxsheen { position:absolute; inset:0; z-index:2; pointer-events:none; background:linear-gradient(115deg, rgba(234,209,152,0) 38%, rgba(234,209,152,.22) 50%, rgba(234,209,152,0) 62%); transform:translateX(-140%) skewX(-6deg); transition:transform 1s cubic-bezier(.2,.7,.2,1); }
.fxcard:hover .fxsheen { transform:translateX(140%) skewX(-6deg); }
.fxcard { transition:box-shadow .5s ease; }
.fxcard:hover { box-shadow:0 30px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(224,183,120,.35) inset; }
.step { transition:transform .5s cubic-bezier(.2,.7,.2,1); cursor:default; }
.step:hover { transform:translateY(-8px); }
.step .stepline { transition:background .5s ease, box-shadow .5s ease; }
.step:hover .stepline { background:linear-gradient(90deg, #EAD198, rgba(234,209,152,.15)) !important; box-shadow:0 0 18px rgba(224,183,120,.45); }
.step .stepnum { transition:transform .5s cubic-bezier(.2,.7,.2,1), text-shadow .5s ease, color .5s ease; }
.step:hover .stepnum { transform:scale(1.16) translateY(-5px); color:#F5E6BC; text-shadow:0 0 40px rgba(224,183,120,.75); }
details[open] .ccPlus { transform:rotate(45deg); }
.ccPlus { transition:transform .3s; }

/* ---- codex subset used by DC sections ---- */
.section-label { color:#8a6b44; font-size:10px; font-weight:600; letter-spacing:.28em; }
.button { min-height:54px; padding:0 25px; display:inline-flex; justify-content:center; align-items:center; gap:15px; text-transform:uppercase; letter-spacing:.13em; font-size:10px; font-weight:600; transition:transform .25s, background .25s, color .25s; }
.button:hover { transform:translateY(-3px); }
.button-bronze { background:linear-gradient(110deg,#ad753c,#e0b778); color:#100d09; box-shadow:0 16px 55px rgba(199,147,84,.2); }
.testimonials { background:#080909; color:#fff; padding:68px 4vw 100px; display:grid; grid-template-columns:290px 1fr; gap:6vw; border-top:1px solid rgba(255,255,255,.08); }
.testimonial-heading { position:static; }
.testimonial-heading h2 { font-family:"Cormorant Garamond",serif; font-size:47px; font-weight:500; line-height:.95; letter-spacing:-.035em; margin:20px 0 30px; }
.testimonial-heading h2 i { color:#e0b778; font-weight:400; }
.rating { padding-top:25px; border-top:1px solid rgba(255,255,255,.16); display:grid; grid-template-columns:55px 1fr; align-items:center; }
.rating b { font-family:"Cormorant Garamond",serif; font-size:38px; }
.rating span { color:#b6782f; letter-spacing:.12em; }
.rating small { grid-column:2; color:rgba(255,255,255,.4); font-size:9px; letter-spacing:.08em; }
.reel-grid { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:11px; align-items:center; }
.reel { position:relative; padding:0; border:1px solid rgba(255,255,255,.12); background:#111; overflow:hidden; aspect-ratio:9/16; cursor:pointer; text-align:left; }
.reel-2, .reel-4 { transform:translateY(18px); }
.reel video { width:100%; height:100%; object-fit:cover; filter:saturate(.75) contrast(1.04); transition:transform .7s, filter .6s; }
.reel:hover video { transform:scale(1.045); filter:saturate(1); }
.reel-gradient { position:absolute; inset:0; background:linear-gradient(0deg, rgba(0,0,0,.95), transparent 55%); }
.reel-number { position:absolute; top:14px; left:14px; color:#fff; font-size:8px; letter-spacing:.18em; border:1px solid rgba(255,255,255,.4); padding:6px; }
.play { position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); color:#111; width:44px; height:44px; background:rgba(245,239,228,.9); display:grid; place-items:center; border-radius:50%; transition:transform .25s, background .25s; }
.reel:hover .play { transform:translate(-50%,-50%) scale(1.12); background:#e0b778; }
.reel-quote { position:absolute; left:17px; right:17px; bottom:67px; color:#fff; font-family:"Cormorant Garamond",serif; font-size:clamp(17px,1.55vw,25px); line-height:1.1; }
.reel-meta { position:absolute; left:17px; right:17px; bottom:18px; color:rgba(255,255,255,.52); font-size:8px; line-height:1.45; text-transform:uppercase; letter-spacing:.06em; }
.reel-meta b { display:block; color:#e0b778; font-size:9px; letter-spacing:.12em; }
.craft-story { padding:8px 2.1vw 72px; display:grid; grid-template-columns:minmax(0,1.6fr) minmax(330px,.7fr); gap:7px; background:#080909; }
.craft-main { position:relative; min-height:550px; overflow:hidden; border:1px solid rgba(255,255,255,.12); }
.craft-main > div > img, .craft-main > img { width:100%; height:100%; object-fit:cover; filter:saturate(.78) contrast(1.05); transition:transform 1s ease; }
.craft-main:hover img { transform:scale(1.025); }
.craft-shade { position:absolute; inset:0; background:linear-gradient(90deg, rgba(4,5,5,.92), rgba(4,5,5,.38) 52%, transparent 78%), linear-gradient(0deg, rgba(4,5,5,.72), transparent 55%); }
.craft-copy { position:absolute; z-index:2; left:4.2vw; bottom:58px; max-width:480px; }
.craft-copy .section-label { color:#e0b778; }
.craft-copy h2 { font-family:"Cormorant Garamond",serif; font-size:clamp(47px,4.4vw,74px); font-weight:500; line-height:.92; letter-spacing:-.035em; margin:21px 0 22px; }
.craft-copy h2 i { color:#e0b778; font-weight:400; font-style:italic; }
.craft-copy p { max-width:420px; color:rgba(255,255,255,.56); line-height:1.75; font-size:11px; }
.craft-side { display:grid; grid-template-rows:1fr 1fr; gap:7px; }
.craft-side figure { position:relative; margin:0; overflow:hidden; border:1px solid rgba(255,255,255,.12); min-height:270px; }
.craft-side img { width:100%; height:100%; object-fit:cover; filter:saturate(.74) contrast(1.05); transition:transform .7s; }
.craft-side figure:hover img { transform:scale(1.035); }
.craft-side figure:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(3,4,4,.9), transparent 60%); }
.craft-side figcaption { position:absolute; z-index:2; left:21px; right:21px; bottom:18px; display:flex; justify-content:space-between; align-items:end; }
.craft-side figcaption b { font-family:"Cormorant Garamond",serif; font-size:20px; font-weight:400; }
.craft-side figcaption span { color:#e0b778; font-size:8px; letter-spacing:.08em; text-transform:uppercase; }
.final-cta { position:relative; height:300px; margin:0 2.1vw 28px; border:1px solid rgba(255,255,255,.13); overflow:hidden; display:grid; place-items:center start; text-align:left; padding:0 48px; }
.final-cta > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(.55); }
.final-overlay { position:absolute; inset:0; background:linear-gradient(90deg, rgba(3,4,4,.94), rgba(3,4,4,.28)); }
.final-content { position:relative; z-index:2; }
.final-content .section-label { color:#e0b778; }
.final-content h2 { font-family:"Cormorant Garamond",serif; font-size:42px; font-weight:400; line-height:.95; margin:13px 0 24px; }
.final-content .button { width:auto; }
.final-call { display:inline-flex; align-items:center; gap:9px; margin-left:22px; font-family:"Cormorant Garamond",serif; font-size:21px; }
.mobile-call { display:none; }
.video-modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; }
.video-modal[hidden] { display:none; }
.modal-backdrop { position:absolute; inset:0; border:0; background:rgba(0,0,0,.88); backdrop-filter:blur(12px); cursor:pointer; }
.modal-frame { position:relative; z-index:2; width:min(390px,88vw); box-shadow:0 35px 100px #000; border:1px solid rgba(224,183,120,.27); background:#090909; }
.modal-frame video { width:100%; aspect-ratio:9/16; object-fit:cover; max-height:78vh; display:block; }
.modal-frame > div { padding:18px 20px; display:flex; justify-content:space-between; font-size:10px; }
.modal-frame > div span { color:rgba(255,255,255,.45); }
.modal-close { position:absolute; right:-45px; top:0; border:1px solid rgba(255,255,255,.35); background:#0b0b0b; width:36px; height:36px; display:grid; place-items:center; cursor:pointer; z-index:3; color:#fff; }

/* ---- burger + mobile menu ---- */
.cc-burger { display:none; background:none; border:1px solid rgba(224,183,120,.4); width:44px; height:44px; border-radius:6px; cursor:pointer; padding:10px; flex-direction:column; justify-content:space-between; }
.cc-burger span { display:block; height:2px; background:#E0B778; border-radius:2px; }
.cc-mobile-menu { position:fixed; inset:0; z-index:90; background:rgba(7,6,4,.98); backdrop-filter:blur(10px); display:flex; flex-direction:column; gap:4px; padding:96px 28px 28px; overflow:auto; }
.cc-mobile-menu[hidden] { display:none; }
.cc-mobile-menu a { font-family:"Cormorant Garamond",serif; font-size:30px; padding:10px 4px; border-bottom:1px solid rgba(224,183,120,.14); color:#EDE5D4; }
.cc-mobile-menu a:active { color:#E0B778; }
.cc-mobile-menu .cc-mm-call { font-family:Manrope,sans-serif; font-size:15px; font-weight:800; letter-spacing:.08em; background:linear-gradient(110deg,#a96f35,#ddb474); color:#0c0906; border:0; margin-top:18px; padding:16px; text-align:center; }
body.cc-menu-open { overflow:hidden; }
body.cc-menu-open .cc-burger span:nth-child(1) { transform:translateY(10px) rotate(45deg); }
body.cc-menu-open .cc-burger span:nth-child(2) { opacity:0; }
body.cc-menu-open .cc-burger span:nth-child(3) { transform:translateY(-10px) rotate(-45deg); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *:before, *:after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
}

/* ---- tablet (1024-1339) ---- */
@media (max-width: 1339px) {
  .cc-hero-copy { width:56vw !important; left:28px !important; }
  .cc-hero-form { right:28px !important; width:360px !important; }
  .cc-topbar { padding:18px 28px !important; }
  .cc-nav { gap:0 !important; font-size:10.5px !important; }
  .reel-grid { grid-template-columns:repeat(2,1fr); }
  .reel-2, .reel-4 { transform:none; }
}
/* ---- mobile (<=1023) ---- */
@media (max-width: 1023px) {
  .cc-nav, .cc-rail { display:none !important; }
  .cc-burger { display:flex; position:fixed; top:12px; right:12px; z-index:85; background:rgba(10,8,6,.78); backdrop-filter:blur(10px); box-shadow:0 6px 24px rgba(0,0,0,.45); }
  .cc-topbar { padding:12px 16px !important; }
  /* hero: video is the full-height background of the whole hero (copy + form + stats on top);
     uniform dark veil for legibility; desktop side-gradients off */
  .cc-hero { min-height:0 !important; }
  .cc-hero > div[style*="inset:0"][style*="background"] { display:none !important; }
  .cc-hero > div[style*="position:absolute"][style*="inset:0"]:not([style*="background"]) { z-index:0; overflow:hidden; }
  /* sticky = viewport-sized backdrop that stays behind the content while the hero scrolls (crop stays sane) */
  .cc-hero > div[style*="position:absolute"][style*="inset:0"]:not([style*="background"]) > video,
  .cc-hero > div[style*="position:absolute"][style*="inset:0"]:not([style*="background"]) > img { position:sticky; top:0; display:block; width:100%; height:100vh; object-fit:cover; object-position:center; }
  .cc-hero > div[style*="position:absolute"][style*="inset:0"]:not([style*="background"])::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(7,6,4,.56) 0%, rgba(7,6,4,.54) 70%, rgba(7,6,4,.92) 100%); pointer-events:none; }
  .cc-hero-copy { position:relative !important; z-index:5; padding:112px 18px 30px !important; }
  .cc-hero-svc .cc-hero-copy { padding:112px 18px 40px !important; }
  .cc-hero-copy h1 { text-shadow:0 4px 30px rgba(0,0,0,.85) !important; }
  .cc-hero-form, .cc-hero-stats { position:relative !important; z-index:5; }
  .cc-hero-stats > div { padding:14px 12px !important; min-height:0 !important; }
  .cc-hero-stats > div:last-child { grid-column:1 / -1; }
  .cc-services [style*="left:26px; bottom:"] { right:100px !important; }
  .cc-topbar > div:first-child { width:120px !important; height:56px !important; }
  .cc-topbar > div:first-child img { width:158px !important; height:158px !important; margin:-50px 0 0 -20px !important; }
  .cc-callbtn span span:last-child span:last-child { font-size:14px !important; }
  .cc-hero { height:auto !important; min-height:0 !important; padding-bottom:26px; }
  .cc-hero-copy { position:static !important; width:auto !important; padding:120px 18px 0 !important; left:auto !important; top:auto !important; }
  .cc-hero-copy h1 { font-size:clamp(38px,10.5vw,54px) !important; }
  .cc-hero-copy > div[style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns:1fr 1fr !important; }
  .cc-hero-copy > div[style*="grid-template-columns:1.05fr 1fr"] { grid-template-columns:1fr !important; }
  .cc-hero-copy > div[style*="display:flex; gap:30px"] { flex-direction:column; gap:14px !important; }
  .cc-hero-form { position:static !important; width:auto !important; margin:26px 18px 0 !important; right:auto !important; top:auto !important; }
  .cc-hero-stats { position:static !important; margin:24px 18px 0 !important; grid-template-columns:1fr 1fr !important; left:auto !important; right:auto !important; bottom:auto !important; }
  .cc-hero-stats > div { border-right:0 !important; border-bottom:1px solid rgba(200,155,90,.2); }
  .cc-hero-svc .cc-hero-copy { padding:120px 18px 40px !important; }
  .cc-sec { padding-left:18px !important; padding-right:18px !important; }
  .cc-sec [style*="grid-template-columns"] { grid-template-columns:1fr !important; }
  .cc-sec [style*="display:flex; justify-content:space-between; align-items:flex-end"] { display:block !important; }
  .cc-sec [style*="display:flex; align-items:flex-end; justify-content:space-between"] { display:block !important; }
  .cc-sec h2[style] { font-size:clamp(34px,9.5vw,52px) !important; line-height:1.02 !important; }
  .cc-sec [style*="-webkit-text-stroke"] { display:none !important; }
  .cc-sec [style*="height:706px"] { height:430px !important; }
  .cc-sec [style*="height:340px"] { height:300px !important; }
  .cc-sec [style*="min-height:480px"] { min-height:340px !important; }
  .cc-sec [style*="position:sticky"] { position:static !important; }
  .cc-areas [style*="height:520px"] { height:360px !important; }
  .cc-areas [style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns:1fr 1fr !important; }
  .cc-faq [style*="padding:100px 64px 110px"] { padding:60px 18px 70px !important; }
  .cc-footer > div:first-child { display:block !important; padding:44px 18px 30px !important; }
  .cc-footer > div:first-child > div { margin-bottom:28px; }
  .cc-footer > div:last-child { flex-direction:column; gap:12px !important; padding:18px !important; text-align:center; }
  .testimonials { display:block; padding:56px 14px 80px; }
  .reel-grid { margin-top:36px; grid-template-columns:repeat(2,1fr); gap:8px; }
  .craft-story { display:block; padding:0 14px 56px; }
  .craft-main { min-height:440px; }
  .craft-side { margin-top:7px; grid-template-columns:1fr 1fr; grid-template-rows:230px; }
  .craft-side figure { min-height:0; }
  .final-cta { height:auto; padding:44px 22px; margin:0 14px 20px; }
  .final-content h2 { font-size:36px; }
  .final-call { margin:18px 0 0; display:flex; }
  .cc-feat-grid, .cc-steps, .cc-two { grid-template-columns:1fr !important; }
  .mobile-call { position:fixed; z-index:70; left:0; right:0; bottom:0; height:64px; background:linear-gradient(110deg,#a96f35,#ddb474); color:#0c0906; display:flex; align-items:center; justify-content:center; gap:12px; text-transform:uppercase; font-size:12.5px; letter-spacing:.08em; font-weight:800; box-shadow:0 -10px 40px rgba(0,0,0,.35); }
  body { padding-bottom:64px; }
  .modal-close { right:8px; top:8px; }
}
@media (max-width: 560px) {
  .cc-callbtn { display:none !important; }
  .reel-grid { grid-template-columns:1fr 1fr; }
  .cc-hero-stats { grid-template-columns:1fr 1fr !important; }
  .cc-areas [style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns:1fr !important; }
}

a.cityrow { cursor:pointer !important; }

/* mobile hero stacking — must come last so it wins the cascade */
@media (max-width: 1023px) {
  .cc-hero-copy { position:relative !important; z-index:5; padding:112px 18px 30px !important; }
  .cc-hero-svc .cc-hero-copy { padding:112px 18px 40px !important; }
  .cc-hero-form, .cc-hero-stats { position:relative !important; z-index:5; }
}

/* mobile hero — premium legibility pass (2026-09-01 · Randy feedback: video más opaco, texto premium) */
.cc-hero-cta { display:none; }
@media (max-width: 1023px) {
  .cc-hero > div[style*="position:absolute"][style*="inset:0"]:not([style*="background"]) > video,
  .cc-hero > div[style*="position:absolute"][style*="inset:0"]:not([style*="background"]) > img { filter:saturate(.7) brightness(.58); }
  .cc-hero > div[style*="position:absolute"][style*="inset:0"]:not([style*="background"])::after { background:linear-gradient(180deg, rgba(7,6,4,.62) 0%, rgba(7,6,4,.60) 55%, rgba(7,6,4,.96) 100%) !important; }
  .cc-hero-copy > div:first-child { display:inline-flex !important; align-items:center; gap:10px; padding:9px 14px 9px 12px; border:1px solid rgba(224,183,120,.42); background:rgba(8,6,4,.66); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); border-radius:999px; box-shadow:0 8px 30px rgba(0,0,0,.45); }
  .cc-hero-copy > div:first-child span:last-child { font-size:10px !important; letter-spacing:.16em !important; color:#EDE5D4 !important; }
  .cc-hero-copy h1 { font-size:clamp(44px, 11.5vw, 60px) !important; line-height:1.02 !important; margin-top:18px !important; letter-spacing:-.01em; text-shadow:0 2px 6px rgba(0,0,0,.95), 0 14px 50px rgba(0,0,0,.9) !important; }
  .cc-hero-copy > p { color:#E4DAC6 !important; font-size:15.5px !important; text-shadow:0 2px 12px rgba(0,0,0,.9); }
  .cc-hero-copy > div[style*="display:flex; gap:30px"] { background:rgba(8,6,4,.64); border:1px solid rgba(224,183,120,.3); border-left:3px solid #E0B778; backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); padding:16px 16px 16px 18px !important; margin-top:24px !important; border-radius:6px; box-shadow:0 14px 40px rgba(0,0,0,.45); }
  .cc-hero-copy > div[style*="display:flex; gap:30px"] div { text-shadow:0 1px 6px rgba(0,0,0,.8); }
  .cc-hero-copy span[style*="border:1px solid rgba(200,155,90,.35)"] { background:rgba(8,6,4,.6); color:#EDE5D4 !important; backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }
  .cc-hero-stats { background:rgba(10,8,6,.92) !important; box-shadow:0 18px 50px rgba(0,0,0,.5); }
  .cc-hero-cta { display:flex; flex-direction:column; gap:10px; margin-top:24px; }
  .cc-cta-main, .cc-cta-alt { display:flex; align-items:center; justify-content:center; padding:17px 18px; font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; border-radius:4px; }
  .cc-cta-main { background:linear-gradient(105deg,#8A6A2F,#EAD198,#B98C3F,#F5E6BC,#8A6A2F); background-size:220% auto; animation:ccSheen 6s ease-in-out infinite, ccGlow 2.8s ease-in-out infinite; color:#1B1206; }
  .cc-cta-alt { border:1px solid rgba(224,183,120,.6); color:#F5E6BC; background:rgba(8,6,4,.55); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }
  .cc-hero-copy a[href^="tel:"]:not(.cc-cta-main) { animation:ccGlow 2.8s ease-in-out infinite; }
}

/* mobile hero — remove non-converting filler (Randy 2026-09-01): bullets + stats box hidden ≤1023 */
@media (max-width: 1023px) {
  .cc-hero-copy > div[style*="display:flex; gap:30px"] { display:none !important; }
  .cc-hero-stats { display:none !important; }
  .cc-hero-cta { margin-top:26px; }
}

/* mobile hero — above-the-fold spec (Randy 2026-09-01): badge → H1 (2 lines) → form → phone · no scroll */
.cc-hero-phone { display:none; }
@media (max-width: 1023px) {
  .cc-topbar { padding:10px 14px !important; }
  .cc-topbar > div:first-child { width:110px !important; height:48px !important; }
  .cc-topbar > div:first-child img { width:140px !important; height:140px !important; margin:-46px 0 0 -18px !important; }
  .cc-hero-copy { padding:58px 16px 0 !important; }
  .cc-hero-copy > div:first-child { padding:6px 11px 6px 10px; gap:8px; }
  .cc-hero-copy > div:first-child span:first-child { font-size:11px !important; letter-spacing:2px !important; }
  .cc-hero-copy > div:first-child span:last-child { font-size:8.5px !important; letter-spacing:.14em !important; }
  .cc-hero-copy h1 { font-size:clamp(26px, 8.4vw, 36px) !important; line-height:1.06 !important; margin:10px 0 0 !important; }
  .cc-hero-copy > div[style*="repeat(4,1fr)"], .cc-hero-copy > div[style*="1.05fr 1fr"] { display:none !important; }
  .cc-hero-form { margin:12px 16px 0 !important; animation:none !important; }
  .cc-hero-form > div[style*="background:#14100A"] { padding:12px 12px 10px !important; }
  .cc-hero-form div[style*="display:flex; gap:8px"] { display:none !important; }
  .cc-hero-form div[style*="font-size:27px"] { font-size:22px !important; margin:0 !important; }
  .cc-hero-form div[style*="font-size:13px; color:#C4BAA3"] { display:none !important; }
  .cc-hero-form div[style*="grid-template-columns:1fr; gap:11px"] { gap:7px !important; margin-top:8px !important; }
  .cc-hero-form div[style*="grid-template-columns:1fr; gap:11px"] > div > div:first-child { font-size:8.5px !important; margin-bottom:3px !important; }
  .cc-hero-form input, .cc-hero-form select { padding:9px 11px !important; font-size:15px !important; }
  .cc-hero-form a[href^="tel:"] { padding:13px 0 !important; margin-top:9px !important; font-size:13px !important; }
  .cc-hero-form div[style*="font-size:11.5px"] { display:none !important; }
  .cc-hero-form div[style*="gap:7px"] { margin-top:6px !important; font-size:7.5px !important; }
  .cc-hero-phone { display:flex; align-items:center; justify-content:center; gap:10px; margin:12px 16px 4px; padding:12px 14px; border:1px solid rgba(224,183,120,.5); border-radius:6px; background:rgba(8,6,4,.62); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); color:#F5E6BC; font-family:'Cormorant Garamond',serif; font-size:27px; font-weight:600; animation:ccGlow 2.8s ease-in-out infinite; }
  .cc-hero-phone small { font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:.16em; color:#C4BAA3; }
  .cc-hero { padding-bottom:10px !important; }
  /* city / service pages: badge → H1 → CTA → sub → chips */
  .cc-hero-svc .cc-hero-copy { display:flex; flex-direction:column; padding:58px 16px 26px !important; }
  .cc-hero-svc .cc-hero-copy > div[style*="gap:18px"] { order:2; margin-top:14px !important; }
  .cc-hero-svc .cc-hero-copy > p { order:3; font-size:14px !important; margin-top:14px !important; }
  .cc-hero-svc .cc-hero-copy > div[style*="gap:14px"] { order:4; margin-top:12px !important; }
}

/* mobile phone line: single-line gold number, label underneath */
@media (max-width: 1023px) {
  .cc-hero-phone { flex-direction:column; gap:2px; padding:11px 14px 10px; white-space:nowrap; font-size:30px; line-height:1.05; background:linear-gradient(105deg,#F5E6BC,#DDB474 55%,#C89B5A); -webkit-background-clip:text; background-clip:text; color:transparent; border-color:rgba(224,183,120,.55); }
  .cc-hero-phone small { -webkit-text-fill-color:#C4BAA3; color:#C4BAA3; font-size:8.5px; }
}

/* mobile hero — premium 10/10 pass (Randy 2026-09-01): bigger 2-line H1 · Google trust block · gold phone button · burger/logo spacing */
.cc-hero-trust { display:none; }
@media (max-width: 1023px) {
  .cc-burger { top:44px !important; right:12px !important; width:40px; height:40px; padding:9px; }
  .cc-topbar { padding:8px 12px !important; }
  .cc-topbar > div:first-child { width:96px !important; height:40px !important; }
  .cc-topbar > div:first-child img { width:118px !important; height:118px !important; margin:-38px 0 0 -14px !important; }
  .cc-hero-copy { padding:98px 12px 0 !important; }
  .cc-hero-copy:has(.cc-hero-trust) > div:first-child { display:none !important; }
  .cc-hero-copy h1 { font-size:clamp(30px, 9.4vw, 44px) !important; line-height:1.03 !important; letter-spacing:-.02em !important; margin:0 !important; hyphens:none; }
  .cc-hero-trust { display:block; margin-top:12px; }
  .cc-trust-g { display:flex; align-items:center; gap:8px; padding:8px 12px; border:1px solid rgba(224,183,120,.42); border-radius:999px; background:rgba(8,6,4,.68); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); width:max-content; max-width:100%; }
  .cc-g { width:18px; height:18px; flex:none; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.5 0 6.6 1.2 9 3.5l6.7-6.7C35.6 2.6 30.2 0 24 0 14.6 0 6.5 5.4 2.6 13.3l7.8 6.1C12.3 13.6 17.7 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.5 24.5c0-1.6-.1-3.1-.4-4.5H24v9h12.7c-.6 3-2.3 5.5-4.8 7.2l7.5 5.8c4.4-4.1 7.1-10.1 7.1-17.5z'/%3E%3Cpath fill='%23FBBC05' d='M10.4 28.6c-.5-1.5-.8-3-.8-4.6s.3-3.1.8-4.6l-7.8-6.1C.9 16.6 0 20.2 0 24s.9 7.4 2.6 10.7l7.8-6.1z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.5 0 11.9-2.1 15.9-5.8l-7.5-5.8c-2.1 1.4-4.9 2.3-8.4 2.3-6.3 0-11.7-4.1-13.6-9.9l-7.8 6.1C6.5 42.6 14.6 48 24 48z'/%3E%3C/svg%3E") center/contain no-repeat; }
  .cc-stars { color:#E8B84B; letter-spacing:2px; font-size:13px; }
  .cc-trust-g b { font-family:Manrope,sans-serif; font-weight:800; font-size:14px; color:#F5E6BC; }
  .cc-trust-txt { font-family:Manrope,sans-serif; font-size:12px; font-weight:600; color:#EDE5D4; letter-spacing:.02em; }
  .cc-trust-chips { display:flex; flex-wrap:wrap; gap:6px; margin-top:8px; }
  .cc-trust-chips span { font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:.1em; color:#E4DAC6; padding:6px 9px; border:1px solid rgba(224,183,120,.32); background:rgba(8,6,4,.58); border-radius:4px; white-space:nowrap; }
  .cc-hero-form { margin:12px 12px 0 !important; }
  .cc-hero-phone { flex-direction:column; gap:3px; margin:10px 12px 4px; padding:13px 14px 11px; border:0; border-radius:6px; background:linear-gradient(105deg,#8A6A2F,#EAD198,#B98C3F,#F5E6BC,#8A6A2F); background-size:220% auto; animation:ccSheen 6s ease-in-out infinite, ccGlow 2.8s ease-in-out infinite; -webkit-text-fill-color:#1B1206; color:#1B1206; white-space:nowrap; }
  .cc-phone-num { font-family:Manrope,sans-serif; font-weight:800; font-size:26px; letter-spacing:.03em; line-height:1; }
  .cc-hero-phone small { font-family:Manrope,sans-serif; font-weight:700; font-size:9px; letter-spacing:.16em; -webkit-text-fill-color:#3B2A12; color:#3B2A12; }
}

/* mobile fold safety: trim ~35px of air so the phone button clears Safari's bars on 812px phones */
@media (max-width: 1023px) {
  .cc-hero-copy { padding-top:90px !important; }
  .cc-hero-trust { margin-top:10px; }
  .cc-trust-chips { margin-top:6px; }
  .cc-hero-form { margin-top:10px !important; }
  .cc-hero-form > div[style*="background:#14100A"] { padding:10px 12px 9px !important; }
  .cc-hero-form div[style*="font-size:27px"] { font-size:21px !important; }
  .cc-hero-form div[style*="grid-template-columns:1fr; gap:11px"] { gap:6px !important; margin-top:6px !important; }
  .cc-hero-form a[href^="tel:"] { padding:12px 0 !important; margin-top:8px !important; }
  .cc-hero-phone { margin-top:8px; padding:12px 14px 10px; }
}

/* trust callouts (Randy's exact 4): 2×2 grid, uppercase mono, fold-safe */
@media (max-width: 1023px) {
  .cc-trust-chips { display:grid; grid-template-columns:1fr 1fr; gap:6px; }
  .cc-trust-chips span { font-size:8px; letter-spacing:.06em; text-transform:uppercase; text-align:center; padding:7px 5px; white-space:nowrap; overflow:hidden; text-overflow:clip; color:#EDE5D4; border-color:rgba(224,183,120,.4); }
}

/* Google pill ABOVE the H1, callouts below (Randy 2026-09-01) */
.cc-trust-g, .cc-trust-chips { display:none; }
@media (max-width: 1023px) {
  .cc-hero-copy:has(.cc-trust-g) > div:first-child { display:none !important; }
  .cc-trust-g { display:flex; margin:0 0 10px; }
  .cc-trust-chips { display:grid; margin-top:10px; }
}

/* callout fit: tighter tracking/padding so the longest chip fits one line at 375px; graceful wrap below that */
@media (max-width: 1023px) {
  .cc-trust-chips span { padding:7px 3px; letter-spacing:.03em; white-space:normal; line-height:1.25; overflow:visible; }
}

/* H1 accent ("Closet Installation" / city name): brighter moving gold, glow, animated underline (Randy 2026-09-01) */
@keyframes ccUnderline { from { transform:scaleX(0); opacity:0; } to { transform:scaleX(1); opacity:1; } }
@media (max-width: 1023px) {
  .cc-hero-copy h1 > span[style*="background-clip:text"], .cc-hero-svc .cc-hero-copy h1 > span {
    display:inline-block; position:relative; padding-bottom:2px;
    background-image:linear-gradient(105deg,#C89B5A 0%,#FFE9A8 22%,#E8B84B 45%,#FFF3C4 62%,#D9AE6C 80%,#C89B5A 100%) !important;
    background-size:240% auto !important; -webkit-background-clip:text !important; background-clip:text !important; color:transparent !important;
    animation:ccSheen 3.2s ease-in-out infinite !important;
    filter:drop-shadow(0 0 9px rgba(232,184,75,.45)) drop-shadow(0 2px 2px rgba(0,0,0,.65));
  }
  .cc-hero-copy h1 > span[style*="background-clip:text"]::after, .cc-hero-svc .cc-hero-copy h1 > span::after {
    content:""; position:absolute; left:1%; right:1%; bottom:0; height:2px; border-radius:2px;
    background:linear-gradient(90deg, rgba(232,184,75,0), #F5E6BC 30%, #E8B84B 70%, rgba(232,184,75,0));
    transform-origin:left; animation:ccUnderline 1.3s cubic-bezier(.2,.7,.2,1) .45s both;
  }
}

/* premium trust cards (Randy 2026-09-01): glass + gold hairline + ✦ icon, Manrope caps, uniform 2×2 */
@media (max-width: 1023px) {
  .cc-trust-chips { display:grid; grid-template-columns:1fr 1fr; gap:6px; margin-top:8px; }
  .cc-trust-chips span { display:flex; align-items:center; gap:6px; min-height:36px; padding:4px 8px 4px 7px; border-radius:6px; text-align:left;
    font-family:Manrope,sans-serif; font-weight:700; font-size:8.5px; letter-spacing:.06em; text-transform:uppercase; line-height:1.15; color:#F5E6BC; white-space:normal; overflow:visible;
    background:linear-gradient(180deg, rgba(26,20,12,.88), rgba(8,6,4,.74)); border:1px solid rgba(224,183,120,.38); border-top-color:rgba(245,230,188,.62);
    box-shadow:0 8px 22px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }
  .cc-trust-chips span::before { content:"✦"; color:#E8B84B; font-size:10px; flex:none; text-shadow:0 0 8px rgba(232,184,75,.65); }
  .cc-trust-g { margin-bottom:8px; }
  .cc-hero-copy { padding-top:86px !important; }
  .cc-hero-form { margin-top:8px !important; }
  .cc-hero-phone { padding:11px 14px 9px; }
}

/* ===== MOBILE PREMIUM PASS — sections, headers, menu (Randy 2026-09-01 · 10/10 standard) ===== */
@media (max-width: 1023px) {
  /* section rhythm: kill desktop dead space */
  .cc-sec[style*="padding:"] { padding-top:56px !important; padding-bottom:60px !important; }
  .cc-case > div[style*="padding:10px 64px 96px"] { padding:0 18px 56px !important; }
  .cc-case > div[style*="height:110px"] { height:56px !important; }
  .cc-process > div[style*="padding:110px 64px 120px"] { padding:56px 18px 64px !important; }
  .cc-areas > div[style*="padding:76px 64px 84px"] { padding:56px 18px 60px !important; gap:28px !important; }
  /* section headers: kicker + h2 + button */
  .cc-sec [style*="width:44px; height:1px"] { width:28px !important; }
  .cc-sec [style*="font-size:11px; letter-spacing:.16em"] { font-size:10px !important; }
  .cc-sec h2[style] { font-size:clamp(34px, 9.6vw, 42px) !important; line-height:1.04 !important; margin-top:12px !important; }
  .cc-sec [style*="display:flex; justify-content:space-between; align-items:flex-end"] > a,
  .cc-sec [style*="display:flex; align-items:flex-end; justify-content:space-between"] > a,
  .cc-sec [style*="justify-content:space-between; align-items:flex-end"] > div > a[href],
  .cc-sec [style*="align-items:flex-end; justify-content:space-between"] > div > a[href] {
    display:flex !important; justify-content:space-between; align-items:center; width:100%; box-sizing:border-box; margin-top:22px !important;
    padding:15px 18px !important; border:1px solid rgba(224,183,120,.55) !important; border-radius:4px; background:rgba(8,6,4,.45);
    font-size:11px !important; letter-spacing:.16em !important; color:#F5E6BC !important; }
  /* services cards: caption never collides with the arrow (cards themselves untouched) */
  .cc-services .fxcard [style*="left:30px; right:30px; bottom:28px"] { left:22px !important; right:104px !important; bottom:22px !important; }
  .cc-services .fxcard [style*="letter-spacing:.16em; color:rgba(237,229,212,.6)"] { font-size:9.5px !important; letter-spacing:.12em !important; }
  /* "If a room needs storage" row → stacked */
  .cc-services [style*="justify-content:space-between; align-items:center; gap:30px; margin-top:44px"] { display:flex !important; flex-direction:column; align-items:stretch; gap:14px !important; margin-top:28px !important; padding-top:22px !important; }
  .cc-services [style*="justify-content:space-between; align-items:center; gap:30px; margin-top:44px"] > div[style*="font-size:23px"] { font-size:22px !important; margin-bottom:4px; }
  .cc-services [style*="justify-content:space-between; align-items:center; gap:30px; margin-top:44px"] a { display:flex !important; justify-content:space-between; align-items:center; width:100%; box-sizing:border-box; padding:15px 18px !important; border:1px solid rgba(224,183,120,.5) !important; border-radius:4px; font-size:11px !important; letter-spacing:.16em; color:#F5E6BC !important; }
  /* reviews */
  .testimonials { padding:48px 16px 56px !important; }
  .testimonial-heading h2 { font-size:clamp(34px, 9.6vw, 42px) !important; margin:12px 0 16px !important; }
  .reel-grid { margin-top:22px !important; }
  /* case study */
  .cc-case [style*="text-align:right; line-height:2"] { text-align:left !important; line-height:1.9 !important; margin-top:10px; padding-bottom:0 !important; }
  .cc-case [style*="minmax(0,1fr) minmax(0,1.5fr)"] { gap:12px !important; margin-top:26px !important; }
  .cc-case [style*="grid-template-columns:repeat(4,1fr); gap:40px; margin-top:56px"] { grid-template-columns:1fr 1fr !important; gap:16px 12px !important; margin-top:30px !important; }
  .cc-case [style*="padding-top:26px"] { padding-top:12px !important; }
  .cc-case [style*="font-size:34px; font-weight:500; color:#8C6A2B"] { font-size:26px !important; }
  .cc-case [style*="padding-top:26px"] > div[style*="margin-top"] { font-size:13px !important; line-height:1.6 !important; }
  /* process: steps become cards */
  .cc-process [style*="margin-top:80px"] { margin-top:26px !important; }
  .cc-process [style*="repeat(3,1fr); gap:60px"] { gap:12px !important; }
  .cc-process .step { padding:18px 16px 18px !important; border:1px solid rgba(224,183,120,.26); border-radius:8px; background:rgba(8,6,4,.62); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }
  .cc-process .step > div[style*="gap:28px"] { gap:14px !important; }
  .cc-process .stepnum { font-size:44px !important; }
  .cc-process .step [style*="font-size:31px"] { font-size:24px !important; margin-top:10px !important; }
  .cc-process .step [style*="max-width:32ch"] { font-size:13.5px !important; margin-top:8px !important; line-height:1.7 !important; }
  /* areas: city list → premium chips */
  .cc-areas [style*="repeat(3,1fr); column-gap:44px"] { grid-template-columns:1fr 1fr !important; gap:8px !important; border-top:0 !important; margin-top:22px !important; }
  .cc-areas .cityrow { padding:11px 10px !important; border:1px solid rgba(224,183,120,.26) !important; border-radius:6px; background:rgba(8,6,4,.5); gap:8px !important; }
  .cc-areas .cityrow .cityname { font-size:16px !important; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .cc-areas .citychip { display:none !important; }
  a.cityrow { cursor:pointer; }
  /* faq: CTA */
  .cc-faq a[href^="tel:"] { display:flex !important; justify-content:center; align-items:center; width:100%; box-sizing:border-box; margin-top:22px; padding:16px 18px !important; border-radius:6px; background:linear-gradient(105deg,#8A6A2F,#EAD198,#B98C3F,#F5E6BC,#8A6A2F) !important; background-size:220% auto !important; animation:ccSheen 6s ease-in-out infinite; color:#1B1206 !important; font-family:Manrope,sans-serif !important; font-weight:800 !important; font-size:20px !important; letter-spacing:.03em !important; }
  .cc-faq [style*="font-size:8.5px; letter-spacing:.16em"] { text-align:center; margin-top:10px !important; }
  /* touch: no sticky hover transforms */
  .cityrow:hover, .step:hover, .fxcard:hover { transform:none !important; }
  .cityrow:hover { padding-left:10px !important; background:rgba(224,183,120,.08) !important; }
}
@media (hover: none) {
  .cityrow:hover .cityname, .cityrow:hover .citydot, .step:hover .stepnum { transform:none !important; }
}
/* ===== premium mobile menu ===== */
@media (max-width: 1023px) {
  .cc-mobile-menu { z-index:80; padding:78px 18px 28px; gap:0; background:linear-gradient(180deg, rgba(14,11,8,.99), rgba(7,6,4,.99)); border-top:2px solid; border-image:linear-gradient(90deg,#DDB474,rgba(221,180,116,.1)) 1; }
  .cc-mm-brand { display:flex; align-items:center; gap:12px; padding:0 0 14px; border-bottom:1px solid rgba(224,183,120,.18); }
  .cc-mm-brand img { width:118px; height:118px; margin:-40px 0 -40px -14px; object-fit:contain; }
  .cc-mm-brand span { font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:.18em; color:#C89B5A; }
  .cc-mm-group { padding:14px 0 6px; border-bottom:1px solid rgba(224,183,120,.14); }
  .cc-mm-label { font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:.2em; color:#C89B5A; margin-bottom:6px; }
  .cc-mobile-menu .cc-mm-group > a { display:flex; justify-content:space-between; align-items:center; font-family:'Cormorant Garamond',serif; font-size:24px; padding:9px 2px; border:0; color:#EDE5D4; }
  .cc-mobile-menu .cc-mm-group > a::after { content:"→"; font-family:Manrope,sans-serif; font-size:13px; color:#C89B5A; }
  .cc-mm-chips { display:grid; grid-template-columns:1fr 1fr; gap:6px; padding:4px 0 8px; }
  .cc-mobile-menu .cc-mm-chips a { font-family:Manrope,sans-serif; font-size:12px; font-weight:600; padding:10px 10px; border:1px solid rgba(224,183,120,.26); border-radius:6px; background:rgba(255,255,255,.02); color:#E4DAC6; }
  .cc-mobile-menu .cc-mm-call { display:flex; flex-direction:column; align-items:center; gap:2px; margin-top:18px; padding:14px; border-radius:6px; background:linear-gradient(105deg,#8A6A2F,#EAD198,#B98C3F,#F5E6BC,#8A6A2F); background-size:220% auto; animation:ccSheen 6s ease-in-out infinite; color:#1B1206; font-family:Manrope,sans-serif; font-weight:800; font-size:24px; letter-spacing:.03em; border:0; text-align:center; }
  .cc-mobile-menu .cc-mm-call small { font-size:9px; letter-spacing:.16em; font-weight:700; color:#3B2A12; text-transform:uppercase; }
}

/* premium pass — fixes after visual QA round 1 (attribute selectors on data-reveal nodes must survive style re-serialization) */
@media (max-width: 1023px) {
  .cc-areas [data-reveal][style*="grid-template-columns"] { grid-template-columns:1fr 1fr !important; gap:8px !important; border-top:0 !important; margin-top:22px !important; }
  .cc-case [style*="max-width:26ch"] { max-width:none !important; overflow:visible !important; display:block !important; -webkit-line-clamp:unset !important; font-size:12.5px !important; }
  .cc-case [style*="padding-top:26px"] > div[style*="position:absolute"] { width:100% !important; }
  .craft-side figcaption { display:block !important; }
  .craft-side figcaption span { display:block; margin-top:4px; }
  .craft-side figure { min-height:210px !important; }
  .cc-services .fxcard [style*="left:30px; right:30px; bottom:28px"] { left:22px !important; right:22px !important; bottom:22px !important; }
  .cc-services .fxcard [style*="letter-spacing:.16em; color:rgba(237,229,212,.6)"] { padding-right:92px; }
}
@media (max-width: 1023px) {
  .cc-case [style*="justify-content:space-between; align-items:center; gap:40px; margin-top:44px"] { display:flex !important; flex-direction:column; align-items:stretch; gap:16px !important; margin-top:30px !important; padding-top:22px !important; }
  .cc-case [style*="justify-content:space-between; align-items:center; gap:40px; margin-top:44px"] > div[style*="font-size:26px"] { font-size:23px !important; line-height:1.3; }
  .cc-case [style*="justify-content:space-between; align-items:center; gap:40px; margin-top:44px"] > div[style*="font-size:26px"] span { display:block; margin:8px 0 0 !important; }
  .cc-case [style*="justify-content:space-between; align-items:center; gap:40px; margin-top:44px"] a { display:flex !important; justify-content:space-between; align-items:center; width:100%; box-sizing:border-box; padding:16px 18px !important; }
}

/* post-/supervisar fixes (GPT-5 audit 2026-09-01): cards untouched beyond subtitle · menu scroll contained · city names wrap · a11y */
@media (max-width: 1023px) {
  .cc-services .fxcard [style*="left:30px; right:30px; bottom:28px"] { left:30px !important; right:30px !important; bottom:28px !important; }
  .cc-services .fxcard [style*="letter-spacing:.16em; color:rgba(237,229,212,.6)"] { padding-right:96px; font-size:10px !important; letter-spacing:.14em !important; }
  .cc-mobile-menu { max-height:100dvh; overflow-y:auto; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; }
  .cc-areas .cityrow .cityname { white-space:normal !important; overflow:visible !important; text-overflow:clip !important; font-size:15px !important; line-height:1.15; }
  .cc-areas .cityrow { min-height:44px; }
  .cc-burger { min-width:44px; min-height:44px; }
}

/* focus ring on-brand (menu links get programmatic focus on open) */
.cc-mobile-menu a:focus-visible, .cc-burger:focus-visible, .cc-hero-phone:focus-visible { outline:2px solid rgba(224,183,120,.75); outline-offset:3px; border-radius:4px; }
.cc-mobile-menu a:focus:not(:focus-visible) { outline:none; }

/* tablet (≤1023): desktop call button collides with the fixed burger → hide it (burger + hero phone + sticky bar cover the phone) */
@media (max-width: 1023px) { .cc-callbtn { display:none !important; } }
@media (max-width: 1023px) { html { overflow-x:hidden; } }

/* Randy 2026-09-01 (iPhone): callouts bigger · form clearly separated · vivid gold phone button */
@media (max-width: 1023px) {
  .cc-trust-chips span { font-size:10px; letter-spacing:.05em; min-height:42px; padding:6px 9px 6px 8px; gap:7px; }
  .cc-trust-chips span::before { font-size:11px; }
  .cc-hero-form { margin-top:14px !important; }
  .cc-hero-form > div[style*="background:#14100A"] { background:linear-gradient(180deg, rgba(31,24,15,.97), rgba(17,13,9,.98)) !important; border:1px solid rgba(224,183,120,.55) !important; border-top:2px solid rgba(245,230,188,.9) !important; border-radius:10px !important; box-shadow:0 18px 50px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.06) !important; padding:14px 14px 12px !important; }
  .cc-hero-form div[style*="font-size:27px"] { font-size:24px !important; }
  .cc-hero-form div[style*="font-size:27px"]::before { content:"FREE 3D DESIGN · FIRM QUOTE"; display:block; font-family:'IBM Plex Mono',monospace; font-size:8.5px; letter-spacing:.2em; color:#E0B778; margin-bottom:6px; }
  .cc-hero-form input, .cc-hero-form select { background:rgba(255,255,255,.07) !important; border:1px solid rgba(224,183,120,.4) !important; color:#F5EFE4 !important; }
  .cc-hero-form input::placeholder { color:rgba(237,229,212,.45); }
  .cc-hero-form div[style*="grid-template-columns:1fr; gap:11px"] > div > div:first-child { color:#C89B5A !important; }
  .cc-hero-phone { margin-top:14px; background:linear-gradient(180deg,#F8E4AA 0%,#EACB7E 46%,#D6AB5C 100%) !important; background-size:auto !important; animation:ccGlow 2.6s ease-in-out infinite; box-shadow:0 12px 34px rgba(224,183,120,.35), inset 0 1px 0 rgba(255,255,255,.6); border:1px solid rgba(255,240,200,.65); }
  .cc-phone-num { font-size:28px; letter-spacing:.02em; -webkit-text-fill-color:#1B1206; color:#1B1206; }
  .cc-hero-phone small { -webkit-text-fill-color:#3B2A12; color:#3B2A12; }
}

/* ===== new pages: intro blocks, blog, gallery, contact (2026-09-01) ===== */
.cc-intro { padding:70px 44px 20px; background:#0B0908; }
.cc-intro-kicker { display:flex; align-items:center; gap:16px; font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.16em; color:#E0B778; }
.cc-intro-kicker::before { content:""; width:44px; height:1px; background:#C89B5A; }
.cc-intro p { font-size:15px; color:#C4BAA3; line-height:1.85; max-width:70ch; margin:18px 0 0; }
.cc-zones { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.cc-zones span { border:1px solid rgba(200,155,90,.35); color:#C4BAA3; font-size:10.5px; letter-spacing:.1em; padding:8px 14px; }
.cc-blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:36px; }
.cc-post-card { display:block; border:1px solid rgba(224,183,120,.22); background:rgba(255,255,255,.015); overflow:hidden; border-radius:8px; transition:transform .35s, border-color .35s; }
.cc-post-card:hover { transform:translateY(-4px); border-color:rgba(224,183,120,.5); }
.cc-post-card img { width:100%; height:200px; object-fit:cover; display:block; filter:saturate(.8); }
.cc-post-card > div { padding:18px 18px 20px; }
.cc-post-card h3 { font-family:'Cormorant Garamond',serif; font-weight:500; font-size:24px; line-height:1.15; margin:8px 0 0; color:#F5EFE4; }
.cc-post-card p { font-size:13px; color:#9C9179; line-height:1.7; margin:10px 0 0; }
.cc-post-meta { font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:.16em; color:#C89B5A; }
.cc-article { max-width:760px; margin:0 auto; padding:64px 24px 80px; }
.cc-article h2 { font-family:'Cormorant Garamond',serif; font-weight:500; font-size:34px; line-height:1.1; margin:36px 0 0; color:#F5EFE4; }
.cc-article p, .cc-article li { font-size:15.5px; color:#C4BAA3; line-height:1.85; }
.cc-article p { margin:16px 0 0; }
.cc-article ul { margin:14px 0 0; padding-left:20px; }
.cc-article li { margin-top:6px; }
.cc-article strong { color:#F5E6BC; font-weight:600; }
.cc-article .cc-post-meta { display:block; margin-bottom:4px; }
.cc-callout { border:1px solid rgba(224,183,120,.35); border-left:3px solid #E0B778; background:rgba(8,6,4,.5); padding:18px 20px; margin:28px 0 0; border-radius:6px; }
.cc-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:36px; }
.cc-gallery figure { margin:0; position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:6px; aspect-ratio:4/3; }
.cc-gallery img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s; }
.cc-gallery figure:hover img { transform:scale(1.04); }
.cc-gallery figcaption { position:absolute; left:0; right:0; bottom:0; padding:12px 14px; background:linear-gradient(0deg, rgba(4,5,5,.9), transparent); font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:.14em; color:#EDE5D4; }
.cc-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:36px; }
.cc-loc { border:1px solid rgba(224,183,120,.3); border-top:2px solid rgba(245,230,188,.7); background:rgba(8,6,4,.55); padding:24px; border-radius:8px; }
.cc-loc h3 { font-family:'Cormorant Garamond',serif; font-weight:500; font-size:28px; margin:8px 0 0; color:#F5EFE4; }
.cc-loc p { font-size:14px; color:#C4BAA3; line-height:1.8; margin:10px 0 0; }
.cc-loc a.cc-loc-tel { display:inline-block; margin-top:12px; font-family:Manrope,sans-serif; font-weight:800; font-size:22px; color:#F5E6BC; }
.cc-map { margin-top:14px; border:1px solid rgba(224,183,120,.3); border-radius:8px; overflow:hidden; }
.cc-map iframe { display:block; width:100%; height:420px; border:0; filter:grayscale(.2) contrast(1.05); }
@media (max-width: 1023px) {
  .cc-intro { padding:48px 18px 10px; }
  .cc-blog-grid, .cc-contact-grid { grid-template-columns:1fr; }
  .cc-gallery { grid-template-columns:1fr 1fr; gap:8px; }
  .cc-article { padding:40px 18px 60px; }
  .cc-article h2 { font-size:28px; }
  .cc-map iframe { height:320px; }
}
/* HOVER-GEN */
.hv1:hover{color:#E0B778}
.hv2:hover{color:#E0B778; background:rgba(224,183,120,.08)}
.hv3:hover{box-shadow:0 10px 44px rgba(200,155,90,.35)}
.hv4:hover{background:rgba(200,155,90,.12); border-color:#C89B5A}
.hv5:hover{-webkit-text-stroke:1px rgba(234,209,152,.8); transform:translateY(-6px)}
.hv6:hover{background:#C89B5A; color:#12100E}
.hv7:hover{border-color:#C89B5A}
.hv8:hover{background:rgba(200,155,90,.12)}
.hv9:hover{transform:translateY(-4px) scale(1.08); color:#5E4517}
.hv10:hover{background:#2A2118}
.hv11:hover{filter:brightness(1.1)}
.hv12:hover{transform:scale(1.3); color:#F5E6BC}
.hv13:hover{background:#E0B778; color:#100d09}
/* /HOVER-GEN */
