:root{--account-ink:#172519;--account-green:#174c37;--account-lime:#c7ed56;--account-paper:#fffdf8;--account-wash:#f3f1e9;--account-line:#d9e1d5;--account-muted:#647064}
/* Account-only native language picker. The private account page deliberately
   does not load the storefront locale bundle. */
.account-nav nav{flex-wrap:nowrap!important;align-items:center}
.account-language-menu{position:relative;flex:0 0 auto}
.account-language-menu summary{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:8px 12px;border:1px solid var(--account-line);border-radius:999px;color:var(--account-green);font-weight:800;cursor:pointer;list-style:none}
.account-language-menu summary::-webkit-details-marker{display:none}
.account-language-menu summary::after{content:'⌄';font-size:15px;line-height:1}
.account-language-menu[open] summary{background:var(--account-paper);border-color:var(--account-green)}
.account-language-menu:not([open]) .account-language-options{display:none}
.account-language-options{position:absolute;top:calc(100% + 8px);right:0;z-index:4;display:grid;grid-template-columns:repeat(2,minmax(100px,1fr));gap:4px;width:232px;padding:8px;border:1px solid var(--account-line);border-radius:12px;background:var(--account-paper);box-shadow:0 12px 28px rgba(23,37,25,.14)}
.account-language-options a{display:block;padding:8px 9px;border-radius:7px;text-decoration:none;white-space:nowrap}
.account-language-options a:hover,.account-language-options a:focus-visible,.account-language-options a[aria-current='page']{background:#e8f7bd;outline:none}
.account-signin-confirmation{padding:12px 14px;border:1px solid #b8d77b;border-radius:9px;background:#edf8cf;color:var(--account-green)!important}
*{box-sizing:border-box}
body{margin:0;background:var(--account-wash);color:var(--account-ink);font:16px/1.5 Manrope,Arial,sans-serif}
.account-nav{position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px max(5vw,24px);background:rgba(243,241,233,.96);border-bottom:1px solid var(--account-line)}
.account-brand{display:inline-flex;align-items:center;gap:8px;color:var(--account-ink);font-weight:800;font-style:italic;text-decoration:none}
.account-brand img{width:32px;height:32px}
.account-nav nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:20px}
.account-nav nav a,.account-section-heading a,.account-copy-link{color:var(--account-green);font-weight:800}
.account-shell{width:min(1060px,calc(100% - 32px));margin:52px auto 72px}
.account-heading{display:flex;align-items:end;gap:16px;flex-wrap:wrap;margin-bottom:28px}
.account-heading h1,.account-card h2{margin:0;letter-spacing:-.04em}
.account-heading h1{font-size:clamp(38px,6vw,64px);line-height:1}
.account-heading p{margin:7px 0;color:var(--account-muted)}
.account-heading form{margin-left:auto}
.account-eyebrow{margin:0 0 8px;color:#567247;font:800 12px/1.25 ui-monospace,SFMono-Regular,monospace;letter-spacing:.12em}
.account-card{background:var(--account-paper);border:1px solid var(--account-line);border-radius:18px;padding:28px;margin:18px 0}
.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.account-grid .account-card{margin:0}
.account-card p{color:var(--account-muted)}
.account-credit{background:#e8f7bd}
.account-credit-value{display:block;font-size:44px;line-height:1;letter-spacing:-.05em}
.account-code{display:block;padding:13px 14px;border:1px dashed #91af72;border-radius:10px;background:#fffdf8;color:var(--account-green);font:800 21px/1.2 ui-monospace,SFMono-Regular,monospace;letter-spacing:.08em}
.account-link-button,.account-card button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border:0;border-radius:9px;background:var(--account-green);color:#fff;text-decoration:none;font:800 14px/1 Manrope,Arial,sans-serif;cursor:pointer}
.account-text-button{background:transparent!important;color:var(--account-green)!important;text-decoration:underline;padding:6px!important;min-height:auto!important}
.account-section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:8px}
.account-orders{border-top:1px solid var(--account-line)}
.account-order{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 0;border-bottom:1px solid var(--account-line)}
.account-order strong,.account-order span{display:block}
.account-order span,.account-status,.account-muted{color:var(--account-muted);font-size:13px}
.account-order-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.account-order-actions .account-link-button{min-height:40px;padding:10px 13px}
.account-secondary-button{background:var(--account-paper)!important;border:1px solid var(--account-green)!important;color:var(--account-green)!important}
.account-list{padding:0;margin:14px 0 0;list-style:none}
.account-list li{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid var(--account-line)}
.account-list strong,.account-list small{display:block}
.account-list small{color:var(--account-muted)}
.account-preferences{display:grid;gap:13px;margin-top:18px}
.account-preferences label{display:flex;align-items:center;gap:10px;font-weight:700}
.account-preferences input{width:19px;height:19px;accent-color:var(--account-green)}
.account-preferences input:disabled{opacity:.55}
.account-preferences button{justify-self:start;margin-top:5px}
.account-preferences-edit-label{display:none}
.account-preferences-edit:hover .account-preferences-saved-label{display:none}
.account-preferences-edit:hover .account-preferences-edit-label{display:inline}
.account-signin{width:min(560px,100%);margin:10vh auto}
.account-signin h1{font-size:clamp(38px,6vw,58px);line-height:1.04}
.account-signin form{display:grid;gap:10px;margin-top:25px}
.account-signin label{font-weight:800}
.account-signin input{width:100%;min-height:50px;padding:12px 14px;border:1px solid #aebbae;border-radius:9px;background:#fff;font:inherit}
.account-signin button{width:100%;margin-top:5px}
@media(max-width:680px){.account-nav{align-items:flex-start;padding:14px 16px}
.account-nav nav{gap:10px;font-size:13px}
.account-shell{width:min(100% - 24px,1060px);margin:34px auto 52px}
.account-grid{grid-template-columns:1fr}
.account-card{padding:22px}
.account-heading form{margin-left:0}
.account-order{align-items:flex-start;flex-direction:column}
.account-order-actions{width:100%;justify-content:flex-start}
.account-order-actions .account-link-button{flex:1;width:auto}
.account-section-heading{align-items:flex-start;flex-direction:column}
.account-link-button{width:100%}
}
@media(max-width:680px){.account-nav nav>a{display:none!important}.account-language-options{right:-4px;width:min(232px,calc(100vw - 32px))}}
