*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.navbar{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#faf7f2;border-bottom:1px solid #0000000f;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.navbar-logo{color:#2c2c2c;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;text-decoration:none}.navbar-links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar-links a{color:#6b6b6b;font-family:Inter,sans-serif;font-size:.95rem;text-decoration:none;transition:color .2s}.navbar-links a:hover{color:#2c2c2c}.navbar-terminal-link{background-color:#2c2c2c;border-radius:999px;padding:.5rem 1.25rem;color:#faf7f2!important;font-size:.9rem!important;transition:background-color .2s!important}.navbar-terminal-link:hover{color:#faf7f2!important;background-color:#444!important}.navbar-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar-hamburger span{background-color:#2c2c2c;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar-hamburger{display:flex}.navbar-links{background-color:#faf7f2;border-bottom:1px solid #0000000f;flex-direction:column;gap:1.25rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0}.navbar-links--open{display:flex}}.hero{text-align:center;background-color:#faf7f2;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex}.hero-content{max-width:700px}.hero-overline{letter-spacing:.15em;text-transform:uppercase;color:#c17832;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.85rem;display:block}.hero-title{color:#2c2c2c;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1}.hero-author{color:#6b6b6b;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.1rem}.hero-tagline{color:#6b6b6b;max-width:550px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-family:Lora,serif;font-size:clamp(1rem,2.5vw,1.2rem);font-style:italic;line-height:1.6}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-cta{cursor:pointer;border-radius:8px;padding:.85rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.hero-cta--primary{color:#fff;background-color:#c17832;border:2px solid #c17832}.hero-cta--primary:hover{background-color:#a8612a;border-color:#a8612a}.hero-cta--secondary{color:#2c2c2c;background-color:#0000;border:2px solid #2c2c2c}.hero-cta--secondary:hover{color:#faf7f2;background-color:#2c2c2c}.about{background-color:#f0ebe3;padding:5rem 1.5rem}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.about-heading{color:#2c2c2c;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(1.75rem,4vw,2.5rem)}.about-description{color:#2c2c2c;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}.about-content-warning{color:#6b6b6b;background-color:#c1783214;border-left:3px solid #c17832;margin:1.5rem 0;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.5}.about-cta{color:#fff;background-color:#c17832;border:none;border-radius:8px;margin-top:.5rem;padding:.85rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.about-cta:hover{background-color:#a8612a}.about-image{border-radius:12px;overflow:hidden}.about-image img{width:100%;height:auto;display:block}@media (width<=768px){.about-inner{grid-template-columns:1fr}.about-image{order:-1}}.gallery{background-color:#e8ede4;padding:5rem 1.5rem}.gallery-inner{text-align:center;max-width:1100px;margin:0 auto}.gallery-heading{color:#2c2c2c;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(1.75rem,4vw,2.5rem)}.gallery-subtitle{color:#6b6b6b;max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-family:Lora,serif;font-size:1.05rem;font-style:italic}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gallery-card{background-color:#fff;border-radius:10px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden}.gallery-card:hover{transform:scale(1.03);box-shadow:0 8px 24px #0000001f}.gallery-card img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.gallery-card-title{color:#2c2c2c;text-align:center;padding:.75rem;font-family:Inter,sans-serif;font-size:.9rem;display:block}@media (width<=1024px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.gallery-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}}.support{background-color:#faf7f2;padding:5rem 1.5rem}.support-inner{text-align:center;max-width:900px;margin:0 auto}.support-heading{color:#2c2c2c;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(1.75rem,4vw,2.5rem)}.support-subtitle{color:#6b6b6b;max-width:550px;margin:0 auto 2.5rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.support-cards{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.support-card{text-align:left;background-color:#f0ebe3;border-radius:12px;padding:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.support-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000014}.support-card-title{color:#2c2c2c;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.35rem}.support-card-text{color:#6b6b6b;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6}.support-card-link{color:#c17832;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;transition:color .2s}.support-card:hover .support-card-link{color:#a8612a}@media (width<=640px){.support-cards{grid-template-columns:1fr}}.footer{color:#e0d6c8;background-color:#3d2e1f;padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.footer-logo{color:#faf7f2;margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;display:block}.footer-tagline{color:#a89b8c;font-family:Inter,sans-serif;font-size:.85rem}.footer-nav{gap:1.5rem;display:flex}.footer-nav a{color:#a89b8c;font-family:Inter,sans-serif;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#faf7f2}.footer-privacy-btn{color:#a89b8c;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.9rem;transition:color .2s}.footer-privacy-btn:hover{color:#faf7f2}.footer-mental-health{color:#a89b8c;border-top:1px solid #ffffff14;margin-bottom:1.5rem;padding-top:1.5rem;font-family:Lora,serif;font-size:.95rem;font-style:italic;line-height:1.6}.footer-mental-health a{color:#c17832;text-decoration:none;transition:color .2s}.footer-mental-health a:hover{color:#e09040}.footer-bottom{color:#7a6e5f;border-top:1px solid #ffffff14;padding-top:1rem;font-family:Inter,sans-serif;font-size:.8rem}@media (width<=640px){.footer-top{flex-direction:column;gap:1.5rem}.footer-nav{flex-wrap:wrap;gap:1rem}}.age-gate{background-color:#faf7f2;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;font-family:Inter,sans-serif;display:flex}.age-gate-card{text-align:center;width:100%;max-width:480px}.age-gate-title{color:#2c2c2c;margin-bottom:.35rem;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.1}.age-gate-subtitle{color:#6b6b6b;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:.95rem}.age-gate-warning{text-align:left;background-color:#c1783214;border-left:3px solid #c17832;border-radius:0 8px 8px 0;margin-bottom:2rem;padding:1rem 1.25rem}.age-gate-warning p{color:#2c2c2c;margin-bottom:.25rem;font-size:.95rem;line-height:1.6}.age-gate-warning p:last-child{color:#6b6b6b;margin-bottom:0;font-style:italic}.age-gate-question{color:#2c2c2c;margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:1.25rem}.age-gate-buttons{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.age-gate-btn{cursor:pointer;border:2px solid #0000;border-radius:8px;padding:.85rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:all .2s}.age-gate-btn--yes{color:#fff;background-color:#c17832;border-color:#c17832}.age-gate-btn--yes:hover{background-color:#a8612a;border-color:#a8612a}.age-gate-btn--no{color:#6b6b6b;background-color:#0000;border-color:#ccc}.age-gate-btn--no:hover{color:#2c2c2c;border-color:#999}.age-gate-privacy{color:#6b6b6b;cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:.85rem;text-decoration:underline;transition:color .2s}.age-gate-privacy:hover{color:#2c2c2c}.age-gate-declined-text{color:#6b6b6b;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}.age-gate-helpline{color:#c17832;margin-top:.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.age-gate-helpline:hover{color:#a8612a}.landing-page{color:#2c2c2c;background-color:#faf7f2;min-height:100vh;font-family:Inter,sans-serif}.terminal-page{background-color:#000;min-height:100vh;font-family:Bitcount Single,system-ui;font-style:normal;font-weight:400}.terminal-page .flex-container{flex-direction:row;justify-content:space-evenly;gap:16px;width:100%;display:flex;position:fixed;bottom:20px}@media (width<=1024px){.terminal-page .flex-container{flex-direction:column}}.terminal-page #center{box-sizing:border-box;background-color:#0a0a0a;flex-direction:column;align-items:flex-start;width:100%;min-height:100vh;padding:40px;display:flex}.terminal-page .terminal-wrapper{word-break:break-word;white-space:pre-wrap;overflow-wrap:break-word;width:100%;padding:0}.terminal-page .terminal-user-input{color:#fff;margin-top:10px;font-size:1.5em;display:inline-block}.terminal-page .blink-cursor{animation:1s step-end infinite terminal-blink}.terminal-page .terminal-header{justify-content:flex-start;width:100%;margin-bottom:2rem;display:flex}.terminal-page .ttp-logo{color:#9acd32;white-space:pre;letter-spacing:0;text-shadow:0 0 4px #9acd3299;opacity:.9;font-family:Courier New,Courier,monospace;font-size:1.4rem;font-weight:700;line-height:1.1}.terminal-page .input-place-holder{color:#555;position:absolute;left:84px}.terminal-page .free-text-input-place-holder{color:#555;position:absolute;top:10px;left:84px}@keyframes terminal-blink{0%,to{color:#0000}50%{color:#fff}}@media (width<=480px){.terminal-page #center{padding:16px}.terminal-page .terminal-wrapper,.terminal-page .terminal-user-input{font-size:1.2em}.terminal-page .ttp-logo{font-size:1rem}}.terminal-page .fixed_text{color:#9acd32}
