:root { --bg: #FBFAF7; --pane: #F7F5F0; --ink: #2B2825; --soft: #3D3935; --muted: #7B7570; --ghost: #A5A09B; --rule: #E8E5DF; --accent: #C9664A; --water: #4A5F7A; --sand: #F4E3C6; --sand2: #D5A062; --never: #343A4E; --stone: #3B2A27; }
* { box-sizing: border-box; }
html { background: var(--bg); color: var(--ink); font-family: 'Instrument Sans', -apple-system, 'Helvetica Neue', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body { margin: 0; }
a { color: var(--accent); text-decoration: none; } a:hover { text-decoration: underline; }
.wrap { max-width: 960px; margin: 0 auto; padding: 0 28px; }
header { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
header .brand { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 17px; color: var(--ink); }
header .brand img { width: 36px; height: 36px; border-radius: 9px; }
header nav { display: flex; gap: 22px; font-size: 14px; color: var(--muted); }
header nav a { color: var(--muted); }
.hero { padding: 56px 0 36px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: end; }
h1 { font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 58px; line-height: 1.02; letter-spacing: -0.015em; margin: 0 0 18px; }
.lede { font-size: 19px; line-height: 1.5; color: var(--soft); max-width: 520px; margin: 0 0 26px; }
.say { font-size: 13px; color: var(--muted); margin-bottom: 26px; }
.cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; background: var(--accent); color: #fff; font-weight: 500; font-size: 15px; padding: 12px 22px; border-radius: 999px; }
.btn:hover { text-decoration: none; filter: brightness(0.96); }
code.brew { font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 13px; color: var(--soft); background: var(--pane); border: 1px solid var(--rule); padding: 9px 13px; border-radius: 8px; }
.fine { font-size: 12px; color: var(--muted); margin-top: 12px; }
.shot { border-radius: 12px; box-shadow: 0 40px 80px -40px rgba(43,40,37,0.45); border: 1px solid var(--rule); overflow: hidden; }
.shot img { display: block; width: 100%; height: auto; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 44px 0; border-top: 1px solid var(--rule); }
.two h2, section h2 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: 30px; letter-spacing: -0.01em; margin: 0 0 12px; }
.two p, section p { font-size: 16px; line-height: 1.55; color: var(--soft); margin: 0 0 12px; }
section { padding: 44px 0; border-top: 1px solid var(--rule); }
.core { display: flex; flex-direction: column; width: 100%; max-width: 560px; border-radius: 12px 12px 34px 34px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(43,40,37,0.45); margin: 22px 0 10px; font-size: 13px; }
.layer { display: flex; justify-content: space-between; align-items: center; padding: 0 16px; }
.layer b { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: 17px; letter-spacing: -0.02em; }
ul.never { list-style: none; padding: 0; margin: 14px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; }
ul.never li { font-size: 15px; line-height: 1.45; color: var(--soft); padding-left: 18px; position: relative; }
ul.never li::before { content: "—"; position: absolute; left: 0; color: var(--ghost); }
footer { padding: 36px 0 48px; border-top: 1px solid var(--rule); font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 760px) { .hero, .two { grid-template-columns: 1fr; } h1 { font-size: 42px; } ul.never { grid-template-columns: 1fr; } }
