/*
Theme Name: Mitten Voices
Version: 1.1.1
Description: Michigan business directory in cream, olive and yellow.
Text Domain: mitten-voices
*/
:root{--ink:#193e36;--muted:#626e66;--accent:#22604d;--paper:#fafaf5;--soft:#edf1e9;--line:#dce1d8;--gold:#eac76a;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.55 Arial,sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #c37524;outline-offset:4px}button{color:inherit}img{display:block;max-width:100%}.wrap{max-width:1240px;margin:auto;padding-left:32px;padding-right:32px}.preview{background:#182723;color:#fff;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:1px}.preview b{display:block;font-size:12px;letter-spacing:0}.concepts{display:flex;gap:7px}.concepts a{padding:8px 15px;border:1px solid #71847b;border-radius:6px;font-size:12px;letter-spacing:0}.concepts a.active{background:#f2ecd9;color:#182723;border-color:#f2ecd9}.preview small{font-size:11px;letter-spacing:0}.header{height:106px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:175px;height:80px;object-fit:contain}.header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:14px 20px;border-radius:7px;border:1px solid transparent;font-weight:700;font-size:14px;min-height:48px}.primary{background:var(--accent);color:white}.primary:hover{filter:brightness(1.13)}.secondary{background:transparent;border-color:var(--line)}.text-button{border:0;background:none;padding:8px 0;font-weight:600}.hero{overflow:hidden}.hero-inner{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,1fr);position:relative;min-height:485px;padding-top:35px;padding-bottom:45px;gap:40px}.hero-copy{position:relative;z-index:2;padding:8px 0}.eyebrow{font-size:10px;font-weight:800;letter-spacing:2px;margin:0 0 16px}h1{font:normal 64px/1.05 Georgia,serif;letter-spacing:-2.7px;margin:0 0 21px}h1 em{color:var(--accent);font-weight:normal}p{margin:0 0 18px}.intro{font-size:17px;max-width:445px;color:var(--muted)}.search{display:flex;background:white;box-shadow:0 8px 32px #173f3612;border:1px solid var(--line);padding:9px;border-radius:10px;position:relative;width:720px;max-width:calc(100vw - 64px);margin-top:28px;z-index:3;gap:4px}.search label{flex:1;min-width:0;padding:6px 13px}.search label.location{border-left:1px solid var(--line);flex:.8}.search label span{display:block;font-size:9px;font-weight:800;letter-spacing:1.2px;margin-bottom:4px}.search input{border:0;width:100%;min-width:0;color:#27362f;background:white;font-size:14px;padding:3px 0}.search-note{font-size:11px;color:var(--muted);margin:10px 0 20px}.hero-proof{display:flex;gap:13px;font-size:11px;align-items:center;color:var(--muted)}.mini-stars{font-size:29px;letter-spacing:-3px;color:var(--accent)}.hero-image{position:relative;border-radius:120px 12px 12px 12px;overflow:hidden;margin-bottom:12px}.hero-image>img{width:100%;height:100%;object-fit:cover;position:absolute}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 45%,#102c258c)}.photo-label{position:absolute;bottom:24px;left:26px;z-index:1;color:white;font-size:11px}.photo-label b{display:block;font-size:14px}.floating-review{position:absolute;right:15px;top:20px;z-index:2;text-align:left;background:#fffdf3;padding:17px;border:0;border-radius:10px;box-shadow:0 5px 20px #0001}.floating-review span{font-size:8px;letter-spacing:1.5px;display:block}.floating-review strong{display:block;font:20px Georgia,serif;margin:5px 0}.floating-review b{font-size:10px}.voices-panel{display:none}.value-line{display:flex;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:19px;padding-bottom:19px;font-size:12px}.value-line span:before{content:'✦';margin-right:12px;color:var(--accent)}.directory{padding-top:56px;padding-bottom:38px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading .eyebrow{margin-bottom:7px}h2{font:normal 36px/1.2 Georgia,serif;letter-spacing:-1px;margin:0}.saved-toggle{font-size:12px}.saved-toggle span{background:var(--soft);border-radius:20px;padding:3px 7px;margin-left:3px}.filter-row{display:flex;gap:9px;flex-wrap:wrap}.filter-row button{padding:10px 16px;border:1px solid var(--line);background:white;border-radius:24px;font-size:12px;min-height:40px}.filter-row button[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.filter-row .reset{margin-left:auto;border:0;background:transparent;text-decoration:underline}.results-line{display:flex;justify-content:space-between;gap:15px;font-size:10px;color:var(--muted);margin:20px 0 13px}.results-line p{margin:0}.listings{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #183f3510}.card-image{height:163px;background:#eee;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover}.save{position:absolute;right:10px;top:10px;width:34px;height:34px;border:1px solid #ddd;border-radius:50%;background:white;font-size:22px;z-index:2;line-height:1}.save[aria-pressed=true]{color:#a03d3d}.card-body{padding:18px;display:flex;flex-direction:column;flex:1}.category{font-size:9px;letter-spacing:1.3px;text-transform:uppercase;font-weight:700;color:var(--accent);margin-bottom:8px}.card h3{font-size:16px;line-height:1.35;margin:0 0 8px;letter-spacing:-.2px}.address{font-size:11px;color:var(--muted);margin-bottom:16px}.review-empty{font-size:10px;color:var(--muted);margin-top:auto;margin-bottom:12px}.review-empty span{font-size:16px;letter-spacing:-1px;color:#70796e;margin-right:4px}.card-actions{border-top:1px solid var(--line);padding-top:12px;display:flex;gap:8px;align-items:center;justify-content:space-between;font-size:10px;font-weight:700}.card-actions button{font-size:10px}.directory-end{text-align:center;font-size:12px;color:var(--muted);margin:28px 0 0}.directory-end a{text-decoration:underline;font-weight:bold}.empty{text-align:center;padding:60px 20px;background:var(--soft);border-radius:12px}.review-banner{background:var(--soft);border-radius:var(--radius);padding-top:38px;padding-bottom:38px;display:flex;justify-content:space-between;align-items:center;gap:32px;max-width:1176px}.review-banner h2{font-size:34px}.review-banner p:not(.eyebrow){font-size:13px;margin:15px 0 0;color:var(--muted)}.review-banner>div:last-child{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:280px}.banner-stars{font-size:39px;letter-spacing:4px}.review-banner small{font-size:10px;color:var(--muted)}.communities{padding-top:65px;padding-bottom:60px}.community-note{font-size:11px;color:var(--muted)}.community-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}.community-photo{position:relative;height:350px;overflow:hidden;border-radius:12px}.community-photo img{width:100%;height:100%;object-fit:cover}.community-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,#142b28df)}.community-photo>div{position:absolute;bottom:30px;left:30px;z-index:1;color:white}.community-photo span{font-size:10px;letter-spacing:2px}.community-photo h3{font:30px/1.15 Georgia,serif;margin:12px 0}.community-photo b{font-size:11px}.community-copy h3{font:36px/1.2 Georgia,serif;margin:0 0 20px}.community-copy>p:not(.eyebrow){max-width:360px;color:var(--muted);font-size:14px}.community-links{display:flex;flex-direction:column;align-items:flex-start;font-size:12px}.owner-banner{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:30px;padding-bottom:30px;display:flex;align-items:center;justify-content:space-between;gap:25px}.owner-banner h2{font-size:27px}.owner-banner p{font-size:13px;color:var(--muted);margin:7px 0 0}footer{display:flex;justify-content:space-between;align-items:center;padding-top:35px!important;padding-bottom:35px!important;gap:30px;font-size:11px}footer p{color:var(--muted);margin:5px 0 0}dialog{border:1px solid var(--line);border-radius:18px;padding:36px;max-width:530px;width:calc(100% - 32px);color:var(--ink);box-shadow:0 20px 100px #0003}dialog::backdrop{background:#152b25b3;backdrop-filter:blur(4px)}dialog h2{font-size:32px;margin-right:10px}.close{position:absolute;top:8px;right:14px;background:transparent;border:0;font-size:29px;width:38px;height:38px}.dialog-note,#info-copy{font-size:13px;color:var(--muted);margin:16px 0 24px}dialog label{display:block;font-weight:700;font-size:12px;margin-bottom:20px}dialog select,dialog textarea{display:block;width:100%;border:1px solid #a9b6ad;border-radius:7px;padding:11px;margin-top:7px;background:white;color:var(--ink)}fieldset{border:0;padding:0;margin:0 0 20px}legend{font-size:12px;font-weight:bold;margin-bottom:10px}.rating-options{display:flex;gap:7px}.rating-options label{margin:0;flex:1;position:relative}.rating-options input{position:absolute;opacity:0}.rating-options span{display:block;text-align:center;padding:9px 4px;border:1px solid var(--line);border-radius:6px;font-size:17px}.rating-options input:checked+span{background:var(--accent);color:white}.rating-options input:focus-visible+span{outline:3px solid #c37524}#review-feedback{font-size:13px;margin:17px 0 0;padding:0;white-space:pre-wrap}#review-feedback:not(:empty){background:var(--soft);padding:15px;border-radius:8px}
body[data-concept=lakeside]{--ink:#17354a;--accent:#245774;--paper:#f7f8fa;--soft:#e7eff3;--line:#d5e0e6;--muted:#5c6f7d}body[data-concept=lakeside] .hero{background:linear-gradient(90deg,#0c283edb,#183d5470),url('assets/traverse-city.jpg') center 45%/cover;color:white}body[data-concept=lakeside] .hero-inner{display:block;min-height:475px;padding-top:57px;padding-bottom:40px}body[data-concept=lakeside] .hero-copy{max-width:810px}body[data-concept=lakeside] h1{font-size:69px;max-width:710px}body[data-concept=lakeside] h1 em{color:#d7e8e6}body[data-concept=lakeside] .hero .intro,body[data-concept=lakeside] .hero .search-note,body[data-concept=lakeside] .hero-proof{color:#fff}body[data-concept=lakeside] .search{color:var(--ink);width:850px}body[data-concept=lakeside] .hero-image{display:none}body[data-concept=lakeside] .hero-proof{display:none}body[data-concept=lakeside] .listings{grid-template-columns:repeat(2,1fr)}body[data-concept=lakeside] .card{display:grid;grid-template-columns:180px 1fr}body[data-concept=lakeside] .card-image{height:100%;min-height:217px}body[data-concept=lakeside] .save{right:auto;left:10px}body[data-concept=lakeside] .value-line{background:white}body[data-concept=lakeside] .review-banner{background:#17354a;color:white}body[data-concept=lakeside] .review-banner p,body[data-concept=lakeside] .review-banner small{color:#dce8ed}body[data-concept=lakeside] .review-banner .primary{background:#e6bd75;color:#17354a}
body[data-concept=voices]{--ink:#24281f;--accent:#333c2c;--paper:#fffdf5;--soft:#f2edda;--line:#dedccf;--muted:#65675b}body[data-concept=voices] h1{font:800 68px/1.02 Arial,sans-serif;letter-spacing:-3px}body[data-concept=voices] h1 em{font-style:normal;text-decoration:underline;text-decoration-color:#e9c95e;text-decoration-thickness:8px;text-underline-offset:7px}body[data-concept=voices] .hero-inner{grid-template-columns:1.4fr .8fr;gap:40px;padding-top:32px}body[data-concept=voices] .hero-image{display:none}body[data-concept=voices] .voices-panel{display:block;background:#f2cf65;padding:29px;border-radius:4px;transform:rotate(2deg);align-self:center}body[data-concept=voices] .voices-panel h2{font:800 33px/1.1 Arial,sans-serif;letter-spacing:-1px;margin:5px 0 15px}body[data-concept=voices] .voices-panel p{font-size:13px;max-width:250px}body[data-concept=voices] .voices-panel small{display:block;font-size:9px;margin-top:12px}body[data-concept=voices] .giant-star{font-size:63px;line-height:1;margin:15px 0}body[data-concept=voices] .search{width:100%;flex-wrap:wrap}body[data-concept=voices] .search label{min-width:150px}body[data-concept=voices] .search .button{width:100%;margin-top:5px}body[data-concept=voices] .hero-proof{display:none}body[data-concept=voices] h2{font-family:Arial,sans-serif;font-weight:800;letter-spacing:-1.4px}body[data-concept=voices] .listings{grid-template-columns:repeat(3,1fr)}body[data-concept=voices] .card-image{height:190px}body[data-concept=voices] .card{border-radius:3px}body[data-concept=voices] .card-actions button{background:var(--soft);padding:8px;border-radius:4px}body[data-concept=voices] .review-banner{background:#f2cf65;border-radius:4px}
@media(min-width:1500px){.hero-inner{padding-top:45px;padding-bottom:55px}}
@media(max-width:1000px){.preview small{display:none}.header{gap:20px}.header nav{gap:16px;font-size:12px}.header .owner{font-size:11px;padding:10px}.brand img{width:145px}.hero-inner{gap:22px}h1{font-size:52px}.listings{grid-template-columns:repeat(3,1fr)}.review-banner{margin-left:32px;margin-right:32px}.community-grid{gap:25px}body[data-concept=lakeside] .card{grid-template-columns:135px 1fr}body[data-concept=voices] h1{font-size:52px}body[data-concept=voices] .hero-inner{gap:25px}.results-line span{max-width:250px;text-align:right}}
@media(max-width:700px){.wrap{padding-left:20px;padding-right:20px}.preview{padding:10px 12px;display:block}.preview>span{display:none}.concepts{justify-content:center;gap:5px}.concepts a{font-size:10px;padding:8px}.header{height:85px;flex-wrap:wrap;gap:0;padding-top:6px;padding-bottom:10px}.brand img{width:120px;height:48px}.header nav{order:3;justify-content:space-between;width:100%;font-size:10px;gap:10px}.header nav .text-button{padding:0}.header .owner{font-size:10px;padding:6px 10px;min-height:33px}.hero-inner{display:flex;flex-direction:column;padding-top:30px;padding-bottom:25px;gap:18px;min-height:0}h1{font-size:46px;letter-spacing:-2px}.eyebrow{font-size:8px;letter-spacing:1.5px}.intro{font-size:14px}.search{width:100%;max-width:none;flex-wrap:wrap;margin-top:22px;padding:7px;gap:6px}.search label{flex-basis:100%;padding:7px 10px}.search label.location{border-left:0;border-top:1px solid var(--line);flex-basis:100%}.search .button{width:100%;min-height:43px}.search-note{font-size:9px}.hero-proof{display:none}.hero-image{height:200px;border-radius:45px 8px 8px 8px;margin:0}.floating-review{top:12px;right:12px;padding:12px}.floating-review strong{font-size:17px}.photo-label{left:18px;bottom:15px}.value-line{gap:12px;padding-top:14px;padding-bottom:14px;font-size:9px;align-items:start}.value-line span:before{display:block;margin:0 0 3px}.directory{padding-top:32px}.section-heading{align-items:flex-start;gap:10px;margin-bottom:20px}h2{font-size:27px}.saved-toggle{font-size:10px;white-space:nowrap}.filter-row{gap:6px}.filter-row button{font-size:10px;padding:7px 12px}.filter-row .reset{margin-left:0}.results-line{font-size:9px}.results-line span{max-width:170px}.listings{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-image{height:115px}.card-body{padding:12px}.card h3{font-size:13px}.category{font-size:8px;letter-spacing:.6px}.address{font-size:10px}.review-empty{font-size:9px}.review-empty span{display:block;font-size:16px}.card-actions{flex-direction:column;align-items:flex-start;gap:1px;font-size:10px}.save{width:30px;height:30px;right:7px;top:7px}.directory-end{font-size:10px}.review-banner{margin-left:20px;margin-right:20px;flex-direction:column;align-items:flex-start;padding:26px;gap:18px}.review-banner h2{font-size:28px}.review-banner>div:last-child{align-items:flex-start;min-width:0}.review-banner small{font-size:9px}.communities{padding-top:40px;padding-bottom:35px}.community-note{display:none}.community-grid{grid-template-columns:1fr;gap:24px}.community-photo{height:280px}.community-photo h3{font-size:28px}.community-copy h3{font-size:30px}.owner-banner{align-items:flex-start;flex-direction:column;padding-top:25px;padding-bottom:25px}.owner-banner h2{font-size:25px}footer{flex-wrap:wrap;gap:18px}footer p{font-size:10px}dialog{padding:26px}dialog h2{font-size:28px}body[data-concept=lakeside] .hero-inner{padding-top:35px;min-height:0}body[data-concept=lakeside] h1{font-size:47px}body[data-concept=lakeside] .search{width:100%}body[data-concept=lakeside] .listings{grid-template-columns:1fr}body[data-concept=lakeside] .card{grid-template-columns:115px 1fr}body[data-concept=lakeside] .card-image{min-height:220px}body[data-concept=lakeside] .card-actions{flex-direction:row;align-items:center}body[data-concept=voices] .hero-inner{display:flex;gap:10px}body[data-concept=voices] h1{font-size:47px}body[data-concept=voices] .voices-panel{transform:none;width:100%;padding:22px}body[data-concept=voices] .giant-star{float:right;font-size:65px;margin:8px}body[data-concept=voices] .voices-panel h2{font-size:29px}body[data-concept=voices] .voices-panel p{max-width:none}body[data-concept=voices] .listings{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-concept=voices] .card-image{height:115px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}.card:hover{transform:none}}


/* Mitten Voices identity; original Michigan Voices composition preserved. */
.brand{display:flex;flex-direction:column;flex-shrink:0;text-decoration:none!important}.brand-name{font-size:29px;font-weight:850;line-height:1;letter-spacing:-1.4px}.brand-name>span{font-weight:400}.brand-dot{color:#8b6918;font-weight:900}.brand-tagline{font-size:9px;letter-spacing:1.5px;margin-top:9px;font-weight:700}
body{font-size:16px}.intro{font-size:17px}.address,.category,.card-actions,.card-actions button,.filter-row button,.saved-toggle,.header nav,.search input,.community-links{font-size:14px}.results-line,.search-note,.directory-end,.value-line,.review-empty,footer,.preview small{font-size:12px}.search label span,.eyebrow{font-size:11px}.card h3{font-size:18px}.card-actions{flex-wrap:wrap}dialog label,legend,.dialog-note,#info-copy{font-size:14px}body[data-concept=voices] .voices-panel p{font-size:16px}body[data-concept=voices] .voices-panel small{font-size:12px}
@media(max-width:1000px){.header{gap:15px}.header nav{gap:12px}.brand-name{font-size:25px}.brand-tagline{font-size:8px}}
@media(max-width:700px){.preview{display:flex;justify-content:center}.preview>span{display:block;font-size:11px}.preview>span:first-child{display:none}.header{height:auto;min-height:116px;gap:12px;padding-top:18px;padding-bottom:16px}.header nav{font-size:14px;flex-wrap:wrap;gap:10px}.header .owner{font-size:12px}.brand-name{font-size:27px}.intro{font-size:16px}.value-line{font-size:12px;flex-wrap:wrap}.value-line span{flex:1;min-width:80px}.section-heading{flex-wrap:wrap}.filter-row button,.saved-toggle{font-size:14px}.results-line{font-size:12px;flex-direction:column}.results-line span{max-width:none;text-align:left}body[data-concept=voices] .listings{grid-template-columns:1fr}body[data-concept=voices] .card-image{height:210px}.card h3{font-size:20px}.card-body{padding:20px}.category,.address,.card-actions,.card-actions button{font-size:14px}.card-actions{flex-direction:row;align-items:center}.review-empty{font-size:13px}.review-empty span{display:inline}.search-note,.directory-end,footer p{font-size:12px}.search input{font-size:16px}.save{width:40px;height:40px}.rating-options span{font-size:15px}}
/* Local directory workflows */
[hidden]{display:none!important}.skip-link{position:fixed;top:-100px;left:20px;padding:12px;background:var(--ink);color:white;z-index:20}.skip-link:focus{top:12px}.storage-status{margin:0;padding:15px 24px;background:#f2cf65;font-weight:bold}.how-it-works{padding-top:24px;padding-bottom:64px}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:32px}.steps article{border-top:2px solid var(--ink);padding-top:20px}.steps article>span{font-size:11px;letter-spacing:1.5px;font-weight:700}.steps h3{font-size:21px;line-height:1.3;margin:16px 0 12px}.steps p{color:var(--muted);font-size:15px}.town-list{border-top:1px solid var(--line)}.town-list button{display:flex;justify-content:space-between;align-items:center;text-align:left;width:100%;border:0;border-bottom:1px solid var(--line);background:none;padding:16px 0;font-size:18px;font-weight:700;gap:15px}.town-list span{font-size:12px;font-weight:400}.town-list button:hover{color:#735510}.notebook{padding-top:40px;padding-bottom:45px;background:var(--soft);border-radius:4px;margin-bottom:55px;max-width:1176px}.notebook-note{max-width:750px;color:var(--muted);font-size:14px}.notebook-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.notebook-grid h3{font-size:18px}.notebook-grid h3 span{font-size:13px;font-weight:400}.notebook-grid article>p{font-size:14px;color:var(--muted)}.notebook-row{display:block;text-align:left;width:100%;padding:13px 0;border:0;border-top:1px solid #d8d2ba;background:transparent;font-size:14px;font-weight:600;overflow-wrap:anywhere}.notebook-row small{display:block;font-size:12px;font-weight:400;margin-top:4px}.restore{border-top:1px solid #d8d2ba;padding-top:18px;margin-top:25px;font-size:13px}.restore summary{cursor:pointer;font-weight:bold;padding:5px 0}.restore p{margin-top:12px;max-width:640px}.restore input{display:block;margin-top:10px;max-width:100%}.footer-links{display:flex;flex-direction:column;gap:8px}.profile-view{padding-top:30px;padding-bottom:65px}.back-link{display:inline-block;margin-bottom:30px;font-weight:bold;font-size:14px}.profile-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:45px;align-items:start}.profile-photo{width:100%;height:360px;object-fit:cover;border-radius:4px}.profile-disclaimer{font-size:12px;color:var(--muted);margin-top:12px}.profile-view h1{font-size:44px!important;letter-spacing:-1.6px!important;line-height:1.1!important;overflow-wrap:anywhere}.profile-address{color:var(--muted)}.profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.profile-facts{border-top:1px solid var(--line);padding-top:24px}.profile-facts h2{font-size:22px;letter-spacing:-.5px!important;margin-bottom:12px}.profile-facts p,.profile-facts a{font-size:14px}.profile-facts p{color:var(--muted)}.profile-facts a{text-decoration:underline}.profile-reviews{border-top:1px solid var(--line);padding-top:35px;margin-top:40px}.profile-reviews h2{font-size:30px;margin-bottom:20px}.private-review{background:var(--soft);padding:24px;max-width:750px}.pill{font-size:10px;letter-spacing:1px;font-weight:bold}.private-review>p{margin-top:15px}.review-prose{white-space:pre-wrap;overflow-wrap:anywhere}dialog input:not([type=radio]){display:block;width:100%;border:1px solid #a9b6ad;border-radius:7px;padding:11px;margin-top:7px;background:white;color:var(--ink)}dialog{max-height:calc(100dvh - 32px);overflow-y:auto}#owner-feedback:not(:empty){background:var(--soft);padding:15px;margin-top:16px;font-size:14px}#info-copy{white-space:pre-line}.close{min-width:44px;min-height:44px}.notebook-row:hover,.town-list button:hover{text-decoration:underline}.profile-save[aria-pressed=true]{background:var(--soft)}
@media(max-width:1000px){.notebook{margin-left:32px;margin-right:32px}.profile-grid{gap:28px}.profile-view h1{font-size:36px!important}.steps{gap:20px}.notebook-grid{gap:18px}}
@media(max-width:700px){.steps,.notebook-grid,.profile-grid{grid-template-columns:1fr}.steps{gap:15px}.how-it-works{padding-bottom:35px}.notebook{margin-left:20px;margin-right:20px;margin-bottom:35px;padding-top:28px;padding-bottom:28px}.notebook .button{width:100%}.notebook-grid{gap:8px}.profile-photo{height:240px}.profile-view h1{font-size:34px!important}.profile-reviews h2{font-size:26px}.profile-actions .button{flex:1;white-space:nowrap}.town-list button{font-size:17px}.town-list span{font-size:11px}dialog input,dialog select,dialog textarea{font-size:16px}.community-copy h3{font-family:Arial,sans-serif;font-weight:800;letter-spacing:-1px}.restore input{width:100%}}

.review-trap{position:absolute;left:-10000px}.review-consent{display:flex;align-items:flex-start;gap:10px}.review-consent input{width:auto;flex-shrink:0;margin-top:4px}#show-more{display:block;margin:30px auto}#show-more[hidden]{display:none}.filter-row{flex-wrap:wrap}.profile-facts a{overflow-wrap:anywhere}

@media(max-width:1000px){.preview{flex-wrap:wrap;gap:8px}.preview small{display:block;width:100%;text-align:center}}
