/*
Theme Name: Luxia Auri Platform
Theme URI: https://luxia.au/
Author: Luxia Group Pty Ltd
Description: Luxia public platform experience with Auri, dynamic collections and project enquiries.
Version: 2.0.0
Text Domain: luxia-auri
*/

:root{--ink:#171714;--soft:#6f6b63;--paper:#f5f2ec;--ivory:#fbfaf7;--line:rgba(25,24,20,.13);--glass:rgba(20,21,19,.74);--sand:#eadac6;--shadow:0 30px 80px rgba(19,17,13,.22)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body.admin-bar .topbar{top:32px}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.muted{color:var(--soft)}
.topbar{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 3vw;background:rgba(248,246,241,.92);backdrop-filter:blur(18px);position:fixed;inset:0 0 auto;z-index:30;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px;text-decoration:none}.brand-name{font:700 1.42rem/1 Georgia,serif;letter-spacing:.12em}.brand-divider{height:24px;width:1px;background:var(--line)}.brand-sub{font-size:.67rem;letter-spacing:.16em;text-transform:uppercase}.nav{display:flex;align-items:center;gap:2rem}.nav a{text-decoration:none;font-size:.85rem}.nav .cta,.button{background:var(--ink);color:white;padding:.8rem 1.1rem;text-decoration:none;border:0;display:inline-flex;align-items:center;justify-content:center}.menu-button{display:none;border:0;background:transparent}
.hero{min-height:100svh;padding-top:74px;position:relative;background:#1f211d;overflow:hidden}.hero-bg{position:absolute;inset:74px 0 0;background-position:center;background-size:cover;transform:scale(1.01)}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,12,10,.62),rgba(12,12,10,.08) 52%,rgba(12,12,10,.34)),linear-gradient(0deg,rgba(12,12,10,.38),transparent 52%)}.hero-grid{position:relative;z-index:2;min-height:calc(100svh - 74px);display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:5vw;align-items:end;padding:7vw 5vw 4vw}.hero-copy{color:white;padding:0 0 1rem;max-width:720px}.hero-copy .eyebrow{color:#e0c6a4}.hero-copy h1{font:400 clamp(3.4rem,6vw,7rem)/.91 Georgia,serif;letter-spacing:-.055em;margin:.8rem 0 1.25rem}.hero-copy p{font-size:clamp(1rem,1.3vw,1.23rem);max-width:610px;color:rgba(255,255,255,.8)}.hero-note{margin-top:2.2rem;display:flex;align-items:center;gap:.8rem;font-size:.78rem;color:rgba(255,255,255,.72)}.hero-note:before{content:"";width:38px;height:1px;background:#e0c6a4}
.auri-shell{background:rgba(20,21,19,.7);color:white;border:1px solid rgba(255,255,255,.22);box-shadow:var(--shadow);backdrop-filter:blur(20px);height:min(520px,68vh);min-height:460px;display:grid;grid-template-rows:auto auto minmax(0,1fr) 62px}.auri-head{padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.14)}.auri-id{display:flex;align-items:center;gap:.7rem}.auri-orb{width:34px;height:34px;border-radius:50%;position:relative;background:radial-gradient(circle at 35% 30%,#fff 0 5%,#d8c2a7 18%,#8f6f4d 47%,#151813 76%);box-shadow:0 0 0 5px rgba(214,190,157,.08),0 0 24px rgba(222,193,155,.28);animation:breathe 3.2s ease-in-out infinite}.auri-orb:after{content:"";position:absolute;inset:7px;border-radius:50%;border:1px solid rgba(255,255,255,.45);transform:rotate(25deg)}@keyframes breathe{50%{box-shadow:0 0 0 8px rgba(214,190,157,.03),0 0 32px rgba(222,193,155,.42)}}.auri-name strong{display:block;font:400 1.08rem Georgia,serif}.auri-name small{font-size:.59rem;letter-spacing:.12em;text-transform:uppercase;color:#d9c7b1}.status{display:flex;align-items:center;gap:.4rem;font-size:.68rem;color:rgba(255,255,255,.68)}.status i{width:7px;height:7px;border-radius:50%;background:#b5cba9;box-shadow:0 0 12px #b5cba9}.context-bar{padding:.6rem 1rem;background:rgba(255,255,255,.05);display:flex;gap:.45rem;color:rgba(255,255,255,.58);font-size:.68rem}.context-bar span{color:white}
.conversation{min-height:0;padding:1rem;overflow:auto;display:flex;flex-direction:column;gap:.8rem;scrollbar-width:thin}.msg{max-width:92%;padding:.82rem .9rem;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1);font-size:.85rem}.msg.user{align-self:flex-end;background:#f1e7da;color:#201e1a}.msg p{margin:0}.quick{display:flex;gap:.45rem;overflow-x:auto;padding:0 0 .25rem;scrollbar-width:none}.quick::-webkit-scrollbar{display:none}.quick button{flex:0 0 auto;border:1px solid rgba(255,255,255,.23);border-radius:999px;background:rgba(255,255,255,.05);color:white;white-space:nowrap;padding:.58rem .75rem;font-size:.72rem}.quick button:hover{background:#eee1d1;color:#1f1d19}.typing{display:none;gap:5px;padding:.4rem}.typing.on{display:flex}.typing i{width:6px;height:6px;background:#d9c7b1;border-radius:50%;animation:dot 1s infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes dot{50%{transform:translateY(-4px);opacity:.5}}.recommendations{display:grid;gap:.55rem;margin-top:.55rem}.product-mini{background:#f7f3ec;color:#1e1d19;padding:.7rem;display:grid;grid-template-columns:44px 1fr auto;gap:.7rem;align-items:center;text-decoration:none}.product-mini img{width:44px;height:44px;object-fit:cover}.product-mini b{font:400 .92rem Georgia,serif}.product-mini small{display:block;color:#716b61;font-size:.65rem}.composer{height:62px;padding:.65rem 1rem;border-top:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:1fr auto;gap:.55rem}.composer input{min-width:0;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.07);color:white;padding:0 .85rem;outline:none}.composer input::placeholder{color:rgba(255,255,255,.5)}.composer button{border:0;background:var(--sand);padding:0 .9rem;font-weight:700}
.trust{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ivory);border-bottom:1px solid var(--line)}.trust>div{padding:1.4rem 3vw;border-right:1px solid var(--line)}.trust b{display:block;font:400 1.2rem Georgia,serif}.trust span{font-size:.75rem;color:var(--soft)}.section{padding:7rem 5vw}.section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:5vw;align-items:end;margin-bottom:3rem}.section-head h2{font:400 clamp(2.7rem,4.8vw,5.2rem)/.96 Georgia,serif;letter-spacing:-.045em;margin:.5rem 0}.section-head p{max-width:560px;color:var(--soft);font-size:1.05rem}
.category-strip{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.category{min-height:240px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.3rem;display:flex;flex-direction:column;justify-content:space-between;background:#f8f6f1;text-decoration:none;transition:.25s}.category:hover{background:#e9dfd1;transform:translateY(-4px)}.category .num{font-size:.7rem;color:var(--soft)}.category h3{font:400 1.45rem/1.05 Georgia,serif;margin:0 0 .5rem}.category small{color:var(--soft)}.category.available small{color:#56634f}
.catalog{background:#ebe5dc}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.product-card{background:var(--ivory);text-decoration:none}.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.product-card-copy{padding:1.2rem}.product-card h3{font:400 1.45rem/1.1 Georgia,serif;margin:.3rem 0}.product-card p{color:var(--soft);font-size:.82rem;margin:.5rem 0}.product-card small{font-size:.68rem;color:#756b5d}
.guided{background:#1b1c19;color:white;display:grid;grid-template-columns:1fr 1fr;min-height:650px}.guided-copy{padding:7vw 6vw;display:flex;flex-direction:column;justify-content:center}.guided-copy h2{font:400 clamp(2.8rem,5vw,5.5rem)/.95 Georgia,serif;margin:.7rem 0 1.2rem}.guided-copy>p{max-width:540px;color:rgba(255,255,255,.67)}.steps{padding:4vw;display:flex;flex-direction:column;justify-content:center}.step{display:grid;grid-template-columns:48px 1fr;gap:1.2rem;padding:1.45rem 0;border-bottom:1px solid rgba(255,255,255,.15)}.step span{color:#d7b98f;font:400 1.2rem Georgia,serif}.step h3{margin:0 0 .25rem;font:400 1.25rem Georgia,serif}.step p{margin:0;color:rgba(255,255,255,.6);font-size:.85rem}
.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.partner{background:var(--ivory);padding:1.5rem}.partner h3{font:400 1.5rem Georgia,serif;margin:.3rem 0}.partner p{color:var(--soft);font-size:.85rem}.enquiry{background:#ded4c6;display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw}.enquiry h2{font:400 clamp(3rem,5vw,5.5rem)/.94 Georgia,serif;margin:.6rem 0}.enquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.enquiry-form label{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.enquiry-form label.full,.enquiry-form .form-status,.enquiry-form .form-button{grid-column:1/-1}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{display:block;width:100%;margin-top:.35rem;border:1px solid rgba(0,0,0,.2);background:rgba(255,255,255,.52);padding:.8rem}.luxia-hp{position:absolute!important;left:-9999px!important}.form-status{margin:0}.final{padding:8rem 5vw;background:#cfc1ad;display:grid;grid-template-columns:1fr auto;align-items:end;gap:2rem}.final h2{font:400 clamp(3rem,6vw,6.4rem)/.92 Georgia,serif;margin:0}.footer{padding:2rem 5vw;background:#171714;color:rgba(255,255,255,.62);display:flex;justify-content:space-between;font-size:.75rem}
.catalog-shell{padding:120px 5vw 6rem;min-height:100vh}.catalog-shell h1{font:400 clamp(3rem,6vw,6rem)/.95 Georgia,serif}.catalog-shell .product-grid{margin-top:3rem}.single-product{padding:120px 5vw 6rem;display:grid;grid-template-columns:1fr 1fr;gap:5vw}.single-product img{width:100%;height:auto}.single-product h1{font:400 clamp(2.8rem,5vw,5rem)/.95 Georgia,serif}.single-product .content{color:var(--soft)}
@media(max-width:980px){.nav a:not(.cta){display:none}.hero-grid{grid-template-columns:1fr;padding:3.5rem 4vw 2rem}.auri-shell{height:500px;max-width:560px;width:100%;justify-self:end}.category-strip{grid-template-columns:repeat(3,1fr)}.section-head,.guided,.enquiry{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.partners-grid{grid-template-columns:1fr}.single-product{grid-template-columns:1fr}}
@media(max-width:620px){body.admin-bar .topbar{top:46px}.topbar{height:58px;padding:0 16px}.brand-divider,.brand-sub{display:none}.brand-name{font-size:1.18rem}.nav{gap:0}.nav .cta{padding:.6rem .72rem;font-size:.72rem}.hero{padding-top:58px;min-height:calc(100svh - 10px)}.hero-bg{inset:58px 0 0;background-position:45% center}.hero-grid{min-height:calc(100svh - 58px);padding:1.25rem 12px 1rem;gap:1rem;display:flex;flex-direction:column;justify-content:space-between}.hero-copy .eyebrow,.hero-copy p,.hero-note{display:none}.hero-copy h1{font-size:2.35rem;line-height:.94;margin:.4rem 0;max-width:330px}.auri-shell{display:flex;height:auto;min-height:0;max-width:none;width:100%;flex-direction:column}.auri-head{padding:.65rem .75rem}.auri-orb{width:28px;height:28px}.auri-name strong{font-size:1rem}.auri-name small,.context-bar{display:none}.status{font-size:.65rem}.conversation{flex:0 1 auto;min-height:0;max-height:310px;padding:.62rem .75rem;gap:.5rem}.msg{padding:.62rem .72rem;font-size:.78rem}.quick{margin-right:-.75rem;padding-right:.75rem;gap:.38rem}.quick button{font-size:.66rem;padding:.46rem .64rem}.composer{flex:0 0 50px;height:50px;padding:.42rem .65rem}.composer input{padding:0 .7rem;font-size:.8rem}.composer button{padding:0 .72rem;font-size:.75rem}.trust{grid-template-columns:1fr}.trust>div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:5rem 18px}.section-head{display:block}.category-strip,.product-grid{grid-template-columns:1fr 1fr}.category{min-height:180px}.guided-copy,.steps{padding:5rem 22px}.enquiry-form{grid-template-columns:1fr}.enquiry-form label{grid-column:1/-1}.final{padding:5rem 22px;grid-template-columns:1fr}.footer{display:grid;gap:.5rem}.catalog-shell,.single-product{padding:90px 18px 4rem}}
