:root{--primary-color:#1b1f2a;--accent-color:#ff6b6b;--text-color:#f0f0f0;--secondary-color:#33384a;--font:"Segoe UI",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--primary-color);color:var(--text-color);font-family:var(--font);line-height:1.6}header{padding:2rem;text-align:center;background:linear-gradient(145deg,#1b1f2a,#23283c);box-shadow:0 2px 10px rgba(0,0,0,.6)}header h1{font-size:2.5rem;color:var(--accent-color);margin-bottom:1rem}header p{font-size:1.2rem;color:#ccc}nav{text-align:center;margin:1rem 0 3rem}nav a{margin:0 1rem;color:#d0d0d0;text-decoration:none;font-size:1rem}nav a:hover{color:var(--accent-color)}main{padding:3rem 2rem;max-width:1000px;margin:0 auto}section{margin-bottom:3rem}section h2{font-size:1.8rem;color:var(--accent-color);margin-bottom:1rem}section p{color:#e0e0e0;font-size:1rem}.section{padding:2rem;display:grid;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.culture{background-color:var(--secondary-color);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 15px rgba(0,0,0,.3)}.culture img{width:100%;height:200px;object-fit:cover}.culture-content{padding:1.5rem}.culture-content h2{font-size:1.4rem;margin-bottom:.5rem;color:var(--accent-color);word-wrap:break-word}.culture-content p{color:#ddd}.summary{max-width:900px;margin:1.5rem auto;padding:0 1rem;font-size:1.1rem;color:#e0e0e0}.hta,.summary{text-align:center}.hta{margin-top:1.5rem}.cta{text-align:center;margin-bottom:3rem}.cta-button{display:inline-block;padding:1rem 2rem;background-color:#d63031;border-radius:30px;color:#fff;font-size:1rem;text-decoration:none;transition:background .3s ease}.cta-button:hover{background-color:#b92d2e}footer{background-color:#11141d;color:#d0d0d0;text-align:center;padding:1.5rem 1rem;font-size:.9rem}footer a{color:var(--accent-color);text-decoration:none}footer a:hover{text-decoration:underline}@media (min-width:768px){.section{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1100px){.culture-content h2{font-size:1.6rem}}.collapsible{border:1px solid #444;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.collapsible-header{background-color:#33384a;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .3s ease;display:flex;align-items:center;justify-content:space-between}.collapsible-header h3{margin:0;font-size:1.2rem;color:#ff4e4e}.collapsible-header .arrow{font-size:1.2rem;color:#ccc;transition:transform .3s ease}.collapsible-body{padding:1rem 1.25rem;background-color:#2a2f3f;color:#ddd}.collapsible p{padding-bottom:.5rem;margin-top:0}.noyan-quote{background-color:#1e1f2a;border-left:4px solid #8884ff;padding:1.5rem;margin:2rem 0;border-radius:6px;color:#ddd;font-style:italic;position:relative}.noyan-quote:before{content:"“";font-size:3rem;color:var(--accent-color,#ff4e4e);position:absolute;top:-.5rem;left:.5rem;line-height:1;font-family:Georgia,serif}.noyan-quote .quote-body{display:flex;align-items:flex-start;gap:1rem;position:relative}.quote-speaker-image{float:right;border-radius:50%;object-fit:cover;box-shadow:0 0 6px rgba(0,0,0,.5);margin-left:1rem;flex-shrink:0}.noyan-quote p{margin:0;line-height:1.6}.noyan-quote footer{margin-top:.1rem;text-align:right;font-style:normal;color:#aaa}.noyan-quote cite{font-weight:700}blockquote footer{padding:.5rem}.quote-with-image{display:flex;flex-direction:row;align-items:flex-start;gap:2rem;margin:2rem 0;background-color:#1c1e28;padding:1.5rem;border-radius:8px;color:#ddd}.quote-with-image .quote-text{flex:1 1}.quote-with-image .quote-text-inner{font-style:italic}.quote-with-image .quote-lead{font-style:italic;font-size:1.2rem;margin-bottom:1rem;color:#f2f2f2}.quote-with-image .quote-citation{margin-top:1.5rem;font-style:italic;color:#aaa}.quote-with-image .quote-image{border-radius:8px;object-fit:cover;max-width:100%;height:auto;box-shadow:0 0 8px rgba(0,0,0,.6);flex-shrink:0}@media (max-width:768px){.quote-with-image{flex-direction:column;align-items:center;text-align:left}.quote-with-image .quote-image{margin-top:1rem}}.world-section{padding:2rem 1rem;margin:2rem 0;background-color:#1a1c24;border-radius:8px}.world-section h2{font-size:2rem;margin-bottom:1.5rem;color:#f0f0f0}.world-content{display:flex;flex-direction:row;gap:2rem;align-items:stretch;flex-wrap:wrap}.world-text{flex:1 1 300px;color:#ccc}.world-text p{margin-bottom:1rem;line-height:1.6}.world-image{flex:0 0 auto;max-width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.4)}.footnote-ref{text-decoration:none;font-size:1rem;vertical-align:super;line-height:.5rem;color:#fff;margin-left:.1em}.footnote{font-size:.9rem;color:#888;margin-top:1rem;border-top:1px solid #333;padding-top:.5rem}.image-text-pair{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem}.image-text-pair.row{flex-direction:row}.image-text-pair.row-reverse{flex-direction:row-reverse}.image-text-pair p{flex:1 1;margin:0;padding-top:.3rem}.image-with-caption{max-width:300px;min-width:200px;text-align:center;font-size:.85rem;color:#ccc}.image-with-caption img{width:100%;height:auto;border-radius:6px}.image-with-caption-big{max-width:450px;min-width:400px;text-align:center;font-size:.85rem;color:#ccc}.image-with-caption-big img{width:100%;height:auto;border-radius:6px}.image-with-caption figcaption{margin-top:.5rem;font-style:italic;line-height:1.3}.glossary{padding:2rem;background-color:#fdf9f4;font-family:Georgia,serif}.glossary-title{font-size:2.5rem;color:#3d2e1e;margin-bottom:1rem;border-bottom:2px solid #ccc;padding-bottom:.5rem}.glossary-list{display:flex;flex-direction:column;gap:2rem}dt{font-weight:700;font-size:1.2rem;margin-bottom:.5rem;color:#5b3e2b}dd{margin:0;font-size:1rem;line-height:1.2;color:#333}.entry-with-image{display:flex;align-items:flex-start;gap:1rem}.entry-with-image.reverse{flex-direction:row-reverse}.entry-image{width:256px;height:auto;border-radius:6px;box-shadow:0 2px 5px rgba(0,0,0,.1)}@media (max-width:768px){.entry-with-image,.entry-with-image.reverse{flex-direction:column!important;align-items:center}.entry-image{width:80%}}.gallery-item{overflow:hidden;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease;background-color:#fff;display:flex;flex-direction:column;text-align:center;margin-bottom:1rem}.gallery-item img{display:block;width:100%;height:auto;object-fit:cover;border-bottom:1px solid #ddd}.gallery-item figcaption{padding:.75rem;font-size:.95rem;color:#555}.gallery-title{font-size:2rem;color:#fff;margin-bottom:1.5rem;text-align:center}.buy-section{padding:2rem 1rem;max-width:1000px;margin:0 auto}.buy-content{display:flex;flex-direction:row;gap:2rem;align-items:flex-start;flex-wrap:wrap}.buy-text{flex:1 1 60%}.buy-image{flex:1 1 300px;display:flex;justify-content:center}.quote{font-style:italic;font-size:1.25rem;color:#aaa;margin-bottom:1rem;padding-left:1rem;border-left:4px solid #ccc}.cover-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.15)}p{line-height:1.6;margin-bottom:1rem}a{color:#ffffff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);transition:all .2s ease;font-weight:500}a:active{color:#66aaff;border-bottom-color:#66aaff}a.external:after{content:" ↗";font-size:.9em;color:#aad4ff}.review-highlight{font-size:1.75rem;font-weight:600;font-style:italic;color:#ffd700;text-align:center;margin:2rem auto 1rem;max-width:800px;line-height:1.4;text-shadow:0 0 8px rgba(255,215,0,.3)}.review-highlight .review-source{display:block;font-size:1rem;font-weight:400;color:#ccc;margin-top:.5rem}.blurb-highlight{margin-top:2rem;padding:1.5rem;background:rgba(255,255,255,.05);border-left:4px solid #ffd700;font-weight:500;font-size:1.1rem;color:#f5f5f5;line-height:1.6;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);border-radius:.5rem}.buy a{font-size:1.2rem}.buy a:focus,.buy a:hover{color:#aad4ff;border-bottom-color:#aad4ff}.glossary-indent{margin-left:2em}.press ul{list-style:none;padding:0;margin-bottom:2rem}.press ul li{margin-bottom:.5rem}.press hr{margin:2rem 0;border:none;border-top:1px solid #eee}.press a{font-size:1.2rem;text-decoration:underline}.press a:hover{text-decoration:none}.press p{margin-bottom:1rem}.center{text-align:center}