:root{--bg:#f3f5f7;--ink:#12161c;--muted:#5a6570;--line:#cfd5dc;--accent:#8b4513;--accent-dark:#6d3610;--card:#fff;--phone-bg:#12161c;--phone-text:#f3f5f7;--max:44rem;--wide:62rem;--hero-wash:linear-gradient(165deg, #e8eef3 0%, #f3f5f7 42%, #f7f4f1 100%)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--bg);margin:0;font-family:"Source Sans 3",system-ui,sans-serif;font-size:1.075rem;line-height:1.65}h1,h2,h3{font-family:Libre Baskerville,Georgia,serif;font-weight:700;line-height:1.2}a{color:var(--accent)}a:hover{color:var(--accent-dark)}img{max-width:100%;height:auto}.site-header{border-bottom:1px solid var(--line);background:var(--card);z-index:100;position:sticky;top:0}.header-inner--stacked{max-width:var(--wide);flex-direction:column;align-items:center;gap:1.15rem;margin:0 auto;padding:1.5rem 1.5rem 1.15rem;display:flex}.logo{line-height:0;text-decoration:none;display:block}.logo-img{width:300px;max-width:78vw;height:auto;display:block}.header-bottom{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.5rem;width:100%;display:flex}.nav-links{letter-spacing:.02em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;gap:.4rem 1.35rem;font-family:"Source Sans 3",system-ui,sans-serif;font-size:.95rem;font-weight:600;display:flex}.nav-links a{color:var(--ink);text-decoration:none}.nav-links a:hover{color:var(--accent)}.phone-link{background:var(--phone-bg);white-space:nowrap;border-radius:4px;align-items:center;gap:.35rem;padding:.5rem .95rem;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.85rem;text-decoration:none;display:inline-flex;color:var(--phone-text)!important}.phone-link:hover{background:var(--accent-dark);color:var(--phone-text)!important}@media (width<=640px){.call-bar{display:block}body{padding-bottom:3.4rem}.header-inner--stacked{gap:1rem;padding:1.25rem 1.15rem 1rem}.logo-img{width:240px}.header-bottom .phone-link{display:none}}.call-bar{z-index:200;background:var(--phone-bg);text-align:center;border-top:1px solid #333;padding:.65rem 1rem;display:none;position:fixed;bottom:0;left:0;right:0}.call-bar a{color:var(--phone-text);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.95rem;text-decoration:none}@media (width<=640px){.call-bar{display:block}body{padding-bottom:3.25rem}.header-inner .phone-link{display:none}}main{min-height:60vh}.container{max-width:var(--max);margin:0 auto;padding:2rem 1.25rem 3rem}.container-wide{max-width:var(--wide);margin:0 auto;padding:2rem 1.25rem 3rem}.hero{max-width:var(--wide);background:var(--hero-wash);border-bottom:1px solid var(--line);margin:0 auto;padding:3.25rem 1.25rem 2.75rem}.hero h1{max-width:17ch;margin:0 0 .85rem;font-size:clamp(2rem,5.2vw,3rem);font-weight:700}.hero-eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .85rem;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.78rem;font-style:normal;font-weight:500}.hero-lead{color:var(--muted);max-width:40ch;margin:0 0 1.65rem;font-size:1.22rem;line-height:1.55}.hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.btn{border:1px solid #0000;border-radius:4px;padding:.7rem 1.25rem;font-family:"Source Sans 3",system-ui,sans-serif;font-size:1rem;text-decoration:none;display:inline-block}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff!important}.btn-primary:hover{background:var(--accent-dark);color:#fff!important}.btn-secondary{border-color:var(--line);background:0 0;color:var(--ink)!important}.btn-secondary:hover{border-color:var(--ink)}.hero-note{color:var(--muted);max-width:42ch;margin-top:1.25rem;font-size:.92rem}.card-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.card-grid{grid-template-columns:repeat(2,1fr)}}.card-grid.three{grid-template-columns:1fr}@media (width>=768px){.card-grid.three{grid-template-columns:repeat(3,1fr)}}.card{background:var(--card);border:1px solid var(--line);border-radius:6px;padding:1.25rem 1.35rem}.card h3{margin:0 0 .5rem;font-size:1.1rem}.card p{color:var(--muted);margin:0;font-size:.98rem}section+section{margin-top:2.5rem}section h2{margin:0 0 1rem;padding-top:.5rem;font-size:clamp(1.45rem,2.5vw,1.85rem);font-weight:600}.lead{color:var(--muted);font-size:1.12rem}.check-list{margin:1rem 0;padding:0;list-style:none}.check-list li{padding:.35rem 0 .35rem 1.5rem;position:relative}.check-list li:before{content:"—";color:var(--accent);position:absolute;left:0}.compare{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.95rem}.compare th,.compare td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:.65rem .85rem}.compare th{background:#f0ece4;font-family:Libre Baskerville,Georgia,serif;font-weight:600}.steps{counter-reset:step;margin:1.25rem 0;padding:0;list-style:none}.steps li{counter-increment:step;border-left:2px solid var(--line);margin-left:.85rem;padding:0 0 1.25rem 2.75rem;position:relative}.steps li:last-child{border-left-color:#0000;padding-bottom:0}.steps li:before{content:counter(step);background:var(--ink);width:1.7rem;height:1.7rem;color:var(--bg);border-radius:50%;justify-content:center;align-items:center;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.75rem;display:flex;position:absolute;top:0;left:-.85rem}.steps li strong{margin-bottom:.25rem;display:block}.callout{border-left:3px solid var(--accent);background:#f0ece4;margin:1.5rem 0;padding:1rem 1.25rem;font-size:1.02rem}.callout p:last-child{margin-bottom:0}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:#f3f1ed;padding:2.75rem 1.25rem 2.25rem;font-size:.9rem}.footer-inner{max-width:var(--wide);text-align:center;flex-direction:column;align-items:center;gap:1.15rem;margin:0 auto;display:flex}.footer-brand{color:var(--ink);flex-direction:column;align-items:center;line-height:1.05;text-decoration:none;display:flex}.footer-brand:hover{color:var(--ink)}.footer-brand-small{letter-spacing:.02em;font-family:Libre Baskerville,Georgia,serif;font-size:.72rem;font-weight:600}.footer-brand-large{letter-spacing:.1em;margin-top:.15rem;font-family:Libre Baskerville,Georgia,serif;font-size:1.35rem;font-weight:700}.footer-nav{flex-wrap:wrap;justify-content:center;gap:.55rem 1.5rem;width:100%;max-width:40rem;margin:0;padding:.35rem 0 0;list-style:none;display:flex}.footer-nav a{color:var(--ink);font-size:.92rem;text-decoration:none}.footer-nav a:hover{color:var(--accent)}.footer-phone{background:var(--phone-bg);border-radius:4px;flex-direction:column;align-items:center;gap:.2rem;margin-top:.25rem;padding:.7rem 1.35rem;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.95rem;line-height:1.2;text-decoration:none;display:inline-flex;color:var(--phone-text)!important}.footer-phone:hover{background:var(--accent-dark);color:var(--phone-text)!important}.footer-phone-note{opacity:.75;letter-spacing:.02em;font-family:"Source Sans 3",system-ui,sans-serif;font-size:.72rem}.disclaimer{border-top:1px solid var(--line);width:100%;max-width:36rem;color:var(--muted);margin:.85rem 0 0;padding:1.15rem 0 0;font-size:.8rem;line-height:1.55}.disclaimer a{color:var(--accent);white-space:nowrap}.footer-copy{color:var(--muted);margin:0;font-size:.78rem}.page-title{margin:0 0 .75rem;font-size:clamp(1.85rem,4.2vw,2.6rem);font-weight:700}.contact-box{background:var(--card);border:1px solid var(--line);border-radius:6px;margin:1.5rem 0;padding:1.5rem}.contact-box .phone-link{margin-top:.5rem;padding:.65rem 1rem;font-size:1rem}.survey-samples{margin-top:2.5rem}.survey-legend{color:var(--muted);max-width:52ch;margin:0 0 1rem;font-size:.92rem}.survey-legend strong{color:var(--ink)}.survey-pair{grid-template-columns:1fr;gap:1.25rem;margin:1.25rem 0;display:grid}@media (width>=720px){.survey-pair{grid-template-columns:1fr 1fr}}.survey-figure{background:var(--card);border:1px solid var(--line);border-radius:6px;margin:0;overflow:hidden}.survey-figure img{background:var(--bg);width:100%;height:auto;display:block}.survey-enlarge{cursor:zoom-in;width:100%;font:inherit;color:inherit;background:0 0;border:0;padding:0;display:block;position:relative}.survey-enlarge:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.survey-enlarge-hint{color:var(--phone-text);letter-spacing:.04em;text-transform:uppercase;pointer-events:none;background:#1a1a1ab8;border-radius:3px;padding:.25rem .55rem;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem;position:absolute;bottom:.65rem;right:.65rem}.survey-lightbox{background:0 0;border:none;width:max-content;max-width:min(96vw,72rem);padding:0}.survey-lightbox::backdrop{background:#1a1a1ad1}.survey-lightbox-inner{background:var(--card);border-radius:6px;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000059}.survey-lightbox-title{color:var(--ink);border-bottom:1px solid var(--line);margin:0;padding:.75rem 3rem .65rem 1rem;font-family:Libre Baskerville,Georgia,serif;font-size:1.05rem;font-weight:600}.survey-lightbox-img{width:auto;max-width:min(92vw,68rem);height:auto;max-height:82vh;display:block}.survey-lightbox-close{width:2rem;height:2rem;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;font-size:1.6rem;line-height:1;position:absolute;top:.45rem;right:.55rem}.survey-lightbox-close:hover{color:var(--ink);background:var(--bg)}.survey-figure figcaption{color:var(--muted);border-top:1px solid var(--line);padding:.85rem 1rem 1rem;font-size:.92rem}.survey-figure figcaption strong{color:var(--ink);font-family:Libre Baskerville,Georgia,serif;font-weight:600}.survey-note{color:var(--muted);max-width:48ch;margin:.5rem 0 0;font-size:.88rem}.survey-samples+section{margin-top:4rem}.guides-list{margin:2rem 0 0;padding:0;list-style:none}.guides-list li{border-bottom:1px solid var(--line);margin-bottom:1.25rem;padding-bottom:1.25rem}.guides-list li:last-child{border-bottom:none}.guides-list a{color:var(--ink);font-family:Libre Baskerville,Georgia,serif;font-size:1.2rem;text-decoration:none}.guides-list a:hover{color:var(--accent)}.guides-list p{color:var(--muted);margin:.35rem 0 0;font-size:.98rem}
