@import "https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Karla:wght@300;400;500;600&display=swap";:root{--color-bg-maroon:#4a3437;--color-bg-maroon-deep:#3d2b2e;--color-bg-maroon-deep-alpha:#46323590;--color-surface-cream:#f4ece2;--color-surface-cream-secondary:#ece0d2;--color-text-dark:#3a2c2e;--color-text-secondary-1:#6d5451;--color-text-secondary-2:#7c5f5c;--color-text-secondary-3:#8a6f6b;--color-text-secondary-4:#9c837c;--color-text-light-1:#f2e7e1;--color-text-light-2:#e8dcd6;--color-text-light-3:#d7c6bf;--color-text-light-4:#bfa39b;--color-text-light-5:#b79a92;--color-gold:#d8b877;--color-gold-deep:#a98a5c;--color-gold-checkout:#c8a567;--color-gold-hover:#e0c48f;--color-border-cream-1:#ccb9a8;--color-border-cream-2:#ddcdbd;--color-border-cream-3:#b49b93;--font-serif:"EB Garamond", Georgia, serif;--font-sans:"Karla", system-ui, sans-serif;--radius-control:2px;--radius-surface:3px;--radius-pill:20px;--shadow-modal:0 30px 70px #00000073;--shadow-modal-soft:0 30px 70px #00000059;--shadow-card:0 26px 60px #0000006b;--shadow-tray-bar:0 -14px 34px #0006;--breakpoint-mobile:640px}*{box-sizing:border-box}html,body{background:var(--color-bg-maroon);margin:0;padding:0}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased}#root{min-height:100dvh}a{color:var(--color-gold-checkout);text-decoration:none}a:hover{color:var(--color-gold-hover)}input,select,textarea,button{font-family:var(--font-sans)}input::placeholder,textarea::placeholder{color:#a48f89}button{-webkit-tap-highlight-color:transparent}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseRing{0%{opacity:.55;transform:scale(1)}70%{opacity:0;transform:scale(2.1)}to{opacity:0;transform:scale(2.1)}}@keyframes spin{to{transform:rotate(360deg)}}.reg-form{background:var(--color-surface-cream);color:var(--color-text-dark);border-radius:var(--radius-surface);box-shadow:var(--shadow-modal-soft);flex-direction:column;gap:22px;padding:32px 28px;display:flex}@media (width<=640px){.reg-form{padding:26px 18px}}.reg-row-2,.reg-row-3{gap:16px;display:grid}.reg-row-2{grid-template-columns:1fr 1fr}.reg-row-3{grid-template-columns:1fr 1fr 1fr}@media (width<=560px){.reg-row-2,.reg-row-3{grid-template-columns:1fr}}.reg-field{flex-direction:column;gap:6px;display:flex}.reg-label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-secondary-3);font-size:11px}.reg-input{border:1px solid var(--color-border-cream-1);border-radius:var(--radius-control);width:100%;color:var(--color-text-dark);background:#fff;outline:none;padding:11px 12px;font-size:14.5px}.reg-input:focus{border-color:var(--color-gold-deep)}.reg-input--textarea{resize:vertical}.reg-section{border-top:1px solid var(--color-border-cream-2);flex-direction:column;gap:16px;padding-top:20px;display:flex}.reg-helper{color:var(--color-text-secondary-3);font-size:12px}.reg-helper--tight{margin-top:-10px}.reg-field-group{flex-direction:column;gap:8px;display:flex}.reg-pill-row{flex-wrap:wrap;gap:8px;display:flex}.reg-pill{border-radius:var(--radius-pill);border:1px solid var(--color-border-cream-1);color:#5c4744;font-family:var(--font-sans);cursor:pointer;background:0 0;padding:9px 14px;font-size:13px}.reg-pill--active{border-color:var(--color-text-dark);background:var(--color-text-dark);color:var(--color-surface-cream)}.reg-radio-list{flex-direction:column;gap:8px;display:flex}.reg-radio-row{cursor:pointer;text-align:left;font-family:var(--font-sans);color:var(--color-text-dark);background:0 0;border:0;align-items:center;gap:10px;padding:10px 4px;font-size:14px;display:flex}.reg-radio-dot{border:1.5px solid var(--color-border-cream-1);border-radius:50%;flex:none;width:16px;height:16px;position:relative}.reg-radio-dot--active{border-color:var(--color-gold-deep);background:radial-gradient(circle, var(--color-gold-deep) 40%, transparent 42%)}.reg-submit{border:1px solid var(--color-text-dark);background:var(--color-text-dark);width:100%;color:var(--color-surface-cream);font-family:var(--font-sans);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius-control);margin-top:6px;padding:16px 18px;font-size:12px}.reg-submit:disabled{opacity:.6;cursor:not-allowed}.reg-error{color:#b3261e;text-align:center;font-size:13px}.success-card{background:var(--color-surface-cream);color:var(--color-text-dark);border-radius:var(--radius-surface);box-shadow:var(--shadow-modal-soft);text-align:center;flex-direction:column;align-items:center;gap:16px;padding:56px 32px;animation:.25s fadeIn;display:flex}.success-card__check{border:1.5px solid var(--color-gold-deep);width:54px;height:54px;font-family:var(--font-serif);color:var(--color-gold-deep);border-radius:50%;justify-content:center;align-items:center;font-size:26px;display:flex}.success-card__title{font-family:var(--font-serif);font-size:24px}.success-card__body{color:var(--color-text-secondary-1);max-width:340px;font-size:15px;line-height:1.6}.reg-page{min-height:100dvh;color:var(--color-text-light-2);font-family:var(--font-sans);background:linear-gradient(#4a3437ed,#4a3437ed),url(/assets/kolam-card.jpg) 50%/cover no-repeat fixed;flex-direction:column;align-items:center;padding:40px 16px 80px;display:flex}@media (width<=640px){.reg-page{background-attachment:scroll;padding:32px 14px 64px}}.reg-page__inner{flex-direction:column;gap:26px;width:100%;max-width:620px;display:flex}.reg-page__header{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.reg-page__eyebrow{letter-spacing:.34em;text-transform:uppercase;color:var(--color-text-light-5);font-size:11px}.reg-page__title{font-family:var(--font-serif);letter-spacing:.01em;color:var(--color-text-light-1);font-size:34px;line-height:1.15}@media (width<=480px){.reg-page__title{font-size:28px}}.reg-page__intro{color:var(--color-text-light-3);text-align:center;max-width:520px;margin:0 auto;font-size:15px;line-height:1.75}.reg-page__intro p{margin:0 0 1.2em}.reg-page__intro p:last-child{margin-bottom:0}.col-header{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.col-header--mobile{gap:6px;padding:18px 16px 0}.col-header__eyebrow{letter-spacing:.34em;text-transform:uppercase;color:var(--color-text-light-5);font-size:11px}.col-header__title{font-family:var(--font-serif);letter-spacing:.01em;color:var(--color-text-light-1);font-size:27px}.col-header__subtitle{font-family:var(--font-serif);color:var(--color-text-light-4);font-size:16px;font-style:italic}.view-toggle{gap:8px;display:flex}.view-toggle__btn{border-radius:var(--radius-pill);border:1px solid var(--color-text-light-5);color:var(--color-text-light-2);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;padding:9px 16px;font-size:12px}.view-toggle__btn--active{border-color:var(--color-gold);background:var(--color-gold);color:var(--color-text-dark)}.hotspot-card{aspect-ratio:3882/2650;width:min(1180px,96vw);box-shadow:var(--shadow-card);background-position:50%;background-size:cover;border-radius:4px;position:relative}.hotspot-card--mobile{width:100vw;box-shadow:none;border-radius:0}.hotspot-card__img-wrap{pointer-events:none;filter:drop-shadow(0 3px 8px #00000059);position:absolute;transform:translate(-50%,-50%)}.hotspot-card__img{object-fit:contain;width:100%;height:100%;display:block}.hotspot-card__btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;transform:translate(-50%,-50%)}.hotspot-card__ring{border:1px solid;border-radius:50%;position:absolute}.hotspot-card__dot{background:var(--color-gold);border-radius:50%;position:absolute}.product-list{flex-direction:column;gap:10px;width:min(560px,92vw);display:flex}.product-list__row{background:var(--color-surface-cream);border-radius:var(--radius-surface);align-items:center;gap:14px;padding:10px 12px;display:flex}.product-list__thumb{cursor:pointer;background:0 0;border:0;flex:none;width:56px;height:56px;padding:0;position:relative}.product-list__thumb img{object-fit:contain;width:100%;height:100%}.product-list__info{cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;flex:1;gap:2px;min-width:0;padding:0;display:flex}.product-list__name{font-family:var(--font-serif);color:var(--color-text-dark);text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.product-list__price{color:var(--color-text-secondary-2);align-items:baseline;gap:8px;font-size:13px;display:flex}.product-list__compare{color:var(--color-text-secondary-4);font-size:12px;text-decoration:line-through}.product-list__add{border-radius:var(--radius-pill);border:1px solid var(--color-text-dark);background:var(--color-text-dark);color:var(--color-surface-cream);font-family:var(--font-sans);cursor:pointer;white-space:nowrap;flex:none;padding:9px 14px;font-size:12px}.product-list__add--active{border-color:var(--color-border-cream-3);color:var(--color-text-secondary-1);background:0 0}@media (width<=420px){.product-list__name{font-size:15.5px}.product-list__add{padding:8px 10px;font-size:11px}}.modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1f1416b8;justify-content:center;align-items:center;padding:18px;animation:.18s fadeIn;display:flex;position:fixed;inset:0}.modal-sheet{background:var(--color-surface-cream);max-height:88dvh;color:var(--color-text-dark);border-radius:var(--radius-surface);box-shadow:var(--shadow-modal);animation:.24s cubic-bezier(.2,.8,.3,1) sheetIn;position:relative;overflow:auto}.modal-close{color:#7a625f;width:44px;height:44px;font-size:20px;font-family:var(--font-sans);cursor:pointer;background:0 0;border:0;line-height:1;position:absolute;top:10px;right:10px}.product-popup__head{flex-direction:column;gap:6px;padding:30px 28px 0;display:flex}.product-popup__eyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--color-text-secondary-4);font-size:10px}.product-popup__name{font-family:var(--font-serif);letter-spacing:.01em;font-size:30px}.product-popup__tagline{font-family:var(--font-serif);color:var(--color-text-secondary-2);font-size:17px;font-style:italic}.product-popup__photo{background:var(--color-surface-cream-secondary);justify-content:center;align-items:center;height:210px;margin:20px 28px 0;display:flex;position:relative}.product-popup__photo img{object-fit:contain;max-width:100%;max-height:100%}.product-popup__desc{color:#4c3b3c;padding:20px 28px 0;font-size:14.5px;line-height:1.65}.product-popup__price-row{flex-wrap:wrap;align-items:baseline;gap:10px;padding:22px 28px 0;display:flex}.product-popup__price{font-family:var(--font-serif);font-size:25px}.product-popup__compare{font-family:var(--font-serif);color:var(--color-text-secondary-4);font-size:16px;text-decoration:line-through}.product-popup__tax{letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-secondary-4);font-size:11px}.product-popup__specs{border-top:1px solid var(--color-border-cream-2);background:var(--color-border-cream-2);grid-template-columns:1fr 1fr;gap:1px 0;margin:20px 28px 0;display:grid}.product-popup__spec{background:var(--color-surface-cream);padding:13px 0}.product-popup__spec--indent{padding-left:16px}.product-popup__spec-label{letter-spacing:.24em;text-transform:uppercase;color:var(--color-text-secondary-4);font-size:10px}.product-popup__spec-value{font-family:var(--font-serif);margin-top:3px;font-size:17px}.product-popup__actions{flex-direction:column;gap:10px;padding:22px 28px 28px;display:flex}.product-popup__tray-btn{border:1px solid var(--color-text-dark);background:var(--color-text-dark);width:100%;color:var(--color-surface-cream);font-family:var(--font-sans);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius-control);padding:15px 18px;font-size:12px}.product-popup__tray-btn--active{border-color:var(--color-border-cream-3);color:var(--color-text-secondary-1);background:0 0}.product-popup__note{color:var(--color-text-secondary-3);text-align:center;font-size:12.5px;line-height:1.55}.tray-bar{z-index:30;background:linear-gradient(180deg, var(--color-bg-maroon-deep-alpha), var(--color-bg-maroon-deep) 40%);cursor:pointer;text-align:left;box-shadow:var(--shadow-tray-bar), 0 -1px 0 #ffffff0a inset;border:0;border-top:1px solid #6b4f52;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:16px 22px;display:flex;position:fixed;bottom:0;left:0;right:0}.tray-bar__chips{align-items:center;display:flex}.tray-bar__chip{background:var(--color-surface-cream-secondary);width:38px;height:38px;box-shadow:0 0 0 2px var(--color-bg-maroon-deep), 0 4px 8px #00000059;border-radius:50%;position:relative;overflow:hidden}.tray-bar__chip img{object-fit:contain;width:100%;height:100%}.tray-bar__text{flex-direction:column;gap:1px;display:flex}.tray-bar__label{font-family:var(--font-serif);color:var(--color-text-light-1);font-size:18px}.tray-bar__cta{letter-spacing:.2em;text-transform:uppercase;color:#c9ac9f;font-size:11px}.tray-sheet{position:relative}.tray-sheet__head{flex-direction:column;gap:6px;padding:30px 28px 4px;display:flex}.tray-sheet__eyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--color-text-secondary-4);font-size:10px}.tray-sheet__title{font-family:var(--font-serif);font-size:26px}.tray-sheet__items{flex-direction:column;gap:10px;max-height:40vh;margin:14px 28px 0;display:flex;overflow-y:auto}.tray-sheet__row{background:var(--color-surface-cream-secondary);border-radius:var(--radius-surface);align-items:center;gap:14px;padding:10px 12px;display:flex}.tray-sheet__thumb{flex:none;width:56px;height:56px;position:relative}.tray-sheet__thumb img{object-fit:contain;width:100%;height:100%}.tray-sheet__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tray-sheet__name{font-family:var(--font-serif);text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.tray-sheet__price{color:var(--color-text-secondary-2);font-size:13px}.tray-sheet__remove{border:1px solid var(--color-border-cream-1);color:#7a625f;cursor:pointer;background:0 0;border-radius:50%;flex:none;width:32px;height:32px;font-size:15px;line-height:1}.tray-sheet__actions{flex-direction:column;gap:10px;padding:22px 28px 28px;display:flex}.tray-sheet__btn{width:100%;font-family:var(--font-sans);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius-control);padding:15px 18px;font-size:12px}.tray-sheet__btn--primary{border:1px solid var(--color-text-dark);background:var(--color-text-dark);color:var(--color-surface-cream)}.tray-sheet__btn--secondary{border:1px solid var(--color-border-cream-3);color:var(--color-text-secondary-1);background:0 0}.state-block{text-align:center;color:var(--color-text-light-3);flex-direction:column;align-items:center;gap:14px;padding:56px 24px;display:flex}.state-block__spinner{border:2px solid #d8b87740;border-top-color:var(--color-gold);border-radius:50%;width:30px;height:30px;animation:.8s linear infinite spin}.state-block__title{font-family:var(--font-serif);color:var(--color-text-light-1);font-size:20px}.state-block__body{max-width:360px;font-size:14px;line-height:1.6}.state-block__retry{border:1px solid var(--color-gold);color:var(--color-gold);letter-spacing:.18em;text-transform:uppercase;border-radius:var(--radius-control);cursor:pointer;background:0 0;margin-top:6px;padding:11px 22px;font-size:12px}.state-block__retry:hover{background:#d8b8771f}.state-block--on-cream{color:var(--color-text-secondary-1)}.state-block--on-cream .state-block__title{color:var(--color-text-dark)}.collection-page{background:var(--color-bg-maroon);min-height:100dvh;color:var(--color-text-light-2);font-family:var(--font-sans);flex-direction:column;align-items:center;gap:22px;padding:28px 16px 96px;display:flex}.collection-page--mobile{gap:14px;padding:0}.collection-page--has-tray{padding-bottom:190px}.collection-page--mobile.collection-page--has-tray{padding-bottom:0}.collection-page--mobile.collection-page--has-tray .collection-page__footer{padding-bottom:110px}.collection-page__footer{letter-spacing:.18em;text-transform:uppercase;color:#9c807a;font-size:12px}.collection-page__footer--mobile{padding-bottom:24px}.collection-page__loading-wrap,.collection-page__error-wrap{justify-content:center;align-items:center;width:100%;min-height:100dvh;display:flex}
