:root{--corten-accent: #B74A18;--corten-accent-light: #d4673a;--corten-accent-dark: #8a3812}.custom-project-cta{margin:2rem 0;padding:1.75rem;background:linear-gradient(135deg,#b74a180a,#b74a1814);border:1px solid rgba(183,74,24,.15);border-radius:4px;position:relative;overflow:hidden}.custom-project-cta:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--corten-accent)}.custom-project-cta__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.custom-project-cta__icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--corten-accent);border-radius:50%;color:#fff}.custom-project-cta__icon svg{width:22px;height:22px;flex-shrink:0}.custom-project-cta__title{margin:0;font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 1.5rem);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));line-height:1.3}.custom-project-cta__text{font-family:var(--font-body-family);font-size:1.3rem;color:rgba(var(--color-foreground),.75);line-height:calc(1 + .5 / var(--font-body-scale));margin:0 0 1.25rem}.custom-project-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;font-family:var(--font-body-family);font-size:1.15rem;font-weight:var(--font-body-weight);text-transform:uppercase;letter-spacing:.08em;color:#fff;background:var(--corten-accent);border:none;border-radius:2px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.custom-project-cta__button:hover{background:var(--corten-accent-dark);transform:translateY(-1px)}.custom-project-cta__button svg{width:18px;height:18px;flex-shrink:0}.custom-project-cta__quick-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(var(--color-foreground),.08)}.custom-project-cta__contact-item{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body-family);font-size:1.15rem;color:rgba(var(--color-foreground),.6);text-decoration:none;transition:color .2s ease}.custom-project-cta__contact-item:hover{color:var(--corten-accent)}.custom-project-cta__contact-item svg{width:16px;height:16px;color:var(--corten-accent);flex-shrink:0}.custom-project-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;padding:1.5rem}.custom-project-modal[open]{display:flex}.custom-project-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-project-modal__container{position:relative;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;background:rgb(var(--color-background));border-radius:4px;box-shadow:0 20px 60px #0000004d}.custom-project-modal__header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#1a1512,#2d2420);z-index:1}.custom-project-modal__title{margin:0;font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 1.5rem);font-weight:var(--font-heading-weight);color:#fff}.custom-project-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.custom-project-modal__close:hover{background:#fff3}.custom-project-modal__close svg{width:18px;height:18px;flex-shrink:0}.custom-project-modal__body{padding:1.5rem}.custom-project-modal__intro{margin-bottom:1rem}.custom-project-modal__subtitle{font-family:var(--font-body-family);font-size:1.15rem;color:rgba(var(--color-foreground),.65);line-height:1.5;margin:0}.custom-project-modal__contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.custom-project-modal__contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .75rem;background:transparent;border:none;border-radius:4px;text-decoration:none;transition:background-color .2s ease}.custom-project-modal__contact-card:hover{background:#b74a180a}.custom-project-modal__contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;background:#b74a180f;border-radius:50%;color:var(--corten-accent);flex-shrink:0}.custom-project-modal__contact-icon svg{width:18px;height:18px;flex-shrink:0}.custom-project-modal__contact-label{font-family:var(--font-body-family);font-size:.9rem;color:rgba(var(--color-foreground),.45);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.125rem}.custom-project-modal__contact-value{font-family:var(--font-body-family);font-size:1.1rem;color:var(--corten-accent);font-weight:var(--font-body-weight)}.custom-project-modal__divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0}.custom-project-modal__divider-line{flex:1;height:1px;background:rgba(var(--color-foreground),.08)}.custom-project-modal__divider-text{font-family:var(--font-body-family);font-size:.85rem;color:rgba(var(--color-foreground),.4);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.custom-project-modal__product-ref{display:flex;align-items:flex-start;gap:.5rem;padding:.625rem .875rem;margin-bottom:.875rem;background:rgba(var(--color-foreground),.025);border-radius:4px;font-family:var(--font-body-family);font-size:1rem;color:rgba(var(--color-foreground),.5);line-height:1.4}.custom-project-modal__product-ref svg{width:14px;height:14px;color:var(--corten-accent);flex-shrink:0;margin-top:.2rem}.custom-project-modal__product-ref strong{color:rgba(var(--color-foreground),.85);font-weight:var(--font-body-weight)}.custom-project-modal__form{display:block}.custom-project-modal__form .field{margin-bottom:.625rem}.custom-project-modal__form .field__input{display:block;width:100%;padding:.875rem 1rem;font-family:var(--font-body-family);font-size:1.15rem;line-height:1.4;border:none;border-bottom:1px solid rgba(var(--color-foreground),.12);border-radius:0;background:rgba(var(--color-foreground),.02);color:rgb(var(--color-foreground));transition:border-color .2s ease,background-color .2s ease;box-sizing:border-box}.custom-project-modal__form .field__input::placeholder{color:rgba(var(--color-foreground),.4);opacity:1}.custom-project-modal__form .field__input:focus{outline:none;border-bottom-color:var(--corten-accent);background:rgba(var(--color-foreground),.03)}.custom-project-modal__form textarea.field__input{min-height:90px;resize:vertical;border:1px solid rgba(var(--color-foreground),.08);border-radius:4px;background:rgba(var(--color-foreground),.015)}.custom-project-modal__form textarea.field__input:focus{border-color:#b74a184d;background:rgba(var(--color-foreground),.02)}.custom-project-modal__form-row{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.custom-project-modal__form-row .field{margin-bottom:0}@media screen and (max-width: 480px){.custom-project-modal__form-row,.custom-project-modal__contact-grid{grid-template-columns:1fr}}.custom-project-modal__submit{display:inline-flex;align-items:center;justify-content:center;width:100%;height:auto;padding:1rem 1.5rem;margin-top:1rem;font-family:var(--font-body-family);font-size:1.1rem;font-weight:var(--font-body-weight);text-transform:uppercase;letter-spacing:.08em;color:#fff;background-color:var(--corten-accent);border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;box-sizing:border-box}.custom-project-modal__submit:hover{background-color:var(--corten-accent-dark);transform:translateY(-1px)}.custom-project-modal__success{display:none;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.custom-project-modal__success.active{display:flex}.custom-project-modal__success-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#22c55e1a;border-radius:50%;color:#22c55e}.custom-project-modal__success-icon svg{width:28px;height:28px;flex-shrink:0}.custom-project-modal__success-title{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 1.4rem);font-weight:var(--font-heading-weight);margin:0 0 .5rem;color:rgb(var(--color-foreground))}.custom-project-modal__success-text{font-family:var(--font-body-family);font-size:1.2rem;color:rgba(var(--color-foreground),.75);margin:0}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-custom-project-cta.css.map */
