.contact-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:5rem}.cp-left{padding:7rem 4rem 6rem 3rem;border-right:1px solid var(--br);display:flex;flex-direction:column;justify-content:space-between}.cp-right{padding:7rem 3rem 6rem 4rem;background:var(--s1)}.cp-label{font-size:.72rem;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.cp-line{width:32px;height:1px;background:var(--gold)}.cp-left h1{font-size:clamp(3rem,5.5vw,6.5rem);font-weight:300;line-height:1.04;letter-spacing:-2px;margin-bottom:2rem}.cp-left h1 em{font-style:italic;color:var(--gold)}.cp-desc{font-size:.9rem;color:var(--muted);line-height:1.75;max-width:40ch;margin-bottom:3rem}.direct-methods{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem}.dm-item{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.25rem;background:var(--s2);border:1px solid var(--br);border-radius:var(--r);transition:border-color .2s;cursor:pointer;min-width:0}.dm-item:hover{border-color:var(--gold-b)}.dm-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.95rem}.dm-icon-wa{background:#25d3661a}.dm-icon-email{background:var(--gold-l)}.dm-icon-li{background:#0a66c21a}.dm-label{font-size:.72rem;letter-spacing:1px;text-transform:uppercase;color:var(--muted);display:block}.dm-value{font-size:.875rem;color:var(--text);font-weight:500;overflow-wrap:anywhere}.dm-arrow{margin-left:auto;color:var(--dim);font-size:.9rem;transition:transform .2s,color .2s}.dm-item:hover .dm-arrow{transform:translate(4px);color:var(--gold)}.availability{background:var(--s2);border:1px solid var(--br);border-radius:var(--r);padding:1.25rem;display:flex;align-items:center;gap:.6rem}.av-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;flex-shrink:0;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.av-text{font-size:.82rem;color:var(--muted)}.av-text strong{color:var(--text)}.av-meta{margin-top:1.5rem;font-size:.78rem;color:var(--dim);line-height:1.6}.cp-form-title{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:300;color:var(--text);margin-bottom:.5rem}.cp-form-sub{font-size:.82rem;color:var(--muted);margin-bottom:2.5rem;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-label{font-size:.68rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:.5rem}.form-input{width:100%;background:var(--s2);border:1px solid var(--br);border-radius:var(--r);padding:.85rem 1rem;color:var(--text);font-family:Inter,sans-serif;font-size:.875rem;outline:none;transition:border-color .2s;-webkit-appearance:none}.form-input:focus{border-color:var(--gold-b)}.form-input::placeholder{color:var(--dim)}select.form-input{cursor:pointer}select.form-input option{background:var(--s2);color:var(--text)}textarea.form-input{resize:vertical;min-height:140px;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-submit{width:100%;background:var(--gold);color:var(--bg);font-family:Inter,sans-serif;font-weight:700;font-size:.875rem;letter-spacing:1px;text-transform:uppercase;padding:1rem;border-radius:var(--r);border:1px solid var(--gold);cursor:pointer;transition:all .2s;margin-top:.5rem}.form-submit:hover{background:transparent;color:var(--gold)}.form-note{font-size:.72rem;color:var(--dim);text-align:center;margin-top:.75rem}.faq-sec{padding:6rem 3rem;border-top:1px solid var(--br);background:var(--s1)}.faq-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:6rem}.faq-h{font-size:clamp(2rem,3vw,3rem);font-weight:300;line-height:1.1}.faq-h em{font-style:italic;color:var(--gold)}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--br)}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;gap:1rem}.faq-q-text{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;color:var(--text);line-height:1.3}.faq-icon{width:26px;height:26px;border:1px solid var(--br);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--muted);font-size:.8rem;transition:all .3s}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--gold);color:var(--bg);border-color:var(--gold)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-a-inner{padding:0 0 1.25rem;font-size:.875rem;color:var(--muted);line-height:1.75}.faq-item.open .faq-a{max-height:200px}@media (max-width: 900px){.contact-page{grid-template-columns:1fr;padding-top:5rem;min-height:auto}.cp-left{display:block;padding:5rem 1.5rem 3rem;border-right:none;border-bottom:1px solid var(--br)}.cp-left h1{font-size:clamp(2.9rem,13vw,3.9rem);letter-spacing:-1px}.cp-desc{max-width:31ch;margin-bottom:2rem}.direct-methods{margin-bottom:2rem}.dm-item{align-items:flex-start}.dm-item>div:not(.dm-icon){min-width:0}.availability{align-items:flex-start}.cp-right{padding:3rem 1.5rem}.cp-form-sub{max-width:31ch}.form-row{grid-template-columns:1fr}.faq-inner{grid-template-columns:1fr;gap:2rem}.faq-sec{padding:5rem 1.5rem}}
