.ghf-contact-editorial{position:relative;padding:8rem 0;background:var(--ghf-bg);overflow:hidden;min-height:100vh}.ghf-contact-editorial .ghf-container{overflow:hidden}:root[data-theme=light] .ghf-contact-editorial{background:#ffffff}.ghf-contact-grid-editorial{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;align-items:start}@media (min-width:1024px){.ghf-contact-grid-editorial{grid-template-columns:1fr 1fr;gap:6rem;align-items:start}}.ghf-contact-header-editorial{opacity:0;transform:translateY(3rem);transition:opacity 1s ease,transform 1s ease;will-change:transform,opacity}.ghf-contact-header-editorial--visible{opacity:1;transform:translateY(0)}.ghf-contact-badge-editorial{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--ghf-text-subtle);margin-bottom:1.5rem;display:block}.ghf-contact-headline-editorial{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,5rem);font-weight:300;line-height:1.1;color:var(--ghf-text-main);margin-bottom:3rem}.ghf-contact-headline-block{display:block;font-style:italic}.ghf-contact-text-editorial{max-width:64rem}.ghf-contact-list-editorial{list-style:none;padding:0;margin:2rem 0 0;display:flex;flex-direction:column;gap:1rem}.ghf-contact-list-editorial li{font-size:1rem;font-weight:300;line-height:1.7;color:var(--ghf-text-subtle);position:relative;padding-left:1.5rem}.ghf-contact-list-editorial li:before{content:"—";position:absolute;left:0;color:var(--ghf-text-subtle);opacity:.5}.ghf-contact-form-wrapper-editorial{opacity:0;transform:translateY(3rem);transition:opacity 1s ease,transform 1s ease;transition-delay:.3s;will-change:transform,opacity}.ghf-contact-form-wrapper-editorial--visible{opacity:1;transform:translateY(0)}.ghf-contact-form-editorial{display:flex;flex-direction:column;gap:2rem}.ghf-contact-form-editorial label{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--ghf-text-main)}.ghf-contact-form-editorial input,.ghf-contact-form-editorial textarea{padding:1rem 1.25rem;background:var(--ghf-bg-alt);border:1px solid var(--ghf-border-subtle);border-radius:.5rem;color:var(--ghf-text-main);font-size:1rem;font-weight:300;font-family:inherit;transition:border-color .3s ease,background .3s ease}:root[data-theme=light] .ghf-contact-form-editorial input,:root[data-theme=light] .ghf-contact-form-editorial textarea{background:#fafafa;border-color:rgba(0,0,0,.1)}.ghf-contact-form-editorial input:focus,.ghf-contact-form-editorial textarea:focus{outline:none;border-color:var(--ghf-text-main);background:var(--ghf-bg)}:root[data-theme=light] .ghf-contact-form-editorial input:focus,:root[data-theme=light] .ghf-contact-form-editorial textarea:focus{background:#ffffff}.ghf-contact-form-editorial input::placeholder,.ghf-contact-form-editorial textarea::placeholder{color:var(--ghf-text-subtle);opacity:.6}.ghf-contact-form-editorial textarea{resize:vertical;min-height:8rem}.ghf-form-error{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#ef4444;margin-top:.5rem}.ghf-form-error-icon{font-weight:700}.ghf-form-error-message,.ghf-form-success{padding:1rem 1.25rem;border-radius:.5rem;font-size:.9375rem;line-height:1.6}.ghf-form-success{background:rgba(34,197,94,.1);color:#22c55e;border:1px solid rgba(34,197,94,.2)}.ghf-form-error-message{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.2)}.ghf-contact-form-editorial .ghf-btn-editorial{margin-top:1rem;width:100%;justify-content:center}