.country-select{width:100%;position:relative}.country-select-trigger{color:#fff;width:100%;font:inherit;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:.625rem;padding:.625rem .875rem;transition:border-color .18s,background .18s;display:flex}.country-select-trigger:hover{border-color:#ffffff38}.country-select-trigger:focus-visible,.country-select-trigger[aria-expanded=true]{background:#ffffff0f;border-color:#ff6b1a;outline:none}.country-current{flex:1;align-items:center;gap:.625rem;min-width:0;display:flex}.country-current span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.country-ph{color:#ffffff73;flex:1}.country-flag{object-fit:cover;border-radius:2px;flex-shrink:0;width:24px;height:18px;box-shadow:0 0 0 1px #00000059}.country-caret{color:#ffffff80;flex-shrink:0;width:18px;height:18px;transition:transform .18s}.country-select-trigger[aria-expanded=true] .country-caret{transform:rotate(180deg)}.country-dropdown{z-index:30;background:#1a1a1a;border:1px solid #ffffff1f;border-radius:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 12px 32px #00000080}.country-search{color:#fff;width:100%;font:inherit;background:#ffffff0a;border:none;border-bottom:1px solid #ffffff1a;padding:.625rem .875rem}.country-search:focus{background:#ffffff12;outline:none}.country-search::placeholder{color:#fff6}.country-list{max-height:260px;margin:0;padding:.25rem;list-style:none;overflow-y:auto}.country-option{color:#ffffffe0;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:3px;align-items:center;gap:.625rem;padding:.5rem .625rem;transition:background .14s,color .14s;display:flex}.country-option:hover{color:#fff;background:#ff6b1a24}.country-option.active{color:#fff;background:#ff6b1a38}.country-empty{color:#ffffff80;text-align:center;padding:.75rem .625rem}.country-list::-webkit-scrollbar{width:10px}.country-list::-webkit-scrollbar-thumb{background:#ffffff29;border:2px solid #1a1a1a;border-radius:5px}.order-btn{background:var(--color-accent);color:#0a0a0a;letter-spacing:.08em;text-transform:uppercase;border:2px solid var(--color-accent);box-shadow:none;cursor:pointer;border-radius:2px;align-items:center;gap:.625rem;margin-top:1.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;transition:background .22s,border-color .22s,color .22s,box-shadow .22s;display:inline-flex;position:relative;overflow:hidden}.order-btn:hover{color:#0a0a0a}.order-btn svg{width:18px;height:18px;transition:transform .22s}.order-btn:hover{color:var(--color-accent);border-color:var(--color-accent);background:#0a0a0a;box-shadow:0 0 0 3px #ff6b1a2e}.order-btn:hover svg{transform:translate(3px)}.order-modal{z-index:100;-webkit-backdrop-filter:blur(6px);background:#080808b8;justify-content:center;align-items:flex-start;padding:1.5rem;animation:.2s orderFade;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes orderFade{0%{opacity:0}to{opacity:1}}.order-modal-panel{background:#141414;border:1px solid #ffffff14;border-radius:4px;width:100%;max-width:560px;max-height:none;margin:auto 0;padding:2.5rem 2rem 2rem;animation:.26s cubic-bezier(.2,.9,.3,1.05) orderPanelIn;position:relative;overflow:visible;box-shadow:0 40px 100px #0009}@keyframes orderPanelIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.order-modal-close{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:4px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.order-modal-close:hover{background:#ffffff1f}.order-modal-close svg{width:18px;height:18px}.order-modal-title{letter-spacing:-.01em;margin:0 0 1.5rem;padding-right:2rem;font-size:1.5rem;font-weight:700}.order-summary{background:linear-gradient(90deg,#ff6b1a1a,#14141459);border:1px solid #ff6b1a59;border-radius:10px;margin:-.6rem 0 1.4rem;padding:1rem 1.2rem}.order-summary .order-summary-main{color:var(--color-text);margin:0;font-size:1.02rem;font-weight:700}.order-summary .order-summary-sub{color:var(--color-accent);margin:.3rem 0 0;font-size:.9rem;font-weight:600}.order-summary .order-summary-note{color:var(--color-text-muted);margin:.7rem 0 0;font-size:.82rem;line-height:1.5}.order-form{grid-template-columns:1fr 1fr;gap:1rem 1.25rem;display:grid}.order-field{flex-direction:column;gap:.375rem;display:flex}.order-field-full{grid-column:1/-1}.order-field label,.order-field-label{color:#ffffffd9;font-size:.875rem;font-weight:500}.order-field .req{color:#ff6b1a}.order-field input,.order-field select,.order-field textarea{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:2px;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:16px;transition:border-color .18s,background .18s}.order-field input:focus,.order-field select:focus,.order-field textarea:focus{background:#ffffff0f;border-color:#ff6b1a99}.order-field input:focus-visible,.order-field select:focus-visible,.order-field textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.order-field textarea{resize:vertical;min-height:100px}.order-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.25rem}.order-field select option{color:#fff;background:#141414}.order-radio-group{gap:.5rem;display:flex}.order-radio{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:2px;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.9rem;transition:border-color .18s,background .18s;display:inline-flex}.order-radio:hover{border-color:#ff6b1a66}.order-radio input{accent-color:#ff6b1a}.order-radio:has(input:checked){background:#ff6b1a1a;border-color:#ff6b1ab3}.order-gdpr{color:var(--color-text-muted);cursor:pointer;grid-column:1/-1;align-items:flex-start;gap:.625rem;padding-top:.25rem;font-size:.85rem;display:flex}.order-gdpr input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-accent);cursor:pointer;flex-shrink:0;margin-top:2px}.order-gdpr a{color:var(--color-accent);text-decoration:underline}.order-honeypot{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important}.order-submit{grid-column:1/-1;justify-content:center;margin-top:.5rem}.order-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 0 .5rem;display:flex}.order-success-icon{color:#fff;background:linear-gradient(135deg,#3ecf8e,#1e9968);border-radius:4px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex;box-shadow:0 10px 30px #3ecf8e4d}.order-success-icon svg{width:32px;height:32px}.order-success h3{margin:.5rem 0 0;font-size:1.25rem}.order-success p{color:#ffffffbf;max-width:360px;margin:0 0 .75rem}@media (width<=600px){.order-modal{align-items:flex-start;padding:.75rem}.order-modal-panel{margin:0;padding:1.75rem 1.125rem 1.25rem}.order-form{grid-template-columns:1fr;gap:.875rem}.order-modal-title{margin-bottom:1.25rem;font-size:1.25rem}.order-modal-close{top:.625rem;right:.625rem}.order-btn{padding:.75rem 1.25rem;font-size:.9rem}}.order-atlaslist .order-field-label{margin-bottom:8px}.order-atlas-rows{flex-direction:column;gap:8px;display:flex}.order-atlas-row{align-items:center;gap:10px;display:flex}.order-atlas-num{color:#ffffffb3;flex:none;min-width:58px;font-size:.9rem;font-weight:600}.order-atlas-input{flex:auto;align-items:center;display:flex;position:relative}.order-atlas-input input{color:#fff;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:10px 42px 10px 12px;font-size:.98rem}.order-atlas-input input:focus{border-color:var(--color-accent);outline:none}.order-atlas-unit{pointer-events:none;color:#ffffff73;font-size:.9rem;position:absolute;right:12px}.order-atlas-remove{color:#fff9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.order-atlas-remove svg{width:16px;height:16px}.order-atlas-remove:hover{color:#ff6b6b;background:#ff505024;border-color:#ff505066}.order-atlas-add{color:var(--color-accent);cursor:pointer;background:#ff6b1a1a;border:1px dashed #ff6b1a80;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;margin-top:10px;padding:9px 16px;font-size:.92rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.order-atlas-add:hover{border-color:var(--color-accent);background:#ff6b1a2e}.order-atlas-add span{font-size:1.15rem;line-height:1}.service-gallery{border-top:1px solid #ff6b1a4d;margin-top:clamp(2rem,5vw,4rem);padding-top:clamp(1.5rem,3vw,2.5rem)}.service-gallery-heading{margin-bottom:1.25rem}.service-gallery-heading .eyebrow{margin-bottom:.45rem}.service-gallery-heading h3{margin:0;font-size:clamp(1.6rem,3vw,2.4rem)}.service-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(150px,18vw,230px);gap:.65rem;display:grid}.service-gallery-item{border:1px solid var(--color-border);cursor:zoom-in;background:#0a0a0a;border-radius:3px;min-width:0;padding:0;position:relative;overflow:hidden}.service-gallery-item--featured{grid-area:span 2/span 2}.service-gallery-grid--1 .service-gallery-item--featured{grid-area:span 2/1/auto/-1}.service-gallery-grid--2 .service-gallery-item{grid-area:span 2/span 2}.service-gallery-grid--3 .service-gallery-item:not(:first-child){grid-column:span 2}.service-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.19,1,.22,1),filter .3s}.service-gallery-item:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#000000b8);position:absolute;inset:0}.service-gallery-index{z-index:1;font-family:var(--font-display);letter-spacing:.16em;color:var(--color-accent);font-size:.72rem;position:absolute;bottom:.65rem;right:.8rem}@media (hover:hover){.service-gallery-item:hover{border-color:var(--color-accent)}.service-gallery-item:hover img{filter:contrast(1.06);transform:scale(1.055)}}.service-gallery-lightbox{z-index:1100;background:#000000f0;justify-content:center;align-items:center;padding:2rem 5rem;display:flex;position:fixed;inset:0}.service-gallery-lightbox figure{text-align:center;max-width:100%;margin:0}.service-gallery-lightbox figure img{object-fit:contain;max-width:100%;max-height:86dvh}.service-gallery-lightbox figcaption{color:#ffffffb3;font-family:var(--font-display);letter-spacing:.14em;margin-top:.7rem}.service-gallery-close,.service-gallery-nav{z-index:1;color:#fff;background:#0a0a0abf;border:1px solid #fff3;border-radius:50%;width:48px;height:48px;font-size:2rem;line-height:1;position:absolute}.service-gallery-close{top:1rem;right:1rem}.service-gallery-nav{top:50%;transform:translateY(-50%)}.service-gallery-prev{left:1rem}.service-gallery-next{right:1rem}.service-gallery-close:hover,.service-gallery-nav:hover{background:var(--color-accent);border-color:var(--color-accent);color:#090909}@media (width<=700px){.service-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:42vw}.service-gallery-item--featured{grid-area:span 1/1/auto/-1}.service-gallery-grid--1 .service-gallery-item--featured,.service-gallery-grid--2 .service-gallery-item{grid-row:span 1}.service-gallery-grid--2 .service-gallery-item,.service-gallery-grid--3 .service-gallery-item:not(:first-child){grid-column:span 1}.service-gallery-lightbox{padding:4.5rem .75rem 3rem}.service-gallery-nav{background:#0a0a0ae0;width:44px;height:44px}.service-gallery-prev{left:.35rem}.service-gallery-next{right:.35rem}}
