/*
Theme Name: Shake Tea
Theme URI: https://shake-tea-oroville.rcyrcontact.chatgpt.site
Author: Shake Tea
Description: A responsive teahouse theme with editable dishes and beverages and pickup order requests.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: shake-tea
*/
:root{--ink:#20201e;--cream:#faf8f1;--orange:#f06b3d;--lime:#dbea69;--line:#dedbd0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.55}button,input,textarea,select{font:inherit}a{color:inherit}img{display:block;max-width:100%}button{cursor:pointer}header{position:sticky;top:0;z-index:20;background:#faf8f1f5;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.nav{max-width:1240px;margin:auto;padding:13px 25px;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;font-family:Outfit,sans-serif;font-size:1.45rem;font-weight:800;letter-spacing:-.055em}.brand img{width:38px;height:40px;object-fit:contain}.links{display:flex;align-items:center;gap:28px;margin-left:auto}.links a{text-decoration:none;font-size:.92rem;font-weight:700}.links a:hover{text-decoration:underline}.button{display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--ink);border-radius:100px;background:var(--ink);color:white;text-decoration:none;font-weight:700;padding:12px 22px;line-height:1.2;min-height:48px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:#3c3b36}.button.orange{background:var(--orange);border-color:var(--orange);color:var(--ink)}.button.ghost{background:transparent;color:var(--ink)}.order-nav{white-space:nowrap}main{overflow:hidden}.hero{max-width:1240px;padding:56px 25px 70px;margin:auto;display:grid;grid-template-columns:1fr 1.03fr;align-items:center;gap:55px}.eyebrow{text-transform:uppercase;font-size:.82rem;font-weight:800;letter-spacing:.14em;display:flex;align-items:center;gap:11px}.eyebrow:before{content:'';width:27px;height:3px;background:var(--orange)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Outfit,sans-serif}h1{font-size:clamp(4rem,7.2vw,7.9rem);line-height:.91;letter-spacing:-.075em;margin:24px 0 26px;font-weight:800}h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{font-size:1.18rem;max-width:490px;margin-bottom:30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{margin-top:28px;font-size:.92rem;font-weight:600}.hero-note a{text-decoration-thickness:1px;text-underline-offset:4px}.hero-visual{position:relative;min-height:540px;border-radius:220px 220px 25px 25px;background:#e9e3d1;padding:12px;isolation:isolate}.hero-visual>img{height:540px;width:100%;border-radius:210px 210px 17px 17px;object-fit:cover;object-position:center 52%}.stamp{position:absolute;right:-20px;bottom:35px;background:var(--lime);border:2px solid var(--ink);border-radius:50%;height:145px;width:145px;display:grid;place-content:center;text-align:center;transform:rotate(12deg);font-family:Outfit;font-weight:800;line-height:1.08;font-size:1.15rem;box-shadow:5px 5px 0 var(--ink)}.ticker{background:var(--ink);color:var(--cream);padding:13px 0;text-align:center;font-family:Outfit;font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ticker span{color:var(--lime);padding:0 25px}.section{max-width:1240px;margin:auto;padding:95px 25px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.section h2{font-size:clamp(2.8rem,5vw,5.3rem);line-height:1;letter-spacing:-.065em;margin:12px 0}.section-head p{max-width:360px;margin-bottom:8px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);background:#fff;border-radius:19px;overflow:hidden}.card img{width:100%;height:255px;object-fit:cover}.card .card-copy{padding:18px 20px 23px}.card h3{font-size:1.4rem;line-height:1.08;letter-spacing:-.045em;margin:3px 0 8px}.card p{font-size:.93rem;margin:0;color:#55534e}.type{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#b65231}.menu-section{background:#e9edcf;padding:90px 0}.menu-inner{max-width:1240px;padding:0 25px;margin:auto}.menu-tabs{display:flex;gap:10px;margin:30px 0}.menu-tabs button{border:2px solid var(--ink);border-radius:100px;padding:10px 22px;background:transparent;font-weight:800}.menu-tabs button[aria-selected=true]{background:var(--ink);color:#fff}.menu-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.menu-item{display:flex;gap:18px;align-items:center;background:#faf8f1;border:1px solid #c6cbaa;border-radius:18px;padding:12px}.menu-item img{width:110px;height:95px;object-fit:cover;border-radius:10px}.menu-item .details{flex:1}.menu-item h3{font-size:1.25rem;line-height:1.15;letter-spacing:-.03em;margin:0 0 4px}.menu-item p{font-size:.85rem;color:#5d5d54;margin:0}.add{flex:none;border:2px solid var(--ink);background:var(--lime);width:42px;height:42px;border-radius:50%;font-size:1.5rem;line-height:1}.add:hover{background:#fff}.menu-hint{margin:18px 0 0;font-size:.9rem}.reviews{background:var(--ink);color:#fff}.reviews .section{padding-top:95px;padding-bottom:95px}.reviews h2{max-width:650px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}.review{border:1px solid #62625e;border-radius:17px;padding:26px;display:flex;flex-direction:column;align-items:start}.stars{color:var(--lime);letter-spacing:3px;font-size:1.2rem}.review blockquote{margin:17px 0 22px;font-size:1.05rem;line-height:1.6;flex:1}.review cite{font-style:normal;font-weight:700}.review a{font-size:.84rem;color:var(--lime);margin-top:8px;text-underline-offset:4px}.order-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px}.order-section h2{margin-bottom:18px}.small{font-size:.92rem;color:#5b5954}.cart{padding:24px;background:#fff;border:1px solid var(--line);border-radius:18px}.cart h3{font-size:1.45rem;margin:0 0 8px}.cart-list{margin:0 0 17px;padding:0;list-style:none}.cart-list li{padding:11px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-list button{border:0;background:none;text-decoration:underline;font-size:.84rem}.empty{color:#636158;padding:14px 0}label{display:block;font-weight:700;font-size:.9rem;margin:15px 0 6px}input,textarea,select{width:100%;padding:12px 14px;border:1.5px solid #a5a397;border-radius:9px;background:white;color:var(--ink)}textarea{min-height:85px;resize:vertical}.fields{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.cart .button{margin-top:20px;width:100%}.confirmation{font-size:.86rem;color:#55534e;margin:12px 0 0}.visit{background:var(--orange);padding:75px 25px}.visit-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.visit img{width:100%;height:440px;object-fit:cover;border-radius:20px}.visit h2{font-size:clamp(3rem,5vw,5.5rem);letter-spacing:-.07em;line-height:1}.visit p{font-size:1.2rem}.visit a:not(.button){font-weight:700}.visit .button{background:var(--ink)}footer{background:#171715;color:#eee;padding:30px 25px}.footer-inner{max-width:1240px;margin:auto;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}footer a{color:inherit}@media(max-width:900px){.hero{gap:25px}.hero-visual,.hero-visual>img{min-height:430px;height:430px}.feature-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr}.order-section{grid-template-columns:1fr;gap:20px}.links{gap:14px}}@media(max-width:680px){.nav{padding:10px 17px;gap:10px}.brand span{font-size:1.3rem}.links{display:none}.order-nav{margin-left:auto;padding:10px 15px;min-height:42px}.hero{display:flex;flex-direction:column;padding:37px 19px 56px;gap:35px}.hero-copy{width:100%}h1{font-size:clamp(4.2rem,15vw,6.6rem)}.hero-visual{width:calc(100% - 12px);min-height:390px;height:390px}.hero-visual>img{height:366px;min-height:0}.stamp{height:116px;width:116px;right:-12px;font-size:.96rem}.ticker{font-size:.78rem}.ticker span{padding:0 8px}.section,.reviews .section{padding:68px 19px}.section-head{display:block}.feature-grid,.menu-list{grid-template-columns:1fr}.card img{height:250px}.menu-section{padding:68px 0}.menu-inner{padding:0 19px}.menu-item img{width:90px;height:90px}.menu-item{gap:12px}.menu-item h3{font-size:1.1rem}.visit{padding:68px 19px}.visit-inner{grid-template-columns:1fr;gap:24px}.visit img{height:320px}.fields{grid-template-columns:1fr}}
/* WordPress content and order responses */
[hidden]{display:none!important}.order-status{padding:14px 17px;border-radius:10px;margin:0 0 15px;background:#e9edcf;border:1px solid #9ba867}.order-status.error{background:#ffe7dc;border-color:#d87d5e}.content-page{max-width:900px;margin:auto;padding:80px 25px;min-height:50vh}.content-page h1{font-size:clamp(2.8rem,6vw,5rem)}.content-page article{border-bottom:1px solid var(--line);padding:25px 0}.content-page article h2{font-size:2rem;margin:0 0 8px}.content-page article a{text-decoration:none}.content-page .entry-content{overflow-wrap:anywhere}.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{position:static;clip:auto;height:auto;width:auto}.wp-block-image img{height:auto}
