/*
Theme Name: Deep Work Pomodoro
Version: 0.1.0
Description: Sitio bilingüe de prelanzamiento de Deep Work Pomodoro.
Author: Damian Molinero Ramírez
License: GPL-2.0-or-later
Text Domain: deep-work
*/
:root{color-scheme:dark;--bg:#121215;--surface:#1c1c22;--ink:#f4f1ea;--muted:#b2afa9;--accent:#ff743e;--line:#36363c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:17px/1.7 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-underline-offset:5px}a:hover{color:var(--accent)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:5px}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(2.8rem,6.7vw,6.3rem);font-weight:600;margin-bottom:28px;max-width:900px}h2{font-size:clamp(2rem,3.4vw,3.5rem);font-weight:500}h3{font-size:1.4rem;font-weight:600}p{max-width:70ch}.wrap{width:min(1180px,calc(100% - 64px));margin:auto}.skip{position:absolute;top:-100px;padding:12px;background:var(--accent);color:#121215;z-index:99}.skip:focus{top:8px}.site-header{border-bottom:1px solid var(--line)}.header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{text-decoration:none;font-size:17px;font-weight:750;letter-spacing:.12em}.brand span{color:var(--accent)}nav{display:flex;flex-wrap:wrap;align-items:center;gap:10px 24px}nav a{display:inline-flex;min-height:44px;align-items:center;text-decoration:none;font-size:14px;color:var(--muted)}nav a[aria-current=page]{color:var(--ink);text-decoration:underline}.locale{border:1px solid var(--line);border-radius:100px;padding:0 17px}.page-heading{padding:76px 0 16px}.eyebrow{font:600 12px/1.5 system-ui;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:28px}.lede{font-size:clamp(1.12rem,2vw,1.35rem);line-height:1.65;color:var(--muted);max-width:610px}.hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(230px,.75fr);align-items:center;gap:70px;padding:75px 0 80px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--accent)}.hero .device{width:290px;justify-self:center;border:1px solid var(--line);padding:9px;border-radius:36px;background:#0a0a0d;box-shadow:0 30px 90px #0007;transform:rotate(3deg)}.device img{display:block;border-radius:27px}.device figcaption{font-size:11px;color:var(--muted);text-align:center;margin:13px 5px 4px}.buttons{display:flex;flex-wrap:wrap;gap:16px;margin:32px 0}.button,button[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 25px;border:1px solid var(--accent);border-radius:7px;color:#121215;background:var(--accent);text-decoration:none;font:650 15px system-ui;cursor:pointer}.button:hover,button[type=submit]:hover{background:#ff966d;color:#121215}.button.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.status{display:inline-flex;align-items:center;gap:10px;font-size:12px;color:var(--muted);letter-spacing:.04em}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent)}.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px;color:var(--muted);font-size:14px}.section{padding:82px 0}.section+.section{border-top:1px solid var(--line)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:35px 0}.feature{padding:28px 0;border-top:1px solid var(--line)}.feature .number{display:block;color:var(--accent);font:13px ui-monospace,monospace;letter-spacing:.12em;margin-bottom:35px}.feature p{color:var(--muted);font-size:16px}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px}.panel{padding:36px;background:var(--surface);border:1px solid var(--line);border-radius:14px}.panel ul{padding-left:22px;color:var(--muted)}.note{border-left:3px solid var(--accent);padding:15px 22px;background:var(--surface);color:var(--muted);font-size:15px}.prose{max-width:820px;padding:25px 0 85px;min-height:55vh}.prose h2{font-size:1.7rem;letter-spacing:-.025em;margin-top:45px}.prose h3{margin-top:28px}.prose li{margin-bottom:10px}.prose p,.prose li{color:var(--muted)}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;font-weight:600;min-height:44px;align-content:center}details p{padding-top:16px;margin-bottom:0}footer{border-top:1px solid var(--line);padding:45px 0 30px}footer .footer-top{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}footer p{font-size:13px;color:var(--muted);margin:25px 0 0}.form-field{display:block;margin:22px 0}.form-field input,.form-field textarea{display:block;width:100%;margin-top:8px;background:#0e0e11;border:1px solid #66636b;border-radius:6px;color:var(--ink);padding:13px;font:inherit}.form-field textarea{min-height:150px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.language-choice{min-height:65vh;padding:95px 0}.language-choice h1{max-width:950px}.language-choice p{color:var(--muted)}.draft-notice{background:#ff743e;color:#121215;padding:10px 24px;text-align:center;font-size:13px;font-weight:650}.error-message{color:#ffc8b2}table{width:100%;border-collapse:collapse}th,td{padding:15px;text-align:left;border-bottom:1px solid var(--line)}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.header-inner{padding:18px 0;align-items:flex-start;flex-direction:column;gap:12px}nav{gap:5px 20px}.hero{grid-template-columns:1fr;padding:42px 0;gap:35px}.hero .device{width:220px;transform:none}.hero h1{font-size:3.3rem}.grid,.split{grid-template-columns:1fr;gap:12px}.section{padding:45px 0}.panel{padding:26px}.page-heading{padding-top:45px}.strip{display:grid;grid-template-columns:1fr 1fr}.language-choice{padding:55px 0}footer .footer-top{flex-direction:column}.prose{padding-bottom:50px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
