.sun-tzu-page { background: #f5f0e6; color: #26231e; font-family: "Space Grotesk", sans-serif; }
.sun-hero { padding: 4.5rem 0 3.5rem; background: radial-gradient(circle at 15% 15%, rgba(184, 132, 67, .2), transparent 32%), linear-gradient(180deg, #fffaf0 0%, #efe5d2 100%); }
.sun-hero-copy { max-width: 850px; margin: 0 auto 2.5rem; }
.sun-hero h1 { margin: .8rem 0 1rem; font: 700 clamp(2.2rem, 6vw, 4.6rem)/1.02 "Noto Serif", serif; color: #201b16; }
.sun-hero-copy > p { max-width: 760px; margin: 0 auto; font-size: 1.12rem; color: #5e554b; }
.sun-eyebrow, .sun-pill { display: inline-flex; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; font-weight: 700; color: #8b3f2d; }
.sun-disclaimer { display: inline-flex; gap: .55rem; align-items: center; margin-top: 1.25rem; padding: .7rem 1rem; border: 1px solid #d6c3a5; border-radius: 999px; background: rgba(255,255,255,.62); color: #6f4e32; font-size: .92rem; }
.sun-tool-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 1.5rem; max-width: 1140px; margin: 0 auto; }
.sun-control-card, .sun-result-card { border: 1px solid #d8c7ad; border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: 0 24px 60px rgba(72,48,29,.12); overflow: hidden; }
.sun-control-card { padding: 1.7rem; }
.sun-panel-heading h2 { margin: .45rem 0 .6rem; font: 700 1.65rem/1.2 "Noto Serif", serif; }
.sun-panel-heading p, .sun-field small { color: #6e655c; }
.sun-field { display: flex; flex-direction: column; gap: .45rem; margin-top: 1.15rem; }
.sun-field label { font-weight: 700; }
.sun-field textarea, .sun-field select { width: 100%; border: 1px solid #cdbb9e; border-radius: 12px; background: #fffdf8; padding: .85rem .95rem; color: #27221c; }
.sun-field textarea:focus, .sun-field select:focus { outline: 3px solid rgba(145,72,49,.16); border-color: #914831; }
.sun-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.sun-action-row, .sun-result-actions { display: flex; gap: .75rem; margin-top: 1.25rem; flex-wrap: wrap; }
.sun-primary-btn, .sun-secondary-btn { border-radius: 12px; padding: .8rem 1rem; font-weight: 700; border: 1px solid #8b3f2d; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; }
.sun-primary-btn { color: #fff; background: #8b3f2d; }
.sun-primary-btn:hover { background: #6f2f21; }
.sun-secondary-btn { color: #6f3426; background: #fffaf0; }
.sun-feedback { min-height: 1.4rem; margin-top: .8rem; color: #8b3f2d; }
.sun-result-toolbar { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1rem 1.25rem; border-bottom: 1px solid #dfd0b9; font-weight: 700; }
.sun-parody-badge { padding: .35rem .65rem; border-radius: 999px; background: #f1e2ce; color: #7d3c2b; font-size: .78rem; }
.sun-quote-canvas { position: relative; min-height: 430px; padding: 4rem 3rem 2.5rem; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg, #282017 0%, #4b3928 48%, #1f1913 100%); color: #fff8e7; overflow: hidden; }
.sun-quote-canvas::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(110deg, transparent 0 16px, rgba(255,255,255,.018) 17px 18px); }
.sun-seal { position: absolute; top: 1.2rem; right: 1.3rem; display: grid; place-items: center; width: 64px; height: 64px; border: 3px solid #c44d39; color: #d55a43; font: 700 2rem "Noto Serif", serif; transform: rotate(-5deg); }
.sun-quote-canvas blockquote { position: relative; margin: 0; font: 700 clamp(1.65rem, 4vw, 3rem)/1.28 "Noto Serif", serif; text-wrap: balance; }
.sun-quote-canvas p, .sun-quote-canvas small { position: relative; margin-top: 1.5rem; color: #dcc8aa; }
.sun-quote-canvas small { margin-top: .5rem; font-size: .76rem; }
.sun-result-actions { padding: 0 1.25rem 1.25rem; }
.sun-section { padding: 4.5rem 0; background: #fffdf8; }
.sun-section-soft { background: #efe6d6; }
.sun-section-heading { max-width: 760px; margin: 0 auto 2rem; text-align: center; }
.sun-section-heading.left { margin-left: 0; text-align: left; }
.sun-section-heading h2 { margin: .55rem 0 .65rem; font: 700 clamp(1.8rem, 4vw, 2.7rem)/1.15 "Noto Serif", serif; }
.sun-section-heading p, .sun-info-card p, .sun-example-card p, .sun-related-card p { color: #686057; }
.sun-info-card, .sun-example-card, .sun-related-card { display: block; padding: 1.45rem; border: 1px solid #d9c9b1; border-radius: 18px; background: #fffdf8; }
.sun-info-card h3, .sun-related-card h3 { margin-top: .8rem; font-size: 1.12rem; font-weight: 700; }
.sun-step { font-weight: 700; color: #994a35; }
.sun-example-card > span, .sun-example-card > strong { display: block; color: #8b3f2d; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.sun-example-card blockquote { margin: .55rem 0 0; font-family: "Noto Serif", serif; font-size: 1.08rem; }
.sun-check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.sun-check-list li { display: flex; gap: .85rem; padding: 1rem; background: #f7f0e4; border-radius: 14px; }
.sun-check-list i { color: #8b3f2d; margin-top: .2rem; }
.sun-check-list strong { display: block; margin-bottom: .25rem; }
.sun-related-card { color: inherit; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.sun-related-card:hover { color: inherit; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(67,44,25,.1); }
.sun-related-card span { color: #8b3f2d; font-weight: 700; }
.sun-faq { max-width: 900px; margin: 0 auto; }
.sun-faq .accordion-item { border-color: #dacbb5; background: transparent; }
.sun-faq .accordion-button { font-weight: 700; background: #fffdf8; }
.sun-faq .accordion-button:not(.collapsed) { color: #723524; box-shadow: none; }
@media (max-width: 900px) { .sun-tool-grid { grid-template-columns: 1fr; } .sun-quote-canvas { min-height: 380px; } }
@media (max-width: 576px) { .sun-hero { padding-top: 3rem; } .sun-control-card { padding: 1.15rem; } .sun-form-row { grid-template-columns: 1fr; gap: 0; } .sun-quote-canvas { min-height: 350px; padding: 4.5rem 1.5rem 2rem; } .sun-action-row > button, .sun-result-actions > button { width: 100%; } .sun-disclaimer { border-radius: 14px; } }
