@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap');

:root {
  --wine:    #7A2535;
  --wine-dk: #6B1F2A;
  --amber:   #8C5A10;
  --amber-dk:#7A4A08;
  --forest:  #2A5A30;
  --terra:   #8A3A20;
  --purple:  #5A3A80;
  --ink:     #2A1E14;
  --mid:     #4A3C2A;
  --muted:   #6A5A48;
  --cream:   #FDFAF5;
  --warm-lt: #F7F0E8;
  --border:  #DDD0C0;
  --wine-tint:  #F9F0F2;
  --amber-tint: #FDF5E8;
  --forest-tint:#F0F7F2;
  --terra-tint: #FDF2EC;
  --purple-tint:#F5F0FC;
  --d0:  #604A3A;
  --d1:  #8B4A20;
  --d2:  #7A3A18;
  --d3:  #6A2A10;
  --d4:  #5A1E0A;
  --d5:  #4A1408;
  --d6:  #2A5A30;
  --prep:#7A7060;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--cream); color: var(--ink); font-family: 'Nunito', sans-serif; font-size: 16px; line-height: 1.7; }

.topbar { background: var(--wine); color: #fff; padding: 0 32px; height: 52px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }
.topbar-brand { font-size: 15px; font-weight: 800; letter-spacing: .5px; text-decoration: none; color: #fff; }
.topbar-brand span { opacity: .65; font-weight: 600; }
.topbar-home { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.8); text-decoration: none; padding: 5px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; transition: background .15s; }
.topbar-home:hover { background: rgba(255,255,255,.15); }

header { background: var(--wine); color: #fff; padding: 40px 52px 34px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; opacity: .7; margin-bottom: 8px; }
header h1 { font-size: 36px; font-weight: 800; line-height: 1.15; }
.header-motto { margin-top: 16px; font-style: italic; font-size: 14px; opacity: .82; border-left: 3px solid rgba(255,255,255,.35); padding-left: 14px; }

.breadcrumb { background: var(--warm-lt); border-bottom: 1px solid var(--border); padding: 9px 52px; font-size: 13px; font-weight: 600; color: var(--mid); }
.breadcrumb strong { color: var(--wine); }
.breadcrumb a { color: var(--wine); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

.wrapper { max-width: 800px; margin: 0 auto; padding: 44px 32px 64px; }

.sec-head { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.sec-badge { background: var(--wine); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 5px 13px; border-radius: 20px; white-space: nowrap; }
.sec-head h2 { font-size: 25px; font-weight: 800; color: var(--ink); line-height: 1.2; }

p { margin-bottom: 14px; color: var(--mid); font-size: 15px; }
p strong { color: var(--ink); font-weight: 700; }

.highlight { border-left: 4px solid var(--wine); background: var(--wine-tint); border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 22px 0; }
.highlight .hl-label { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--wine); margin-bottom: 6px; }
.highlight p { color: #3A0E18; font-weight: 600; font-size: 15px; margin: 0; }

hr { border: none; border-top: 2px dashed var(--border); margin: 32px 0; }
h3 { font-size: 19px; font-weight: 800; color: var(--ink); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }

.tool-card { border: 1px solid var(--border); border-radius: 12px; margin: 24px 0; overflow: hidden; }
.tool-head { padding: 14px 18px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--border); background: var(--warm-lt); }
.tool-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.tool-icon.blue   { background: var(--wine-tint); }
.tool-icon.green  { background: var(--forest-tint); }
.tool-icon.orange { background: var(--amber-tint); }
.tool-icon.purple { background: var(--purple-tint); }
.tool-icon.red    { background: var(--wine-tint); }
.tool-icon.teal   { background: var(--forest-tint); }
.tool-title { font-size: 16px; font-weight: 800; color: var(--ink); }
.tool-subtitle { font-size: 12px; color: var(--mid); font-weight: 600; }
.tool-body { padding: 16px 18px; background: #fff; }
.tool-body p { margin-bottom: 10px; }
.tool-body p:last-child { margin-bottom: 0; }

.tool-details { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
@media (max-width: 540px) { .tool-details { grid-template-columns: 1fr; } }
.detail-item { background: var(--warm-lt); border-radius: 8px; padding: 11px 13px; font-size: 13.5px; color: var(--mid); line-height: 1.45; }
.detail-item strong { display: block; color: var(--ink); font-weight: 700; margin-bottom: 2px; font-size: 13px; }

.steps { margin: 12px 0; }
.step { display: flex; gap: 12px; margin-bottom: 12px; align-items: flex-start; }
.step:last-child { margin-bottom: 0; }
.step-num { background: var(--wine); color: #fff; font-size: 12px; font-weight: 800; min-width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.step-body strong { display: block; font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.step-body p { font-size: 13.5px; color: var(--mid); margin: 0; line-height: 1.5; }

.stations { margin: 12px 0; }
.station { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.station:last-child { border-bottom: none; }
.station-place { background: var(--forest); color: #fff; font-size: 11px; font-weight: 800; padding: 3px 9px; border-radius: 10px; white-space: nowrap; flex-shrink: 0; margin-top: 2px; }
.station-text { font-size: 13.5px; color: var(--mid); line-height: 1.45; }
.station-text strong { color: var(--ink); font-weight: 700; }

.callout { background: var(--amber-tint); border: 1px solid #E8C880; border-radius: 10px; padding: 14px 18px; margin: 20px 0; display: flex; gap: 12px; align-items: flex-start; }
.callout-ico { background: #E8C060; border-radius: 8px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.callout p { font-size: 14px; color: #4A3000; margin: 0; font-weight: 600; line-height: 1.6; }

.warning { background: var(--terra-tint); border: 1px solid #E0B090; border-radius: 10px; padding: 14px 18px; margin: 14px 0; display: flex; gap: 12px; align-items: flex-start; }
.warning-ico { background: #C07040; border-radius: 8px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.warning p { font-size: 14px; color: #4A1800; margin: 0; font-weight: 600; line-height: 1.6; }

.principle { background: var(--forest-tint); border: 1px solid #A8D0B0; border-radius: 10px; padding: 20px 22px; margin: 20px 0; }
.principle-label { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--forest); margin-bottom: 12px; }

.not-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 14px 0; }
@media (max-width: 540px) { .not-grid { grid-template-columns: 1fr; } }
.not-item { background: var(--wine-tint); border: 1px solid #E0C0C8; border-radius: 8px; padding: 10px 12px; font-size: 13.5px; color: var(--mid); display: flex; gap: 8px; align-items: flex-start; line-height: 1.45; }
.not-x { background: var(--wine); color: #fff; font-size: 10px; font-weight: 800; min-width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }

.tool-index { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 20px 0; }
@media (max-width: 560px) { .tool-index { grid-template-columns: repeat(2,1fr); } }
.index-item { background: var(--warm-lt); border: 1px solid var(--border); border-radius: 10px; padding: 12px; text-align: center; }
.index-ico { font-size: 22px; display: block; margin-bottom: 5px; }
.index-name { font-size: 12px; font-weight: 800; color: var(--ink); line-height: 1.3; }

.questions { background: var(--forest-tint); border: 1px solid #A8D0B0; border-radius: 10px; padding: 20px 22px; margin: 20px 0; }
.q-label { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--forest); margin-bottom: 14px; }
.q-item { display: flex; gap: 14px; margin-bottom: 14px; align-items: flex-start; }
.q-item:last-child { margin-bottom: 0; }
.q-num { background: var(--forest); color: #fff; font-size: 13px; font-weight: 800; min-width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.q-body strong { display: block; font-size: 14.5px; font-weight: 700; color: #0A2A14; margin-bottom: 2px; }
.q-body p { font-size: 13px; color: #2A4830; margin: 0; line-height: 1.5; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
@media (max-width: 540px) { .two-col { grid-template-columns: 1fr; } }
.card { background: var(--warm-lt); border: 1px solid var(--border); border-radius: 10px; padding: 16px; }
.card h4 { font-size: 14px; font-weight: 800; color: var(--ink); margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.card ul { list-style: none; padding: 0; }
.card li { font-size: 13px; color: var(--mid); padding: 4px 0; border-bottom: 1px solid var(--border); display: flex; gap: 7px; align-items: flex-start; line-height: 1.4; }
.card li:last-child { border-bottom: none; }
.card li::before { content: '›'; font-weight: 800; color: var(--wine); flex-shrink: 0; }

.page-footer { margin-top: 48px; padding-top: 16px; border-top: 2px solid var(--border); display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--mid); font-weight: 600; flex-wrap: wrap; gap: 8px; }
.page-footer a { color: var(--wine); text-decoration: none; }
.page-footer a:hover { text-decoration: underline; }

.placeholder { text-align: center; padding: 64px 32px; border: 2px dashed var(--border); border-radius: 16px; margin: 32px 0; background: var(--warm-lt); }
.placeholder-ico { font-size: 48px; margin-bottom: 16px; }
.placeholder h3 { font-size: 22px; font-weight: 800; color: var(--mid); margin-bottom: 8px; }
.placeholder p { color: var(--mid); font-size: 14px; max-width: 320px; margin: 0 auto; }
.placeholder .badge { display: inline-block; margin-top: 16px; background: var(--terra); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; }
