.private-tour-page{font-family:var(--body);color:var(--ink);background:var(--paper)}.private-tour-page *{box-sizing:border-box}.private-tour-page h1,.private-tour-page h2,.private-tour-page h3{font-family:var(--display);letter-spacing:-.01em;font-weight:500;line-height:1.15}.private-tour-page p{line-height:1.7}.pt-eyebrow{font-family:var(--display);color:var(--gold);flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.9rem;font-size:.92rem;font-style:italic;display:inline-flex}.pt-eyebrow:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.pt-eyebrow.pt-dark{color:var(--teal)}.pt-eyebrow.pt-dark:before{background:var(--gold)}.pt-cta{background:var(--clay);color:var(--paper);font-family:var(--body);letter-spacing:.02em;border-radius:999px;padding:.9rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.pt-cta:hover{background:var(--gold-dark)}.pt-cta.pt-cta-dark{background:var(--ink)}.pt-cta.pt-cta-dark:hover{background:var(--teal)}.pt-cta-row{margin-top:1.25rem}.pt-hero{min-height:clamp(420px,54vh,620px);color:var(--paper);margin-top:calc(-1 * var(--navbar-height));padding:calc(1.5rem + var(--navbar-height)) 5vw 2.75rem;background:linear-gradient(135deg,#1c3226 0%,#16241d 60%,#0f1a14 100%);align-items:center;display:flex;position:relative;overflow:hidden}.pt-hero-content{z-index:2;width:100%;max-width:700px;margin:0 auto;position:relative}.pt-hero-content .pt-eyebrow{color:var(--gold)}.pt-hero-content h1{color:var(--paper);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem)}.pt-hero-content p{color:#fbf7efd9;max-width:40rem;margin-bottom:1rem}.pt-hero-prompt{font-family:var(--display);font-size:1.15rem;font-style:italic;color:var(--paper)!important;margin:1.5rem 0 1.25rem!important}.pt-hero-tagline{color:#fbf7efa6!important;margin-top:1.5rem!important;font-size:.9rem!important}.pt-white-section,.pt-cream-section,.pt-dark-section{padding:2.75rem 5vw}.pt-white-section{background:var(--paper);border-top:1px solid var(--line)}.pt-cream-section{background:var(--paper-dim);border-top:1px solid var(--line)}.pt-dark-section{background:var(--ink);color:var(--paper)}.pt-section-heading{text-align:left;max-width:760px;margin:0 auto 1.25rem}.pt-section-heading h2{color:var(--ink);font-size:clamp(1.8rem,3vw,2.5rem)}.pt-section-heading.pt-light h2{color:var(--paper)}.pt-section-heading.pt-light .pt-eyebrow{color:var(--gold)}.pt-section-intro{max-width:760px;color:var(--sage);margin:0 auto 1.5rem}.pt-dark-section .pt-section-intro{color:#fbf7efc7}.pt-text-content{max-width:700px;margin:0 auto}.pt-text-content>p{color:var(--sage);margin-bottom:1.25rem}.pt-text-content strong{color:var(--ink);font-weight:700}.pt-card-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem;max-width:1300px;margin:0 auto;display:grid}.pt-card-grid-3col{grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.pt-card-grid-3col{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.pt-card-grid-3col{grid-template-columns:1fr}}.pt-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:1.5rem;position:relative;overflow:hidden}.pt-dark-section .pt-card{border-color:var(--line-on-dark);background:#fbf7ef0d}.pt-card span{font-family:var(--display);color:var(--paper-dim);z-index:0;font-size:3.5rem;font-style:italic;line-height:1;position:absolute;top:-.5rem;right:.75rem}.pt-dark-section .pt-card span{color:#fbf7ef14}.pt-card h3{z-index:1;margin-bottom:.65rem;padding-top:.5rem;font-size:1.1rem;font-weight:700;position:relative}.pt-dark-section .pt-card h3{color:var(--paper)}.pt-card p{z-index:1;color:var(--sage);font-size:.92rem;position:relative}.pt-dark-section .pt-card p{color:#fbf7efc7}.pt-idea-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:1100px;margin:0 auto;display:grid}@media (max-width:640px){.pt-idea-grid{grid-template-columns:1fr}}.pt-idea-card{background:var(--paper);border:1px solid var(--line);color:inherit;border-radius:16px;padding:1.75rem;text-decoration:none;transition:border-color .2s,transform .2s;display:block}.pt-idea-card:hover{border-color:var(--gold);transform:translateY(-3px)}.pt-idea-card h3{color:var(--ink);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.pt-idea-card p{color:var(--sage);margin-bottom:.85rem;font-size:.92rem}.pt-idea-link{font-family:var(--body);color:var(--teal);align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;display:inline-flex}.pt-idea-card:hover .pt-idea-link{color:var(--gold-dark)}.pt-checklist{grid-template-columns:repeat(2,1fr);gap:.85rem 1.5rem;max-width:760px;margin:0 auto;padding:0;list-style:none;display:grid}.pt-checklist li{color:var(--ink);align-items:flex-start;gap:.65rem;font-size:.96rem;display:flex}.pt-checklist li:before{content:"✓";background:var(--teal);width:22px;height:22px;color:var(--paper);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.72rem;display:flex}.pt-value-list{flex-direction:column;gap:1rem;max-width:700px;margin:0 auto;padding:0;list-style:none;display:flex}.pt-value-list li{color:var(--sage);padding-left:1.4rem;font-size:.98rem;position:relative}.pt-value-list li:before{content:"";background:var(--gold);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.pt-value-list strong{color:var(--ink);font-weight:700}.pt-dark-section .pt-value-list li{color:#fbf7efc7}.pt-dark-section .pt-value-list strong{color:var(--paper)}.pt-steps-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.5rem;max-width:1300px;margin:0 auto;display:grid}.pt-step{text-align:left}.pt-step-number{border:1.5px solid var(--gold);width:44px;height:44px;color:var(--gold-dark);font-family:var(--display);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.15rem;display:flex}.pt-step h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.pt-step p{color:var(--sage);font-size:.92rem}.pt-faq-list{max-width:760px;margin:0 auto}.pt-faq-list details{border-bottom:1px solid var(--line);padding:1.5rem 0}.pt-faq-list summary{font-family:var(--display);color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;font-size:1.15rem;list-style:none;display:flex}.pt-faq-list summary::-webkit-details-marker{display:none}.pt-faq-list summary:after{content:"+";border:1.5px solid var(--gold);width:32px;height:32px;color:var(--gold-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;transition:transform .25s;display:flex}.pt-faq-list details[open] summary:after{transform:rotate(45deg)}.pt-faq-list details p{color:var(--sage);max-width:42rem;margin-top:1rem}.pt-final-section{text-align:center;background:linear-gradient(135deg,#16241d,#0f1a14);justify-content:center;align-items:center;min-height:28vh;padding:3.5rem 5vw;display:flex;position:relative;overflow:hidden}.pt-final-content{z-index:2;color:var(--paper);max-width:640px;position:relative}.pt-final-content .pt-eyebrow{color:var(--gold);justify-content:center}.pt-final-content h2{color:var(--paper);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.7rem)}.pt-final-content>p{color:#fbf7efd1;margin-bottom:1.75rem}.pt-final-note{color:#fbf7efa6;margin-top:1.5rem;font-size:.88rem}.pt-final-note a{color:var(--gold);font-weight:600;text-decoration:underline}@media (max-width:640px){.pt-hero{padding:calc(1.25rem + var(--navbar-height)) 6vw 2.25rem}.pt-white-section,.pt-cream-section,.pt-dark-section{padding:2.25rem 6vw}.pt-checklist{grid-template-columns:1fr}}
