/* Rita's Cleaning Service — photocopied street flyer */
:root{ --paper:#FBFAF7; --ink:#161616; --ink-2:#3A3A3A; --stamp:#C8321E; --pen:#1D3FA6; --tape:#E5D6B0; --rule:#BDBDB5; --grey:#EFEEE9;
  --type:'Special Elite','Courier New',monospace; --body:'Courier Prime','Courier New',monospace; --hand:'Caveat','Comic Sans MS',cursive;
  --maxw:1080px; --g:22px; }
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ margin:0; font-family:var(--body); font-size:16px; line-height:1.55; color:var(--ink); background:var(--paper); position:relative; }
body::after{ content:""; position:fixed; inset:0; pointer-events:none; opacity:.08; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E"); z-index:1000; }
a{ color:var(--pen); }
svg{ width:1em; height:1em; flex-shrink:0; }
h1,h2,h3{ font-family:var(--type); font-weight:400; margin:0 0 .5em; line-height:1.1; color:var(--ink); }
h1{ font-size:clamp(2rem,6vw,4.4rem); text-transform:uppercase; }
h2{ font-size:clamp(1.5rem,3.4vw,2.4rem); text-transform:uppercase; }
h3{ font-size:1.2rem; text-transform:uppercase; }
p{ margin:0 0 1em; }
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 var(--g); }
.wrap>*{ min-width:0; }
.hand{ font-family:var(--hand); color:var(--pen); font-size:1.35rem; line-height:1.15; }
.stamp{ display:inline-block; font-family:var(--type); text-transform:uppercase; color:var(--stamp); border:3px solid var(--stamp); padding:6px 12px; letter-spacing:.06em; transform:rotate(-4deg); mix-blend-mode:multiply; opacity:.92; line-height:1.1; }
.stamp.big{ font-size:clamp(1.6rem,4vw,2.8rem); border-width:4px; padding:8px 18px; }
.stamp.round{ border-radius:50%; width:150px; height:150px; display:grid; place-items:center; text-align:center; font-size:.85rem; padding:12px; transform:rotate(8deg); }
.tape{ position:relative; }
.tape::before{ content:""; position:absolute; top:-12px; left:50%; width:110px; height:26px; transform:translateX(-50%) rotate(-2deg); background:var(--tape); opacity:.85; }
.tape.tl::before{ left:22px; transform:rotate(-8deg); } .tape.tr::before{ left:auto; right:-20px; transform:rotate(6deg); }
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px 18px; border:2px solid var(--ink); background:var(--ink); color:var(--paper); font-family:var(--type); text-transform:uppercase; letter-spacing:.04em; text-decoration:none; cursor:pointer; font-size:.95rem; }
.btn:hover{ background:var(--stamp); border-color:var(--stamp); color:#fff; }
.btn-o{ background:transparent; color:var(--ink); } .btn-o:hover{ background:var(--ink); color:var(--paper); border-color:var(--ink); }
.btn-block{ width:100%; }
.actions{ display:flex; gap:12px; flex-wrap:wrap; }
.ul{ text-decoration:none; background:linear-gradient(transparent 62%, rgba(29,63,166,.28) 62%); }
.small{ font-size:.82rem; color:var(--ink-2); }

/* header: two rows */
.util{ border-bottom:1px solid var(--ink); font-size:.78rem; text-transform:uppercase; letter-spacing:.04em; }
.util .wrap{ display:flex; justify-content:space-between; gap:16px; padding-top:6px; padding-bottom:6px; }
.util span{ white-space:nowrap; overflow:hidden; text-overflow:ellipsen; }
.open{ display:inline-flex; align-items:center; gap:7px; }
.open i{ width:9px; height:9px; border-radius:50%; background:#8a8a8a; display:inline-block; }
.open.yes i{ background:#2E8B3D; } .open.no i{ background:var(--stamp); }
.hdr{ position:sticky; top:0; z-index:100; background:var(--paper); border-bottom:2px solid var(--ink); }
.hdr .wrap{ display:flex; align-items:center; justify-content:space-between; gap:20px; height:64px; }
.hdr .wrap>*{ flex-shrink:0; }
.brand{ font-family:var(--type); font-size:1.4rem; text-transform:uppercase; text-decoration:none; color:var(--ink); white-space:nowrap; }
.brand em{ font-style:normal; color:var(--stamp); }
.hdr nav{ display:flex; gap:20px; }
.hdr nav a{ font-family:var(--type); text-transform:uppercase; font-size:.85rem; text-decoration:none; color:var(--ink); padding:4px 0; border-bottom:2px solid transparent; white-space:nowrap; }
.hdr nav a:hover,.hdr nav a.active{ border-bottom-color:var(--stamp); }
.burger{ display:none; border:2px solid var(--ink); background:transparent; font-family:var(--type); text-transform:uppercase; padding:8px 12px; cursor:pointer; }
.drawer{ display:none; }

/* flyer hero */
.flyer-wrap{ padding:40px 0 30px; }
.flyer{ max-width:760px; margin:0 auto; background:#fff; border:1px solid var(--rule); box-shadow:0 12px 30px rgba(0,0,0,.12); padding:36px 34px 0; position:relative; transform:rotate(-.6deg); }
.flyer .stamp.round{ position:absolute; right:-28px; top:-30px; }
.flyer h1{ margin-bottom:6px; }
.flyer .lead{ font-size:1.05rem; max-width:52ch; }
.flyer ul.checks{ list-style:none; padding:0; margin:14px 0 18px; columns:2; column-gap:30px; }
.flyer ul.checks li{ break-inside:avoid; padding:4px 0 4px 26px; position:relative; }
.flyer ul.checks li::before{ content:"\2713"; position:absolute; left:2px; top:2px; font-family:var(--hand); color:var(--pen); font-size:1.4rem; line-height:1; }
.flyer .scribble{ position:absolute; right:30px; bottom:120px; transform:rotate(-7deg); }
.tabs{ display:grid; grid-template-columns:repeat(8,1fr); border-top:1px dashed var(--ink); margin:18px -34px 0; }
.tabs button{ font:inherit; font-family:var(--type); font-size:.72rem; background:transparent; border:0; border-right:1px dashed var(--ink); padding:14px 4px 16px; cursor:pointer; color:var(--ink); writing-mode:vertical-rl; transform:rotate(180deg); height:132px; text-align:center; transition:transform .25s, opacity .25s; }
.tabs button:last-child{ border-right:0; }
.tabs button:hover{ background:var(--grey); }
.tabs button.torn{ transform:rotate(180deg) translateY(-40px) rotate(6deg); opacity:0; pointer-events:none; }
.torn-msg{ text-align:center; margin:8px 0 0; }

/* sections */
section{ padding:56px 0; border-bottom:1px solid var(--rule); }
.sec-grey{ background:var(--grey); }
.two>*,.three>*{ min-width:0; }
.two{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:var(--g); align-items:start; }
.three{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:var(--g); }

/* index cards */
.cards{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:30px 24px; margin-top:30px; }
.card{ background:#fff; border:1px solid var(--rule); padding:22px 20px 18px; position:relative; box-shadow:2px 3px 0 rgba(0,0,0,.08); background-image:repeating-linear-gradient(transparent 0 27px, #dfe6f5 27px 28px); background-position:0 58px; }
.card:nth-child(3n+1){ transform:rotate(-1.2deg); } .card:nth-child(3n+2){ transform:rotate(.8deg); } .card:nth-child(3n){ transform:rotate(-.4deg); }
.card h3{ border-bottom:2px solid var(--stamp); padding-bottom:6px; margin-bottom:14px; }
.card p{ font-size:.9rem; line-height:28px; margin:0 0 6px; }
.card .pr{ font-family:var(--type); font-size:1.05rem; margin-top:8px; }
.card .pr s{ color:#888; margin-right:6px; }
.card .pr b{ color:var(--stamp); font-weight:400; }
.card a{ font-family:var(--type); text-transform:uppercase; font-size:.85rem; }

/* typed grid */
.grid{ width:100%; border-collapse:collapse; font-family:var(--body); font-size:.92rem; background:#fff; }
.grid th,.grid td{ border:1px solid var(--ink); padding:10px 12px; text-align:center; vertical-align:middle; }
.grid th{ font-family:var(--type); text-transform:uppercase; font-weight:400; background:var(--grey); font-size:.8rem; }
.grid td:first-child,.grid th:first-child{ text-align:left; font-family:var(--type); }
.grid td b{ font-weight:400; color:var(--stamp); display:block; }
.grid td s{ color:#888; font-size:.8rem; }
.table-wrap{ overflow-x:auto; }
.table-wrap .grid{ min-width:620px; }

/* areas */
.areas{ list-style:none; padding:0; margin:0; columns:3; column-gap:var(--g); }
.areas li{ break-inside:avoid; display:flex; justify-content:space-between; gap:10px; padding:7px 0; border-bottom:1px dashed var(--rule); font-size:.92rem; }
.areas li span:last-child{ font-family:var(--type); }
.fee{ background:#fff; border:1px solid var(--ink); padding:20px; }
.fee label{ display:block; font-family:var(--type); text-transform:uppercase; font-size:.8rem; margin-bottom:6px; }
.fee select{ width:100%; font:inherit; padding:10px; border:1px solid var(--ink); background:#fff; border-radius:0; }
.fee .out{ margin-top:14px; font-size:1rem; } .fee .out b{ font-family:var(--type); font-weight:400; color:var(--stamp); font-size:1.3rem; }

/* reviews: pinned notes */
.notes{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; margin-top:26px; }
.note{ background:#fff; border:1px solid var(--rule); padding:26px 18px 16px; font-family:var(--hand); font-size:1.3rem; line-height:1.2; color:var(--ink); box-shadow:2px 3px 0 rgba(0,0,0,.08); }
.note:nth-child(odd){ transform:rotate(1deg); } .note:nth-child(even){ transform:rotate(-1.4deg); }
.note small{ display:block; font-family:var(--body); font-size:.78rem; margin-top:12px; color:var(--ink-2); text-transform:uppercase; }

/* faq */
.faq details{ border-bottom:1px dashed var(--ink); }
.faq summary{ list-style:none; cursor:pointer; padding:14px 0; font-family:var(--type); text-transform:uppercase; font-size:1rem; display:flex; justify-content:space-between; gap:14px; }
.faq summary::-webkit-details-marker{ display:none; } .faq summary::after{ content:"[+]"; color:var(--stamp); }
.faq details[open] summary::after{ content:"[\2013]"; }
.faq details p{ margin:0 0 14px; font-size:.95rem; max-width:66ch; }

/* form */
.form{ background:#fff; border:1px solid var(--ink); padding:24px; }
.f{ margin-bottom:14px; }
.f label{ display:block; font-family:var(--type); text-transform:uppercase; font-size:.78rem; margin-bottom:5px; }
.f input,.f select,.f textarea{ width:100%; font:inherit; padding:10px 12px; border:0; border-bottom:2px solid var(--ink); background:transparent; color:var(--ink); border-radius:0; }
.f input:focus,.f select:focus,.f textarea:focus{ outline:none; border-bottom-color:var(--pen); background:#F3F5FC; }
.f textarea{ min-height:90px; resize:vertical; }
.frow{ display:grid; grid-template-columns:1fr 1fr; gap:0 16px; }
.est{ border:1px dashed var(--ink); padding:14px 16px; margin:8px 0 18px; font-size:.92rem; }
.est div{ display:flex; justify-content:space-between; gap:12px; padding:3px 0; }
.est .t{ font-family:var(--type); font-size:1.2rem; border-top:1px solid var(--ink); margin-top:6px; padding-top:8px; }
.est .d{ color:var(--stamp); }
.fine{ font-size:.76rem; color:var(--ink-2); margin:12px 0 0; }
.success{ display:none; background:#fff; border:2px solid var(--ink); padding:26px; }

/* hours */
.hours{ list-style:none; padding:0; margin:0; }
.hours li{ display:flex; justify-content:space-between; gap:12px; padding:8px 0; border-bottom:1px dashed var(--rule); font-size:.92rem; }
.addr{ font-family:var(--type); font-size:1.4rem; text-transform:uppercase; line-height:1.2; margin-bottom:10px; }

/* page head & legal */
.phead{ padding:44px 0 30px; border-bottom:2px solid var(--ink); }
.phead h1{ font-size:clamp(2rem,5vw,3.4rem); }
.phead p{ max-width:66ch; margin:8px 0 0; }
.crumbs{ font-size:.75rem; text-transform:uppercase; letter-spacing:.04em; margin-bottom:12px; }
.legal{ max-width:72ch; padding:40px 0 60px; }
.legal h2{ font-size:1.3rem; margin:26px 0 8px; }
.legal p,.legal li{ font-size:.95rem; overflow-wrap:anywhere; }
.legal table{ width:100%; border-collapse:collapse; font-size:.88rem; }
.legal th,.legal td{ border:1px solid var(--ink); padding:8px 10px; text-align:left; vertical-align:top; }

/* footer */
.foot{ background:var(--ink); color:#D9D9D3; padding:44px 0 20px; font-size:.86rem; }
.foot-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.3fr; gap:var(--g); padding-bottom:26px; border-bottom:1px dashed #666; }
.foot-grid>*{ min-width:0; }
.foot h4{ font-family:var(--type); text-transform:uppercase; font-weight:400; color:#fff; margin:0 0 10px; font-size:.9rem; }
.foot ul{ list-style:none; padding:0; margin:0; display:grid; gap:6px; }
.foot li{ overflow-wrap:anywhere; }
.foot a{ color:#fff; text-decoration:none; } .foot a:hover{ text-decoration:underline; }
.foot p{ overflow-wrap:anywhere; }
.foot-bottom{ display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; padding-top:16px; font-size:.76rem; }
.foot-bottom ul{ display:flex; gap:12px; flex-wrap:wrap; }
.mcta{ display:none; }

@media (max-width:1000px){ .hdr nav{ gap:12px; } .hdr nav a{ font-size:.78rem; } .util span.mid{ display:none; } }
@media (max-width:860px){
  .hdr nav{ display:none; } .burger{ display:block; }
  .drawer{ display:block; position:absolute; left:0; right:0; top:100%; background:var(--paper); border-bottom:2px solid var(--ink); padding:6px var(--g) 18px; transform:translateY(-6px); opacity:0; pointer-events:none; transition:.15s; }
  .drawer.open{ transform:none; opacity:1; pointer-events:auto; }
  .drawer a{ display:block; padding:12px 0; border-bottom:1px dashed var(--rule); font-family:var(--type); text-transform:uppercase; text-decoration:none; color:var(--ink); }
  .two,.three,.cards,.notes{ grid-template-columns:1fr 1fr; }
  .areas{ columns:2; }
  .foot-grid{ grid-template-columns:1fr 1fr; }
  .flyer .stamp.round{ right:-10px; top:-20px; width:120px; height:120px; font-size:.72rem; }
  .flyer .scribble{ position:static; transform:none; margin:10px 0 0; }
}
@media (max-width:600px){
  section{ padding:44px 0; }
  .flyer{ padding:26px 18px 0; transform:none; }
  .flyer .stamp.round{ position:static; width:110px; height:110px; font-size:.68rem; margin:0 0 10px; transform:rotate(-4deg); }
  .flyer ul.checks{ columns:1; }
  .tabs{ grid-template-columns:repeat(4,1fr); margin:14px -18px 0; }
  .tabs button:nth-child(n+5){ display:none; }
  .two,.three,.cards,.notes,.frow{ grid-template-columns:1fr; }
  .card,.note{ transform:none !important; }
  .areas{ columns:1; }
  .foot-grid{ grid-template-columns:1fr; }
  .util span:not(.ph){ display:none; }
  .actions .btn{ width:100%; }
  .mcta{ display:block; position:fixed; left:0; right:0; bottom:0; z-index:200; padding:10px var(--g); background:var(--paper); border-top:2px solid var(--ink); }
  body{ padding-bottom:72px; } body.pg-book{ padding-bottom:0; } body.pg-book .mcta{ display:none; }
}
