@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
:root{--bg:#0a0a09;--panel:#131312;--panel2:#1a1917;--gold:#c99a3e;--gold2:#e2bd63;--cream:#f5f1e7;--muted:#b8b3a7;--line:#3a3325;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--cream);font-family:Inter,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.ors-header{position:sticky;top:0;z-index:50;background:rgba(8,8,7,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.ors-topbar{height:34px;padding:0 4vw;display:flex;justify-content:space-between;align-items:center;color:#c8c0ae;font-size:11px;border-bottom:1px solid #211e18}.ors-nav-wrap{max-width:var(--max);margin:auto;min-height:78px;padding:10px 24px;display:flex;align-items:center;gap:28px}.ors-logo{display:flex;align-items:center;min-width:220px}.custom-logo{max-height:62px;width:auto}.ors-logo-mark{font-family:Georgia,serif;font-size:42px;font-weight:700;color:var(--gold);line-height:1}.ors-logo-sub{font-size:9px;letter-spacing:2px;margin-left:-10px;margin-top:34px}.ors-main-nav{margin-left:auto}.ors-nav{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.ors-nav a{font-size:13px;font-weight:600;color:#eee8da}.ors-nav a:hover{color:var(--gold2)}
.ors-nav-dropdown{position:relative}.ors-nav-dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:18px}.ors-nav-parent{display:flex;align-items:center;gap:4px}.ors-nav-chevron{font-size:13px;line-height:1;color:var(--gold2);transition:transform .2s ease}.ors-submenu{position:absolute;top:calc(100% + 18px);left:50%;transform:translate(-50%, -8px);min-width:255px;margin:0;padding:10px 0;list-style:none;background:rgba(12,12,11,.98);border:1px solid var(--line);box-shadow:0 18px 35px rgba(0,0,0,.35);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:80}.ors-submenu:before{content:"";position:absolute;top:-7px;left:50%;width:12px;height:12px;background:rgba(12,12,11,.98);border-left:1px solid var(--line);border-top:1px solid var(--line);transform:translateX(-50%) rotate(45deg)}.ors-submenu li{margin:0;padding:0}.ors-submenu a{display:block;padding:11px 18px;color:#eee8da!important;font-size:12px!important;font-weight:600;white-space:nowrap}.ors-submenu a:hover{color:var(--gold2)!important;background:#191711}.ors-nav-dropdown:hover>.ors-submenu,.ors-nav-dropdown:focus-within>.ors-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.ors-nav-dropdown:hover>.ors-nav-parent .ors-nav-chevron{transform:rotate(180deg)}
.ors-btn{border:1px solid var(--gold);padding:13px 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:12px;letter-spacing:.5px;cursor:pointer;background:none;color:var(--cream);transition:.25s}.ors-btn-gold{background:var(--gold);color:#17130b}.ors-btn-gold:hover{background:var(--gold2);transform:translateY(-1px)}.ors-btn-outline:hover{background:var(--gold);color:#17130b}.ors-menu-toggle{display:none;background:none;border:0;color:white;font-size:25px}.ors-hero{max-width:var(--max);margin:auto;min-height:590px;display:grid;grid-template-columns:46% 54%;align-items:stretch;background:radial-gradient(circle at 10% 20%,#1b1710,transparent 55%)}.ors-hero-copy{padding:92px 34px 78px 24px;display:flex;flex-direction:column;justify-content:center}.ors-kicker{display:block;color:var(--gold2);font-size:11px;letter-spacing:2px;font-weight:700;margin-bottom:12px}.ors-hero h1,.ors-section-head h2,.ors-about h2,.ors-faq h2,.ors-quote h2{font-family:'Cormorant Garamond',Georgia,serif;line-height:.98;margin:0 0 22px;font-weight:600}.ors-hero h1{font-size:clamp(52px,5vw,78px)}em{font-style:normal;color:var(--gold2)}.ors-hero p{max-width:570px;color:#c7c1b5;font-size:15px}.ors-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.ors-hero-image{min-height:590px;overflow:hidden;position:relative}.ors-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg),transparent 18%,transparent 80%,var(--bg));pointer-events:none}.ors-hero-image img{width:100%;height:100%;object-fit:cover}.ors-collections,.ors-wood,.ors-process,.ors-faq{max-width:var(--max);margin:auto;padding:85px 24px}.ors-section-head{text-align:center;max-width:820px;margin:0 auto 34px}.ors-section-head h2,.ors-about h2,.ors-faq h2,.ors-quote h2{font-size:clamp(42px,4vw,60px)}.ors-section-head p{color:var(--muted);margin:0}.ors-slider{position:relative}.ors-slider-track{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;padding:5px 2px 18px;scroll-snap-type:x mandatory}.ors-slider-track::-webkit-scrollbar{display:none}.ors-collection-card{flex:0 0 calc(33.333% - 11px);min-width:290px;background:var(--panel);border:1px solid #29251d;scroll-snap-align:start;transition:.3s;overflow:hidden}.ors-collection-card:hover{transform:translateY(-4px);border-color:var(--gold)}.ors-collection-image{height:260px;background:#221e16}.ors-collection-image img{width:100%;height:100%;object-fit:cover}.ors-collection-body{padding:22px}.ors-collection-body h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:31px;margin:3px 0 8px}.ors-collection-body p{color:var(--muted);font-size:13px;min-height:42px}.ors-text-link{color:var(--gold2);font-weight:700;font-size:12px}.ors-slide-arrow{position:absolute;top:45%;z-index:2;width:42px;height:42px;border-radius:50%;border:1px solid var(--gold);background:#0b0b0ae8;color:var(--gold2);font-size:28px;cursor:pointer}.ors-slide-arrow.prev{left:-14px}.ors-slide-arrow.next{right:-14px}.ors-values{display:grid;grid-template-columns:repeat(5,1fr);max-width:var(--max);margin:auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.ors-values>div{padding:35px 20px;text-align:center;border-right:1px solid var(--line)}.ors-values>div:last-child{border:0}.ors-values b{color:var(--gold);font-size:24px}.ors-values h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:23px;margin:8px 0 4px}.ors-values p{color:var(--muted);font-size:11px;margin:0}.ors-about{max-width:var(--max);margin:auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.ors-about-image{height:480px;overflow:hidden;border:1px solid var(--line)}.ors-about-image img{height:100%;width:100%;object-fit:cover}.ors-about p{color:var(--muted)}.ors-checks{list-style:none;padding:0;margin:25px 0}.ors-checks li{margin:9px 0;color:#ddd6c7}.ors-checks li:before{content:'✓';color:var(--gold2);margin-right:10px}.ors-wood{background:linear-gradient(180deg,#0a0a09,#11100e)}.ors-wood-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.ors-wood-card{min-height:220px;padding:26px 20px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid #463a23;border-radius:10px;background:linear-gradient(135deg,#5b361a,#9a5f2c 45%,#5c3518);box-shadow:inset 0 0 0 1px #bd84431c}.ors-wood-card span{font-size:9px;letter-spacing:2px;color:#f0cf84}.ors-wood-card h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:31px;margin:5px 0}.ors-wood-card p{font-size:12px;color:#eadbc2;margin:0}.ors-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ors-process-grid>div{padding:26px;border:1px solid var(--line);background:var(--panel)}.ors-process-grid span{color:var(--gold2);font-size:12px;font-weight:700}.ors-process-grid h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:28px;margin:12px 0 4px}.ors-process-grid p{color:var(--muted);font-size:12px}.ors-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.ors-faq-copy p{color:var(--muted)}.ors-faq-list details{border-top:1px solid var(--line);padding:17px 0}.ors-faq-list details:last-child{border-bottom:1px solid var(--line)}.ors-faq-list summary{cursor:pointer;font-weight:600;display:flex;justify-content:space-between;list-style:none}.ors-faq-list summary::-webkit-details-marker{display:none}.ors-faq-list details p{color:var(--muted);font-size:13px;max-width:850px}.ors-quote{max-width:var(--max);margin:0 auto 85px;padding:55px;background:linear-gradient(120deg,#17140f,#211c14);border:1px solid #4b3a20;display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.ors-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ors-form input,.ors-form select,.ors-form textarea{width:100%;background:#0c0c0b;border:1px solid #413728;color:#eee;padding:14px;font:inherit;font-size:13px}.ors-form textarea{grid-column:1/-1;min-height:110px;resize:vertical}.ors-form button{border:0}.ors-form-status{grid-column:1/-1;color:var(--gold2);font-size:12px}.ors-footer{background:#070706;border-top:1px solid var(--line);padding:60px 4vw 18px}.ors-footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:45px}.ors-footer h4{margin:0 0 13px}.ors-footer p,.ors-footer a{color:#aaa497;font-size:12px}.ors-footer a{display:block;margin:7px 0}.ors-footer-logo{font-family:Georgia,serif;color:var(--gold);font-size:42px;font-weight:700}.ors-footer-bottom{max-width:var(--max);margin:40px auto 0;padding-top:18px;border-top:1px solid #2b271f;display:flex;justify-content:space-between;color:#777167;font-size:10px}.ors-footer-bottom a{display:inline;color:#777167}.ors-top{position:fixed;right:20px;bottom:20px;width:42px;height:42px;border-radius:50%;border:1px solid var(--gold);background:var(--gold);color:#15120c;display:none;z-index:40;cursor:pointer}.ors-top.show{display:block}.ors-modal{position:fixed;inset:0;background:#000b;display:none;align-items:center;justify-content:center;z-index:100;padding:20px}.ors-modal.open{display:flex}.ors-modal-box{width:min(680px,100%);max-height:90vh;overflow:auto;background:#141310;border:1px solid var(--gold);padding:38px}.ors-modal-close{float:right;background:none;border:0;color:#fff;font-size:30px;cursor:pointer}.ors-modal-box h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:48px;margin:0 0 20px}.ors-no-scroll{overflow:hidden}.ors-content{max-width:var(--max);margin:auto;padding:80px 24px}.ors-shop{color:var(--cream)}
@media(max-width:1000px){.ors-nav-wrap{gap:15px}.ors-logo{min-width:160px}.ors-nav{gap:15px}.ors-hero{grid-template-columns:1fr}.ors-hero-copy{padding:70px 24px 45px}.ors-hero-image{min-height:430px}.ors-values{grid-template-columns:repeat(2,1fr)}.ors-values>div:nth-child(2n){border-right:0}.ors-about,.ors-faq,.ors-quote{grid-template-columns:1fr}.ors-wood-grid{grid-template-columns:repeat(2,1fr)}.ors-process-grid{grid-template-columns:repeat(2,1fr)}.ors-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.ors-topbar{display:none}.ors-header{position:relative}.ors-nav-wrap{min-height:68px}.ors-menu-toggle{display:block;margin-left:auto}.ors-main-nav{display:none;position:absolute;top:68px;left:0;right:0;background:#0c0c0b;border-bottom:1px solid var(--line);padding:20px}.ors-main-nav.open{display:block}.ors-nav{flex-direction:column;align-items:flex-start}.ors-nav-dropdown{width:100%}.ors-submenu{position:static;transform:none;width:100%;min-width:0;margin:8px 0 0;padding:4px 0 4px 14px;border:0;border-left:1px solid var(--line);box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;background:transparent;display:none}.ors-nav-dropdown.open>.ors-submenu{display:block}.ors-submenu:before{display:none}.ors-submenu a{padding:9px 12px}.ors-nav-dropdown:hover>.ors-submenu{display:none}.ors-nav-dropdown.open:hover>.ors-submenu{display:block}.ors-nav-wrap>.ors-btn{display:none}.ors-logo{min-width:0}.ors-logo img{max-height:50px}.ors-hero h1{font-size:54px}.ors-hero-image{min-height:330px}.ors-collection-card{flex-basis:84%}.ors-slide-arrow.prev{left:2px}.ors-slide-arrow.next{right:2px}.ors-values{grid-template-columns:1fr}.ors-values>div{border-right:0;border-bottom:1px solid var(--line)}.ors-about{padding-top:55px}.ors-about-image{height:320px}.ors-wood-grid,.ors-process-grid{grid-template-columns:1fr}.ors-quote{margin-left:16px;margin-right:16px;padding:30px 22px}.ors-form{grid-template-columns:1fr}.ors-form textarea,.ors-form-status{grid-column:auto}.ors-footer-grid{grid-template-columns:1fr 1fr;gap:25px}.ors-footer-bottom{flex-direction:column;gap:8px}.ors-modal-box{padding:25px}.ors-modal-box h2{font-size:40px}}
/* ORS reference-layout refinements */
.ors-collections{background:linear-gradient(180deg,#0a0a09,#0d0d0c)}
.ors-slider-track{gap:12px}
.ors-collection-card{flex:0 0 calc(16.6667% - 10px);min-width:0;border-radius:4px}
.ors-collection-image{height:205px}
.ors-collection-body{padding:17px 15px 20px}
.ors-collection-body h3{font-size:25px;line-height:1.05}
.ors-collection-body p{font-size:11px;line-height:1.45;min-height:48px}
.ors-collection-body .ors-kicker{font-size:8px;margin-bottom:5px}
.ors-about-page{padding-top:0}
.ors-page-hero{max-width:var(--max);margin:0 auto;padding:105px 24px 80px;background:radial-gradient(circle at 70% 35%,#211a0e,transparent 45%)}
.ors-page-hero h1,.ors-about-page-grid h2,.ors-about-copy h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(48px,6vw,78px);line-height:.98;margin:0 0 20px}
.ors-page-hero p{max-width:720px;color:var(--muted);font-size:16px}
.ors-about-page-grid{max-width:var(--max);margin:auto;padding:0 24px 90px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.ors-about-page-image{height:520px;border:1px solid var(--line);overflow:hidden}.ors-about-page-image img{width:100%;height:100%;object-fit:cover}
.ors-about-page-grid h2{font-size:clamp(40px,4vw,58px)}.ors-about-page-grid p,.ors-about-copy p{color:var(--muted)}
.ors-about-principles{max-width:var(--max);margin:auto;padding:0 24px 90px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ors-about-principles>div{background:var(--panel);border:1px solid var(--line);padding:30px 24px}.ors-about-principles span{color:var(--gold2);font-weight:700;font-size:12px}.ors-about-principles h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;margin:12px 0 5px}.ors-about-principles p{color:var(--muted);font-size:12px}
.ors-about-copy{max-width:var(--max);margin:0 auto 90px;padding:65px 24px;text-align:center;background:linear-gradient(120deg,#15130f,#211b12);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.ors-about-copy p{max-width:760px;margin:0 auto 25px}
@media(max-width:1100px){.ors-collection-card{flex-basis:calc(33.3333% - 9px)}.ors-about-principles{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.ors-collection-card{flex-basis:84%;min-width:84%}.ors-collection-image{height:240px}.ors-about-page-grid{grid-template-columns:1fr;padding-bottom:60px}.ors-about-page-image{height:330px}.ors-about-principles{grid-template-columns:1fr}.ors-page-hero{padding-top:70px;padding-bottom:55px}}
/* ORS v2.1 product-first collection system */
.ors-product-showcase{max-width:1600px;margin:0 auto;padding:42px 4vw;border-top:1px solid rgba(201,154,62,.12)}
.ors-showcase-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:20px}
.ors-showcase-head h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(34px,3vw,52px);line-height:1;margin:5px 0 8px}
.ors-showcase-head p{margin:0;color:var(--muted);font-size:13px;max-width:700px}
.ors-view-all{white-space:nowrap}
.ors-product-slider{position:relative}
.ors-product-track{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none;padding:4px 2px 18px;scroll-snap-type:x mandatory}
.ors-product-track::-webkit-scrollbar{display:none}
.ors-product-card{flex:0 0 calc(25% - 14px);min-width:260px;background:linear-gradient(180deg,#151411,#0f0f0e);border:1px solid #29251d;border-radius:4px;overflow:hidden;scroll-snap-align:start;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.ors-product-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 18px 45px rgba(0,0,0,.3)}
.ors-product-image{height:320px;background:#211d17;display:block;overflow:hidden}
.ors-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.ors-product-card:hover .ors-product-image img{transform:scale(1.035)}
.ors-product-body{padding:18px 18px 21px}
.ors-product-body h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:27px;line-height:1.05;margin:5px 0 13px;color:#f5f1e7}
.ors-product-body .ors-kicker{font-size:8px;color:var(--gold2)}
.ors-empty-products{border:1px dashed #4b3a20;padding:28px;color:var(--muted);display:flex;gap:10px;flex-direction:column;background:#11100e}
.ors-empty-products strong{color:var(--cream);font-family:'Cormorant Garamond',Georgia,serif;font-size:26px}
.ors-collections{padding-bottom:20px}
.ors-collections>.ors-section-head{padding-top:72px}
.ors-collections>.ors-section-head h2{margin-bottom:10px}
.ors-wood-card{position:relative;overflow:hidden}
.ors-wood-card:before{content:"";position:absolute;inset:0;opacity:.32;background:repeating-linear-gradient(9deg,transparent 0 10px,rgba(255,220,150,.15) 11px 13px,transparent 14px 25px);pointer-events:none}
.ors-wood-card>*{position:relative}
.wood-walnut{background:linear-gradient(135deg,#2a1710,#654027 45%,#321b12)}
.wood-sheesham{background:linear-gradient(135deg,#5a321b,#a86b35 48%,#482613)}
.wood-mahogany{background:linear-gradient(135deg,#3a1712,#7f3524 48%,#42170f)}
.wood-deodar{background:linear-gradient(135deg,#8a5a2c,#c38a4b 48%,#765027)}
.wood-teak{background:linear-gradient(135deg,#7b4d1f,#c08a43 48%,#6a421b)}
.ors-header{box-shadow:0 6px 30px rgba(0,0,0,.22)}
.ors-hero{max-width:1600px}
.ors-about{max-width:1600px}
.ors-faq{max-width:1600px;margin-left:auto;margin-right:auto;padding-left:4vw;padding-right:4vw}
.ors-quote{max-width:1600px}
@media(max-width:1200px){.ors-product-card{flex-basis:calc(33.333% - 12px)}.ors-product-image{height:290px}}
@media(max-width:800px){.ors-showcase-head{align-items:flex-start;flex-direction:column}.ors-product-card{flex-basis:calc(50% - 9px);min-width:260px}.ors-product-image{height:300px}.ors-view-all{width:auto}}
@media(max-width:560px){.ors-product-card{flex-basis:84%;min-width:84%}.ors-product-image{height:330px}.ors-product-showcase{padding-left:18px;padding-right:18px}.ors-collections>.ors-section-head{padding-top:52px}}
/* Final image/menu refinements — visual design retained */
.ors-hero-image{background:#17130f;overflow:hidden}
.ors-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.ors-about-image{background:#17130f;overflow:hidden}
.ors-about-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.ors-cart-count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:var(--gold);color:#17130b;font-size:10px;font-weight:800;margin-left:4px}
.ors-nav-quote{color:var(--gold2)!important}
.ors-file-field{grid-column:1/-1;display:grid;gap:7px;padding:2px 0}
.ors-file-field label{font-size:12px;color:#e8dfcf;font-weight:600}
.ors-file-field input[type=file]{padding:10px;background:#0c0c0b;border:1px solid #413728;color:#cfc6b6}
.ors-file-field small{font-size:10px;color:#9f978b}
@media(max-width:700px){.ors-file-field{grid-column:auto}}
/* ORS v2.2 functional pages */
.ors-auth-grid{max-width:1100px;margin:0 auto 90px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ors-auth-card{background:var(--panel);border:1px solid var(--line);padding:34px}.ors-auth-card h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:44px;margin:0 0 18px}.ors-auth-card p{color:var(--muted)}
.ors-form-full{grid-column:1/-1}.ors-auth-error{margin:0 0 18px;padding:12px;border:1px solid #8b5b38;background:#2a1711;color:#f0c8a6}
.ors-wood-grid-page{max-width:1100px;margin:0 auto 70px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ors-wood-grid-page .ors-wood-card{min-height:300px}.ors-wood-grid-page .ors-text-link{margin-top:16px}
.wood-custom{background:linear-gradient(135deg,#24221c,#6b624d 48%,#2a261e)}
@media(max-width:800px){.ors-auth-grid{grid-template-columns:1fr}.ors-wood-grid-page{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.ors-wood-grid-page{grid-template-columns:1fr}.ors-auth-card{padding:24px}}

/* ORS CLIENT ACCOUNT — branded WooCommerce My Account styling */
.ors-account-page{padding-top:0;padding-bottom:80px}
.ors-account-hero{max-width:1600px;margin:0 auto;padding:78px 4vw 58px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 70% 30%,rgba(201,154,62,.10),transparent 42%)}
.ors-account-hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(48px,5vw,72px);line-height:1;margin:0 0 15px;font-weight:600}
.ors-account-hero p{max-width:720px;color:var(--muted);margin:0;font-size:15px}
.ors-account-shell{max-width:1180px;margin:42px auto 0;padding:0 24px}
.ors-account-brandbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px;background:linear-gradient(120deg,#17140f,#211c14);border:1px solid #4b3a20;border-bottom:0}
.ors-account-brandbar h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:36px;line-height:1;margin:2px 0 0;color:var(--cream)}
.ors-account-badge{width:58px;height:58px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font-family:Georgia,serif;font-size:22px;font-weight:700;flex:0 0 auto}
.ors-account-woocommerce{background:#0d0d0c;border:1px solid var(--line);padding:34px}
.ors-account-woocommerce .woocommerce-MyAccount-navigation{width:23%;float:left;padding-right:22px}
.ors-account-woocommerce .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border:1px solid var(--line);background:#11110f}
.ors-account-woocommerce .woocommerce-MyAccount-navigation li{margin:0;border-bottom:1px solid #29251d}
.ors-account-woocommerce .woocommerce-MyAccount-navigation li:last-child{border-bottom:0}
.ors-account-woocommerce .woocommerce-MyAccount-navigation a{display:block;padding:13px 15px;color:#c8c0b1;font-size:12px;font-weight:700;transition:.2s}
.ors-account-woocommerce .woocommerce-MyAccount-navigation .is-active a,.ors-account-woocommerce .woocommerce-MyAccount-navigation a:hover{color:#17130b;background:var(--gold)}
.ors-account-woocommerce .woocommerce-MyAccount-content{width:74%;float:right;color:var(--cream);font-size:13px}
.ors-account-woocommerce .woocommerce-MyAccount-content:after{content:"";display:table;clear:both}
.ors-account-woocommerce .woocommerce-MyAccount-content>p:first-child{padding:18px 20px;background:#151411;border:1px solid var(--line);margin-top:0;color:#ddd6c8}
.ors-account-woocommerce .woocommerce-MyAccount-content a{color:var(--gold2);font-weight:700}
.ors-account-woocommerce .woocommerce-MyAccount-content a:hover{color:#f0cf84}
.ors-account-woocommerce .woocommerce-info,.ors-account-woocommerce .woocommerce-message,.ors-account-woocommerce .woocommerce-error{background:#17140f!important;border:1px solid var(--line)!important;color:#ddd6c8!important;border-top-color:var(--gold)!important;padding:14px 18px!important}
.ors-account-woocommerce .woocommerce-info:before,.ors-account-woocommerce .woocommerce-message:before{color:var(--gold2)!important}
.ors-account-woocommerce .woocommerce form.login,.ors-account-woocommerce .woocommerce form.register,.ors-account-woocommerce .woocommerce form.lost_reset_password{background:#131312;border:1px solid var(--line);padding:28px;margin:0}
.ors-account-woocommerce .woocommerce h2,.ors-account-woocommerce .woocommerce h3{font-family:'Cormorant Garamond',Georgia,serif;color:var(--cream);font-size:34px}
.ors-account-woocommerce .woocommerce form .form-row label{color:#ddd6c8;font-size:12px;font-weight:600}
.ors-account-woocommerce .woocommerce form .form-row input.input-text,.ors-account-woocommerce .woocommerce form .form-row textarea,.ors-account-woocommerce .woocommerce form .form-row select{background:#0b0b0a!important;border:1px solid #413728!important;color:#eee!important;border-radius:0;padding:13px!important}
.ors-account-woocommerce .woocommerce button.button,.ors-account-woocommerce .woocommerce a.button,.ors-account-woocommerce .woocommerce input.button{background:var(--gold)!important;color:#17130b!important;border:1px solid var(--gold)!important;border-radius:0;padding:12px 20px;font-weight:800}
.ors-account-woocommerce .woocommerce button.button:hover,.ors-account-woocommerce .woocommerce a.button:hover{background:var(--gold2)!important;color:#17130b!important}
.ors-account-woocommerce .woocommerce table.shop_table{border-color:var(--line)!important;color:#ddd6c8}
.ors-account-woocommerce .woocommerce table.shop_table th,.ors-account-woocommerce .woocommerce table.shop_table td{border-color:var(--line)!important;background:#11110f!important;color:#ddd6c8!important}
.ors-account-woocommerce .woocommerce-MyAccount-content fieldset{border-color:var(--line);padding:20px}
.ors-account-woocommerce .woocommerce-MyAccount-content legend{color:var(--gold2);font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;padding:0 8px}
.ors-account-woocommerce .password-input{width:100%}
.ors-account-woocommerce .woocommerce-form-login__rememberme{color:var(--muted);font-size:12px}
.ors-account-woocommerce .woocommerce-form-login__rememberme input{accent-color:var(--gold)}
.ors-account-woocommerce .woocommerce-privacy-policy-text{color:var(--muted);font-size:11px}
.ors-account-woocommerce .woocommerce form .show-password-input{color:var(--gold2)}
.ors-account-woocommerce .woocommerce form .required{color:var(--gold2)}
.ors-account-woocommerce .woocommerce form.checkout_coupon,.ors-account-woocommerce .woocommerce form.login,.ors-account-woocommerce .woocommerce form.register{border-radius:0}
.ors-account-woocommerce .woocommerce .woocommerce-form-login{max-width:620px}
.ors-account-woocommerce .woocommerce .woocommerce-form-register{max-width:720px}
.ors-account-woocommerce .woocommerce .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ors-account-woocommerce .woocommerce .u-column1,.ors-account-woocommerce .woocommerce .u-column2{width:auto;float:none}
.ors-account-woocommerce .woocommerce .woocommerce-form-login,.ors-account-woocommerce .woocommerce .woocommerce-form-register{box-sizing:border-box}
.ors-account-woocommerce .woocommerce-MyAccount-content:has(.woocommerce-info){min-height:260px}
@media(max-width:800px){.ors-account-shell{padding:0 16px}.ors-account-woocommerce{padding:20px}.ors-account-woocommerce .woocommerce-MyAccount-navigation,.ors-account-woocommerce .woocommerce-MyAccount-content{width:100%;float:none}.ors-account-woocommerce .woocommerce-MyAccount-navigation{padding:0 0 20px}.ors-account-woocommerce .woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:1fr 1fr}.ors-account-woocommerce .woocommerce-MyAccount-navigation li:nth-last-child(-n+2){border-bottom:0}.ors-account-woocommerce .woocommerce-MyAccount-navigation a{padding:11px 10px}.ors-account-woocommerce .woocommerce .u-columns{grid-template-columns:1fr}.ors-account-brandbar{padding:20px}.ors-account-brandbar h2{font-size:30px}}
@media(max-width:520px){.ors-account-hero{padding:58px 20px 45px}.ors-account-woocommerce{padding:14px}.ors-account-woocommerce .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr}.ors-account-woocommerce .woocommerce-MyAccount-navigation li{border-bottom:1px solid #29251d!important}.ors-account-badge{width:48px;height:48px;font-size:18px}}

/* ORS functional refinement: keep desktop dropdown reachable across the hover gap without altering the visual design. */
.ors-nav-dropdown:hover::after,.ors-nav-dropdown:focus-within::after{pointer-events:auto}
.ors-account-signup-prompt{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:20px 0 0;padding-top:20px;border-top:1px solid var(--line);color:var(--muted)}
.ors-account-signup-prompt .ors-btn{font-size:11px;padding:10px 14px}
.ors-career-grid{max-width:1100px;margin:0 auto 90px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ors-career-card{background:var(--panel);border:1px solid var(--line);padding:36px}
.ors-career-card h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(38px,4vw,54px);line-height:1;margin:0 0 18px}
.ors-career-card p{color:var(--muted)}
@media(max-width:800px){.ors-career-grid{grid-template-columns:1fr}}

/* ORS Career application form */
.ors-career-application{max-width:1100px;margin:0 auto 90px;padding:38px;display:grid;grid-template-columns:.78fr 1.22fr;gap:46px;background:linear-gradient(135deg,#11100e,#17140f);border:1px solid #4b3a20;scroll-margin-top:120px}
.ors-career-form-copy h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(42px,5vw,64px);line-height:.98;margin:8px 0 18px;color:var(--cream)}
.ors-career-form-copy>p{color:var(--muted);max-width:440px}
.ors-career-note{margin-top:26px;padding:18px;border-left:2px solid var(--gold);background:#0c0c0b}
.ors-career-note strong,.ors-career-note span{display:block}.ors-career-note strong{color:var(--gold2);font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.ors-career-note span{color:var(--muted);font-size:12px;line-height:1.6}
.ors-career-form label{display:block}.ors-career-form label>span{display:block;margin:0 0 7px;color:#ddd6c8;font-size:11px;font-weight:700;letter-spacing:.03em}
.ors-career-form input[type=file]{padding:11px}.ors-career-form input[type=file]::file-selector-button{margin-right:12px;border:1px solid var(--gold);background:#1a1711;color:var(--gold2);padding:8px 12px;cursor:pointer}
.ors-career-form .ors-career-consent{display:flex;align-items:flex-start;gap:10px;padding:3px 0}.ors-career-form .ors-career-consent input{width:auto;margin-top:4px;accent-color:var(--gold)}.ors-career-form .ors-career-consent span{margin:0;color:var(--muted);font-weight:400;line-height:1.5}
.ors-career-alert{margin:0 0 18px;padding:14px 16px;border:1px solid;font-size:13px;line-height:1.5}.ors-career-success{display:flex;align-items:flex-start;gap:16px;padding:22px;border-color:#6d8d56;background:#142013;color:#d9efc7}.ors-career-success-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid #7da05f;border-radius:50%;background:#20331c;color:#e5f6d6;font-size:21px;font-weight:700}.ors-career-success h3{margin:0 0 7px;color:#edf8e5;font-family:'Cormorant Garamond',Georgia,serif;font-size:27px;line-height:1.1}.ors-career-success p{margin:0;color:#cde2bc}.ors-career-error{border-color:#8b5b38;background:#2a1711;color:#f0c8a6}
@media(max-width:850px){.ors-career-application{grid-template-columns:1fr;gap:28px;padding:28px 22px;margin-left:16px;margin-right:16px}.ors-career-form-copy>p{max-width:none}}
