:root {
  --brand-primary: #351c12;
  --brand-primary-hover: #251109;
  --brand-secondary: #087f83;
  --brand-turquoise: #00aaa6;
  --brand-secondary-soft: #bfedec;
  --brand-accent: #f6b91a;
  --brand-coral: #f2665e;
  --brand-coral-strong: #c43f4f;
  --brand-pink: #f04f78;
  --brand-hero: #00aaa6;
  --brand-foliage: #087f83;
  --brand-floral: #f2665e;
  --brand-floral-secondary: #f04f78;
  --brand-footer: #351c12;
  --surface: #fff9f1;
  --surface-warm: #fff9f1;
  --surface-soft: #f6ebdd;
  --surface-white: #ffffff;
  --text-primary: #2c211d;
  --text-muted: #675a54;
  --border-soft: #e8d9cc;
  --radius: 1.25rem;
  --shadow: 0 16px 40px rgba(53, 28, 18, .1);
}

body.theme-tropical-teal-sun { --brand-primary:#08777a;--brand-primary-hover:#055b5d;--brand-secondary:#119da4;--brand-turquoise:#4fc8c7;--brand-secondary-soft:#d5f3f1;--brand-accent:#f8b928;--brand-coral:#f56f4e;--brand-coral-strong:#b8442c;--brand-pink:#e95848;--brand-hero:#4fc8c7;--brand-foliage:#08777a;--brand-floral:#f56f4e;--brand-floral-secondary:#f8b928;--brand-footer:#075e61; }
body.theme-vibrant-coral-turquoise { --brand-primary:#351c12;--brand-primary-hover:#251109;--brand-secondary:#087f83;--brand-turquoise:#00aaa6;--brand-secondary-soft:#bfedec;--brand-accent:#f6b91a;--brand-coral:#f2665e;--brand-coral-strong:#c43f4f;--brand-pink:#f04f78;--brand-hero:#00aaa6;--brand-foliage:#087f83;--brand-floral:#f2665e;--brand-floral-secondary:#f04f78;--brand-footer:#351c12; }
body.theme-sunset-orange-aqua { --brand-primary:#351c12;--brand-primary-hover:#251109;--brand-secondary:#087f83;--brand-turquoise:#31bfc4;--brand-secondary-soft:#d5f2ef;--brand-accent:#ffb414;--brand-coral:#f06449;--brand-coral-strong:#b7422e;--brand-pink:#ff8a1e;--brand-hero:#ff8a1e;--brand-foliage:#3f8f52;--brand-floral:#f06449;--brand-floral-secondary:#ffb414;--brand-footer:#087f83; }

/* ReBajan administration */
.admin-body{background:var(--surface-warm);color:var(--text-primary);min-height:100vh;padding-bottom:0}.admin-topbar{height:76px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border-soft);display:flex;align-items:center;justify-content:space-between;padding:.5rem clamp(1rem,3vw,2rem);position:sticky;top:0;z-index:1030;backdrop-filter:blur(12px)}.admin-menu-button{display:inline-flex;align-items:center;gap:.45rem}.brand-logo--admin{width:124px;height:60px}.brand-logo--admin img{width:100%;height:100%;object-fit:contain}.admin-shell{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:calc(100vh - 76px)}.admin-sidebar{background:var(--brand-footer)!important;color:#fff;border:0!important}.admin-sidebar-title{font-family:"Playfair Display",serif}.admin-nav{display:flex;flex-direction:column;gap:.2rem;padding:1.15rem}.admin-nav-section{margin:.9rem .75rem .3rem;color:var(--brand-accent);font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.admin-nav a{color:#fff;text-decoration:none;padding:.72rem .85rem;border-radius:.7rem;font-size:.9rem;font-weight:600}.admin-nav a:hover,.admin-nav a:focus-visible,.admin-nav a.active{background:rgba(255,255,255,.12);outline:0}.admin-nav a.active{box-shadow:inset 3px 0 var(--brand-coral)}.admin-nav-return{margin-top:.75rem;border-top:1px solid rgba(255,255,255,.15);border-radius:0!important;padding-top:1rem!important}.admin-main{padding:clamp(1.15rem,3vw,2.75rem);min-width:0}.admin-main>.container-fluid{max-width:1440px;padding:0}.admin-heading,.admin-page-header{display:flex;justify-content:space-between;gap:1.5rem;align-items:end;margin-bottom:1.5rem}.admin-heading h1,.admin-page-header h1{margin:0;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.035em}.admin-heading p,.admin-page-header p{margin:.4rem 0 0;color:var(--text-muted)}
.admin-filters{display:flex;align-items:end;gap:.75rem;flex-wrap:wrap;padding:1rem;background:var(--surface-white);border:1px solid var(--border-soft);border-radius:1rem}.admin-filter-field,.admin-field{display:grid;gap:.38rem;min-width:10rem}.admin-filter-field label,.admin-field label,.admin-form label{font-size:.78rem;font-weight:800;letter-spacing:.035em}.admin-field-help{margin:.1rem 0 0;color:var(--text-muted);font-size:.82rem;line-height:1.45}.admin-filters input,.admin-filters select,.admin-form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.admin-form select,.admin-form textarea,.admin-action-form input:not([type=hidden]),.admin-action-form select,.admin-action-form textarea{width:100%;min-height:46px;border:1px solid #cdbfb5;border-radius:.65rem;padding:.62rem .75rem;background:#fff;color:var(--text-primary)}.admin-form textarea,.admin-action-form textarea{min-height:7rem;resize:vertical}.admin-filters input:focus,.admin-filters select:focus,.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus,.admin-action-form input:focus,.admin-action-form select:focus,.admin-action-form textarea:focus{border-color:var(--brand-turquoise);box-shadow:0 0 0 .2rem rgba(0,170,166,.17);outline:0}.admin-actions{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.admin-actions form{margin:0}.admin-actions--stack{align-items:stretch;flex-direction:column}.admin-actions--stack .btn{width:100%}.admin-action-form{display:grid;gap:.65rem}.admin-action-form--danger{padding-top:1rem;border-top:1px solid var(--border-soft)}
.admin-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-card,.admin-panel{background:#fff;border:1px solid var(--border-soft);border-radius:1.1rem;padding:clamp(1rem,2vw,1.4rem);box-shadow:0 8px 26px rgba(53,28,18,.055)}.admin-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.4rem;transition:transform .18s ease,border-color .18s ease}.admin-card:hover{transform:translateY(-2px);border-color:var(--brand-turquoise)}.admin-card strong{font:700 2rem/1.1 "Playfair Display",serif;color:var(--brand-secondary)}.admin-panel{margin-bottom:1.25rem}.admin-panel-header{display:flex;align-items:start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.admin-panel h2,.admin-panel h3{margin:0;font-size:1.2rem}.admin-panel-intro{margin:.35rem 0 0;color:var(--text-muted);line-height:1.55}.admin-section-grid,.admin-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.admin-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}.admin-settings-link{min-height:9rem}.admin-settings-link span{color:var(--text-muted);line-height:1.5}.admin-table{display:grid;gap:.75rem}.admin-row{display:grid;grid-template-columns:minmax(220px,2fr) repeat(3,minmax(105px,auto));align-items:center;gap:1rem;background:#fff;border:1px solid var(--border-soft);border-radius:.9rem;padding:1rem 1.1rem;color:inherit;text-decoration:none}.admin-row-main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.admin-row-main strong{font-size:1rem}.admin-row-meta{color:var(--text-muted);font-size:.84rem;line-height:1.45}.admin-row-label{display:none;color:var(--text-muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-list>div{display:flex;flex-direction:column;border-bottom:1px solid var(--border-soft);padding:.8rem 0}.admin-list>div:last-child{border-bottom:0}.admin-form{display:grid;gap:1.25rem}.admin-form-section{display:grid;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-soft)}.admin-form-section:last-of-type{border-bottom:0}.admin-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin-form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-field--wide{grid-column:1/-1}.admin-field--compact{max-width:30rem}.admin-check{display:flex!important;align-items:flex-start;gap:.7rem;font-size:.9rem!important;font-weight:600!important;letter-spacing:0!important}.admin-check input{width:1.2rem;height:1.2rem;flex:0 0 auto;margin-top:.1rem;accent-color:var(--brand-turquoise)}.admin-form-actions{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;padding-top:.25rem}.admin-status{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:1.8rem;padding:.25rem .65rem;border-radius:999px;background:var(--surface-soft);color:var(--text-primary)!important;font-size:.72rem!important;font-weight:800;letter-spacing:.035em}.admin-status--approved,.admin-status--active,.admin-status--live,.admin-status--enabled,.admin-status--confirmed{background:#d9f1e8;color:#176342!important}.admin-status--pending,.admin-status--submitted,.admin-status--reserved{background:#fff0bf;color:#775400!important}.admin-status--disabled,.admin-status--rejected,.admin-status--removed,.admin-status--suspended,.admin-status--failed{background:#fde1df;color:#8c2f2a!important}.admin-status--sold,.admin-status--completed{background:var(--brand-secondary-soft);color:#075c5f!important}.admin-status--draft,.admin-status--cancelled,.admin-status--expired{background:#ebe7e4;color:#594d47!important}.admin-pager{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.25rem}.admin-pager a{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:.45rem .7rem;border:1px solid var(--border-soft);border-radius:.65rem;background:#fff;color:inherit;text-decoration:none;font-weight:700}.admin-pager a.active{background:var(--brand-secondary);border-color:var(--brand-secondary);color:#fff}.admin-panel dl{display:grid;grid-template-columns:minmax(120px,160px) 1fr;gap:.65rem 1rem;margin:0}.admin-panel dt{color:var(--text-muted);font-size:.82rem}.admin-panel dd{margin:0}.admin-tab-list{display:flex;gap:.45rem;flex-wrap:wrap;margin:0 0 1rem}.admin-tab-list a{padding:.55rem .85rem;border:1px solid var(--border-soft);border-radius:999px;background:#fff;font-size:.78rem;font-weight:800}.admin-tab-list a.active{background:var(--brand-secondary);border-color:var(--brand-secondary);color:#fff}.admin-count{color:var(--text-muted);font-size:.88rem}.admin-review-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr);gap:1.25rem;align-items:start}.admin-review-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.admin-review-gallery figure{margin:0;overflow:hidden;border-radius:.9rem;background:var(--surface-soft);aspect-ratio:4/3}.admin-review-gallery figure:first-child{grid-column:1/-1;aspect-ratio:16/9}.admin-review-gallery img{width:100%;height:100%;object-fit:cover}.admin-review-panel{position:sticky;top:96px}.admin-review-copy{white-space:pre-line;line-height:1.65}.admin-danger-zone{border-color:rgba(196,63,79,.35);border-top:4px solid var(--brand-coral-strong)}.admin-delete-confirmation{max-width:48rem}.admin-delete-confirmation .alert p{margin:.45rem 0 0}.admin-delete-check{display:grid!important;grid-template-columns:1.25rem 1fr;gap:.65rem;align-items:start;padding:1rem;border-radius:.75rem;background:var(--surface-soft)}.admin-delete-check input{width:1.2rem;height:1.2rem;margin-top:.1rem;accent-color:var(--brand-coral-strong)}.admin-empty{padding:2rem;text-align:center;background:#fff;border:1px dashed #cdbfb5;border-radius:.9rem;color:var(--text-muted)}
@media(max-width:1199.98px){.admin-row{grid-template-columns:minmax(200px,2fr) repeat(2,minmax(100px,auto))}.admin-row>.admin-actions{grid-column:1/-1;justify-content:flex-start}.admin-form-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991.98px){.admin-shell{display:block}.admin-sidebar{width:290px!important}.admin-main{padding:1.25rem}.admin-heading,.admin-page-header{align-items:stretch;flex-direction:column}.admin-review-layout{grid-template-columns:1fr}.admin-review-panel{position:static}.admin-row{grid-template-columns:1fr 1fr}.admin-row-main{grid-column:1/-1}.admin-settings-grid{grid-template-columns:1fr 1fr}}
@media(max-width:767.98px){.admin-filters{display:grid;grid-template-columns:1fr 1fr;width:100%}.admin-filters .btn{align-self:end}.admin-section-grid,.admin-detail-grid,.admin-form-grid,.admin-form-grid--three{grid-template-columns:1fr}.admin-settings-grid{grid-template-columns:1fr}.admin-row{grid-template-columns:1fr;padding:1rem}.admin-row-main{grid-column:auto}.admin-row-label{display:block}.admin-row>.admin-actions{grid-column:auto;justify-content:stretch}.admin-row>.admin-actions .btn,.admin-row>.admin-actions form{width:100%}.admin-row>.admin-actions form .btn{width:100%}.admin-panel dl{grid-template-columns:1fr}.admin-panel dt{margin-top:.45rem}.admin-review-gallery{grid-template-columns:1fr}.admin-review-gallery figure:first-child{grid-column:auto;aspect-ratio:4/3}.admin-form-actions{align-items:stretch;flex-direction:column}.admin-form-actions .btn{width:100%}}
@media(max-width:479.98px){.admin-main{padding:1rem .75rem}.admin-topbar{padding-inline:.75rem}.admin-filters{grid-template-columns:1fr}.admin-card,.admin-panel{border-radius:.85rem}.admin-actions{align-items:stretch;flex-direction:column}.admin-actions .btn,.admin-actions form{width:100%}.admin-actions form .btn{width:100%}.admin-tab-list{display:grid;grid-template-columns:1fr 1fr}.admin-tab-list a{text-align:center}.admin-review-gallery figure{aspect-ratio:1}.admin-pager a{min-width:2.65rem}}

.admin-user-statuses{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.admin-status--verified{background:#d9f1e8!important;color:#176342!important}.admin-status--unverified{background:#fff0bf!important;color:#775400!important}
.account-session-card,.account-danger-card{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.1rem;border:1px solid var(--border-soft);border-radius:1rem;background:var(--surface-soft)}.account-session-card h3,.account-danger-card h3{margin:0 0 .3rem;font-size:1.1rem}.account-session-card p,.account-danger-card p{margin:0;color:var(--text-muted);font-size:.86rem}.account-danger-card{margin-top:1rem;background:#fff9f7;border-color:#f0c7c1}
.admin-settings-layout{display:grid;gap:1.25rem}.admin-secret-status{display:grid;gap:.25rem;padding:1rem;border-radius:.8rem;background:var(--surface-soft)}.admin-secret-status span{color:var(--brand-secondary);font-weight:750}.admin-secret-status p{margin:0;color:var(--text-muted);font-size:.84rem}
html { font-size: 16px; scroll-behavior: smooth; }
body { margin: 0; color: var(--text-primary); background: var(--surface); font-family: "DM Sans", sans-serif; padding-bottom: 4.5rem; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.product-image--fallback{object-fit:cover;background:var(--surface-warm)}
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; }
.site-header a:focus-visible, main a:focus-visible, .site-footer a:focus-visible, .mobile-nav a:focus-visible { outline: 3px solid var(--brand-accent); outline-offset: 3px; }
.container { width: min(100% - 2rem, 1160px); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,249,241,.96); border-bottom: 1px solid rgba(53,28,18,.1); backdrop-filter: blur(12px); }
.navbar { min-height: 4.75rem; }
.brand-logo { display: block; overflow: hidden; flex: 0 0 auto; }
.brand-logo img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; transform: translateY(-31%); }
.brand-logo--header { width: 8.25rem; height: 3.35rem; margin-block: .2rem; }
.navbar-toggler { border: 0; padding: .65rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(0,170,166,.28); }
.navbar-collapse { padding: 1rem 0; }
.nav-link, .nav-actions a { color: var(--text-primary); font-size: .9rem; font-weight: 600; }
.nav-link { padding: .7rem .85rem !important; }
.nav-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; padding: .6rem .85rem; }
.account-menu{position:relative;min-width:0}.account-menu>summary{display:flex;align-items:center;gap:.4rem;min-height:44px;max-width:13rem;cursor:pointer;font-size:.9rem;font-weight:700;list-style:none}.account-menu__trigger-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu>summary::-webkit-details-marker{display:none}.account-menu>summary::after{content:"⌄";flex:0 0 auto;color:var(--brand-secondary)}.account-menu[open]>summary::after{transform:rotate(180deg)}.account-menu__panel{position:absolute;z-index:1200;right:0;top:calc(100% + .65rem);display:grid;width:min(20rem,calc(100vw - 2rem));max-height:calc(100dvh - 7rem);overflow-y:auto;overscroll-behavior:contain;padding:.65rem max(.65rem,env(safe-area-inset-right)) max(.65rem,env(safe-area-inset-bottom)) max(.65rem,env(safe-area-inset-left));background:var(--surface-white);border:1px solid var(--border-soft);border-radius:1rem;box-shadow:var(--shadow)}.account-menu__identity{display:grid;gap:.2rem;padding:.7rem .8rem;overflow-wrap:anywhere}.account-menu__identity strong{font-size:.95rem}.account-menu__identity>span{color:var(--text-muted);font-size:.78rem}.account-role-badge{display:inline-flex;margin-top:.25rem;padding:.25rem .5rem;border-radius:999px;background:var(--brand-secondary-soft);color:var(--brand-secondary);font-size:.68rem;font-weight:800}.account-menu__panel a,.account-menu__panel button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:.7rem .8rem;border:0;border-radius:.65rem;background:transparent;color:var(--text-primary);font:600 .88rem/1.2 "DM Sans",sans-serif;text-align:left;text-transform:none;letter-spacing:0}.account-menu__panel a:hover,.account-menu__panel a:focus-visible,.account-menu__panel button:hover,.account-menu__panel button:focus-visible{background:var(--surface-soft)}.account-menu__panel button{color:var(--brand-coral-strong)}.account-menu__panel form{margin:0}.account-menu__divider{height:1px;margin:.4rem;background:var(--border-soft)}
.account-manage-page{min-height:70vh;padding:clamp(2.5rem,6vw,5rem) 0;background:linear-gradient(160deg,var(--surface-warm),#fff 60%)}.account-manage-page>.container{max-width:1120px}.account-manage-header{margin-bottom:2rem}.account-manage-header .identity-logo{width:7.5rem;height:4rem;margin:0 0 1.25rem}.account-manage-header h1{margin:0;font-size:clamp(2.6rem,7vw,4.5rem);letter-spacing:-.05em}.account-manage-header>p:last-child{max-width:42rem;margin:.7rem 0 0;color:var(--text-muted)}.account-manage-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1.5rem;align-items:start}.account-manage-nav{position:sticky;top:6rem;display:grid;gap:.3rem;padding:.65rem;border:1px solid var(--border-soft);border-radius:1rem;background:#fff}.account-manage-nav a{min-height:44px;display:flex;align-items:center;padding:.65rem .8rem;border-radius:.65rem;font-size:.86rem;font-weight:750}.account-manage-nav a:hover,.account-manage-nav a.active{background:var(--brand-secondary-soft);color:var(--brand-secondary)}.identity-manage-card{min-width:0;padding:clamp(1rem,3vw,2rem);border:1px solid var(--border-soft);border-radius:1.2rem;background:#fff;box-shadow:0 10px 30px rgba(53,28,18,.06)}.identity-manage-card>h2:first-child,.identity-manage-card>h3:first-child{margin-top:0}.identity-manage-card form{display:grid;gap:1rem;max-width:40rem}.identity-manage-card .form-floating,.identity-manage-card .form-group{max-width:36rem}.identity-manage-card .form-control,.identity-manage-card .form-select{min-height:48px;border-color:#cdbfb5;border-radius:.65rem}.identity-manage-card .btn{width:max-content}.identity-manage-card .row{display:block;margin:0}.identity-manage-card [class^="col-md"],.identity-manage-card [class*=" col-md"]{width:100%;padding:0}.identity-manage-card .nav-pills{display:none}.identity-manage-card a{color:var(--brand-secondary);font-weight:650}.identity-manage-card .text-danger{font-size:.82rem}.account-summary-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding:1rem;border-radius:1rem;background:var(--surface-soft)}.account-summary-card>div{display:flex;align-items:center;gap:.85rem}.account-summary-card h2{margin:0;font-size:1.25rem}.account-summary-card p{margin:.2rem 0 0;color:var(--text-muted)}.account-avatar{width:3.25rem;height:3.25rem;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--brand-secondary);color:#fff;font-weight:800}.account-verification{padding:.4rem .65rem;border-radius:999px;font-size:.72rem;font-weight:800}.account-verification--verified{background:#d9f1e8;color:#176342}.account-verification--required{background:#fff0bf;color:#775400}.identity-manage-card__heading{margin-bottom:1.25rem}.identity-manage-card__heading h2{margin:0}.identity-manage-card__heading p,.field-help{display:block;margin:.35rem 0 0;color:var(--text-muted);font-size:.84rem}.account-profile-form{max-width:none!important}.account-section-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.5rem}.account-section-cards a{display:flex;flex-direction:column;min-height:7rem;padding:1rem;border:1px solid var(--border-soft);border-radius:.85rem;color:var(--text-primary)}.account-section-cards a:hover{border-color:var(--brand-turquoise)}.account-section-cards span{margin-top:.35rem;color:var(--text-muted);font-size:.82rem;line-height:1.45}.identity-manage-card:has(#delete-user),.identity-manage-card:has(button.btn-danger){border-top:4px solid var(--brand-coral-strong)}
/* Account overrides follow the base component so compact spacing wins in the cascade. */
.account-manage-page{padding-top:clamp(1.5rem,3.5vw,3rem)}.account-manage-header{margin-bottom:1.5rem}
@media(max-width:767.98px){.account-manage-layout{grid-template-columns:1fr}.account-manage-nav{position:static;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.account-manage-nav a{justify-content:center;text-align:center}.account-summary-card{align-items:flex-start;flex-direction:column}.account-section-cards{grid-template-columns:1fr}}
@media(max-width:479.98px){.account-manage-page{padding:2rem 0}.account-manage-page>.container{padding-inline:.75rem}.account-manage-nav{grid-template-columns:1fr 1fr;overflow:visible}.identity-manage-card{padding:1rem}.identity-manage-card .btn{width:100%}.account-summary-card>div{align-items:flex-start}}
.btn { min-height: 2.8rem; border-radius: 999px; padding: .75rem 1.3rem; font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.btn-sm { min-height: 2.35rem; padding: .5rem 1.15rem; }
.btn-brand { color: var(--surface-warm); background: var(--brand-primary); border-color: var(--brand-primary); }
.btn-brand:hover, .btn-brand:focus-visible { color: white; background: var(--brand-primary-hover); border-color: var(--brand-primary-hover); }
.btn-outline-brand { color: var(--brand-primary); border-color: var(--brand-primary); background: rgba(251,243,233,.72); }
.btn-outline-brand:hover { color: white; background: var(--brand-primary); }
.btn-outline-brand:focus-visible { color: white; background: var(--brand-primary); }
.hero { position: relative; isolation: isolate; min-height: 38rem; overflow: hidden; background: linear-gradient(140deg, var(--surface-warm) 0%, var(--surface-warm) 54%, var(--brand-hero) 54%, var(--brand-hero) 100%); }
.hero::before, .hero::after { content: ""; position: absolute; z-index: 0; pointer-events: none; opacity: .72; }
.hero::before { width: clamp(8rem, 18vw, 14rem); height: clamp(12rem, 28vw, 21rem); top: -2.5rem; right: -1.5rem; background: repeating-linear-gradient(154deg, transparent 0 1.35rem, color-mix(in srgb, var(--brand-foliage) 72%, transparent) 1.4rem 1.75rem, transparent 1.8rem 2.75rem); border-radius: 85% 0 70% 25%; transform: rotate(10deg); }
.hero::after { width: clamp(9rem, 20vw, 16rem); height: clamp(9rem, 22vw, 17rem); right: -2rem; bottom: -3rem; background: radial-gradient(ellipse at 25% 70%, var(--brand-floral) 0 13%, transparent 14%), radial-gradient(ellipse at 52% 44%, var(--brand-floral-secondary) 0 12%, transparent 13%), radial-gradient(ellipse at 76% 70%, var(--brand-floral) 0 14%, transparent 15%), radial-gradient(ellipse at 56% 82%, var(--brand-accent) 0 7%, transparent 8%); transform: rotate(-12deg); opacity: .82; }
.hero__inner { min-height: inherit; display: grid; align-items: center; gap: clamp(1rem, 4vw, 4rem); padding-top: clamp(3rem, 8vw, 6rem); padding-bottom: clamp(2rem, 7vw, 5rem); }
.hero__content { position: relative; z-index: 2; min-width: 0; }
.eyebrow { margin: 0 0 .75rem; color: var(--brand-coral-strong); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--brand-coral-strong); }
.hero h1 { max-width: 11ch; margin: 0; font-size: clamp(3rem, 13vw, 6.5rem); line-height: .94; letter-spacing: -.055em; }
.hero__copy { max-width: 34rem; margin: 1.5rem 0 2rem; color: var(--text-muted); font-size: 1.05rem; line-height: 1.7; }
.hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: .75rem; max-width: 22rem; }
.hero__art { position: relative; z-index: 1; min-width: 0; width: min(100%, 28rem); justify-self: center; }
.hero__art img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.section { padding-top: 4.75rem; padding-bottom: 4.75rem; }
.section--tint { background: var(--surface-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.75rem; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 7vw, 3.2rem); letter-spacing: -.035em; }
.section-heading > a { color: var(--brand-primary); border-bottom: 1px solid currentColor; font-weight: 600; }
.category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.category-card { min-height: 11rem; display: flex; flex-direction: column; justify-content: end; padding: 1.15rem; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, var(--brand-primary), #684936); color: white; box-shadow: var(--shadow); }
.category-card:nth-child(2) { background: linear-gradient(145deg, var(--brand-secondary), var(--brand-turquoise)); }
.category-card:nth-child(3) { background: linear-gradient(145deg, #805300, #a86d00); }
.category-card:nth-child(3) .category-card__mark { color: var(--brand-accent); }
.category-card:nth-child(4) { background: linear-gradient(145deg, #b83c5c, var(--brand-pink)); }
.category-card__mark { margin-bottom: auto; color: var(--brand-accent); font-size: 1.5rem; }
.category-card > span:nth-child(2) { font: 600 1.1rem "Playfair Display", serif; }
.category-card small { margin-top: .3rem; opacity: .78; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.35rem .75rem; }
.product-card { min-width: 0; }
.product-card__image { display: block; aspect-ratio: 4/5; overflow: hidden; border-radius: 1rem; background: var(--brand-secondary-soft); }
.product-card__image { position: relative; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card__body { padding: .9rem .15rem 0; }
.product-card__brand { margin: 0 0 .2rem; color: var(--text-muted); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 0; font: 600 1rem/1.3 "DM Sans", sans-serif; }
.product-card__price { margin: .45rem 0 .2rem; color: var(--brand-primary); font-weight: 700; }
.product-card__meta { margin: 0; color: var(--text-muted); font-size: .72rem; line-height: 1.4; }
.product-card__seller { margin: .3rem 0 0; color: var(--text-muted); font-size: .72rem; }
.favorite-heart { position: absolute; top: .7rem; right: .7rem; width: 2.3rem; height: 2.3rem; display: grid; place-items: center; border-radius: 50%; color: var(--brand-primary); background: rgba(255,255,255,.92); font-size: 1.25rem; box-shadow: 0 5px 18px rgba(52,40,36,.14); }
.product-badge, .status-pill { display: inline-flex; border-radius: 999px; padding: .42rem .72rem; color: white; background: var(--brand-primary); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-badge { position: absolute; left: .7rem; top: .7rem; }
.product-badge--sold, .status-pill--sold { background: #393532; }
.product-badge--reserved, .status-pill--reserved { background: #9d5745; }
.catalog-hero { padding: 3.5rem 0 2.5rem; background: var(--surface-soft); }
.catalog-hero h1, .seller-hero h1 { margin: 0; font-size: clamp(2.6rem, 10vw, 4.5rem); letter-spacing: -.045em; }
.catalog-hero p:last-child { max-width: 42rem; margin: 1rem 0 0; color: var(--text-muted); }
.breadcrumbs { display: flex; gap: .55rem; align-items: center; margin-bottom: 2rem; overflow: hidden; color: var(--text-muted); font-size: .76rem; white-space: nowrap; }
.breadcrumbs > * { overflow: hidden; text-overflow: ellipsis; }
.catalog-shell { padding-top: 2rem; padding-bottom: 5rem; }
.catalog-search { display: flex; gap: .6rem; }
.catalog-search input { width: 100%; min-width: 0; min-height: 3rem; padding: .75rem 1rem; border: 1px solid #d9cec8; border-radius: 999px; background: white; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; }
.catalog-toolbar p { margin: 0; color: var(--text-muted); font-size: .82rem; }
.catalog-toolbar__actions { display: flex; gap: .5rem; }
.catalog-toolbar .form-select { min-height: 2.8rem; border-radius: 999px; font-size: .8rem; }
.catalog-layout { display: grid; gap: 2rem; }
.desktop-filters { display: none; }
.catalog-grid { grid-template-columns: 1fr 1fr; }
.filter-form { display: flex; flex-direction: column; gap: .6rem; }
.filter-form__heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: .5rem; }
.filter-form__heading h2 { margin: 0; font-size: 1.45rem; }
.filter-form__heading a { color: var(--brand-secondary); font-size: .8rem; text-decoration: underline; }
.filter-form label { margin-top: .4rem; font-size: .75rem; font-weight: 700; }
.filter-form .form-select, .filter-form .form-control { min-height: 2.8rem; border-color: #ddd1ca; border-radius: .75rem; font-size: .86rem; }
.filter-form .btn { margin-top: 1rem; }
.filter-price { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.filter-price > div { display: flex; flex-direction: column; gap: .6rem; }
.offcanvas { background: var(--surface); }
.empty-state { display: grid; justify-items: center; padding: 5rem 1rem; border-radius: var(--radius); background: var(--surface-soft); text-align: center; }
.empty-state > span { color: var(--brand-secondary); font-size: 3rem; }
.empty-state h2 { margin: .7rem 0; }
.empty-state p { color: var(--text-muted); }
.pagination-wrap { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: .45rem; margin-top: 3rem; }
.page-button, .page-number { min-width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border: 1px solid #ddd1ca; border-radius: 999px; padding: 0 .9rem; font-size: .78rem; font-weight: 600; }
.page-number.active { color: white; background: var(--brand-primary); border-color: var(--brand-primary); }
.page-button.disabled { pointer-events: none; opacity: .4; }
.item-page { padding-top: 1.5rem; padding-bottom: 4rem; }
.item-layout { display: grid; gap: 2rem; }
.gallery .carousel-item { aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius); background: var(--surface-soft); }
.gallery .carousel-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: .6rem; margin-top: .75rem; overflow-x: auto; }
.gallery-thumbs button { flex: 0 0 4.5rem; padding: 0; overflow: hidden; border: 0; border-radius: .65rem; background: transparent; }
.gallery-thumbs img { aspect-ratio: 1; width: 100%; object-fit: cover; }
.item-summary .eyebrow { margin-top: 1rem; }
.item-summary h1 { margin: .25rem 0 .75rem; font-size: clamp(2.4rem, 9vw, 4rem); line-height: 1; letter-spacing: -.045em; }
.item-price { margin: 0 0 1.5rem; color: var(--brand-primary); font-size: 1.5rem; font-weight: 700; }
.item-facts { display: grid; grid-template-columns: repeat(2, 1fr); border-block: 1px solid #e4dad5; }
.item-facts div { padding: 1rem 0; }
.item-facts dt { color: var(--text-muted); font-size: .7rem; text-transform: uppercase; }
.item-facts dd { margin: .25rem 0 0; font-weight: 600; }
.future-actions { display: grid; gap: .65rem; margin: 1.5rem 0 .8rem; }
.future-actions small { color: var(--text-muted); text-align: center; }
.secondary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.secondary-actions button { min-height: 2.8rem; border: 1px solid #ddd1ca; border-radius: 999px; background: white; font-weight: 600; }
.item-description, .fulfillment { padding: 1.5rem 0; border-bottom: 1px solid #e4dad5; }
.item-description h2, .fulfillment h2 { font-size: 1.3rem; }
.item-description p, .fulfillment p { color: var(--text-muted); line-height: 1.7; }
.fulfillment span { color: #597d70; font-weight: 700; }
.seller-snippet { display: grid; grid-template-columns: auto 1fr auto; gap: .85rem; align-items: center; margin-top: 1.5rem; padding: 1rem; border-radius: 1rem; background: var(--surface-soft); }
.seller-avatar { width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--brand-secondary); font: 700 1.4rem "Playfair Display", serif; }
.seller-snippet small, .seller-snippet strong, .seller-snippet em { display: block; }
.seller-snippet small, .seller-snippet em { color: var(--text-muted); font-size: .7rem; font-style: normal; }
.item-mobile-actions { position: fixed; z-index: 1050; left: 0; right: 0; bottom: 4.4rem; display: grid; grid-template-columns: 1fr 1fr; padding: .65rem 1rem; background: white; box-shadow: 0 -6px 20px rgba(52,40,36,.1); }
.item-mobile-actions button, .item-mobile-actions > a { min-height: 2.8rem; display: grid; place-items: center; border: 1px solid var(--brand-primary); color: var(--brand-primary); background: white; font-weight: 700; text-align: center; text-decoration: none; }
.item-mobile-actions button:last-child, .item-mobile-actions > a:last-child { color: white; background: var(--brand-primary); }
.seller-hero { padding: 4rem 0; background: linear-gradient(145deg, var(--surface-warm), var(--brand-secondary-soft)); }
.seller-hero__inner { display: grid; justify-items: center; gap: 1.5rem; text-align: center; }
.seller-hero__avatar { width: 10rem; height: 6rem; object-fit: contain; }
.seller-hero__placeholder { display: grid; place-items: center; color: white; background: var(--brand-secondary); font: 700 3.5rem "Playfair Display", serif; }
.seller-meta { color: var(--text-muted); }
.seller-bio { max-width: 38rem; margin: 1rem auto 0; line-height: 1.7; }
.seller-tools-hero, .seller-form-heading { padding: 3.5rem 0; background: linear-gradient(145deg, var(--surface-warm), var(--brand-secondary-soft)); }
.seller-tools-hero h1, .seller-form-heading h1 { margin: 0; font-size: clamp(2.6rem, 10vw, 4.5rem); letter-spacing: -.045em; }
.seller-tools-hero p:not(.eyebrow), .seller-form-heading p:not(.eyebrow) { max-width: 40rem; color: var(--text-muted); }
.seller-tools-hero .btn { margin-top: 1rem; }
.seller-tools-hero--compact .container { display: flex; flex-direction: column; align-items: start; gap: 1rem; }
.seller-tools { padding-top: 2.5rem; padding-bottom: 5rem; }
.seller-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: 4rem; }
.seller-stat-grid a { display: flex; flex-direction: column; padding: 1.35rem; border-radius: 1rem; background: white; box-shadow: var(--shadow); }
.seller-stat-grid strong { font: 700 2.2rem "Playfair Display", serif; }
.seller-stat-grid span { color: var(--text-muted); font-size: .78rem; text-transform: uppercase; }
.status-tabs { display: flex; gap: .5rem; margin-bottom: 2rem; padding-bottom: .5rem; overflow-x: auto; }
.status-tabs a { flex: 0 0 auto; display:flex; align-items:center; gap:.45rem; padding: .65rem 1rem; border: 1px solid #ddd1ca; border-radius: 999px; font-size: .8rem; font-weight: 600; }
.status-tabs a strong { min-width:1.45rem; padding:.1rem .35rem; border-radius:999px; background:var(--surface-soft); text-align:center; font-size:.68rem; }
.status-tabs a.active strong { color:var(--brand-primary); background:white; }
.status-tabs a.active { color: white; background: var(--brand-coral-strong); border-color: var(--brand-coral-strong); }
.seller-listing-list { display: grid; gap: 1rem; }
.seller-listing-row { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1rem; padding: .8rem; border: 1px solid #e5dbd5; border-radius: 1rem; background: white; }
.seller-listing-row > img { width: 5.5rem; height: 7rem; object-fit: cover; border-radius: .7rem; }
.seller-listing-row__info h2 { margin: .5rem 0 .25rem; font: 700 1rem "DM Sans", sans-serif; }
.seller-listing-row__info p { margin: 0; color: var(--text-muted); font-size: .74rem; }
.seller-listing-row__info p+p { margin-top:.2rem; }
.seller-moderation-note { display:grid; gap:.2rem; margin-top:.65rem; padding:.65rem .75rem; border-left:3px solid var(--brand-coral); border-radius:.45rem; background:var(--surface-soft); font-size:.75rem; }
.seller-moderation-note span { color:var(--text-muted); }
.seller-listing-row__actions { grid-column: 1 / -1; display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; }
.seller-listing-row__actions a, .seller-listing-row__actions button { padding: .55rem .8rem; border: 1px solid #d8cac3; border-radius: 999px; color: var(--brand-primary); background: white; font-size: .72rem; font-weight: 700; }
@media(max-width:575.98px){.seller-listing-row{grid-template-columns:5rem minmax(0,1fr)}.seller-listing-row>img{width:5rem;height:6.25rem}.seller-listing-row__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.seller-listing-row__actions a,.seller-listing-row__actions form,.seller-listing-row__actions button{width:100%;text-align:center}.status-tabs{margin-inline:-1rem;padding-inline:1rem}}
.inline-action { display: inline; }
.seller-form-shell { max-width: 58rem; padding-top: 2rem; padding-bottom: 6rem; }
.seller-application { max-width: 46rem; }
.seller-application__status, .seller-application__form { padding: clamp(1.35rem,5vw,3rem); border: 1px solid var(--border-soft); border-radius: 1.25rem; background: #fff; box-shadow: var(--shadow); }
.seller-application__form { display:grid; gap:1.5rem; }
.seller-application__intro span { color:var(--brand-coral-strong); font-size:.72rem; font-weight:700; letter-spacing:.14em; }
.seller-application__intro h2 { margin:.4rem 0; font-size:clamp(1.7rem,6vw,2.35rem); }
.seller-application__intro p { margin:0; color:var(--text-muted); }
.seller-application__grid { display:grid; gap:1rem; }
.seller-application__form .field small { color:var(--text-muted); font-size:.76rem; }
.seller-application__submit { width:100%; min-height:3.2rem; }
.seller-application__status h2 { margin: 1rem 0 .5rem; }
.seller-application__note { padding: 1rem; border-left: .3rem solid var(--brand-coral); border-radius: .5rem; background: var(--surface-warm); }
.seller-application__note p { margin: .35rem 0 0; color: var(--text-muted); }
.listing-form { display: grid; gap: 1.25rem; }
.validation-summary:empty { display: none; }
.validation-summary { padding: 1rem; border-radius: .8rem; color: #8a2f2f; background: #fae6e4; }
.form-card { position: relative; padding: 1.4rem; border: 1px solid #e5dbd5; border-radius: var(--radius); background: white; box-shadow: 0 8px 26px rgba(69,44,35,.05); }
.form-card__number { color: var(--brand-secondary); font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.form-card__heading h2 { margin: .35rem 0; font-size: 1.65rem; }
.form-card__heading p { margin: 0 0 1.5rem; color: var(--text-muted); font-size: .85rem; }
.form-grid { display: grid; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field > label, .field legend { font-size: .78rem; font-weight: 700; }
.field .form-control, .field .form-select { min-height: 3rem; border-color: #d9cdc6; border-radius: .75rem; }
.field textarea.form-control { min-height: 9rem; }
.field > span { color: #a23f3f; font-size: .72rem; }
.upload-zone { min-height: 9rem; display: grid; place-items: center; align-content: center; gap: .4rem; padding: 1rem; border: 2px dashed #d6c3b8; border-radius: 1rem; color: var(--brand-primary); background: var(--surface-soft); text-align: center; cursor: pointer; }
.upload-zone span { color: var(--text-muted); font-size: .72rem; }
.existing-images, .new-image-previews { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin-bottom: 1rem; }
.existing-images article { padding: .5rem; border: 1px solid #e5dbd5; border-radius: .8rem; }
.existing-images img, .new-image-previews img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: .55rem; }
.existing-images label { display: inline-flex; gap: .25rem; margin: .45rem .5rem 0 0; font-size: .7rem; }
.existing-images button { width: 2rem; height: 2rem; margin-top: .35rem; border: 1px solid #ddd1ca; border-radius: 50%; background: white; }
.price-field > div { display: flex; align-items: center; overflow: hidden; border: 1px solid #d9cdc6; border-radius: .75rem; }
.price-field > div span { padding-left: .9rem; white-space: nowrap; font-weight: 700; }
.price-field .form-control { border: 0; }
.fulfillment-options { display: grid; gap: .7rem; padding: 0; border: 0; }
.fulfillment-options label { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; padding: 1rem; border: 1px solid #e2d6cf; border-radius: .8rem; }
.fulfillment-options input { width: 1.25rem; height: 1.25rem; }
.fulfillment-options strong, .fulfillment-options small { display: block; }
.fulfillment-options small { margin-top: .2rem; color: var(--text-muted); }
.listing-form__actions { position: sticky; z-index: 20; bottom: 4.4rem; display: grid; gap: .5rem; padding: .75rem; border-radius: 1rem; background: rgba(255,253,249,.96); box-shadow: 0 -5px 22px rgba(69,44,35,.1); }
.listing-submit-card { display:grid; gap:.75rem; padding:clamp(1.25rem,4vw,2rem); border:1px solid var(--border-soft); border-top:4px solid var(--brand-turquoise); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); }
.listing-submit-card h2,.listing-submit-card p { margin:0; }
.listing-submit-card > small { color:var(--text-muted); }
.listing-accuracy { display:grid; grid-template-columns:1.35rem 1fr; gap:.75rem; align-items:start; margin:.65rem 0; padding:1rem; border-radius:.8rem; background:var(--surface-soft); font-weight:600; line-height:1.45; }
.listing-accuracy input { width:1.25rem; height:1.25rem; margin-top:.1rem; accent-color:var(--brand-secondary); }
.identity-page { min-height:calc(100vh - 12rem); display:grid; place-items:center; padding:clamp(2rem,7vw,5rem) 1rem; background:radial-gradient(circle at 90% 10%,var(--brand-secondary-soft),transparent 32rem),var(--surface-warm); }
.identity-card { width:min(100%,31rem); padding:clamp(1.5rem,6vw,3rem); border:1px solid var(--border-soft); border-radius:1.35rem; background:rgba(255,255,255,.96); box-shadow:0 24px 60px rgba(53,28,18,.13); }
.identity-card--wide { width:min(100%,44rem); }
.identity-card--message { text-align:center; }
.identity-logo { display:block; width:8.5rem; height:4.8rem; margin:0 auto 1.25rem; overflow:hidden; }
.identity-logo img { width:100%; height:auto; transform:translateY(-28%); }
.identity-card h1 { margin:.25rem 0 .65rem; font-size:clamp(2rem,8vw,3rem); text-align:center; }
.identity-card > .eyebrow,.identity-lead { text-align:center; }
.identity-lead { margin:0 auto 1.75rem; color:var(--text-muted); }
.identity-form { display:grid; gap:1.1rem; }
.identity-grid { display:grid; gap:1rem; }
.identity-check { display:flex; gap:.65rem; align-items:center; font-size:.86rem; }
.identity-check input { width:1.15rem; height:1.15rem; accent-color:var(--brand-secondary); }
.identity-links { display:grid; gap:.55rem; text-align:center; color:var(--text-muted); font-size:.85rem; }
.identity-links a { color:var(--brand-secondary); font-weight:700; text-decoration:underline; text-underline-offset:.2rem; }
.identity-notice { display:grid; gap:.25rem; margin:0 0 1.5rem; padding:1rem; border-left:.3rem solid var(--brand-coral); border-radius:.7rem; color:var(--text-primary); background:var(--surface-soft); }
.identity-notice span { color:var(--text-muted); font-size:.86rem; }
.identity-message-actions { display:grid; gap:.65rem; }
.identity-state-icon{width:3.5rem;height:3.5rem;display:grid;place-items:center;margin:0 auto 1rem;border-radius:50%;background:var(--brand-secondary-soft);color:var(--brand-secondary);font-size:1.35rem;font-weight:800}.identity-state-icon--success{background:#d9f1e8;color:#176342}.identity-card--message>.btn{min-width:min(100%,14rem)}
@media(min-width:600px){.seller-application__grid,.identity-grid{grid-template-columns:1fr 1fr}.seller-application__grid .field--full,.identity-grid .field--full{grid-column:1/-1}.listing-form__actions{grid-template-columns:repeat(3,auto);justify-content:end}}
.preview-banner { padding: .75rem 0; color: white; background: var(--brand-primary); }
.preview-banner .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.preview-banner div div { display: flex; align-items: center; gap: .7rem; }
.preview-banner a, .preview-banner button { border: 0; color: white; background: transparent; font-size: .75rem; font-weight: 700; text-decoration: underline; }
.preview-no-image { height: 100%; display: grid; place-items: center; color: var(--text-muted); background: var(--surface-soft); }
.value-grid { display: grid; gap: 1rem; }
.value-grid article { padding: 1.75rem; border: 1px solid rgba(59,36,23,.12); border-radius: var(--radius); }
.value-grid article > span { color: var(--brand-coral-strong); font-weight: 700; }
.value-grid h3 { margin: 1.4rem 0 .6rem; font-size: 1.45rem; }
.value-grid p { margin: 0; color: var(--text-muted); line-height: 1.65; }
.site-footer { padding: 4rem 0 6rem; color: #f3e8dd; background: var(--brand-footer); }
.footer-grid { display: grid; gap: 2.5rem; }
.brand-logo--footer { width: min(14rem, 100%); height: 5.25rem; margin-bottom: 1.25rem; }
.footer-grid p { max-width: 22rem; color: #bdaea7; }
.footer-grid nav { display: flex; flex-direction: column; gap: .65rem; }
.footer-grid nav h2 { color: white; font: 700 .72rem "DM Sans", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid nav a { color: #cfc1ba; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #9f8f87; font-size: .78rem; }
.mobile-nav { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; height: 4.4rem; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; background: white; border-top: 1px solid #e8dfda; box-shadow: 0 -8px 24px rgba(52,40,36,.08); }
.mobile-nav a { text-align: center; font-size: .68rem; font-weight: 600; }
.mobile-nav__sell { width: 3.3rem; height: 3.3rem; display: grid; place-items: center; justify-self: center; margin-top: -1.3rem; border-radius: 50%; color: white; background: var(--brand-primary); box-shadow: 0 8px 20px rgba(59,36,23,.28); }

@media (min-width: 576px) {
  .brand-logo--header { width: 8.75rem; height: 3.7rem; }
  .hero__actions { flex-direction: row; max-width: none; }
  .category-grid { gap: 1rem; }
  .category-card { min-height: 14rem; padding: 1.5rem; }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem 1rem; }
}
@media (min-width: 768px) {
  body { padding-bottom: 0; }
  .hero { min-height: 42rem; }
  .hero__inner { grid-template-columns: minmax(0, 48fr) minmax(0, 52fr); }
  .hero__art { width: 100%; max-width: 35rem; justify-self: end; }
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .product-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem 1.25rem; }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .mobile-nav { display: none; }
  .site-footer { padding-bottom: 2rem; }
  .item-layout { grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .85fr); gap: 4rem; align-items: start; }
  .item-summary { position: sticky; top: 6rem; }
  .item-mobile-actions { display: none; }
  .future-actions { grid-template-columns: 1fr 1fr; }
  .future-actions small { grid-column: 1 / -1; }
  .seller-hero__inner { grid-template-columns: auto 1fr; justify-items: start; text-align: left; }
  .seller-bio { margin-left: 0; }
  .seller-tools-hero--compact .container { flex-direction: row; align-items: center; justify-content: space-between; }
  .seller-stat-grid { grid-template-columns: repeat(4, 1fr); }
  .seller-listing-row { grid-template-columns: 6rem 1fr auto; align-items: center; }
  .seller-listing-row > img { width: 6rem; }
  .seller-listing-row__actions { grid-column: auto; justify-content: end; max-width: 23rem; }
  .form-card { padding: 2rem; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .field--full { grid-column: 1 / -1; }
  .existing-images, .new-image-previews { grid-template-columns: repeat(4, 1fr); }
  .listing-form__actions { bottom: 1rem; grid-template-columns: repeat(3, auto); justify-content: end; }
}
@media (min-width: 992px) {
  .brand-logo--header { width: 9.5rem; height: 4rem; }
  .hero__inner { grid-template-columns: minmax(0, 46fr) minmax(0, 54fr); }
  .hero__art { max-width: 39rem; }
  .navbar-collapse { padding: 0; }
  .nav-actions { padding: 0; }
  .catalog-layout { grid-template-columns: 14rem minmax(0, 1fr); }
  .desktop-filters { display: block; }
  .filter-trigger { display: none; }
}
@media(max-width:991.98px){.navbar-collapse.show,.navbar-collapse.collapsing{max-height:calc(100dvh - 9rem - env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain}.account-menu{width:100%}.account-menu>summary{max-width:100%;padding:.7rem .85rem}.account-menu__panel{position:static;width:100%;max-height:min(60dvh,30rem);margin:.25rem 0 .75rem;box-shadow:none}.nav-actions>.btn{width:100%}.nav-admin-link{display:flex;align-items:center;min-height:44px;width:100%;padding:.7rem .85rem}.account-session-card,.account-danger-card{align-items:stretch;flex-direction:column}.account-session-card .btn,.account-danger-card .btn{width:100%}}

/* Phase 4 buyer experiences */
.product-card { position: relative; }
.favorite-form { position: absolute; right: .65rem; top: .65rem; z-index: 3; }
.favorite-form .favorite-heart { position: static; border: 0; cursor: pointer; }
.favorite-heart--saved { color: var(--brand-pink); }
.nav-count { display: inline-grid; place-items: center; min-width: 1.25rem; height: 1.25rem; padding: 0 .3rem; border-radius: 1rem; background: var(--brand-coral); color: #fff; font-size: .72rem; }
.buyer-page { min-height: 55vh; padding-top: clamp(2rem, 6vw, 5rem); padding-bottom: 4rem; }
.buyer-action-panel { margin: 1rem 0; padding: 1.1rem; border-radius: 1rem; background: var(--surface); scroll-margin-top: 7rem; }
.buyer-action-panel:target { outline: 3px solid color-mix(in srgb, var(--brand-coral) 45%, transparent); outline-offset: .2rem; }
.buyer-action-panel form, .message-compose, .offer-actions form { display: grid; gap: .65rem; }
.buyer-action-panel input, .buyer-action-panel textarea, .message-compose textarea, .offer-actions input, .offer-actions textarea { width: 100%; padding: .75rem; border: 1px solid #d8cec8; border-radius: .6rem; background: #fff; }
.conversation-list, .offer-list { display: grid; gap: .75rem; }
.conversation-card, .offer-card { display: grid; grid-template-columns: 4.5rem 1fr auto; align-items: center; gap: 1rem; padding: .8rem; border-radius: 1rem; background: #fff; box-shadow: 0 6px 24px rgba(50,35,28,.08); color: inherit; text-decoration: none; }
.conversation-card img, .offer-card img, .conversation-header img, .offer-hero img { width: 4.5rem; height: 4.5rem; object-fit: cover; border-radius: .75rem; }
.conversation-card > span, .offer-card > span { display: grid; gap: .15rem; min-width: 0; }
.conversation-card > b { border-radius: 2rem; background: var(--brand-primary); color: #fff; padding: .2rem .45rem; }
.conversation-card time { grid-column: 2; font-size: .75rem; color: #766; }
.conversation-header, .offer-hero { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #eadfd8; }
.message-thread { display: grid; gap: .75rem; padding: 1.5rem 0; }
.message-bubble { max-width: min(85%, 42rem); padding: .9rem 1rem; border-radius: 1rem 1rem 1rem .2rem; background: #f1ebe6; }
.message-bubble--mine { justify-self: end; border-radius: 1rem 1rem .2rem 1rem; background: #e5d4c8; }
.message-bubble p { margin: .3rem 0; white-space: pre-wrap; }
.message-bubble time { font-size: .72rem; color: #766; }
.offer-history { display: grid; gap: .75rem; margin: 1rem 0 2rem; }
.offer-history article { display: grid; gap: .2rem; padding: 1rem; border-left: 4px solid var(--brand-accent); background: #fff; box-shadow: 0 4px 18px rgba(50,35,28,.06); }
.offer-actions { display: grid; gap: 1rem; padding: 1.25rem; border-radius: 1rem; background: #f8f3ef; }
.accepted-offer { margin-top: 1.5rem; padding: 1.5rem; border-radius: 1rem; background: #eef4e9; }
@media (max-width: 575.98px) { .conversation-card, .offer-card { grid-template-columns: 3.5rem 1fr auto; gap: .7rem; } .conversation-card img, .offer-card img { width: 3.5rem; height: 3.5rem; } .offer-card .status-pill { grid-column: 2; justify-self: start; } }

/* Phase 5 checkout and orders */
.checkout-page { padding-top: clamp(2rem,6vw,5rem); padding-bottom: 5rem; }
.order-number { color: #74645d; letter-spacing: .06em; }
.checkout-grid { display: grid; gap: 1.5rem; }
.checkout-product { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; align-items: center; padding: 1rem; border-radius: 1rem; background: #fff; box-shadow: 0 6px 24px rgba(50,35,28,.08); }
.checkout-product img { width: 6rem; height: 7rem; border-radius: .75rem; object-fit: cover; }
.checkout-product h2 { margin: .25rem 0; font-size: 1.3rem; }
.reservation-note, .phase-placeholder { margin-top: 1rem; padding: 1.1rem; border-radius: 1rem; background: #f2eadf; }
.reservation-note p, .phase-placeholder p { margin-bottom: 0; }
.fulfillment-form { display: grid; gap: .75rem; margin-top: 1.5rem; }
.fulfillment-form label { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem; border: 1px solid #ddd0c8; border-radius: 1rem; background: #fff; cursor: pointer; }
.fulfillment-form label span { display: grid; gap: .2rem; }
.fulfillment-form label small { color: #74645d; }
.order-summary-card { align-self: start; padding: 1.25rem; border-radius: 1rem; background: var(--surface); box-shadow: 0 6px 24px rgba(50,35,28,.07); }
.order-summary-card > div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid #e4d9d2; }
.order-summary-card .order-total { margin-top: .25rem; padding-top: 1rem; font-size: 1.15rem; border-bottom: 0; }
.order-list { display: grid; gap: .8rem; }
.order-card { display: grid; grid-template-columns: 4.5rem 1fr auto; gap: 1rem; align-items: center; padding: .8rem; border-radius: 1rem; color: inherit; text-decoration: none; background: #fff; box-shadow: 0 6px 24px rgba(50,35,28,.08); }
.order-card img { width: 4.5rem; height: 4.5rem; border-radius: .75rem; object-fit: cover; }
.order-card > span { display: grid; gap: .15rem; }
.order-card em { color: #74645d; font-style: normal; }
.order-detail-header { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem; margin: 1.5rem 0; }
.order-timeline { list-style: none; padding: 0; margin: 1rem 0 2rem; }
.order-timeline li { display: grid; grid-template-columns: 1.2rem 1fr; gap: .75rem; min-height: 3.25rem; color: #9a8b83; }
.order-timeline li span { width: .9rem; height: .9rem; margin-top: .2rem; border: 2px solid #cdbfb7; border-radius: 50%; }
.order-timeline li.complete, .order-timeline li.current { color: var(--text-primary); }
.order-timeline li.complete span, .order-timeline li.current span { border-color: var(--brand-primary); background: var(--brand-primary); }
.item-mobile-actions form { display: contents; }
.item-mobile-actions form button { width: 100%; height: 100%; border: 0; background: var(--brand-primary); color: #fff; font-weight: 600; }
@media (min-width: 768px) { .checkout-grid { grid-template-columns: minmax(0,1fr) minmax(17rem,.42fr); gap: 2rem; } }
@media (max-width: 575.98px) { .order-card { grid-template-columns: 3.5rem 1fr; } .order-card img { width: 3.5rem; height: 3.5rem; } .order-card > span:last-child { grid-column: 2; } }

/* Phase 6 manual payments and configured delivery */
.payment-page { padding-top: clamp(2rem,6vw,5rem); padding-bottom: 5rem; }
.payment-grid { display: grid; gap: 1.5rem; margin-top: 1.5rem; }
.manual-payment-warning, .development-payment-warning, .payment-state { display: grid; gap: .2rem; margin: 1rem 0; padding: 1rem; border-radius: .85rem; background: #f1e8dc; }
.development-payment-warning { border: 2px solid #a75b33; background: #fff0df; color: #71371e; }
.payment-state--confirmed { background: #e8f1e5; }
.bimpay-panel { display: grid; grid-template-columns: minmax(8rem,12rem) 1fr; gap: 1.25rem; align-items: center; margin: 1rem 0; padding: 1rem; border-radius: 1rem; background: #fff; box-shadow: 0 8px 28px rgba(50,35,28,.09); }
.bimpay-panel img { width: 100%; border-radius: .75rem; }
.payment-instructions { padding: 1rem 0; }
.payment-instructions li { margin-bottom: .45rem; }
.payment-submit-form, .seller-payment-controls form { display: grid; gap: .6rem; margin-top: 1rem; }
.payment-submit-form input, .seller-payment-controls textarea, .delivery-address-fields input, .delivery-address-fields select, .delivery-address-fields textarea { width: 100%; padding: .75rem; border: 1px solid #d8cec8; border-radius: .6rem; background: #fff; }
.payment-product-image { width: 100%; max-height: 14rem; object-fit: cover; border-radius: .75rem; }
.delivery-address-fields { display: grid; gap: .7rem; padding: 1rem; border-radius: 1rem; background: #f8f3ef; }
.delivery-address-fields label { display: grid; padding: 0; border: 0; border-radius: 0; background: transparent; }
.fulfillment-unavailable { opacity: .65; cursor: not-allowed !important; }
.privacy-note { font-size: .85rem; color: #74645d; }
.seller-payment-controls, .private-delivery-details { margin: 1.5rem 0; padding: 1.25rem; border-radius: 1rem; background: #f4ece5; }
@media (min-width: 768px) { .payment-grid { grid-template-columns: minmax(0,1fr) minmax(17rem,.42fr); gap: 2rem; } }
@media (max-width: 575.98px) { .bimpay-panel { grid-template-columns: 1fr; text-align: center; } .bimpay-panel img { max-width: 14rem; margin: auto; } }

/* Phase 8 content and accessibility */
.content-page{max-width:58rem;padding-top:clamp(2.5rem,7vw,6rem);padding-bottom:clamp(4rem,8vw,7rem)}.content-page>h2{margin-top:2.2rem;font-size:clamp(1.35rem,3vw,1.75rem)}.content-page .lead{max-width:48rem;font-size:clamp(1.1rem,2.5vw,1.3rem)}.contact-list{display:grid;grid-template-columns:max-content 1fr;gap:.75rem 1.25rem;margin:2rem 0}.contact-list dd{margin:0}
:focus-visible{outline:3px solid var(--brand-accent);outline-offset:3px}button,a,input,select,textarea{scroll-margin-top:6rem}.btn,button,.mobile-nav a{min-height:44px}.status-pill,.product-badge{font-weight:700}.gallery img{background:#eee8e2}
@media(max-width:575.98px){.content-page{padding-left:1rem;padding-right:1rem}.contact-list{grid-template-columns:1fr;gap:.2rem}.contact-list dd{margin-bottom:1rem}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

@media (max-width: 767.98px) {
  .hero { background: linear-gradient(154deg, var(--surface-warm) 0%, var(--surface-warm) 57%, var(--brand-hero) 57%, var(--brand-hero) 100%); }
  .hero::before { width: 7rem; height: 10rem; top: auto; right: -2rem; bottom: 15rem; opacity: .5; }
  .hero::after { width: 8rem; height: 8rem; right: -2.5rem; bottom: -1.5rem; opacity: .58; }
  .hero__art { width: min(82vw, 25rem); margin-top: 2rem; }
}

/* Admin appearance previews remain independent from the active public theme. */
.appearance-form fieldset{display:grid;gap:1rem;padding:0;border:0}.appearance-form legend{font:600 1.35rem "Playfair Display",serif}.theme-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.theme-option{position:relative;display:grid;align-content:start;gap:.75rem;min-width:0;padding:.75rem;border:2px solid #ded3cc;border-radius:1rem;background:#fff;cursor:pointer}.theme-option:has(input:checked){border-color:#087f83;box-shadow:0 0 0 3px rgba(8,127,131,.14)}.theme-option input{position:absolute;width:1px;height:1px;opacity:0}.theme-option:focus-within{outline:3px solid #f6b91a;outline-offset:3px}.theme-option__selected{position:absolute;z-index:2;top:1rem;right:1rem;display:none;padding:.3rem .55rem;border-radius:999px;color:#fff;background:#351c12;font-size:.67rem;font-weight:700;text-transform:uppercase}.theme-option:has(input:checked) .theme-option__selected{display:block}.theme-option>strong{font:600 1.1rem "Playfair Display",serif}.theme-option>small{color:#675a54;line-height:1.5}.theme-mini{display:block;height:8rem;overflow:hidden;border-radius:.75rem;background:linear-gradient(145deg,#fff9f1 0 52%,var(--preview-hero) 52%)}.theme-mini>span{width:48%;height:100%;display:grid;place-items:center;margin-left:auto}.theme-mini img{width:88%;height:88%;object-fit:contain}.theme-swatches{display:flex;gap:.4rem}.theme-swatches i{width:1.45rem;height:1.45rem;border:1px solid rgba(53,28,18,.12);border-radius:50%;background:var(--swatch-1)}.theme-swatches i:nth-child(2){background:var(--swatch-2)}.theme-swatches i:nth-child(3){background:var(--swatch-3)}.theme-swatches i:nth-child(4){background:var(--swatch-4)}.theme-preview--teal{--preview-hero:#4fc8c7;--swatch-1:#119da4;--swatch-2:#4fc8c7;--swatch-3:#f8b928;--swatch-4:#f56f4e}.theme-preview--coral{--preview-hero:#00aaa6;--swatch-1:#00aaa6;--swatch-2:#087f83;--swatch-3:#f2665e;--swatch-4:#f6b91a}.theme-preview--sunset{--preview-hero:#ff8a1e;--swatch-1:#ff8a1e;--swatch-2:#ffb414;--swatch-3:#31bfc4;--swatch-4:#3f8f52}
@media(max-width:991.98px){.theme-picker{grid-template-columns:1fr}.theme-mini{height:10rem}}
