.auth-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--ivory); }
.auth-header { height: 92px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.auth-back { padding-bottom: 4px; border-bottom: 1px solid var(--champagne); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.auth-main { width: 100%; flex: 1; padding: clamp(45px, 7vw, 90px) 20px; display: grid; place-items: center; }
.auth-shell { width: min(100%, 510px); }
.auth-shell--wide { width: min(100%, 920px); }
.auth-intro { margin-bottom: 34px; text-align: center; }
.auth-intro h1 { font-size: clamp(48px, 6vw, 70px); }
.auth-intro p { margin: 16px auto 0; max-width: 450px; color: var(--muted); line-height: 1.65; }
.auth-card { padding: clamp(25px, 4vw, 48px); background: var(--ivory-light); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.field input { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #aaa195; outline: 0; background: transparent; border-radius: 0; }
.field input:focus { border-color: var(--champagne-dark); }
.field small { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.auth-submit { width: 100%; margin-top: 8px; border: 0; cursor: pointer; }
.auth-switch { margin: 25px 0 0; text-align: center; color: var(--muted); font-size: 13px; }
.auth-switch a { color: var(--ink); border-bottom: 1px solid var(--champagne); }
.alert { margin-bottom: 25px; padding: 14px 16px; font-size: 13px; line-height: 1.55; border: 1px solid; }
.alert--error { color: #7c332a; background: #fff4f0; border-color: #d7a59e; }
.alert--success { color: #315c48; background: #f0f7f2; border-color: #9ebcaa; }
.alert ul { margin: 0; padding-left: 18px; }
.mfa-steps { margin: 0 0 28px; padding-left: 20px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.mfa-steps li { margin-bottom: 9px; }
.mfa-secret { margin: 25px 0; padding: 22px; background: var(--beige-light); text-align: center; }
.mfa-secret small, .mfa-secret strong, .mfa-secret p { display: block; }
.mfa-secret small { color: var(--champagne-dark); font-size: 8px; letter-spacing: .18em; }
.mfa-secret strong { margin: 13px 0; font-family: monospace; font-size: 18px; letter-spacing: .08em; overflow-wrap: anywhere; }
.mfa-secret p { margin: 0; color: var(--muted); font-size: 9px; }
.mfa-code { font-family: monospace; font-size: 24px !important; letter-spacing: .2em; text-align: center; }
.recovery-codes { margin: 25px 0; padding: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; background: var(--beige-light); }
.recovery-codes code { font-size: 14px; text-align: center; }
.account-card { padding: clamp(28px, 5vw, 60px); background: var(--beige-light); }
.account-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.account-top h1 { margin: 0; font-size: clamp(45px, 6vw, 72px); }
.account-top p { color: var(--muted); }
.account-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.account-grid article { padding: 26px; background: var(--ivory-light); }
.account-grid h2 { margin: 0 0 13px; font-family: "DM Sans", sans-serif; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.account-grid p { margin: 0; line-height: 1.7; }
.logout-button { border-color: #8e8171; white-space: nowrap; }
.auth-footer { padding: 24px; color: var(--muted); text-align: center; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .08em; }
.customer-account { width: min(1440px, 100%); margin: 0 auto; display: grid; grid-template-columns: 285px minmax(0, 1fr); align-items: start; gap: clamp(30px, 5vw, 80px); }
.account-sidebar { position: sticky; top: 30px; padding: 38px 30px; background: var(--beige-light); border: 1px solid var(--line); }
.account-avatar { width: 58px; height: 58px; margin-bottom: 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--champagne-dark); font-family: "Italiana", serif; font-size: 27px; }
.account-sidebar .eyebrow { margin-bottom: 8px; }
.account-sidebar h1 { margin: 0; font-family: "Italiana", serif; font-size: 25px; line-height: 1.15; }
.account-sidebar nav { margin: 34px 0; border-top: 1px solid var(--line); }
.account-sidebar nav a { padding: 15px 0; display: flex; justify-content: space-between; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 12px; }
.account-sidebar nav a.is-active, .account-sidebar nav a:hover { color: var(--ink); }
.account-sidebar nav span { min-width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--champagne-dark); font-size: 9px; }
.account-logout { padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--champagne); background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.account-content { min-width: 0; }
.dashboard-hero { padding: clamp(38px, 6vw, 75px); background: var(--beige); position: relative; overflow: hidden; }
.dashboard-hero::after { content: "L"; position: absolute; right: -10px; bottom: -85px; color: rgba(255,255,255,.28); font-family: "Italiana", serif; font-size: 270px; line-height: 1; }
.dashboard-hero > * { position: relative; z-index: 1; }
.dashboard-hero h2 { margin: 0; font-size: clamp(48px, 6vw, 78px); }
.dashboard-hero > p:not(.eyebrow) { max-width: 520px; margin: 18px 0 27px; color: #625b52; line-height: 1.7; }
.dashboard-stats { margin: 16px 0 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.dashboard-stats article { padding: 23px; display: flex; align-items: center; gap: 14px; background: var(--ivory-light); }
.dashboard-stats strong { font-family: "Italiana", serif; font-size: 34px; font-weight: 400; }
.dashboard-stats span { color: var(--muted); font-size: 12px; }
.account-section { padding: 0 0 75px; margin-bottom: 70px; border-bottom: 1px solid var(--line); scroll-margin-top: 25px; }
.account-section:last-child { margin-bottom: 0; border: 0; }
.account-section__heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.account-section__heading .eyebrow { margin-bottom: 8px; }
.account-section__heading h2 { margin: 0; font-size: clamp(38px, 4vw, 55px); }
.text-button { color: inherit; background: transparent; cursor: not-allowed; opacity: .55; }
.empty-state { padding: 55px 25px; text-align: center; background: var(--ivory-light); border: 1px solid var(--line); }
.empty-state--compact { padding: 38px 25px; }
.empty-state > span { color: var(--champagne-dark); font-family: serif; font-size: 36px; }
.empty-state h3 { margin: 13px 0 8px; font-family: "Italiana", serif; font-size: 25px; font-weight: 400; }
.empty-state p { margin: 0 auto 24px; max-width: 460px; color: var(--muted); line-height: 1.6; }
.empty-state--compact p { margin-bottom: 0; }
.account-favorites { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.account-favorite-card { position: relative; }
.account-favorite-card img { width: 100%; aspect-ratio: .92; display: block; object-fit: cover; background: var(--beige-light); }
.account-favorite-card h3 { margin: 13px 0 5px; font-family: "Italiana", serif; font-size: 17px; font-weight: 400; }
.account-favorite-card p { margin: 0; color: var(--muted); font-size: 12px; }
.account-favorite-card form { position: absolute; right: 9px; top: 9px; }
.account-favorite-card button { width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--champagne-dark); background: rgba(252,250,246,.92); cursor: pointer; }
.security-layout { display: grid; grid-template-columns: 1.5fr .8fr; gap: clamp(25px, 5vw, 65px); }
.password-form { padding: clamp(25px, 4vw, 45px); background: var(--ivory-light); border: 1px solid var(--line); }
.password-hint { margin: -5px 0 25px; color: var(--muted); font-size: 11px; }
.profile-summary { padding: 32px; background: var(--beige-light); }
.profile-summary h3 { margin: 0 0 25px; font-family: "Italiana", serif; font-size: 25px; font-weight: 400; }
.profile-summary dl { margin: 0; }
.profile-summary dt { margin-top: 18px; color: var(--champagne-dark); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.profile-summary dd { margin: 5px 0 0; overflow-wrap: anywhere; font-size: 13px; }
.profile-summary p { margin: 28px 0 0; padding-top: 22px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; line-height: 1.6; }
.cart-page { width: min(1420px, 100%); margin: 0 auto; }
.cart-heading { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.cart-heading .eyebrow { margin-bottom: 8px; }
.cart-heading h1 { font-size: clamp(52px, 7vw, 88px); }
.cart-heading sup { color: var(--champagne-dark); font-family: "DM Sans", sans-serif; font-size: 13px; vertical-align: top; }
.empty-cart { min-height: 430px; padding: 60px 20px; display: grid; place-items: center; align-content: center; text-align: center; background: var(--ivory-light); border: 1px solid var(--line); }
.empty-cart > span { color: var(--champagne-dark); font-size: 45px; }
.empty-cart h2 { margin: 15px 0 8px; font-size: clamp(38px, 5vw, 56px); }
.empty-cart p { margin: 0 0 28px; color: var(--muted); }
.shipping-progress { margin-bottom: 35px; padding: 18px 22px; background: var(--beige-light); }
.shipping-progress p { margin: 0 0 12px; font-size: 12px; }
.shipping-progress > div { height: 3px; background: rgba(41,38,33,.12); }
.shipping-progress span { height: 100%; display: block; background: var(--champagne-dark); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .65fr); gap: clamp(35px, 6vw, 85px); align-items: start; }
.cart-labels { padding: 0 0 13px; display: grid; grid-template-columns: 1fr 115px 100px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.cart-labels span:nth-child(2), .cart-labels span:last-child { text-align: center; }
.cart-item { padding: 24px 0; display: grid; grid-template-columns: 150px minmax(180px, 1fr) 115px 100px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-item__image img { width: 100%; aspect-ratio: .92; display: block; object-fit: cover; background: var(--beige-light); }
.cart-item__info .eyebrow { margin-bottom: 8px; }
.cart-item__info h2 { margin: 0 0 8px; font-size: 24px; }
.cart-item__info > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 12px; }
.remove-item { margin-top: 22px; padding: 0 0 3px; border: 0; border-bottom: 1px solid #aa9e90; color: var(--muted); background: transparent; cursor: pointer; font-size: 10px; }
.quantity-form { width: 105px; height: 42px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border: 1px solid var(--line); }
.quantity-form button { height: 100%; border: 0; background: transparent; cursor: pointer; font-size: 18px; }
.quantity-form span { text-align: center; font-size: 12px; }
.cart-item__total { text-align: right; font-size: 13px; }
.cart-summary { padding: clamp(28px, 4vw, 45px); background: var(--beige-light); position: sticky; top: 25px; }
.cart-summary .eyebrow { margin-bottom: 8px; }
.cart-summary h2 { margin: 0 0 28px; font-size: 42px; }
.cart-summary dl { margin: 0; }
.cart-summary dl > div { padding: 12px 0; display: flex; justify-content: space-between; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 12px; }
.cart-summary dd { margin: 0; }
.cart-summary .cart-discount { color: #557048; }
.cart-coupon { margin: 20px 0; }.cart-coupon>form,.cart-coupon>div { display: flex; gap: 8px; }.cart-coupon input { min-width: 0; flex: 1; padding: 11px; border: 1px solid var(--line); background: var(--ivory-light); }.cart-coupon button { padding: 10px 13px; border: 1px solid var(--champagne-dark); color: var(--champagne-dark); background: transparent; cursor: pointer; font-size: 9px; text-transform: uppercase; }.cart-coupon>div { align-items: center; justify-content: space-between; padding: 12px; border: 1px dashed var(--champagne-dark); }.cart-coupon__success { color: #557048; font-size: 10px; }.cart-coupon__error { color: #9d3f36; font-size: 10px; }
.cart-summary__total { padding: 25px 0 6px; display: flex; align-items: baseline; justify-content: space-between; }
.cart-summary__total span { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.cart-summary__total strong { font-family: "Italiana", serif; font-size: 27px; font-weight: 400; }
.tax-note, .checkout-note { margin: 0 0 24px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.checkout-button { width: 100%; border: 0; }
button.checkout-button:disabled { cursor: not-allowed; opacity: .72; }
.checkout-note { margin: 12px 0 24px; text-align: center; }
.cart-trust { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
@media (max-width: 1000px) { .customer-account { grid-template-columns: 1fr; }.account-sidebar { position: static; }.account-sidebar nav { display: grid; grid-template-columns: repeat(3, 1fr); }.account-sidebar nav a { padding-right: 15px; }.account-favorites { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 980px) { .cart-layout { grid-template-columns: 1fr; }.cart-summary { position: static; }.cart-item { grid-template-columns: 120px 1fr 105px 90px; } }
@media (max-width: 700px) { .auth-main { display: block; }.customer-account { display: block; }.account-sidebar { margin-bottom: 30px; padding: 27px 22px; }.account-sidebar nav { display: flex; overflow-x: auto; gap: 20px; }.account-sidebar nav a { flex: 0 0 auto; border-bottom: 0; }.account-sidebar nav span { margin-left: 9px; }.dashboard-stats { grid-template-columns: 1fr; }.security-layout { grid-template-columns: 1fr; }.account-section__heading { align-items: flex-start; flex-direction: column; }.account-favorites { gap: 22px 9px; }.account-favorite-card h3 { font-size: 15px; } }
@media (max-width: 600px) { .auth-header { height: 75px; }.auth-back { font-size: 9px; }.form-row, .account-grid { grid-template-columns: 1fr; }.account-top { flex-direction: column; }.logout-button { order: 2; }.cart-heading { align-items: flex-start; flex-direction: column; }.cart-labels { display: none; }.cart-item { grid-template-columns: 95px 1fr auto; gap: 14px; align-items: start; }.cart-item__info h2 { font-size: 19px; }.quantity-form { grid-column: 2; width: 100px; }.cart-item__total { grid-column: 3; grid-row: 1; }.cart-summary { padding: 27px 22px; } }
