:root{--espresso: #2c1e16;--brown: #4a3428;--brown-soft: #6f5744;--cream: #fdf8f0;--cream-deep: #f5ead9;--card: #fffdf9;--line: #e8dcc8;--gold: #d2b764;--gold-deep: #b89a45;--terracotta: #c07a56;--radius: 14px;--shadow: 0 1px 2px rgba(44, 30, 22, .06), 0 6px 18px rgba(44, 30, 22, .07);--serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;--sans: "Seravek", "Gill Sans", ui-rounded, "Segoe UI", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--espresso);font-family:var(--sans);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--serif);font-weight:600;line-height:1.2;color:var(--espresso)}a{color:var(--gold-deep);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--terracotta)}main,.hero,.footer-inner{max-width:1040px;margin:0 auto;padding:0 1.25rem}.hero{text-align:center;padding-top:3.5rem;padding-bottom:2.5rem}.hero-mark{font-size:2rem;margin:0 0 .25rem}.hero h1{font-size:clamp(2.4rem,6vw,3.4rem);margin:0 0 .75rem;letter-spacing:.01em}.hero-tagline{max-width:34em;margin:0 auto;color:var(--brown-soft);font-size:1.1rem}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.calculator-layout{display:grid;gap:1.25rem}@media(min-width:880px){.calculator-layout{grid-template-columns:1.15fr 1fr;align-items:start}}.control-group{border:0;margin:0 0 1.6rem;padding:0}.control-group:last-child{margin-bottom:0}.control-group legend{font-family:var(--serif);font-size:1.15rem;font-weight:600;margin-bottom:.7rem;padding:0}.chip-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media(max-width:480px){.chip-row{grid-template-columns:repeat(2,1fr)}}.chip{display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.55rem .4rem;background:var(--cream);border:1.5px solid var(--line);border-radius:10px;cursor:pointer;font-family:var(--sans);color:var(--espresso);transition:border-color .12s ease,background .12s ease}.chip:hover{border-color:var(--gold)}.chip--active{background:var(--cream-deep);border-color:var(--gold-deep)}.chip-ml{font-weight:700;font-size:1rem}.chip-label{font-size:.78rem;color:var(--brown-soft)}.custom-cup{display:flex;align-items:center;gap:.5rem;margin-top:.7rem;font-size:.95rem;color:var(--brown-soft)}.custom-cup input{width:5.5rem;padding:.4rem .6rem;border:1.5px solid var(--line);border-radius:8px;background:var(--card);font:inherit;color:var(--espresso)}.custom-cup input:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold-deep)}.style-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.style-option{display:flex;flex-direction:column;gap:.15rem;text-align:left;padding:.75rem .85rem;background:var(--cream);border:1.5px solid var(--line);border-radius:10px;cursor:pointer;font-family:var(--sans);color:var(--espresso);transition:border-color .12s ease,background .12s ease}.style-option:hover{border-color:var(--gold)}.style-option--active{background:var(--cream-deep);border-color:var(--gold-deep)}.style-name{font-family:var(--serif);font-weight:700;font-size:1.05rem}.style-viet{font-size:.8rem;font-style:italic;color:var(--brown-soft)}.style-tagline{font-size:.82rem;color:var(--brown-soft);line-height:1.4}input[type=range]{width:100%;margin:.2rem 0 .3rem;accent-color:var(--gold-deep)}.slider-labels{display:flex;justify-content:space-between;font-size:.85rem;color:var(--brown-soft)}.slider-labels span:nth-child(2){transform:translate(0)}.slider-label--active{color:var(--espresso);font-weight:700}.segmented{display:flex;border:1.5px solid var(--line);border-radius:10px;overflow:hidden;background:var(--cream)}.segment{flex:1;padding:.55rem 0;border:0;background:transparent;font-family:var(--sans);font-size:.95rem;color:var(--brown-soft);cursor:pointer;transition:background .12s ease,color .12s ease}.segment+.segment{border-left:1.5px solid var(--line)}.segment--active{background:var(--cream-deep);color:var(--espresso);font-weight:700}.results{position:sticky;top:1rem}.results-title{margin:0 0 1rem;font-size:1.35rem}.result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0}.result-item{background:var(--cream);border:1px solid var(--line);border-radius:10px;padding:.7rem .85rem}.result-item dt{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--brown-soft);margin-bottom:.15rem}.result-item dd{margin:0;display:flex;flex-direction:column}.result-item strong{font-family:var(--serif);font-size:1.45rem;font-weight:700}.result-sub{font-size:.78rem;color:var(--brown-soft)}.result-note{margin:.9rem 0 0;padding:.7rem .9rem;background:var(--cream-deep);border-radius:10px;font-size:.88rem;color:var(--brown)}.brew-timer{margin-top:1.4rem;padding-top:1.3rem;border-top:1px dashed var(--line);display:flex;flex-direction:column;align-items:center;gap:.9rem}.timer-ring-wrap{position:relative;width:150px;height:150px}.timer-ring{width:100%;height:100%;transform:rotate(-90deg)}.timer-track,.timer-progress{fill:none;stroke-width:7}.timer-track{stroke:var(--cream-deep)}.timer-progress{stroke:var(--gold-deep);stroke-linecap:round;transition:stroke-dashoffset .2s linear,stroke .3s ease}.brew-timer--done .timer-progress{stroke:var(--terracotta)}.timer-readout{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.timer-time{font-family:var(--serif);font-size:2rem;font-weight:700;font-variant-numeric:tabular-nums}.timer-done-label{font-family:var(--serif);font-size:1.5rem;font-weight:700;color:var(--terracotta)}.timer-controls{display:flex;gap:.6rem}.timer-done-note{margin:0;font-size:.9rem;color:var(--brown-soft);text-align:center}.btn{font-family:var(--sans);font-size:.95rem;font-weight:700;padding:.55rem 1.3rem;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:background .12s ease,border-color .12s ease}.btn--primary{background:var(--espresso);color:var(--cream)}.btn--primary:hover{background:var(--brown)}.btn--ghost{background:transparent;border-color:var(--line);color:var(--brown-soft)}.btn--ghost:hover{border-color:var(--gold);color:var(--espresso)}.ad-slot{margin:2.5rem 0;display:flex;align-items:center;justify-content:center;min-height:110px;border:1.5px dashed var(--line);border-radius:var(--radius);background:#f5ead959}.ad-slot-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:var(--brown-soft);opacity:.7}.content-section{margin:3rem 0}.content-section h2{font-size:clamp(1.6rem,3.5vw,2rem);margin:0 0 1rem}.content-section>p{max-width:44em;color:var(--brown)}.style-cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.style-card h3{margin:0 0 .1rem;font-size:1.25rem}.style-card-subtitle{margin:0 0 .6rem;font-style:italic;font-size:.9rem;color:var(--brown-soft)}.style-card p{font-size:.95rem;color:var(--brown);margin:0 0 .6rem}.style-card-build{font-size:.85rem;font-weight:700;color:var(--gold-deep);margin:0}.faq-list{max-width:46em}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{font-family:var(--serif);font-size:1.1rem;font-weight:600;padding:.9rem 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;color:var(--gold-deep);flex-shrink:0;transition:transform .15s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin:0 0 1rem;color:var(--brown);font-size:.97rem}.site-footer{margin-top:4rem;background:var(--espresso);color:var(--cream-deep)}.footer-inner{padding-top:2.8rem;padding-bottom:2.8rem}.site-footer h2{color:var(--cream);font-size:1.4rem;margin:0 0 .8rem}.site-footer p{max-width:44em;color:#f5ead9d9;font-size:.97rem}.site-footer a{color:var(--gold)}.site-footer a:hover{color:var(--cream)}.kofi-container{margin:1.2rem 0;min-height:40px}.footer-fineprint{margin-top:2rem;font-size:.85rem;color:#f5ead98c}.page-header{max-width:1040px;margin:0 auto;padding:2.2rem 1.25rem .5rem}.breadcrumbs{font-size:.88rem;color:var(--brown-soft);margin-bottom:1.6rem}.page-header h1{font-size:clamp(1.9rem,5vw,2.7rem);margin:0 0 .7rem;max-width:22em}.page-lede{max-width:40em;margin:0;color:var(--brown-soft);font-size:1.1rem}.page-article{max-width:46em;margin-top:1.5rem}.page-article h2{font-size:1.45rem;margin:2.2rem 0 .6rem}.page-article h3{font-size:1.12rem;margin:1.5rem 0 .4rem}.page-article p,.page-article li{color:var(--brown)}.page-article ol,.page-article ul{padding-left:1.3rem}.page-article li{margin-bottom:.5rem}.steps-list{list-style:none;counter-reset:step;padding:0;margin:1.6rem 0}.steps-list>li{counter-increment:step;position:relative;padding-left:3.2rem;margin-bottom:1.6rem}.steps-list>li:before{content:counter(step);position:absolute;left:0;top:.1rem;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;background:var(--cream-deep);border:1.5px solid var(--gold);border-radius:50%;font-family:var(--serif);font-weight:700;color:var(--gold-deep)}.steps-list h2{margin:0 0 .3rem;font-size:1.25rem}.steps-list p{margin:0}.recipe-table-wrap{overflow-x:auto;margin:1.2rem 0}.recipe-table{border-collapse:collapse;width:100%;background:var(--card);border:1px solid var(--line);border-radius:10px;overflow:hidden;font-size:.95rem}.recipe-table th,.recipe-table td{padding:.6rem .9rem;text-align:left;border-bottom:1px solid var(--line)}.recipe-table th{background:var(--cream-deep);font-family:var(--serif);font-size:.9rem}.recipe-table tr:last-child td{border-bottom:0}.cta-card{max-width:46em;margin:2.5rem 0 3.5rem;text-align:center;padding:2rem 1.5rem}.cta-card h2{margin:0 0 .5rem;font-size:1.4rem}.cta-card p{max-width:32em;margin:0 auto 1.2rem;color:var(--brown-soft);font-size:.97rem}.cta-card .btn{text-decoration:none;display:inline-block}.guide-links{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:1.3rem}.guide-link{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:1rem 1.2rem;text-decoration:none;color:var(--espresso);font-family:var(--serif);font-weight:600;font-size:1.05rem;transition:border-color .12s ease}.guide-link:hover{border-color:var(--gold);color:var(--espresso)}.guide-link-arrow{color:var(--gold-deep)}.style-card-link{display:inline-block;margin-top:.6rem;font-size:.88rem;font-weight:700}.footer-nav{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;margin:1.8rem 0 0;padding-top:1.4rem;border-top:1px solid rgba(245,234,217,.15);font-size:.9rem}@media(max-width:480px){.style-grid{grid-template-columns:1fr}.result-grid{grid-template-columns:1fr 1fr}.results{position:static}}
